body {
	position: relative;
	margin: 0px;
	font-family: tahoma;
	font-size: 11px;
	line-height: 16px;
	background: #2a2a2a;
	color: #000000;
}

body a {
	color: #000066;
}

body a:active {
	color: #000066;
}

body a:visited {
	color: #000066;
}

body a:hover {
	color: #0099cc;
	text-decoration: underline;

} 


.container{	
	margin:auto;
	text-align:left;
	width:900px;
}


.left{
	float:left;
	width:800px;	
	background-color:#888888;
}

.header{
	height:105px;
	background-color:#555555;
	margin:0px;
	padding:0px;
	background-image: url('/jobportal/images/topheader.gif');
  background-repeat: no-repeat;
	position: relative;
}

.main{
	height:300px;
	background-color:#ffffff;
	margin:0px; 
	padding:0px;
	height:100%;
}


.right{
	float:right;
	background-color:#2a2a2a;
	margin:0px; 
	padding:0px;
	width:60px;
	height:100%;
}

.footer{
	height:45px;
	background-color:#2a2a2a;
	margin:0px;
	padding:0px;
	background-image: url('/jobportal/images/footer.gif');
  background-repeat: no-repeat;
}

.scroll{
	height:45px;
	background-color:#2a2a2a;
	margin:0px;
	padding:0px;
}

.navigation_block {
	float:right;
	margin-right: 10px;
	font-size : 14px;
}

a#cvlogo {
	top: 10px;
	left: 22px;
	width: 200px;
	height: 37px;
	position: absolute;
  text-decoration: none;
  z-index: 99;
}

div.block_searchfields{
/*
top: 60px;
	left: -500px;
	width: 100%;
	height: 37px;
	position: absolute;
 	z-index: 99;
	font-size: 12px;
*/
	margin: 50px 0px 0px 0px;
	position: absolute;
 	z-index: 99;
	font-size: 12px;
}



/* buttons */
.knop {
	background-color: #000066;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	border-right: #000000 1px solid;
	color: #ffffff;
	cursor: hand;
	font-family: tahoma;
	font-size: 11px;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	text-align: center;
}

.knop2 {
	background-color: #ffffff;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	border-right: #000000 1px solid;
	color: #000000;
	cursor: hand;
	font-family: tahoma;
	font-size: 10px;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	text-align: center;
}
	
/* result list */
table.tblJobUrls{
	font-family: tahoma;
	font-size: 12px;
	width: 780px;
	margin : 10px;
	border-spacing: 0px;	
}

table.tblJobUrls td{
	padding: 6px;	
}


#row_on {
	background-color: #e9e9e9;
}

#row_off {
	background-color: #f8f8f8;
}


/* liScroll style declarations */

.tickercontainer { /* the outer div with the black border */
	width: 738px; 
	height: 27px; 
	margin: 0; 
	padding: 0;
	overflow: hidden; 
}

.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	left: 10px;
	top: 8px;
	width: 718px;
	overflow: hidden;
}
ul.newsticker { /* that's your list */
	position: relative;
	left: 750px;
	font: bold 10px Verdana;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.newsticker li {
	float: left; /* important: display inline gives incorrect results when you check for elem's width */
	margin: 0;
	padding: 0;
}
ul.newsticker a {
	white-space: nowrap;
	padding: 0;
	color: #0099cc;
	font: bold 10px Verdana;
	margin: 0 50px 0 0;
	text-decoration: none;

} 

ul.newsticker span {
	margin: 0 10px 0 0;
}