﻿/* CSS Document */

body
{
	background-color: #0759ab;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
}

	
#TOP	{
	background-color:#FFFFFF;
	width:1100px;
	margin-top:20px;
	border-bottom:0px solid #d3d3d3;
	font-size:xx-small;
	}

#MAIN	{
	background-color:#FFFFFF;
	padding:10px;
	width:1080px;
	line-height:19px;
	font-family:'Trebuchet MS', Arial, sans-serif; 
	font-size:10pt; 
	font-weight:bold	
	}	
.MainTable
{
	width:1080px;
    border:0px; 
    padding:0px;
   
}	
#CONTENT	{
	padding:20px 20px 35px 40px;
	text-decoration:none;
	}
#MAIN #CONTENT td {
	font-size: 11px;
	line-height: 1.3em;
	text-decoration:none;
}
#MAIN #CONTENT td ul {
	list-style-type: circle;
	text-decoration:none;
}
	
#MAIN #CONTENT td ul li {
	list-style-type: circle;
	margin-bottom: 5px;
	text-decoration:none;
}

#MainContent 
{
	font-family: "Arial, Helvetica, sans-serif";
	color:Black;
	background-color: #FFFFFF;
	
}
#FOOTER
{
	background-color: #F1EFEF;
	width: 1100px;
	font-family: "Trebuchet MS" , Arial, sans-serif;
	font-size: 8pt;
	color: #0759ab;
	height: 55px;
	padding-top: 9px;
	border-top: 1px solid #d3d3d3;
	background-repeat: repeat;
}
#FOOTER a:link
{
	color: #0759ab;
	text-decoration: none;
}	
	
#FOOTER a:visited	{
	color: #666666;
	text-decoration: none;
	}		
#FOOTER .divider3	{
	margin: 0 7px 0 7px;
	color:#999999
	}
		
#BOTTOM	
{
	background-color:#F1EFEF;
	width:1100px;
	height:9px;
	}	
		
.SearchLabelCell
{
	color:Black;
	text-align:right;
	font-size:medium;
	vertical-align:top;
}
.NormalLabel
{
	color:Black;
	text-align:right;
	font-size:medium;
	vertical-align:top;
}
.SearchInputCell
{
	text-align:left;
	vertical-align:top;
	font-size:medium;
	height:18px;
}
.SearchInputButton
{
	text-align:center;
	vertical-align:top;
	font-size:medium;
	height:18px;
}
.SearchInputCellMultiLineText
{
	text-align:left;
	vertical-align:top;
	font-size:medium;
	height:77px;
}
.InputWaterMark
{
	background-color:#CCFFFF;
}
.ResumeInputWaterMark
{
	background-color: #FFFFA6;
}
.ResumeErrorWaterMarkReqd
{
	background-color: #FF0000;
}
.ResumeErrorWaterMarkOptional
{
	background-color: White;
}
.SearchInputCellLevel2
{
	text-align:left;
	vertical-align:top;
	height:18px;
	font-size:medium;
}
.pagetitle
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 20px;
color: #000000;
font-weight:bolder;
}
.subtitle
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
color: #000000;
font-weight:bolder;
text-align:center;
}
.largetext
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
color: #000000;
font-weight:bolder;
}
.boldtext
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
font-weight:bolder;
}
.Header
{
	vertical-align: top;
	text-align:left;
	margin:0px;
}

.HeaderBorder
{
	width: 1100px;
	vertical-align: top;
	 margin:1px;
	 background-color:#F1EFEF;
    border-right-color: #d3d3d3; 
    border-bottom-color: #d3d3d3; 
    border-left-color: #d3d3d3; 
    border-right-style: solid; 
    border-bottom-style: solid; 
    border-left-style: solid; 
    border-right-width: thin; 
    border-bottom-width: thin; 
    border-left-width: thin;
    
}
.Side
{
	width:20%;
	background-color: #CCCCCC;
	vertical-align:top;
	margin:0px;
	 padding-top:5px;
	 padding-left:5px;
	 padding-right:5px;
	 text-align:center;
}
.SideRows
{
	text-align:center;
}
.PostJob
{
	text-decoration: none;
	 text-align:left;
}
.MenuPanel
{
	vertical-align: top;
	text-align: center;
	margin:0px;
	height: 25%; 
	padding:0px;
}
.MenuHeader
{
	background-color:#D8D8D8;
	width:100%;
	font:Arial;
	font-size:10pt;
	color:#0759ab;
	vertical-align:top;
}
.MenuDynamic
{
	padding:0px;
	color:#0759ab;
	text-align:center;
}
.MenuItems
{
	padding:2px;
	background-color:#D8D8D8;
	color:#0759ab;
	text-align:center;
}
.MenuItemHover
{
	background-color:Silver;
	padding:0px;
	color:White;
}
.MenuSubItems
{
	margin:5px;
	text-align:center;
}
.MainContent
{
	margin: 20px;
	width:100%;
	background-repeat:repeat-x;
	color:#FFFFFF;
	text-align: center;
}
.Tabstrip
{
	text-align:left;
}
/* Accordion */
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    text-align:center;
}

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5078B3;
	font-size: 12px;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    text-align:center;
}

#MAIN .accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

.accordionContent
{
    padding: 5px;
    padding-top: 10px;
    font-style:normal;
}
/*CollapsiblePanel*/
.collapsePanel {
	
	background-color:white;
	overflow:hidden;
}

.collapsePanelHeader{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
	font-size: 15px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    text-align:center;
}
.Grid
{
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 0px; 
	text-align:center;

}
.InputLabel
{
	text-align:right;
	}
.InputEntry
{
	text-align:left;
	width: 70%;
}
