tr.header
{
	background-color:#CCCCCC;
	font-size: 12px;
	height: 30px;
	color: #000000;
}

tr.row
{
	border-bottom: 1px dotted #B7DDF8;
	height: 50px;
}

.hover
{
	background-color: #FFFFEF;
}

.jobtitle
{
	position:relative;
	font-size: 14px;
	font-weight: 700;
}

.smallfont
{
	font-size: 12px;
	color:#666666;
	padding: 10px;
}

.col1, .col2, .col3, .col4
{
	padding: 5px;
}

th.col1, th.col2, th.col3, th.col4
{
	font-weight: 700;
}

th.col1, th.col2, th.col3
{
	border-right: 1px solid #fff;
}


.btnUpdate
{
	position:relative;
	font-size:10px;
	bottom: 0px;
	right: 0px;
	float:right;
}
.btnUpdate a
{
	color: red;
}

tr.expired
{
	background-color:#f1f1f1;
}
