@charset "utf-8";
/* CSS Document */

LABEL {
	font-weight:bold;
	margin-left: 10px;
	height:30px;
	line-height:30px;
	margin-right: 10px;
}
TEXTAREA.textarea {
	font-family:Arial, Helvetica, sans-serif;
	border: 1px solid #969696;
	padding:5px 5px 8px 5px;
	font-size:12px;
	color:#002590;
}
INPUT.text, INPUT.text-disabled, INPUT.text-small {
	border: 1px solid #969696;
	padding:5px 22px 8px 5px;
	height: 15px;
	font-size:12px;
	color:#002590;
}
INPUT.text-small {
	padding:5px;
}
INPUT.text-disabled {
	color:#666666;
	font-style:italic;
}
SELECT.select, SELECT.select-disabled {
	padding:4px;
	font-size:12px;
	height: 28px;
	border: 1px solid #969696;
	min-width: 50px;
	color:#002590;
}
SELECT.select-disabled {
	color:#666666;
	font-style:italic;
}
INPUT.checkbox, INPUT.checkbox {
	height:30px;
	line-height:30px;
	font-size:12px;
	color:#002590;
}

INPUT.text-error {
	height: 15px;
	line-height: 30px;
	padding:5px 22px 8px 5px;
	font-size:12px;
	color:red;
	border: 1px solid red;
	background-image:url('../../images/bg/error-input.png');
	background-position: 99% 50%;
	background-repeat:no-repeat;
}
BUTTON {
	background-image:url('../..//images/button/button1.png');
	background-color:#FFFFFF;
	letter-spacing:-0.5px;
	font-size:15px;
	padding:0px;
	color:#747474;
	border:0px;
	background-repeat:no-repeat;
	background-position:50% 17px;
	height:60px;
	width:216px;
}	
H2 SPAN { 
	float:right;
	font-size: 10px;
	font-weight:normal;
	color: black;
}
DIV#controle, DIV#toegevoegd {
	width:978px; margin:5px; height:100px; font-size: 16px;
}
DIV#controle { line-height:100px; }
DIV#toegevoegd { line-height:33px; }
DIV.melding-ok {
	 border:1px solid #006100; color:#006100; background-color:#c6efce; 
}
DIV.loading {
	position:absolute;
	z-index:100000;
	width:100%;
	margin:0px;
	height:100%;
	background-image:url('/images/bg/transparantWhite90.png');
}
SPAN.arrow-error {
	display:none;
	right:17px;
	width:345px;
	color: #9c0006;
	height:22px;
	line-height:22px;
	padding:4px 4px 4px 20px;
	text-align:left;
	position:absolute;
	background-image:url('/images/bg/arrow-error.gif');
}
SPAN.arrow-temp {
	display:none;
	float:right;
	padding:5px;
	height:18px;
	overflow:hidden;
	text-align:left;
	width:325px;
	background-color:#f5f9e0;
	border:1px solid #6bc300;
	color:#6bc300;
}
TABLE THEAD TR {
	background-image:url('../../images/bg/table-thead-tr-1.gif');
	background-repeat:repeat-x;
	height:30px;
	line-height: 30px;
	font-size:14px;
	color: #FFFFFF;
}
TABLE THEAD TD.sort {
	position: relative;
	color: red;
}

TABLE TBODY TR {
	height:25px;
	font-size: 12px;
	color: #000000;
	line-height: 25px;
}
TABLE TBODY TR.bg1:hover, TABLE TBODY TR.bg2:hover {
	background-color: #8acaa7;
}
TABLE TBODY TD {
	border-bottom: 1px dotted #002590;
}
TABLE TBODY TR.bg1, DIV.bg1 {
	background-color: #F5F5F5;
}
TABLE TBODY TR.bg2, DIV.bg2 {
	background-color: #E5E5E5;
}
