@charset "utf-8";
/* CSS Document */
.activeStep {
	background-image: url(../site_images/candidates/activeStep.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 20px;
	width: 136px;
	text-align: center;
	padding-top: 5px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a77358;
}
.inactiveStep {
	background-image: url(../site_images/candidates/inactiveStep.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 20px;
	width: 136px;
	text-align: center;
	padding-top: 5px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a77358;
}
.stepSpacer {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a77358;
}
.activeTab a, .inactiveTab a {
	color: #FFFFFF;
}
.activeTab {
	background-image: url(../site_images/candidates/activeTab.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 20px;
	width: 136px;
	text-align: center;
	padding-top: 5px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a77358;
}
.inactiveTab {
	background-image: url(../site_images/candidates/inactiveTab.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 20px;
	width: 136px;
	text-align: center;
	padding-top: 5px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a77358;
}
.tabSpacer {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a77358;
}
.tableButtonLrg {
	display:block;
	text-align: center;
	padding-top: 5px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../site_images/general/greybtn_large.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 120px;
	height:23px;
}
.standardButtonLrg {
	display:block;
	text-align: center;
	padding-top: 5px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../site_images/general/greybtn_large_onwhite.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 120px;
	height:23px;
}
.tableButtonSml {
	display:block;
	text-align: center;
	padding-top: 5px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../site_images/general/greybtn_small.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 72px;
	height:23px;
}
.dataTable td {
	background-color: #d8f0f9;
	padding: 5px;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
	
}
.searchTable td {
	background-color: #d8f0f9;
	padding: 5px;
}
/*.searchTable img {
	padding-right: 10px;
}*/
#profileAlert {
	color:#000000;
	padding: 5px;
	background-color:#FFCC33;
}
.searchLabels {
	color:#0066CC;
	font-weight: bold;
}
.matchRatio {
	display: block;
	padding: 5px;
	width: 100px;
	text-align: center;
	background-color: #0066CC;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 5px;

}
.matchRatioScore {
	font-size: 30px;
}
.searchSpacer {
	display:block;
	width:600px;
	height:10px;
	background-image: url(../site_images/candidates/formSpacer.gif);
	background-repeat: repeat-x;
	background-position: center;
	background-color: #FFFFFF;
}
.searchPaging {
	padding: 5px;

}
.searchPaging a {
	color:#FB8410;
	font-weight: bold;
}
.tableButtonMini {
	display:block;
	text-align: center;
	padding-top: 1px;
	font-weight: normal;
	color: #FFFFFF;
	background-image: url(../site_images/general/mini_greybtn_large.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 88px;
	height:15px;
	font-size: 10px;
	clear: both;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.btnHighlight {
	color: #00FFFF;
}
/* Profile Page */
#profile {
	width: 600px;
	margin:auto;
}
.noScreen {
 display:none;
}
#workTab, #nextJobTab {
	display:none;
}
#highlightPanel{
 display:block;
 padding:10px;
 width:140px;
 background-color:#FFCC66;
}