#job_list th{
	text-align: left;
	background-color: #214D6B;
	padding:3px 5px 3px 5px;
	font-size: 12px;
	color:white;
}
#job_list td{
	padding:3px 5px 3px 5px;
	background-color: #F7F7FF;
	vertical-align:top;
}
#job_list th a{
	text-decoration: underline;
	color:white;
}
#job_list td a{
	text-decoration: underline;
	color:#00000;
}
#job_list td a:hover{
	color: #00000;
}
#job_list th a:hover{
	color:white;
}
.required{
	color:#bd0202;
}
#job_detail th{
	text-align: left;
	background-color: #214D6B;
	padding:3px 5px 3px 5px;
	color:white;
}
.right{
	float:right;
	/*border: 1px dotted blue;*/
}
.left{
	float:left;
	/*border: 1px dotted purple;*/
}

