/* FORM ERROR STYLES *******************************/
.FormErrorsHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-style : italic;
	font-weight : bold;
	color : red;
}

.FieldErrorText {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-style : normal;
	font-weight : bold;
	color : red;
}
/************************************************/

ul.checklist {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	clear: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
}

ul.checklist li {
	display: block;
	padding: 0;
}

#maincontent.fleet table.WebForm td.FormHeadBGText {
	background-color : #96383C;
}

#maincontent.fleet table.WebForm td.FormFooterButtons {
	background-color : #96383C;	
}

#maincontent.fleet table.WebForm tr.FormFieldBox { 
	background-color: #B9C88F;
}

.FormHeadBGText {	
	background-color : #007484;
	text-align: left;
	color: white;
	font-weight: bold;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 13px !important;
	font-weight : bold;
	color : white;		
	text-align: left;
	margin: 0 !important;
	padding: 0 !important;
}


td.FormFooterButtons {	
	background-color : #007484;
	text-align: center;
}

.FormFooterText {
	font-size: 11px;
	font-weight: bold;
}

td.FormFieldData {	
	text-align: left;
	vertical-align: middle;
}

tr.FormFieldBox {
	background-color: #E1F2D0;
}

td.FormFieldDesc {	
	text-align: right;	
}

span.RequiredFieldsIndicator {
	font-size: xx-small;
}

.FormThankYouText {
	font-size: medium;
	font-weight: bold;
	color: #000;
	text-align: center;
}

.FormText {	
	text-align: right;
}

.FormTextLeft {	
	text-align: left;
	vertical-align: top;
}

.FormTextBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : Black;
}

.FormTextSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	color : Black;
}

.FormTextSmallBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : Black;
}

.FormHeadText {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : bold;
	color : Black;	
}

.SearchFormText {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	color : Black;
}

.NoteText {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	color : Black;
}

/* Form Filter Styles */
.formFilterHead {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : bold;
	color : Black;
	background-color : #E0FFFF;
}

.formFilterItem {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : normal;
	color : Black;
}

