/* For use when parent class is defaulttext (black text on white background */

a.captiontexthyperlink{
	color: #000000;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	text-decoration: underline;
}

/* For use when parent class is defaulttext (black text on white background */
a.captiontexthyperlink:hover{
	color: #008B8B;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	text-decoration: underline;
}

/* For use when parent class is defaulttext (black text on white background */
a.defaulttexthyperlink{
	color: #000000;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 17px;
	text-decoration: underline;
}

/* For use when parent class is defaulttext (black text on white background */
a.defaulttexthyperlink:hover{
	color: #008B8B;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 17px;
	text-decoration: underline;
}

a.largehyperlink{
	color: #000000;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

a.largehyperlink:hover{
	color: #008B8B;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

a.textinrowshyperlink{
	color: #000000;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}

/* For use when parent class is defaulttext (black text on white background */
a.textinrowshyperlink:hover{
	color: #008B8B;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}

img{
	border: none;
}

.bluesubheader{
	color: #008ABE;
	font-family: "Trebuchet MS", Geneva, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

/* class goes within td cell around a left0side button to create padding from rest of form content */
.buttonarealeft{
	padding: 20px 0px 0px 0px;
	text-align: right;
}

/* class goes within td cell around a left0side button to create padding from rest of form content */
.buttonarearight{
	padding: 20px 0px 0px 0px;
	text-align: left;
}

.captiontext{
	color: #000000;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
}

.defaulttext{
	color: #000000;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 17px;
}

.duelselectbutton{
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	width: 20px;
}

.duelselectfield{
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 11px;
	height: 120px;
	padding-left: 5px;
	vertical-align: top;
	width: 334px;
}

.duelselectfieldalert{
	background-color: #FAC674;
	border: thin outset;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 11px;
	height: 120px;
	padding-left: 5px;
	vertical-align: top;
	width: 334px;
}

.faqs{
	color: #000000;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	padding: 0px 0px 10px 20px;
	vertical-align: top;
}

/* Form field (text, select or textarea) when taking 25% of form width */
.field25{
	color: 000000;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 11px;
	width: 150px;
}

.field25alert {
	background-color: #FAC674;
	border: thin outset;
	color: 000000;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 11px;
	width: 150px;
}

/* Form field (text, select or textarea) when taking 50% of form width */
.field50{
	color: 000000;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 11px;
	width: 334px;
}

.field50alert{
	background-color: #FAC674;
	border: thin outset;
	color: 000000;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 11px;
	width: 334px;
}

/* Form field (text, select or textarea) when taking 75% of form width */
.field75{
	color: 000000;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 11px;
	width: 520px;
}

.field75alert {
	background-color: #FAC674;
	border: thin outset;
	color: 000000;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 11px;
	width: 520px;
}

.fieldareabox{
	background-color: #C9EEF9;
	text-align: center;
}

/* Used to give common fields a header within a seection of other fields. Typically used for the header above a group of dual selects. See sectionheader. */
.fieldareaheader{
	background-color: #007ECE;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial,  sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

/* Cell for 25% form fields */
.fieldcell25{
	background-color: #C9EEF9;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 10px;
	height: 24px;
	padding-left: 5px;
	width: 25%;
}

/* Cell for 50% form fields */
.fieldcell50{
	background-color: #C9EEF9;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 10px;
	height: 24px;
	padding-left: 5px;
	width: 50%;
}

/* Cell for 75% form fields */
.fieldcell75{
	background-color: #C9EEF9;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 10px;
	height: 24px;
	padding-left: 5px;
	width: 75%;
}

/* Cell for 25% form field labels */
.labelcell25{
	background-color: #E6F4F8;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	height: 24px;
	padding: 0px 5px 0px 5px;
	text-align: right;
	width: 25%;
}

/* Cell for 50% form field labels */
.labelcell50{
	background-color: #E6F4F8;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 10px;
	height: 24px;
	padding: 0px 5px 0px 5px;
	text-align: right;
	width: 50%;
}

/* Cell for 75% form field labels */
.labelcell75{
	background-color: #E6F4F8;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 10px;
	height: 24px;
	padding: 0px 5px 0px 5px;
	text-align: right;
	width: 75%;
}

/* Cell for 50% form field labels */
.labelcellprofile50{
	background-color: #E6F4F8;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	height: 24px;
	padding: 0px 5px 0px 5px;
	text-align: right;
	width: 50%;
}

.profilebutton{
	background-color: #FFFFFF;
	color: #2F4F4F;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	width: 160px;
}

.requiredasterisk{
	color: #DC143C;
	font-family: sans-serif;
	font-size: 18px;
	font-weight: bold;
	vertical-align: middle;
}

/* Subheading text used to divide sections of a form or to give title to the top of a form. Use fieldheader to group common fields within a form section (as in the header for a dual select). */
.sectionheader{
	color: #000000;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 0px 0px 6px 0px;
	text-align: center;
}

.textinheaderrow{
	color: #000000;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.textinrows{
	color: #000000;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

#footer_repeat{
	background-image: url("../images/footer_repeater.png");
	background-repeat: repeat-x;
	height: 6px;
}

#leftframe{
	background-image: url("../images/leftframe_blend.png");
	background-repeat: repeat-y;
	width: 5px;
}

#r1header{
	background-image: url("../images/r1repeater.png");
	background-repeat: repeat-x;
	height: 8px;
}

#rightframe{
	background-image: url("../images/rightframe_blend.png");
	background-repeat: repeat-y;
	width: 5px;
}

#rowdivider{
	border-bottom-color: #CAC3BF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 10px;
}

#sectionaboveheader{
	background-image: url("../images/sectionheader_top_repeat.png");
	background-repeat: repeat-x;
	height: 2px;
}

#sectionfooter_repeat{
	background-image: url("../images/section_footer_repeat.png");
	background-position: bottom;
	background-repeat: repeat-x;
	height: 80px;
}

#sectionleftframe{
	background-image: url("../images/section_left_frame.png");
	background-repeat: repeat-y;
	vertical-align: bottom;
	width: 6px;
}

#sectionrightframe{
	background-image: url("../images/section_right_frame.png");
	background-repeat: repeat-y;
	vertical-align: bottom;
	width: 6px;
}
