.BeheerKop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40pt;
	color: #192595;
	font-weight: bold;
}
.BeheerPagina {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
	color: #192595;
	font-weight: bold;
}
.Default {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #192595;
}
.DefaultTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #192595;
	vertical-align: top;
}
.DefaultVet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #192595;
	font-weight: bold;
}
.ButtonText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #192595;
	background-color: #6DBAEE;
}
.Hyperlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #FFFFFF;
	font-weight: bold;
}
.Foutmelding {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FF3333;
	font-weight: normal;
	display: inline;
	color: #CC3333;
	border: 1px solid #CC3333;
}
.FoutmeldingMaatwerk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FF3333;
	font-weight: normal;
	display: inline;
	color: #CC3333;
}
.PaginaKeuze {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #3300CC;
}
.ShowCode {
	font-family: "Courier New", Courier, monospace;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.TableGastboek {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000;
	vertical-align: top;
}
.HalfHeightLine {
	line-height:0.5em;	
}


/* Afwikkeling van de helpteksten */
span.helptxt { /* item waar de helptekst achter zit */
	/* border-bottom: thin dotted;*/
}

span.helptxt:hover { /* Verandering zodra je met de muis gaat over het item waar de helptekst achter zit */
	text-decoration: none;
	z-index: 6;
	background-color: #0CF;
}

span.helptxt span {
	position: absolute;
	left: -9999px;
	margin: 20px 0 0 0px;
	padding: 3px 3px 3px 3px;
	z-index: 6;
	border: 1px solid #006;
}

span.helptxt:hover span {
	left: 2%;
	background-color: #F00;
} 

span.helptxt span {  /* Uiterlijk van de box rondom de helptekst */ 
	position: absolute;
	left: -9999px;
	margin: 4px 0 0 0px;
	padding: 3px 3px 3px 3px;
	border: 1px solid #009;
}

span.helptxt:hover span {/* Uiterlijk van de popup helptekst */
	margin: 20px 0 0 170px;
	z-index:6;
	background-color: #CEECFF;
} 
/* EINDE Afwikkeling van de helpteksten */
