body {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	margin: 0px;
	background-repeat: no-repeat;
	background-position: bottom;
	background-position: right;
	overflow:auto;
	background: #ccc;
}
#content {
width:660px;
height:230px;
overflow:auto;
scrollbar-arrow-color:#61676a; 
scrollbar-track-color:#FFFFFF; 
scrollbar-face-color:#61676a; 
scrollbar-highlight-color:#FFFFFF; 
scrollbar-3dlight-color:#FFFFFF; 
scrollbar-darkshadow-color:FFFFFF; 
scrollbar-shadow-color:#FFFFFF;
background-repeat: no-repeat;
background-position: bottom;
background-attachment: fixed;
}

td {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 color: #FFFFFF;
 text-decoration: none;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;	
}
a:hover {
	text-decoration: #FFFFFF;
	text-decoration: none;
	}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}




/*SPATIE TOEVOEGING*/
.joblist{
	height: 135px;
	overflow-x:hidden;
	overflow-y: scroll;
	width:660px;
}
.jobline{
	margin-bottom: 10px;
}
A.joblink{
	color: #999;
}
.activejob{
	color: 7FC31C;
}
#tblForm td {
	color: #999;
}
.formlabel{
	padding-left: 10px;
	padding-right: 5px;
}