	body { margin: 0px 0px 10px 0px; }
	html, body, #wrapper { height:100%; }
	#scroll {height:100%; overflow:auto; width: 100%; background-color: transparent;}


	#zoekEnFilterUI, #printUI {
		background: #222;
		color: #fff;
		padding: 10px;
		border: 1px solid white;
	}

	
	select.afdeling {
		width: 120px;
	}
	
	table.certoverzicht {
		table-layout:fixed;
	}
	table.certoverzicht tr {
		background-color:#444;
		vertical-align: top;
	}
	table.certoverzicht tr:hover {
		background-color:#666;
	}	
	table.certoverzicht td {
		height: 40px;
	}
	
	table tr.certheads, table tr.certheads:hover{
		background-color: #0079F2 !important;
	}
	table tr.certheads td, table tr.certheads a {
		font-weight:bold !important;
		text-decoration:none !important;
		height:auto;
	}
	
	#span_grootonderhouddatum, #span_kleinonderhouddatum {
		width: 20px;
		height: 20px;
		background:url(/assets/styles/calendar-icon.gif) no-repeat;
	}

	a.calendar_btn {
		background-image:url(/assets/styles/calendar-icon.gif);
		background-position:center top;
		display:block;
		text-align:left;
		width:20px !important;
		height:20px !important;
		text-indent:-999em;
	}
	a.calendar_btn:hover {
		/* background-position: center 20px; */
		background-position:center bottom;
	}
