
 
/* begin css tabs */
 
#tabnav { /* general settings */
	text-align: left; /* set to left, right or center */
	margin: 1em 0 0 0; /* set margins as desired */
	font: 600 11px verdana, arial, sans-serif; /* set font as desired */
	border-bottom: 1px solid #ccc; /* set border COLOR as desired */
	list-style-type: none;
	padding: 3px 10px 10px 10px; /* THIRD number must change with respect to padding-top (X) below */
	/*background:red;*/
	/*height:100%;*/
}
 
#tabnav li { /* do not change */
	display: inline;
}
 
.taboff { /* settings for all tab links */
	padding: 10px 14px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
	border: 1px solid #ddd; /* set border COLOR as desired; usually matches border color specified in #tabnav */
	background-color: #eee; /* set unselected tab background color as desired */
	margin-right: 0px; /* set additional spacing between tabs as desired */
	border-bottom: none;
	text-decoration: none;
	color: #666; /* set unselected tab link color as desired */
}

.tabon { /* settings for all tab links */
	padding: 10px 14px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
	border: 1px solid #ddd; /* set border COLOR as desired; usually matches border color specified in #tabnav */
	background-color: white; /* set unselected tab background color as desired */
	margin-right: 0px; /* set additional spacing between tabs as desired */
	/*border-bottom: none;*/
	text-decoration: none;
	color: #666; /* set unselected tab link color as desired */
	border-bottom: 1px solid #fff; /* set border color to page background color */
}

.tabdead { /* settings for all tab links */
	padding: 10px 14px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
	border: 1px solid #ddd; /* set border COLOR as desired; usually matches border color specified in #tabnav */
	background-color: #eee; /* set unselected tab background color as desired */
	margin-right: 0px; /* set additional spacing between tabs as desired */
	border-bottom: none;
	text-decoration: none;
	color: #bbb; /* set unselected tab link color as desired */
}
 
 
#tabnav li a:hover { /* settings for hover effect */
	background: #1b5790; /* set desired hover color */
	color: #d2dcf3;
}


/* Candidate Tabs
'------------------------------------*/

#tabnavCandidate { /* general settings */
	text-align: left; /* set to left, right or center */
	margin: .5em 0 0 0; /* set margins as desired */
	font: 600 11px verdana, arial, sans-serif; /* set font as desired */
	/*border-bottom: 1px solid #ccc; /* set border COLOR as desired */
	list-style-type: none;
	padding: 3px 10px 10px 10px; /* THIRD number must change with respect to padding-top (X) below */
	/*background:red;*/
	/*height:100%;*/
}
 
#tabnavCandidate li { /* do not change */
	display: inline;
}
 

 
#tabnavCandidate li a:hover { /* settings for hover effect */
	background: #b40916; /* set desired hover color */
	color: #fccacd;
}

/* Job Tabs
'------------------------------------*/

#tabnavJob { /* general settings */
	text-align: left; /* set to left, right or center */
	margin: .5em 0 0 0; /* set margins as desired */
	font: 600 11px verdana, arial, sans-serif; /* set font as desired */
	/*border-bottom: 1px solid #ccc; /* set border COLOR as desired */
	list-style-type: none;
	padding: 3px 10px 10px 10px; /* THIRD number must change with respect to padding-top (X) below */
	/*background:red;*/
	/*height:100%;*/
}
 
#tabnavJob li { /* do not change */
	display: inline;
}
 

 
#tabnavJob li a:hover { /* settings for hover effect */
	background: #1b5790; /* set desired hover color */
	color: #eee;
}



#tabOuterContent {
	/*background: red;*/
	color:#000040;
	font-size: 10px;
	/*padding: 10px;*/
	text-align:left;
	/*width:970px;*/
	/*float:left;*/
	/*height:300px;*/
	/*margin-top:30px;*/
	/*border: solid #ccc 1px;*/
	border-left: solid #ccc 1px;
	border-right: solid #ccc 1px;
	border-bottom: solid #ccc 1px;
	/*border-top:none;*/
	margin:0;
	padding:0;
	background: white;
	height:100%;
}

#tabTitle {
	background: white url(/_images/table_top_white1.png);
	color:#000040;
	font-size: 10px;
	/*padding: 10px;*/
	text-align:left;
	width:960px;
	/*float:left;*/
	height:40px;
}

#tabInnerContent {
	/*background:white;*/
	padding: 8px;
	/*display:block;*/
	height:100%;
	/*position:relative;*/
	/*margin-left:8px;*/
}


/* end css tabs */

#tabs_content {
		background:url(/_images/bg-clients-bottom.gif) left bottom no-repeat;
		width:940px;
		margin-left:0px;
		margin-bottom:20px;
		padding-bottom:20px;
		padding-left:0px;
		/*background:lime;*/
		/*height:500px;*/
		min-height:800px;
	}
	#tabs_content h2 {
		background:url(/_images/bg-services_page-top.gif) left top no-repeat;
		padding:5px 20px;
		/*font-size:10%;
		font-weight:bold;
		line-height:1em;*/
	}
#tabs_content_column_rightmenu {
	width:160px;
	/*float:left;*/

	}