/******
 * COLOR CHART
 * 
 * #7fa0b8 = light blue (background, table rows, button background)
 * #004071 = dark blue (text, borders, text table headers)
 * #f5934a = orange (small buttons)
 *
 ******/

/* GENERAL */
body {
	background-color: #7fa0b8; 
	text-align:center; /*to center align the div in pre-IE 6 browsers */
	font-family: verdana, arial, sans-serif;
	font-size: .70em;
	color: #004071;
}
		
#content {
	padding: 15px;	
	width: 575px;
	text-align: left;
}

h1 {
	text-transform: uppercase;
	font-size: 1.3em;
	letter-spacing: 2px;
	margin-top: 15px;
}

h2 {
	text-transform: uppercase;
	font-size: 1.05em;
	letter-spacing: 2px;
	margin-top: 15px;
}

strong {
	font-weight: bold;
}

img {
	border: 0px;
}

hr {
	color: #bed1e0; 
	background-color: #bed1e0; 
	height: 1px; 
	border: 0px; 
	margin-top: 15px; 
	margin-bottom: 15px;
	width: 80%;
}

/* /GENERAL */


/*FORM ELEMENTS */
input {
	border-width: 1px 2px 2px 1px;
	border-color: #004071;
	border-style: solid;
}

select {
	border-width: 1px 2px 2px 1px;
	border-color: #004071;
	border-style: solid;
}

textarea {
	border-width: 1px 2px 2px 1px;
	border-color: #004071;
	border-style: solid;
}

input[type="checkbox"] {
	width: auto;
	border: none;
}

/* this is to support IE6.  IE6 doesn't support CSS for different input types,
   so we have to add class="checkbox" to the checkbox tag. Lame */
input.checkbox {
	width: auto;
	border: none;
}

input[type="radio"] {
	width: auto;
	border: none;
}

/* this is to support IE6.  IE6 doesn't support CSS for different input types,
   so we have to add class="radio" to the radio tag. Lame */
.input.radio {
	width: auto;
	border: none;
}
/* /FORM ELEMENTS */



/* FORM LAYOUT */
table.formTable {
	/*border: solid 1px red;*/
	/*margin-left: 20px; */ 
}


table.formTable th {
	/*border: solid 1px red; */	
	text-align: right;
	padding: 8px 0px 5px 0px;
	text-transform: uppercase;
	font-size: .90em;
}

table.formTable td {
	padding: 5px 0px 0px 15px;
	text-align: left;
}

table.formTable span.required {
	padding-right: 2px;
	color: #f69348;
	font-size: .90em;
}

table.twoColForm {
	margin-left: 20px;
}

table.twoColForm th {
	width: 150px;
}

table.twoColForm td.buttons {
	text-align: center;
	padding-top: 15px;	
}

.labelSubtext {
	font-size: .90em;
	text-transform: lowercase;
	font-weight: normal;
}
	
a.whatsthis {
	font-size: .85em;
	text-transform: lowercase;
	font-style: italic;
	font-weight: normal;
	color: #f5934a;
	vertical-align: super;
	white-space: nowrap;
}

.toolTipWindow {
	background-color: #004071;
	border: 2px solid #7fa0b8;
	color: #ffffff;
	padding: 8px;
	font-size: 1em;
}

/*FORM LAYOUT */


/*OLD FORM ELEMENTS */
.formElement {
	color: #ffffff;
	font-size: 12px;
	width: 275px;
	margin-right: 10px;
	margin-top: 10px;
	float: left;
	/*background-color: red;*/
}

.formElemRow {
	clear: both;
	margin: 0px;
	height: 0px;
	line-height: 0px;
}

.formElement label {
	background-color: #004071;
	color: #ffffff;
	font-size: 9px;
	padding: 1px 5px 2px 5px;
	margin: 0px;
}

.formElement label span.required {
	padding-left: 2px;
	color: #f69348;
}

.formElement input {
	border-width: 1px 2px 2px 1px;
	border-color: #004071;
	border-style: solid;
	font-size: 10px;
	padding-left: 2px;
	width: 95%;
}

.formElement select {
	border-width: 1px 2px 2px 1px;
	border-color: #004071;
	border-style: solid;
	font-size: 10px;
	width: 95%;
}

.formElement textarea {
	border-width: 1px 2px 2px 1px;
	border-color: #004071;
	border-style: solid;
	font-size: 10px;
	font-family: verdana, arial, sans-serif;
	width: 95%;
}

.formElement a.whatsthis {
	color: #f5934a;
	font-size: 10px;
	font-family: arial, helvetica;
	font-style: italic;	
	cursor: pointer;
	margin-left: 5px;
}

.formElement a.whatsthis:hover {
	text-decoration: underline;
}

/** Form element that provides a popup cal to populate textfield */
.calendarWidget input {
	width: 50%;
}

.calendarWidget a {
	font-size: 9px;	
}


.clearBoth
{
	clear: both;	
}
/* /FORM ELEMENTS */

/* AUTOCOMPLETE DROPDOWN (provided by scriptaculous)*/
div.autocomplete {
  margin:0px;  
  padding:0px;  
  width:100%;
  background:#ffffff;
  border-width: 0px 2px 2px 1px;
  border-style: solid;
  border-color: #004071;
  position:absolute;
}

