/* Additional styling specific to the Jobs Online application */


.JOL_stdLabel
{
	position:		relative;
	display:		block;
	float:			left;
	font-weight: 	bold;
	width: 			15%;

}

.JOL_smlLabel
{
	position:		relative;
	display:		block;
	float:			left;
	font-weight: 	bold;
	width: 			5%;	

}

.JOL_bigLabel
{
	position:		relative;
	display:		block;
	float:			left;
	font-weight: 	bold;
	width: 			70%;	
	margin: 10px 0 0 0;
}
.JOL_stdText
{
	position:		relative;
	display:		block;
	float:			left;
	font-weight: 	normal;
	width: 			85%;

}

.JOL_smlText
{
	position:		relative;
	display:		block;
	float:			left;
	font-weight: 	normal;
	width: 			28%;	

}

.JOL_highlight
{
	font-weight: 	bold;
}

.JOL_tableth
{
	background-color: #C86444;
	border:	solid 1px  #FFFFFF;
}

.JOL_tableclear td
{
	background-color: #FFFFF;
	border:	solid 1px  #EEEEDD;
}

.JOL_tablebg td
{
	background-color: #EEEEDD;
	border:	solid 1px  #FFFFFF;
}

.JOL_table
{
	border:	solid 1px  #EEEEDD;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}

.JOL_infosection
{
	clear:			both;
	float:			left;
	width:			100%;
	margin:			5px 0;
	font-size:		normal;
	color:			#403A3A;
}

.JOL_infosection td
{
	vertical-align:		top;

}

.JOL_infosection br
{
	clear:	both;
}

.JOL_textright
{
	text-align: right;
}

.JOL_textrleft
{
	text-align: left;
}

.JOL_textcenter
{
	text-align: center;
}

