/* CSS Document */
.browselabel
{
	font-weight: bold;
}
A.browselabel, TD A.browselabel
{
	color: #163f79;
}
html
{
	min-height: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
}

body
{
	/*background-image: url(images/body_bg.jpg);
	background-position: bottom;
	background-repeat:repeat-x;*/
	min-height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 11px;
	background-color:White;
}

.gradient
{
	background:white url(images/body_bg.jpg) repeat-x bottom;
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ffffff,endColorStr=#bacbdc);
}

#tblContent
{
	width:800px;
}

#contentRow
{
	min-height:800px;
	height:100%;
}

.skinDividerBG
{
	background: url(images/gradientBlue.png) repeat top right;
}

#wrapper
{
	width: 800px;
	float: left;
	border:0px solid blue;
}

#backgroundDiv
{
	border:0px solid black;
	height:100%;
}

#content_wrap
{
	/*background-color: #b9cada;*/
	float: left;
	width: 800px;
	border:0px solid black;
}

#main_content
{
	width: 598px;
	color: #163f79;
	height:100%;
	border:0px solid red;
}

.contentTable
{
	float: left;
	width: 598px;
	min-height: 381px;
	height:auto;
	height: 100%;
}

.content2
{
	float: right;
	width: 202px;
}

#ContentPane
{
	color: #163f79;
}

.leftPane
{
	height:100%;
}






a
{
	color: #163f79;
	text-decoration: none;
}

a:hover
{
	color: #486da0;
}
















.orangeBG
{
	background: url(images/orange_BG.png);
}

.blueBG
{
	background: url(images/blue_BG.png);
}

h1
{
	margin: 0px;
}

.heading
{
	height: 18px;
	color: #FFFFFF;
	background-color: #77b624;
	width: 376px;
	font-weight: bold;
	font-size: 12px;
	float: left;
	padding-left: 5px;
	padding-top: 2px;
	padding-right: 5px;
}

#quick_links_skin
{
	float: right;
	width: 200px;
	height: 38px;
	position: absolute;
	left: 590px;
	top: 127px;
}

#header
{
}

#login_links_skin
{
	float: right;
	height: 20px;
	position: absolute;
	left: 400px;
	top: 100px;
	width:400px;
	text-align:right;
}

.job_seek_skin
{
	float: left;
	width: 81px;
}

.job_seek_skin a
{
	display: block;
	width: 81px;
	height: 28px;
	background-image: url(images/job-seekers.gif);
	background-repeat: no-repeat;
}

.job_seek_skin a:hover
{
	display: block;
	width: 81px;
	height: 28px;
	background-image: url(images/job-seekers_over.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}

#quick_links_skin
{
	float: right;
	width: 200px;
	height: 38px;
	position: absolute;
	left: 590px;
	top: 127px;
}

.current_consult_skin
{
	float: right;
	width: 97px;
}

.current_consult_skin a
{
	display: block;
	width: 97px;
	height: 28px;
	background-image: url(images/Current_Employees_Unselected.png);
	background-repeat: no-repeat;
}

.current_consult_skin a:hover
{
	display: block;
	width: 97px;
	height: 31px;
	background-image: url(images/Current_Employees_Selected.png);
	background-repeat: no-repeat;
	text-decoration: none;
}

#footer
{
	background-color: #bacbdc;
	width: 800px;
}

#footer .logos
{
	width: 180px;
	float: left;
	height: 50px;
	padding-left: 20px;
}

#footer .links
{
	width: 350px;
	float: right;
	height: 30px;
	padding-top: 20px;
	padding-right: 5px;
	display:inline;
}

#footer .links a
{
	color: #163f79;
}

#footer .links a:hover
{
	color: #486da0;
}

.Normal, TD
{
	font-family: Arial,sans-serif;
	font-size: 10pt;
	color: #163f79;
}
.rptLeftCol
{
	clear:both;
	width:270px;
	float:left;
	margin-right:15px;
	margin-bottom:5px;
	border:0px solid blue;
}
.rptRightCol
{
	width:270px;
	margin-bottom:5px;
	border:0px solid red;
}
