﻿html,body
{
    height: 100%;
}
body
{
	font-family:Verdana;
	font-size:9pt;
	margin:0;
	padding:0;
	color:#333;
}
*
{
    margin:0;
    padding:0;
}
h2
{
	font-size:12pt;
	margin-bottom:10px;
}
h3
{
    font-size:9pt;
	font-weight:bold;
	margin-bottom:5px;
}
a
{
    color:#1f317e;
}
a:hover
{
    color:#3e57c1;
}

input
{
	font-family:Verdana;
	font-size:9pt;
}
textarea
{
	font-family:Verdana;
	font-size:9pt;
}
select
{
	font-family:Verdana;
	font-size:9pt;
}
input[type=radio]
{
    margin-right:5px;
}
input[type=checkbox]
{
    margin-right:5px;
}
p
{
    margin:10px 0;
}
th
{
    text-align:left;
	font-weight:bold;
}
.divMainContainer
{
    min-height:100%;
    position:relative;
}
.divMenu
{
    padding:0 10px;
    background-color:#11205f;
    height:23px;
    border-bottom:2px solid #ffa500;
    font-size:8pt;
}
.divMenu .firstMenu
{
    padding-left:0;
}
.divMenu ul 
{
    float:left;
    list-style:none;
    padding: 0 15px;
}
.divMenu li
{
    float:left;
}
.divMenu a
{
    display: block;
    padding: 5px 5px;
    color:#ddd;
    text-decoration:none;
}
.divMenu a:hover 
{
    background-color:#006699;
}
.divMenu a:hover
{
    color:#fff;
}
.divMainContent
{
    padding:20px 10px 20px;
    min-height:100%;
    /*position:relative;*/
}
.divFooter
{
    margin:-20px auto 0;
    position:relative;
    padding:2px;
    text-align:center;
    height: 14px;
    color:#ddd;
    background-color:#11205f;
    border-top:solid 2px #ffa500;
    font-size:8pt;
}

.errorBox
{
    border:solid 1px #fe3535;
    display:block;
    padding:10px;
    width:400px;
    background-color:#f7aeae;
}
.error
{
    color:#fe3535;
}
.infoBox
{
    border:solid 1px #4040fb;
    display:block;
    padding:10px;
    width:98%;
    text-align:left;
    background-color:#d7d7f6;
}

label.error
{
    margin-left:10px;
}

.divButtonOpslaan
{
	position:relative;
	width:100%;
	text-align:right;
	background-color:Transparent;
}
.buttonOpslaan
{
	width:100px;
}

.buttonLogin
{
	width:50px;
	height:25px;
}

tr.row0 
{
	background-color: #DDDDDD;
}
tr.row1 
{
	background-color: #FFFFFF;
}

tr.row0:hover
{
	background-color: #BBBBBB;
} 

tr.row1:hover
{
	background-color: #BBBBBB;
}
  
#progressBackgroundFilter 
{
    position:fixed;
    top:0px; 
    bottom:0px; 
    left:0px;
    right:0px;
    overflow:hidden; 
    padding:0; 
    margin:0; 
    background-color:#000; 
    filter:alpha(opacity=50); 
    opacity:0.5; 
    z-index:1000; 
}
#processMessage 
{ 
    position:fixed;
    top:30%; 
    left:43%;
    padding:10px; 
    width:14%; 
    z-index:1001; 
    background-color:#fff;
    border:solid 1px #000;
    text-align:center;
}

.leerlingTabel
{
    border:solid 1px #ccc;
    width:100%;
}

.leerlingTabel .tabelHeader
{
    background-color:#eee;
    border-bottom:2px solid orange;
}

.leerlingTabel td,th
{
    padding:5px;
}

.leerlingTabel tr
{
    border-bottom:solid 1px #ccc;
}

.navigatieTabel
{
    width:100%;
}

.navigatieTabel .tdLinks
{
    width:50%;
    text-align:left;
}

.navigatieTabel .tdRechts
{
    width:50%;
    text-align:right;
}

.navigatieTabel .tdResultaten
{
    text-align:center;
}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup 
{
	background-color: White;
	border-width:1px;
	border-style:solid;
	border-color:Black;
	padding:0px;
}

div.Popup
{
	width:100%;
	padding:0px; 
	text-align:left; 
	max-height:500px;
	background-color:White;
	position:relative;
	font-family:Arial;
}

table.ModalPopupHeader
{
	background-color:#2E5494;
	border:solid 1px #2E5494;
	color:White;
	height:25px; 
	vertical-align:middle; 
	width:100%;
	font-size:medium;
	font-weight:bold;
}
/*Einde Modal Popup */

td.kolom1
{
	width:160px;
}
td.kolom2
{
	width:100px;
}

.inputNormaal
{
	width:500px;
	padding:1px;
}
.inputFileUpload
{
    width:300px;
    padding:1px;    
}
.inputNormaalDropdown
{
	width:506px;
	padding:1px;
}	
.inputNormaalTextarea
{
	width:502px;
	height:75px;
	padding:1px;
}	
.inputNormaalTextareaGroot
{
	width:906px;
	height:63px;
	padding:1px;
}

.datepickerImage
{
	position:relative;
	top:3px;
	left:2px;
	cursor:pointer;
	/*z-index:-1;*/
}

/*.datepickerImage
{
	position:relative;
	top:3px;
	left:2px;
	cursor:pointer;
}*/

/*Popup Control*/
.popupControlFilter
{
    margin-top:5px;
	background-color:#eee;
	border:solid 1px black;
	width:200px;
	height:250px;
	position:absolute;
	visibility:hidden;
}

.popupControlFilterTable
{
    margin:0px; 
    width:100%;
}

.popupControlFilterDivCheckBoxList
{
    border: solid 1px black; 
    overflow: auto; 
    width: 100%; 
    height: 150px; 
    background-color:White;    
}

.popupControlFilterOK
{
    width:100px;
    color:Black;
    border:solid 1px black;
}

.popupControlFilterVolgorde
{
    border:0px;
    width:100%;
    background-color:#eee;
}