/* 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;
}
/************************************************/

table.WebForm {
	padding: 0;
	border: 0;
	width: 700px;
	background-color: white;
	font-size: 1em;
}

table.PrefsForm {
	padding: 0;
	border: 0;
	width: 550px;
	background-color: white;
	font-size: 1em;
}

table.PrefsForm label {
	display: block;
	color: black;;
	font-weight: bold;
}

table.WebForm td, table.PrefsForm td {
	padding: 6px;
}

table.WebForm td.headertext, table.PrefsForm td.headertext, table.PrefsForm td.emailtext, table.PrefsForm td.invalidemail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: bold;
}

table.PrefsForm td.emailtext {
	color: red;
}

table.PrefsForm td.headertext {
	color: black;
}

table.PrefsForm td.invalidemail {	
	background: #ffff99;
	color: red;
}

.FormHeadBGText {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : bold;
	color : white;	
	background-color : #4C6FA7;
	text-align: left;
}

.FormFrameColor {
	background-color : #4C6FA7;
	color : white;
}

td.FormFooterButtons {	
	background-color : #4C6FA7;
	text-align: center;
}

.FormFooterText {
	font-size: 11px;
	font-weight: bold;
}

td.FormFieldData {	
	text-align: left;
	vertical-align: middle;
	width: 50%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}

td.SurveyQuestion {
	font-size: .8em;
	color: black;
	font-weight: bold;
	font-family: Arial, Helvetica, Sans-Serif;
	width: 50%;
	vertical-align: top;
}

td.SurveyQuestionData {
	font-size: .8em;
	color: black;
	font-weight: normal;
	font-family: Arial, Helvetica, Sans-Serif;
	width: 50%;
	vertical-align: top;
}

td.SurveyQuestion label {
	display: block;
}

td.SurveyHeader {
	background: #ffff99;
	text-align: center;
	font-size: 1em;
	color: black;
	font-weight: bold;
}

.FormFieldBox {
	background-color: #D3DBE8;
}

.FormFieldSubSection {
	background-color: #D3DBE8;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : Black;
}

td.FormFieldDesc {	
	text-align: right;
	font-size: .8em;
	color: black;
	font-family: Arial, Helvetica, Sans-Serif;
	width: 50%;
	vertical-align: middle;
}

td.FormFieldDesc label {
	font-weight: bold;
}

td.FormFieldDesc label.required {
	color: red;
}

span.RequiredFieldsIndicator {
	font-size: xx-small;
	color: red;
}

span.RequiredFieldsHead {
	font-size: small;
	color: red;
}

.FormThankYouText {
	font-size: medium;
	font-weight: bold;
}

.FormText {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: black;
}

.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;
}
