
/*
Green      C1D32F
Orange     F9A01B
Blue       00BDC5
Red        EF4632
60% black  808285
30% black  BCBEC0
*/

html, body, #wrapper {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color:#808285;
	background-color: #FFFFFF;
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
}

form {margin: 0px; padding: 0px;}

select, input, optgroup { 
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#wrapper {
	background-color: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
}

table {	background-color: #FFFFFF;}

A:link, A:visited, A:active { 
	text-decoration: none;
}

UL {
	margin-top:0px; 
	margin-bottom:10px;
}



/* ----------------------------- */
/* -----DROPDOWN MENU HACK------ */
/* ----------------------------- */
/* http://www.hedgerwow.com/360/dhtml/ui_select_with_fixed_width/demo.php */
	
.dropDownMenu { 
	color:#808285;
	font-weight: bold;
	behavior:expression(window.dropdown_menu_hack!=null?window.dropdown_menu_hack(this):0);
}


/* ----------------------------- */
/* -----HOMEPAGE STYLES--------- */
/* ----------------------------- */

.homepageGreyText {
	padding-top: 11px;
	padding-bottom: 10px;
	padding-right:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#808285;
	font-size: 11px;
	line-height: 16px
}

.homepageWhiteBoldText {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 11px;
	font-weight: bold;
}


.homepageArrowTextOrange {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#808285;
	font-size: 11px;
	font-weight: bold;
}
A.homepageArrowTextOrange:link    { COLOR: #808285; text-decoration: none; }
A.homepageArrowTextOrange:visited { COLOR: #808285; text-decoration: none; }
A.homepageArrowTextOrange:hover   { COLOR: #F9A01B; text-decoration: none; }
A.homepageArrowTextOrange:active  { COLOR: #808285; text-decoration: none; }



.homepageArrowTextGreen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#808285;
	font-size: 11px;
	font-weight: bold;
}
A.homepageArrowTextGreen:link    { COLOR: #808285; text-decoration: none; }
A.homepageArrowTextGreen:visited { COLOR: #808285; text-decoration: none; }
A.homepageArrowTextGreen:hover   { COLOR: #C1D32F; text-decoration: none; }
A.homepageArrowTextGreen:active  { COLOR: #808285; text-decoration: none; }


.homepageArrowTextBlue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#808285;
	font-size: 11px;
	font-weight: bold;
}
A.homepageArrowTextBlue:link    { COLOR: #808285; text-decoration: none; }
A.homepageArrowTextBlue:visited { COLOR: #808285; text-decoration: none; }
A.homepageArrowTextBlue:hover   { COLOR: #00BDC5; text-decoration: none; }
A.homepageArrowTextBlue:active  { COLOR: #808285; text-decoration: none; }





/* ----------------------------- */
/* -----SUB MENU STYLES--------- */
/* ----------------------------- */
.submenuArrowTextOrange {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#808285;
	font-size: 9.5px;
	font-weight: bold;
}
A.submenuArrowTextOrange:link    { COLOR: #808285; text-decoration: none; }
A.submenuArrowTextOrange:visited { COLOR: #808285; text-decoration: none; }
A.submenuArrowTextOrange:hover   { COLOR: #F9A01B; text-decoration: none; }
A.submenuArrowTextOrange:active  { COLOR: #808285; text-decoration: none; }


.submenuArrowTextGreen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#808285;
	font-size: 9.5px;
	font-weight: bold;
}
A.submenuArrowTextGreen:link    { COLOR: #808285; text-decoration: none; }
A.submenuArrowTextGreen:visited { COLOR: #808285; text-decoration: none; }
A.submenuArrowTextGreen:hover   { COLOR: #C1D32F; text-decoration: none; }
A.submenuArrowTextGreen:active  { COLOR: #808285; text-decoration: none; }




/* ----------------------------- */
/* -----FOOTER STYLES--------- */
/* ----------------------------- */
.splashFooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #BCBEC0;
	text-decoration: none;
}

.splashFooterNRS {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #BCBEC0;
	text-decoration: none;
}

a.splashFooterNRS:link {color: #BCBEC0;text-decoration:none;}
a.splashFooterNRS:visited {color: #BCBEC0;text-decoration:none;}
a.splashFooterNRS:hover {color: #C3C618;text-decoration: none;}
a.splashFooterNRS:active {color: #BCBEC0;text-decoration: none;}



/* ----------------------------- */
/* -----SEARCH RESULTS --------- */
/* ----------------------------- */
.searchResultsOrange { COLOR: #000000; padding-left:5px; }
A.searchResultsOrange:link    { COLOR: #000000; text-decoration: none; }
A.searchResultsOrange:visited { COLOR: #F9A01B; text-decoration: none; }
A.searchResultsOrange:hover   { COLOR: #F9A01B; text-decoration: none; }
A.searchResultsOrange:active  { COLOR: #000000; text-decoration: none; }

.searchResultsGreen {	COLOR: #000000; padding-left:5px; }
A.searchResultsGreen:link    { COLOR: #000000; text-decoration: none; }
A.searchResultsGreen:visited { COLOR: #C1D32F; text-decoration: none; }
A.searchResultsGreen:hover   { COLOR: #C1D32F; text-decoration: none; }
A.searchResultsGreen:active  { COLOR: #000000; text-decoration: none; }




/* ----------------------------- */
/* -----FORMS--------- */
/* ----------------------------- */
.advancedSearchResultsText {
	padding: 2px 0px 2px 0px;
	vertical-align: top;
}

.formText {
	background-image: url(/admin/assets/images/chrome/dotBgrd.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 3px 0px 3px 0px;
	vertical-align: top;
}

.formReq {
	background-image: url(/admin/assets/images/chrome/dotBgrd.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 2px 2px 2px 2px;
	width: 12px;
	vertical-align: top;
}

.formReqNoLine {
	padding: 3px 0px 3px 0px;
	width: 12px;
	vertical-align: top;
}

.formInput, .divider {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
	background-image: url(/admin/assets/images/chrome/dotBgrd.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 3px 0px 3px 0px;
	vertical-align: bottom;
}

.dividerNoLine {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
	padding: 3px 0px 3px 0px;
	vertical-align: top;
}

.helpText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #BCBEC0;
	text-decoration: none;
}

.box100 { width: 100px; }
.box150 { width: 150px; }
.box200 { width: 200px; }
.box250 { width: 250px; }
.box300 { width: 300px; }
.box400 { width: 400px; }
.box500 { width: 500px; }
.box600 { width: 600px; }

.submit {
	padding-top: 5px;
	padding-bottom: 5px;
	color: #999999;
	font-weight: bold;
}

.error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
	text-decoration: none;
}

.errorCell { border: #F9A01B 1px solid; padding: 3px; background-color: #FFDFB6; }