div.autocomplete ul {
  margin:0px;
  padding:0px;
  list-style-type:none;
  color: #004071;
  font-size: 11px;
}

div.autocomplete ul li.selected { 
  background-color:#f5934a;
}

div.autocomplete ul li {
  margin:0;
  padding:5px 2px 5px 2px;
  display:block;
  list-style-type:none;
  cursor:pointer;
}
/*AUTOCOMPLETE DROPDOWN */

/* BUTTONS */
.formButton {
	background-color: #f5934a;
	border-width: 1px 3px 3px 1px;
	border-color: #004071;
	border-style: solid;
	margin-top: 10px; 
	margin-right: 2px;
	padding: 2px;
	color: #004071;
	font-size: 10px;
	font-family: verdana, arial, sans-serif;
	letter-spacing: 1px;
}

.navFwd {
	background: transparent url(../images/arrow-blue-fwd.gif) no-repeat right top;
	border: 0px;
	background-color: white;
	text-align: right;
	padding: 1px 23px 3px 0px;
   	color: #004071;
	font-family: verdana, arial, helvetica;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer; /* hand-shaped cursor */
   	cursor: hand; /* for IE 5.x */
	float: right;
}

.navBack {
	background: transparent url(../images/arrow-blue-back.gif) no-repeat left top;
	border: 0px;
	background-color: white;
	text-align:right;
	padding: 1px 0px 3px 23px;
   	color: #004071;
	font-family: verdana, arial, helvetica;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer; /* hand-shaped cursor */
   	cursor: hand; /* for IE 5.x */
	float: left;
}

a.formLink {
	color: #004071;
	font-size: 9px;
	font-family: verdana, arial, sans-serif;
	letter-spacing: 1px;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
	margin-left: 5px;
}
	
a.formLink:hover {
	text-decoration: underline;
}
/* BUTTONS */


/* TABLES */
/* formatting for standard content tables */
table.standard {
	table-layout: auto;
	width: 100%;
	border-spacing: 0px;
	border-collapse: collapse;
	empty-cells: show;	
	font-family: verdana, arial, sans-serif;
	font-size: 9px;
	text-align: left;
}

table.standard th {
	color: #ffffff;
	background-color: #004071;
	padding: 2px;
	padding-left: 6px;
	letter-spacing: 1px;
}

table.standard td {
	color: #004071;
	background-color: #7fa0b8; 
	border-top: 3px solid white;
	padding: 6px;
	letter-spacing: .15px;
}

table.standard td.rowHeader {
	font-weight: bold;	
}

table.standard td a {
	color: #004071;
}



/* OTHER STUFF */
.requiredText {
	font-size: 9px;
	color: #f69348;
	position: relative;
	margin-top: 20px;
}

.legal {
	color: #004071;
	font-size: 10px;
	top: 100px;
	left: 20px;	
	position: relative;
}

.errors {
	width: 65%;
	border-style: solid; 
	border-width: 1px; 
	border-color: #ff0000;
	color: #ff0000;
	margin: 0 auto;
	padding: 5px;		
}

.bottomNavLayout {
	padding-top: 25px;
	padding-left: 0px;
	padding-right: 20px;
	height: 20px;
}

/** For displaying important text at top of page */
#infoBox {
	border: 1px solid #004071;
	padding: 10px;
	margin-top: 10px;
}

#infoBox b {
	font-weight: bold;
	text-transform: uppercase;
}

/* For displaying dynamic settings on Company Settings page */
.settingsValue {
	font-weight: bold;
	font-size: 11px;
}

/* /OTHER STUFF */



/* RESULTS LIST */
.resultsList {
}

.resultsList label {
	background-color: #004071;
	color: #ffffff;
	font-size: 9px;
	padding: 1px 5px 2px 5px;
	margin: 0px;
}

.resultsListRow {
	background-color: #7fa0b8;
	margin-bottom: 15px;
	padding: 5px;
	padding-left: 7px;
	height: 20px;
	font-family: verdana, arial, helvetica;
	font-size: 10px;
}

.resultsListBullet {
	background: transparent url(../images/dot-blue.gif) no-repeat center top;
	width: 6px;
	height: 6px;
	margin-top: 6px;
	margin-right: 3px;
	float: left;
}

.resultsListText {
	background-color: #7fa0b8;
	color: #004071;
	font-weight: bold;
	margin: 3px;
	float: left;
}

.resultsListSubtext {
	color: #2f648e;
	margin: 3px;
	float: left;
}

.resultsListSubtext a {
	color: #2f648e;
}

.resultsListDivider {
	color: #2f648e;
	margin-top: 3px;
	float: left;	
}

a.resultsListTimeslot {
	background: transparent url(../images/timebox.gif) no-repeat center top;
	color: #004071;
	width: 59px;
	height: 20px;
	padding-top: 2px;
	margin-left: 20px;
	text-align: center;
	text-decoration: none;
	float: left;
}

a.resultsListTimeslot:hover {
	text-decoration: underline;
}
/* RESULTS LIST */

/* DATE NAV */
.dateNavContainer {
	margin-top: 20px;
	margin-bottom: 20px;
}




