@charset "utf-8";
/* CSS Document */


/* STNA Custom Styles  */
.browseSeparator
{
	color: #fb9b00;
	font-weight: bold;
}
.JobFormElement
{
	width: 150px;
	color: #363636;
}

.tabContainer
{
	margin-top:20px;
	text-align:center;
}

.jobSearchActiveTab
{
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 4px;
	padding-bottom: 5px;
	padding-left:10px;
	padding-right:10px;
   	text-align:center;
   	font-weight: bold;
   	text-decoration: none;
	border: solid 1px;
	border-bottom: solid 0px;
	border-color: #83A2E0;
	border-top: solid 3px #fb9b00;
	background-color: #FFFFFF;
	display:inline;
	CURSOR: hand;
}

.jobSearchInActiveTab
{
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 4px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	border: solid 1px;
	border-bottom: solid 0px;
	border-color: #83A2E0;
	background-color: #D5EAFF;
	display: inline;
	CURSOR: hand;
}

.tabContentBG
{
	background: url(images/orange_BG.png);
}

#ulTabCorner
{
	background: url(/images/ulorange.png) no-repeat bottom right;
	width:11px;
}
#urTabCorner
{
	background: url(/images/urorange.png) no-repeat bottom left;
	width:10px;
}
#llTabCorner
{
	background: url(/images/llorange.png) no-repeat top right;
	width:11px;
}
#lrTabCorner
{
	background: url(/images/lrorange.png) no-repeat top left;
	width:10px;
}

.jobsearch_formlabel
{
font-family:Arial; 
font-size:10pt; 
font-weight: bold; 
color: white;
}

.jobsearch_formlabelhint
{
font-family:Arial; 
font-size:8pt; 
font-style: italic; 
color: white;
}

.formlabel
{
font-family:Arial; 
font-size:10pt; 
font-weight: bold; 
color: #002e59;
}

.jobsearch_table
{
	background-color: #d98112;
}

.jobsearch_resultlist
{
font-family:Arial;
font-size:10pt;
color: #77b624;
}

A.jobsearch_resultlist:link  {color: #172e5c;}
A.jobsearch_resultlist:hover  {color: #1d6fa6;}
A.jobsearch_resultlist:visited  {color: #1d6fa6;}

.jobsearch_browselabel
{
font-family:Arial; 
font-size:10pt; 
font-weight: bold; 
color: #1d6fa6;
}

.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;
}








/* CSS Document */

html
{
	min-height: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
}

body
{
	min-height: 100%;
	background: #D79237 url(images/jsbody_bg.png) top left;
	margin: 0px;
	padding: 0px;
}

#login_links_skin
{
	float: right;
	height: 20px;
	position: absolute;
	left: 400px;
	top: 100px;
	width:300px;
	text-align:right;
}

TD
{
	font-family: Arial,sans-serif;
	font-size: 10pt;
}

.browselabelwhite
{
	padding-top:3px;
	font-weight:bold;
}

.job_summary
{
}
