/* Universal Redefinitions
--------------------------------------------------------------------- */

table td { vertical-align: top; }

fieldset {
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	/*	border-bottom-width: solid 1px #ccc; */
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
}

fieldset div { padding: 3px 0px; clear: both; }

fieldset div.controlset div { clear: none; }


/* Forms
--------------------------------------------------------------------- */

div.formnotes {
	margin-bottom: 10px;
	font-size: 80%;
}

.buttonrow {
	border-top: solid 1px #ccc;
	text-align: right;
	padding-top: 10px;
}

.buttonrow input { cursor:pointer; }


/* GUI Elements
--------------------------------------------------------------------- */

.asterisk, .important {
	color: red;
	font-weight: bold;
}

.hrule {
	border-top:1px solid #0E456C;
	clear:both;
	height:11px;
	margin-top: 10px;
}

.modular_form {
	background-color: #fff;
	padding: 0px 10px 10px;
	border: solid 1px #D6D6AD;
}

.modular_form h4 {
	background-color: #D6D6AD;;
	padding: 4px;
	margin: 0px -10px 10px;
	font-weight: bold;
	color: #000;
}


/* Used by form validation scripts */
.inputNormal { 
	background-color: white;
}

.inputError { 
	background-color: #ffddee;
}


/* Software - Mutual Styles
--------------------------------------------------------------------- */
a.delete {
	color: #ff0000;
}

div.software input:focus,
div.software input.error:focus, 
div.software textarea:focus {	background-color: #FFC; border-color: #FC6; }

div.software form p.note, form div.software p.note {
	font-size: 80%;
	margin: 0px 0px 0px 170px;
}

div.software label.inline { 
	display: inline; 
	float: none;
	padding-right: 5px;
}

div.software ul {
	margin-top: 0px;
}

div.software ul li {
	list-style-type:square;
}

.alt-color {
	background-color: #fff;
}

table#results, table.results {
	width: 100%;
	//width: 97%;
	border: solid 1px #D6D6AD;
	border-collapse: collapse;
}

table#results th, table.results th {
	text-align: left;
	background-color: #D6D6AD;
}

table#results td, table.results td {
	border-right: solid 1px #D6D6AD;
}

table.results td, table.results th {
	padding: 4px;
}

table#results th a, table.results th a {
	display: block;
	color: #000;
}


table.results table td {
	border-width: 0px;
}

td .repeated {
	color: #999;
}

div.software .hrule {
	border-top: solid 1px #D6D6AD;
}

.window-closebox {
	display: block; 
	float:right; 
	background-color: #fff; 
	padding: 2px; 
	border: solid 1px #D6D6AD; 
	color: #000; 
	text-decoration: none;
	font-weight: bold; 
	font-size: 11px;
}

.window-title-bar {
	background-color: #EDEDDB; 
	padding: 5px; 
	margin-bottom: 3px;
}


.mt-remove-button {
	display: block; 
	border-top: solid 1px #FFBCBC;
	border-left: solid 1px #FFBCBC;
	border-bottom: solid 1px #DB0000;
	border-right: solid 1px #DB0000;
	float: right;
	padding: 3px;
	background-color:#FF5050;
	font-weight: bold;
	color: #000;
	font-size: 10px;
	text-decoration: none;
	margin-right: 10px;
}




/* Software - Client Side
--------------------------------------------------------------------- */

div.software-client legend, .form.ttl {
	margin-bottom: 5px;
	font-weight: bold;
	color: #333333;
}

div.software-client label, span.label {
	width: 150px;
	display: block;
	float: left;
	text-align: right;
	padding-right: 20px;
}

div.software-client input.normal { width: 188px; }

div.software-client div.controlset div {
	margin-left:170px;
	//margin-left: 173px;
}


/* Software - Admin Side
--------------------------------------------------------------------- */

div.software-admin label, div.software-admin span.label, div.software-admin .session_date_label {
	width: 150px;
	//width: 170px;
	display: block;
	float: left;
	text-align: right;
	padding-right: 20px;
	position:relative;
}

div.software-admin label, div.software-admin span.label, div.software-admin #session1 .session_date_label {
	font-weight: bold;
}

div.software-admin div.controlset div {
	margin-left:170px;
	//margin-left: 173px;
}

div.software-admin input.normal {
	width: 400px;
}

/* Events
------------------------------------------ */

