body
{
	font-family: "Lato", sans-serif;
	font-size: 1.063em;
	background: transparent;
	margin: 0px;
}
TABLE
{
	border-collapse: collapse;
}
a
{
	color: #0a4b8d;
	text-decoration: underline;
}
.kop
{
	font-family: "Lato", sans-serif;
	font-size: 1.500em;
	font-weight: 700;
	color: #0a4b8d;
}
TD.content, .subtitel
{
	font-family: "Lato", sans-serif;
	font-size: 1.063em;
	font-weight: 300;
	color: #0a4b8d;
}
TD.formLabel
{
	font-size: 0.875em;
	font-weight: 700;
	padding-right: 20px;
	text-align:right;
	vertical-align:middle;
}
TD.afspraakBewerken
{
	text-align: center;
	font-family: verdana;
	font-size: 8pt;
	font-weight: bold;
	color: #000;
}
TR.kopOverzicht
{
	background-color: #9D0000;
	text-align: Left;
	font-family: arial;
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
}
TR.darkOverzicht
{
	background-color: #9D9D9D;
	text-align: Left;
	font-family: verdana;
	font-size: 8pt;
	font-weight: bold;
	color: #000;
}
TR.lightOverzicht
{
	background-color: #CFCFCF;
	text-align: Left;
	font-family: verdana;
	font-size: 8pt;
	font-weight: bold;
	color: #000;
}
#dob
{
	text-align: left;
	font-family: verdana;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
}


.editselect, .editinput
{
	display: inline-block;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.editselect:focus, .editinput:focus
{
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(110, 82, 171, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(110, 82, 171, 0.6);
	border-color: #e03139;
	outline: 0;
}

.button
{
	-webkit-border-radius: 0;
	border-radius: 0;
	background-clip: padding-box;
	border: solid 1px transparent;
	color: white;
	background-color: #0a4b8d;
	border-color: #0a4b8d;
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	white-space: nowrap;
	padding: 4px 25px;
	font-size: 14px;
	line-height: 1.42857143;
	-webkit-user-select: none;
}
.button:hover
{
	background-color: #67AE3E;
}
hr
{
	border-color: #bedeff;
}/*****************************
 * LIGHTBOX CSS (image popup)
 *****************************/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0; *margin-top: 100px;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; padding-top: 22px; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left; background: url(images/lightbox/prevlabel.png) left 0% no-repeat; }
#nextLink { right: 0; float: right; background: url(images/lightbox/nextlabel.png) right 0% no-repeat;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/lightbox/prevlabel2.png) left 0% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/lightbox/nextlabel2.png) right 0% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
