/*---{ Imports )-------------------------------------------------------*/

@import "custom/news.css";
@import "custom/basic.css";
@import "custom/homepage.css";
@import "custom/forms.css";
@import "custom/photoarchive.css";
@import "custom/search.css";
@import "custom/facebook.css";
@import "custom/thickbox.css";
@import "custom/detailpage.css";
@import "custom/routemaster.css";
@import "custom/extranet.css";
@import "custom/carousel.css";
@import "custom/help.css";

@import "googlemaps.css";

/* ---------- */		


/* --- vacature/kandidaat - master --- */
table.tblSearch{
	margin-right: 25px;
	margin-right: 20px;
	float: left;
}
table.tblSearch td,
table.tblSearch th{
	padding: 8px 0px;
	text-align: left;
	vertical-align: top;
	font-size: 12px;
}
table.tblSearch th{
	width: 90px;
}
table.tblSearch td{
	width: 175px;
	padding: 4px 0px;
}

.tblSearch input.single{
	width: 164px;
}
.tblSearch select.single{
	width: 170px;
}
.tblSearch .makeChoice{
	color: #ccc;
}

table#tblResult tr.clickRow{
	background: transparent;
	cursor: pointer;
}
table#tblResult tr.clickRow a:hover{
	text-decoration: none;
}
table#tblResult tr.activeRow{
	background: #f5f9fd;
}
table#tblResult tr td a.notactiveLink{
	color: #888;
}

div.clearleft.noHeight{
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}

button.defaultButton.downButton{
	margin: 13px 0px 0px auto;
}


/* --- vacature/kandidaat - detail --- */
#content div.metaData.metaList h3{
	display: block;
}

#detailPage .thumbCandidate{
	float:right;
	margin:0px 20px 5px 25px;
	border:1px solid #ebebeb;
	text-align:center;
	width:100px;
	height:125px;
	padding:2px;
	overflow:hidden;
}




#isBekend,
#isOnbekend{
	display:block;
	/*position:absolute;
	right:15px;
	top:170px;*/
	height:50px;
	width:200px;
	text-align:center;
	margin:41px 5px 0px 0px;
	float: right;
}
#isBekend a,
#isOnbekend a{
	display:block;
	text-decoration: none;
	height:50px;
	width:200px;
	background: transparent url('../images/bg_banner_onbekend.gif') top right no-repeat;
}
#isBekend a{
	background: transparent url('../images/bg_banner_bekend.gif') top right no-repeat;
}
#isOnbekend a span{
	display: none;
}
#isBekend a span{
	font-size: 10px;
	line-height: 13px;
}






