.JobsList{
	width : 460px;
	border-top : 1px dashed #333;
	border-bottom : 1px dashed #333;
	font-family : Arial, Helvetica, sans-serif;
	background-color : white;
	margin : 0 0 10px 0;
	text-align : left;
}

.JobsList TD{
	background-color : #f5f5f5;
	font-size : 12px;
	padding : 3px 5px 3px 5px;
	border-top : 2px solid white;
	vertical-align : top;
}

.JobsList TD.actName{
	background-color : #f5f5f5;
	font-size : 12px;
	font-weight: bold;
	padding : 3px 5px 3px 5px;
	border-top : 2px solid white;
	vertical-align : top;
}

.JobsList TD.separator{
	border-top : 1px dashed #333;
	border-bottom : 1px dashed #333;
	background-color : white;
}

.JobsList TH{
	background-color : #EBEBEB;
	text-align : left;
	font-size : 12px;
	font-weight : normal;
	color : Gray;
	border-top : 2px solid white;
	padding : 3px 5px 3px 5px;
	width : 90px;
	border-right : 2px solid white;
	vertical-align : top;
	text-transform: uppercase;
}
.JobsList HR{
	height : 1px;
	background-color : transparent;
	color : #333;
	border : none;
	border-bottom : 1px dashed #333;
	padding : 0;
	margin : 0;
}

.JobsList TD.separator{
	border-top : 1px dashed #333;
	border-bottom : 1px dashed #333;
	background-color : white;
}
