
/* Global definitions to clear any pre-existing stylesheets
* {
	font-style: italic;
}*/

/* main body definition: fill color*/
body {
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
	margin: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Times New Roman;
	color: #181147;
	font-size:10pt;
}

/* header contains the main logo, search bar and logout button*/
.header 
{
	/*margin: 0px 10px 5px 10px;*/
	width: 100%;
	height: 75px;
	/*background-image: url('/images/store/eeoc/header_background.gif');
	background-repeat: repeat-x;*/
	vertical-align: middle;
	/*border-bottom: solid 1px black;*/
}

.header_menu 
{
	float: right;
}
.mainContent 
{
	/*position: relative;*/
	margin: 0px 0px 0px 0px;
	width: 100%;
}

.main_menu {
	padding-bottom: 0px;
	padding-top: 0px;
	position: relative;
	background-image: url('/images/store/eeoc/TopNavigationBackground.png');
	background-repeat: repeat-x;
	width: 100%;
	left:0px;
	height: 25px;
	vertical-align: middle;
}

.main_menu_element {
	position: relative;
	color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	font-family: Arial, Times New Roman;
	font-size: 14pt;
	font-weight: bold;
	height: 25px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.main_menu_element_current {
	position: relative;
	height: 25px;
	color: #76281e;
	margin: 0px 0px 0px 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	font-family: Arial, Times New Roman;
	font-size: 15pt;
	font-weight: bold;
	background-image: url('/images/store/eeoc/ActiveTab.png');
	background-repeat: repeat-x;
}
.TopNavLink 
{
	font-size:12pt;
}

a {
	color: #181147;
}
a:link { 
	text-decoration: none; 
}
a:visited { 
	text-decoration: none; 
}
a:hover { 
	text-decoration: underline; 
}
a:active { }

.main_menu_element a {color: #FFFFFF;}
a.main_menu_element:link { text-decoration: none; }
a.main_menu_element:visited { text-decoration: none; }
/*a.main_menu_element:hover { text-decoration: underline; }*/
a.main_menu_element:active { }

.main_menu_element_current a {color: #76281e;}
a.main_menu_element_current:link { text-decoration: none; }
a.main_menu_element_current:visited { text-decoration: none; }
/*a.main_menu_element_current:hover { text-decoration: underline; }*/
a.main_menu_element_current:active { }

a.MainLogo:hover { text-decoration: none; }

.breadcrumb {
	position: relative;
	left:0px;
	font-family: Verdana, Arial, Times New Roman;
	font-size: 14px;
	font-weight: normal;
	margin: 10px 10px 5px 10px;
	padding: 0px 10px 0px 10px;
	width: 100%;
	color: #510d0c;
}
.breadcrumb a{
	color: #666666;
}


.footer 
{
	/*position: relative;*/
	left: 0px;
	width: 100%;
	height:10px;
	border-top:solid 10px #76281e;
	font-size: 12px;
	background-color: #ffcc99;
	font-family: Arial, Times New Roman;
	color: #FFFFFF;
}

.centerContent {
	text-align: justify;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 3px;
	color: #444444;
}

.centerContent_section {
	width: 100%;
	/* border-top: solid;
	border-top-width: 4px;
	border-top-color: #666666;*/
	margin: 0px 0px 20px 0px;
	font-family: Arial, Times New Roman;
}

h1,h2,h3,h4,h5,h6.center_title {
	color: #181147;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.LeftColumn 
{
	background-image: url('/images/store/eeoc/LeftColumn_background.gif');
	background-repeat: repeat-x;
	/*background-color: #7d827e;*/
	color: #FFFFFF;
}

.leftMenu {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 1px;
	border: solid;
	border-width: 4px;
	border-color: #666666;
	background-color: #F5F4F9;/*ECEBFB;*/
	vertical-align: top;
}	

.leftMenu_parent 
{
    color:#181147;
}

.leftMenu_leaf
{
    color: #510d0c;
}

.rightMenu {
	margin: 0px 0px 0px 0px;
	padding: 3px 3px 3px 3px;
	vertical-align: top;
	color: #FFFFFF;
}

.rightMenu_news {
	/* border: solid;
	border-width: 4px;
	border-color: #888888;*/
	vertical-align: top;
}

.rightMenu_text 
{
    padding-left: 5px;
    color: #FFFFFF;
}
.rightMenu_text a
{
    padding-left: 0px;
    color: #FFFFFF;
}
.search_button
{
	font-size: 12px;
	background-color: #76281e;
	font-family: Arial, Times New Roman;
	color: #FFFFFF;
}

.menu_title {
	/*height: 25px;*/
	width: 100%;
	/*background-color: #888888;*/
	font-size: 10pt;
	font-weight: bold;
	font-family: "Arial Black",Arial,sans-serif;
	vertical-align: top;
}

.error 
{
    padding:3px;
    background-color:#510d0c;
    color:White;
    font-weight:bold;
}

.CheckBoxListTable td
{
    height:25px;
}

.ConditionsDropDowns
{
    font-size:8pt;
    /*display:none;*/
}

.TableHeader
{
    font-weight:bold;
}

.TableRow
{
    background-color:#FFFFFF;
}

.TableRowAlt
{
    background-color:#EEEEEE;
}

.FormContentBox
{
    width:100%;
}

.FormDescriptionBox
{
    width:70%;
}

.FormNameBox
{
    width:25%;
}

.textmissing
{
    background-color:Red;
}

.textadded
{
    background-color:Yellow;
}

.LeftMenuPanelPadding
{
	background-color:Yellow;
}

.LoginBoxWidth
{
	width:150px;
}

.SearchBoxWidth
{
	width:130px;
}

.filename {
	font-family: "Courier New", courier, monotype;
	font-weight: bold;
	font-style: italic;
	font-size: 13px;
	color: #228B22;
}

.code {
	font-family: "Courier New", courier, monotype;
	font-weight: bold;
	font-size: 12px;
	color: #800000;
}

.veryImportant {
	color: #A00000;
	font-weight: bold;
}

.redText {
        color: #A00000;
}

.makefileEdit {
	color: #CC0000;
}
