html, body{
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 11px;
	color: black;
	height:100%;       
    margin-bottom:0;
    margin-top:0;
    margin-right:0;
    margin-left:0;
    padding-bottom:0;
    padding-top:0;
    padding-right:0;
    padding-left:0;
	/*scrollbar-arrow-color:#054779;
	scrollbar-face-color:#c6e2f9;
	scrollbar-highlight-color:#a9d7fd;
	scrollbar-shadow-color:#c6e2f9;
	scrollbar-track-color:#c6e2f9;*/
}
.content td
{
	
	height:100%;
}
td
{
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 11px;
	color: black;
	      
    margin-bottom:0;
    margin-top:0;
    margin-right:0;
    margin-left:0;
    padding-bottom:0;
    padding-top:0;
    padding-right:0;
    padding-left:0;
}
a{
	text-decoration: none;
	color: black;
}

a:hover{
	text-decoration: underline;
}

.button{
	border: 1px solid black;
	background-color: #054779;	
	font-weight: bold;
	color: white;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 11px;
	/*cursor: hand*/
}

input{font-size: 10px;}

.input, select{
	border: 1px solid black;
	font-size: 10px;
}
textarea{
	border: 1px solid black;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 11px;
	width: 100%;
	height: 100%;
}
.kruimel{
	font-size: 14px; 
	font-weight: bold;
	color: #054779;
}
.login{
	background-color: #c6e2f9;
}
.message{
	color: red;
}
.kop_button{
	color: white;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.kop_scheiding{
	color: white;
	font-weight: bold;
}
.kop_knoppen{
	background-color: #a9d7fd;
}

/*items vanuit de tree*/
.tree{
	border-right: 1px solid #054779;
	background-color: #c6e2f9;
}
.left{
	background-color: #a9d7fd;
}
.top{
	background-color: #054779;
}
.bottom{
	background-color: #a9d7fd;
	border-right: 1px solid #054779;
}
.titel{
	background-color: #054779;
	font-weight: bold;
	color: white;
	height: 20px;
	padding-left: 10px;
}


.inputTable
{
	background-color: white;
}

.inputTable td
{
	padding: 2px 5px 2px 5px;
	  
}
.inputTable_header{
	background-color: #054779;
	font-weight: bold;
	color: white;
	height: 16px;
	border-bottom: 1px solid black;
	padding-left: 2px;
}
.inputTable_rij{
	padding-left: 2px;
	
}
.inputTable_sort{
	padding-left: 2px;
	border-bottom: 1px solid black;
	text-align: left;
	font-size: 12px;
}

.gridviewTable
{
	width: 95%;	
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background-color: white;
	margin-bottom: 20px;
}

.gridviewTable th{
	background-color: #054779;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: white;
	height: 20px;
	border-right: 0px;
	border-left: 0px;
	border-top: 0px;
	border-bottom: 1px solid black;
	padding-left: 2px;	
	text-align: left;
	
}

.gridviewTable td{
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 11px;
	color: black;
	padding-left: 2px;
	border-right: 0px;
	border-left: 0px;
	border-top: 0px;
	border-bottom: 1px solid black;
	}
