body { 
 font-family: verdana; 
 font-size: 12px; 
 color: black; 
 background-color: #C9D3FF; 
} 

a:link {color: black;}      /* unvisited link */
a:visited {color: black;}   /* visited link */
a:hover {color: red;}     /* mouse over link */
a:active {color: red;}    /* selected link */

.waardesoverzicht table, th, td {
 border: 1px solid black;
 padding: 5px;
}

table.waardesoverzicht th {
   background-color: lightblue;
   color: black;
}

table.waardesoverzicht td {
	background-color: white;
	color: black;
	vertical-align: top;
}


table.tblFilter th {
	background-color: #FAFC77;
	color: black;
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}

table.tblFilter td {
	background-color: #FEFFAB;
	color: black;
}

.goedmelding {
	font-size: 18px; 
	font-weight: bold;
	color: #16BA00;
}

.foutmelding {
	font-size: 18px; 
	font-weight: bold;
	color: #FF5C5C;
}

table tr td.celnvt
{
	background-color: #EBEDED;
}


.fontinactive {
	color: #969696;
}

.fontactive {
	font-weight: bold;
	color: #398F36;
}