
.toptext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}

.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2B2B2B;
}

td {
	font-family: "Open Sans Webfont", "Segoe UI", Arial, Helvetica, sans-serif;
	/*font-size: 11px;*/
	color: #2B2B2B;
}

.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 19px;
}

.inputfields {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.radiobutton {
	color: #9EF41E;
	background-color: #9EF41E;
}
.bodytext4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2B2B2B;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ADCCCB;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ADCCCB;
}

.zoekselect {
	margin: 3px;
}
.zoekcenter	{
	width: calc(100% - 160px) !important;
}

.frmTitle
{
    font-family: Verdana, Arial;
    font-size: 18px;
    color: maroon;
    font-weight: bold;
    font-style: italic;
}

.frmSubTitle
{
    font-family: Verdana, Arial;
    font-size: 11px;
}

table.resultgrid th:first-child {
	border-top-left-radius: 5px;
}
table.resultgrid th:last-child {
	border-top-right-radius: 5px;
}
table.resultgrid th:first-child {
	border-left: none;
}
table.resultgrid { 
	border: 1px solid #007734;
	border-radius: 7px;
    border-collapse: separate;
	border-spacing: 0;
}
table.resultgrid td { 
	border-bottom: 1px solid #007734;
	border-left: 1px solid #007734;
}
table.resultgrid tr:last-child > td {
	border-bottom: none;
}
table.resultgrid td:first-child {
	border-left: none;
}
table.resultgrid tr:last-child > td:first-child {
	border-bottom-left-radius: 5px;
}
table.resultgrid tr:last-child > td:last-child {
	border-bottom-right-radius: 5px;
}


.thTop	{
	color: #ffffff;
	font-size: 1.1em;
	font-weight: normal;
	text-align:center;
	background-color: #007734;
	height: 22px;
	padding:2px;
	border-left:1px solid #ffffff;
}
.tdTop	{
	background-color: #ffffff;
	border-bottom:1px solid #241a1a;
}

.padLeft {
	padding-left:8px;
}

.btn-default {
	background-color:#808080; /*#2936ad;*/
	color: #ffffff;
	min-width: 100px;
}
.btn-default:hover {
	background-color: #7ab51d;
	text-decoration: underline;
}

div#center {
	padding-bottom: 5px;
}