*{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}
html{
	height:100%;
	max-height:100%;
	padding:0;
	margin:0;
	border:0;
}
body, td{
	padding:0;
	margin:0;
	background-color:#FFFFFF;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
}
body{
	margin-top:20px;
}
A{
	color:#555555;
	text-decoration:underline;
}
A:hover{
	color:#000000;
	text-decoration:none;
}
textarea{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	font-weight:normal;
	font-style:normal;
	line-height:11px;
	text-decoration:none;
	width:400px;
	height:100px;
	border:1px solid #adc3de;
	background-color:#eff3ff;
	scrollbar-3dlight-color:#6B6B6B;
	scrollbar-arrow-color:#6B6B6B;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color:#6B6B6B;
	scrollbar-base-color:#eff3ff;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-face-color:#eff3ff;
	scrollbar-track-color:#eff3ff;
	overflow-x:hidden;
}
ol{
	padding:0;
	margin:0;
	margin-left:22px;
}
label{
	cursor:pointer;
	padding:0;
	margin:0;
}
select{
	width:480px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#012048;
	line-height:16px;
	margin-left:20px;
}
.hiddenInput{
	display:none;
}
#ladderOptieIframe{
	width:100%;
	height:80px;
	display:none;
}
.caption
{
    width: 200px;
    height: 19px;
    line-height: 19px;
}
.options
{
    padding-left: 20px;
    width: 478px;
    padding-bottom: 4px;
}
.options select
{
    margin-left: 0px;
}
.resetLink, .reset
{
    margin-left: 20px;
}
.tooltip
{
    width: 20px;
    padding-bottom: 4px;
}
.waarde
{
    /*margin-left: 20px*/
}
.selectieRij
{
    height: 66px;
    min-height: 66px;
}
.selectieCel
{
    /*width:480px;*/
}
.lableCell {
    white-space:nowrap!important;
    padding-right: 20px!important;
}
.checkboxLabel{font-weight: normal;}
.fa-refresh {
    color:#009ee2;
}