/* CSS Document */


.textsm {
font-family: "Segoe UI",Tahoma,Verdana,sans-serif;
font-size: 90%; 
color: #FFFFFF;
font-weight:bold;
}
.normaal {
font-family: "Segoe UI",Tahoma,Verdana,sans-serif;
font-size: 90%; 
color: #666666;

}
td {
font-family: "Segoe UI",Tahoma,Verdana,sans-serif;
font-size: 90%; 
color: #000000;

}
p {
font-family: "Segoe UI",Tahoma,Verdana,sans-serif;
font-size: 90%; 
color: #000000;

}

a {
font-family: "Segoe UI",Tahoma,Verdana,sans-serif;
font-size: 100%; 
color: #5090D0;
text-decoration:underline;
}
a:hover {
color: #000000;
text-decoration:underline;
}
form{
margin:0;
}
INPUT, SELECT { 
	FONT-FAMILY: "Segoe UI",Tahoma,Verdana,sans-serif;
	border:1px solid #CCCCCC; 
	background-color:#FFFFFF; 
	height: 24px;
	}
	
TEXTAREA { 
	FONT-FAMILY: "Segoe UI",Tahoma,Verdana,sans-serif;
	color:#565656; 
	border:1px solid #CCCCCC; 
	background-color:#FFFFFF; 
	}
.inp25{ border:1px solid #CCCCCC; width:25px; }
.inp85{ border:1px solid #CCCCCC; width:85px; }
.inp100{ border:1px solid #CCCCCC; width:100px; }
.inp120 { border:1px solid #CCCCCC; width:120px; }
.inp150 { border:1px solid #CCCCCC; width:150px; }
.inp240 { border:1px solid #CCCCCC; width:240px; }
.inp200 { border:1px solid #CCCCCC; width: 200px;}
.inp250 { border:1px solid #CCCCCC; width:250px; }


.Buttons25 { width: 25px; border:1px solid #CCCCCC; background-color: #FFFFFF; color:#000000; font-weight:bold;height: 24px; }
.Buttons85 { width: 85px; border:1px solid #CCCCCC; background-color: #FFFFFF; color:#000000; font-weight:bold;height: 24px; }
.Buttons120 { width: 120px; border:1px solid #CCCCCC; background-color: #FFFFFF; color:#000000; font-weight:bold;height: 24px; }
.Buttons150 { width: 150px; border:1px solid #CCCCCC; background-color: #FFFFFF; color:#000000; font-weight:bold;height: 24px; }
.Buttons200 { width: 200px; border:1px solid #CCCCCC; background-color: #FFFFFF; color:#000000; font-weight:bold; height: 24px;}
.Buttons240 { width: 240px; border:1px solid #CCCCCC; background-color: #FFFFFF; color:#000000; font-weight:bold;height: 24px; }

input.errHilite, select.errHilite, textarea.errHilite {
	border: 1px solid red;
	background-color: #FFFFFF;
	background-repeat:no-repeat;
	padding-left:15px;
	}
label.errHilite {
	color: #C00;
	}
.errors {
color: #C00;
font-weight: bold;
font-family: "Segoe UI",Verdana, Tahoma, sans-serif; 
font-size: 70%;
}
ul#errors {
	display: none;
	background:transparent;
	color: #C00;
	font-weight: bold;
	font-size: 60%;
	margin-left:0px;
	}	
ul#errors li {
list-style:square;
line-height:20px;	
	}
ul#errors li.heading {
	color: #000;
	font-weight: normal;
	font-style: italic;
	padding: 0;
	}