

/* GENERAL STYLES */
#pagecontent {
	padding:10px;
	background-color:black
}

#pagecontent a {color:orange} /* applied to all web site links */
#login a {color:white}


/* ----------container of the site header-------------- */
#headerlinks {float:right}

/* ----------container of search box-------------- */
#search {clear:both;margin-top:50px;float:right;margin-right:10px}
#gsearch input {vertical-align:middle;height:25px;margin:0;padding:0}

/* ----------container of the language drop down list-------------- */
#sitelanguage select {background-color:#3B3B3B;font-size:11px;color:white;border:none} /* applied to the drop down list used to select the web site language */

/* ----------container of the breadcrumb trail-------------- */
#breadcrumbtrail {margin-bottom:10px;}
#breadcrumbtrail a, #breadcrumbtrail {font-family:Helvetica,sans-serif;font-size:11px;color:silver;text-decoration:none} /* applied to the table that contains the web site breadcrumb trail */
#pagecontent h1 {font-family:Arial;font-size:26px;color:white;margin:0 0 10px 0;padding:0;font-weight:normal} /* applies to the web page title */

.CMS_Control_Links, #editlinks a {font-family:Arial;font-size:11px;color:black;font-weight:bold;text-decoration:none;position:relative} /* used for the CSM links at the bottom of the web site */
.Submit_Standard {padding:2px;border:solid silver 1px;font-size:11px;background-color:#EFEFEF;color:#485B43} /* used for all submit buttons in the site */
.Submit_Standard:hover {padding:2px;border:solid silver 1px;font-size:11px;background-color:white;color:black} /* used for all submit buttons hover state in the site */
.Submit_Alternate {font-family:Arial;font-size:11px;font-weight:bold;background-color:#E97A13;color:white} /* used to highlight a few buttons in the web site */
.Faq_Categories {}
