.overview {
	width:958px;
	clear:both;
	float:left;
}

.overview table {
	border-top:1px solid #4C5052;
	border-left:1px solid #4C5052;
}

.overview thead td {
	font-weight:bold;
}

.overview td {
	border-right:1px solid #4C5052;
	border-bottom:1px solid #4C5052;
	padding:2px;
}

.dataColumn1 {
	background-color:#E9E9E9;
}

.dataColumn0 {
	background-color:#cccccc;
}

.certificaat, .certificaat td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px; color:#000;
}

.certificaat h2 {
	margin:0;
	font-size:16px;
}

.certificaat .adres {
	padding-top:10px;
	font-weight:bold;
}

.certificaat .aankoopdatum {
	padding-top:10px;
}

/* Big box with list of options */
#ajax_listOfOptions				{
	position:absolute;	/* Never change this one */
	width:204px;	/* Width of box */
	height:250px;	/* Height of box */
	overflow:auto;	/* Scrolling features */
	border:1px solid #317082;	/* Dark green border */
	background-color:#FFF;	/* White background color */
	text-align:left;
	font-size:0.9em;
	z-index:100;
	font-size:11px;
}

#ajax_listOfOptions div			{	/* General rule for both .optionDiv and .optionDivSelected */
	margin:1px;		
	padding:1px;
	cursor:pointer;
	font-size:0.9em;
}

#ajax_listOfOptions .optionDiv		{	/* Div for each item in list */
									}
#ajax_listOfOptions .optionDivSelected		{ /* Selected item in the list */
	background-color:#8C8C8C;
	color:#FFF;
}

#ajax_listOfOptions_iframe		{
	background-color:#F00;
	position:absolute;
	z-index:5;
}
