﻿
body {
    margin: 4px;
}

body, td, th, span, div {
    font-family: Arial, Sans-Serif;
    font-size: 10pt;
}

select {
    font-family: Arial, Sans-Serif;
    font-size: 10pt;
    color: Black;
}

input.textbox {
    font-family: Arial, Sans-Serif;
    font-size: 10pt;
    color: Black;
}

.light {
    color: #646464;
}
.lightu {
    color: #646464;
    text-decoration: underline;
}
.black {
    color: Black;
}
.blacku {
    color: Black;
    text-decoration: underline;
}

table.input {
    border-collapse: collapse;
}
table.input td {
    padding: 6px;
}

.postcode {
    text-transform: uppercase;
}

.resultMainTd {
    padding: 0px;
}

table.resultaat {
    border-collapse: collapse;    
    border: 1px solid black;
    width: 632px;
}
table.resultaat th {
    color: #646464;
    font-weight: normal;
    text-align: left;
    vertical-align: bottom;
    padding: 2px 0px;
    border-bottom: 1px solid black;
}
table.resultaat tfoot td {
    color: #646464;
    font-weight: normal;
    text-align: left;
    vertical-align: bottom;
    padding: 2px;
    border-top: 1px solid black;
    
}
table.resultaat td {
    padding: 2px;
}

a.pager 
{
    font-weight: bold;
    font-size: small;
    color: #2196BD;
    text-decoration: none;
}
a.pagerSel 
{
    font-weight: bold;
    font-size: small;
    color: Black;
    text-decoration: none;
}


/* tooltips -------------------------------------------------------- */
.tooltip
{
	position: absolute;
	border: solid 1px #2196bd;
	visibility:hidden;
	z-index:100;
	overflow:hidden;
	font-family: Arial,Sans-Serif;
	font-size: 10pt;
}

.tooltip table
{
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	width:100%;
	height:100%;
	table-layout:fixed;
}

.tooltip table tr th
{
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	background-color: #2196bd;
	color: White;
	padding:5px;
}

.tooltip table tr th label
{
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	float:left;
}

.tooltip table tr th a
{
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	float: right;
	color: White;
	text-decoration: none;
}

.tooltip table tr td
{
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	vertical-align:text-top;
	height:100%;
	background-color:White;
}

.tooltip table tr td div
{
	font-family: Arial,Sans-Serif;
	font-size: 10pt;
	padding:5px;
}


.sortButt { 
    margin-bottom: 8px; 
    margin-left: 0px;
}