#event_wrapper h2, #event_wrapper h4 {
	margin-top: 0px;
}

#event_wrapper h2 {
	margin-bottom: 10px;
}

#event_nav {
	margin-top: 10px;
	font-size: 11px;
}

#event_nav a {
	padding: 5px;
	margin-right: 10px;
	display: block;
	float: left;
	background-color: #D6D6AD;
	color: #000;
}

#event_nav a.on {
	background-color: #0E456C;
	color: #fff;
}

#event_nav a:hover {
	background-color: #0E456C;
	text-decoration: none;
	color: #fff;
}

#event_wrapper {
	background-color: #EDEDDB;
	padding: 10px;
	border: solid 1px #0E456C;
}

#event_nav .event-add a.event-add, #event_nav .locations-staff a.locations-staff, #event_nav .content a.content, #event_nav .daily-cc-payments a.daily-cc-payments, #event_nav .admin a.admin {
	background-color: #0E456C;
	color: #fff;
}


#recordDiv {
	font-family: verdana; 
}


/* Control Panels
------------------------------------------ */

#panel_wrapper h2, #panel_wrapper h4 {
	margin-top: 0px;
}

#panel_wrapper h2 {
	margin-bottom: 10px;
}

#panel_nav {
	margin-top: 10px;
	font-size: 11px;
	border-top: solid 1px #fff;
}

#panel_nav a {
	padding: 5px;
	margin-right: 10px;
	display: block;
	float: left;
	background-color: #D6D6AD;
	color: #000;
}

#panel_nav a.on {
	background-color: #0E456C;
	color: #fff;
}

#panel_nav a:hover {
	background-color: #0E456C;
	text-decoration: none;
	color: #fff;
}

#panel_wrapper {
	background-color: #EDEDDB;
	padding: 10px;
	border: solid 1px #0E456C;
}

#event_nav .event-add a.event-add, #event_nav .locations-staff a.locations-staff, #event_nav .content a.content, #event_nav .daily-cc-payments a.daily-cc-payments, #event_nav .admin a.admin {
	background-color: #0E456C;
	color: #fff;
}


input.DatePicker{
	/* display: block; */
	width: 115px;
	padding: 3px 3px 3px 24px;
	border: 1px solid #999;
	background: #fff url(/images/date.gif) no-repeat top left;
	cursor: pointer;
}

#search input.DatePicker{
	width: 72px;
	padding: 3px 3px 3px 3px;
	background: #fff;
	cursor: pointer;
}

div.software ul.checkboxset li {
	list-style-type: none;
}

div.software ul.checkboxset li {
	float: left;
	width: 150px;
}

div.software ul.checkboxset {
	padding-left: 0px;
	margin-bottom: 0px;
}




/* DatePicker
------------------------------------------ */

input:focus.DatePicker{
	background: #fffce9 url(/images/datefocus.gif) no-repeat top left;
}

#search input:focus.DatePicker{
	background: #fffce9;
}

.dp_container{
	position: relative;
	padding: 0;
	z-index: 500;
	clear: none;
	width: 115px;
}
.dp_cal{
padding: 0px;
	background-color: #fff;
	border: 1px solid #0070bf;
	position: absolute;
	width: 177px;
	top: 24px;
	left: 0;
	margin: 0px 0px 3px 0px;
}
.dp_cal table{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.dp_cal select{
	margin: 2px 3px;
	font-size: 11px;
}
.dp_cal select option{
	padding: 1px 3px;
}
.dp_cal th,
.dp_cal td{
	width: 14.2857%;
	text-align: center;
	font-size: 11px;
	padding: 2px 0;
}
.dp_cal th{
	border: solid #aad4f2;
	border-width: 1px 0;
	color: #797774;
	background: #daf2e6;
	font-weight: bold;
}
.dp_cal td{
	cursor: pointer;
}
.dp_cal thead th{
	background: #d9eefc;
}
.dp_cal td.dp_roll{
	color: #000;
	background: #fff6bf;
}
/* must have this for the IE6 select box hiding */
.dp_hide{
	visibility: hidden;
}
.dp_empty{
	background: #eee;
}
.dp_today{
	background: #daf2e6;
}
.dp_selected{
	color: #fff;
	background: #328dcf;
}


/* Make it Play Well with Form Template */

.dp_form_wrapper {
 float: left; 
 clear: none; 
 position: relative; 
 z-index: 500;
}

