body , select, textarea{
	font-family:trebuchet ms;
	font-size:11px;	
	
	scrollbar-3dlight-color: black;
	scrollbar-darkshadow-color: black;
	scrollbar-face-color: #F68A04;
	scrollbar-track-color: white;
	scrollbar-highlight-color: #F68A04;
	scrollbar-shadow-color: #F68A04;
	scrollbar-arrow-color: white;
}
iframe {
	border-style:solid;
	border-width:0px;
}
.tdIcon {
	border-style:solid;
	border-width:0px;
	font-family:trebuchet ms;
	font-weight:bold;
	font-size:11px;	
	background-color:#FFDDC7;
}
.pageNames {
	font-family:trebuchet ms;
	font-size:13px;	
	font-weight:bold;
	margin-bottom:5px;
	text-transform:capitalize;
}

.tableBasic {
	font-family:trebuchet ms;
	font-size:11px;	
	border-style:none;
	border-width:1px;
	border-color:black;
	background-color:black;		
}

.table_no_style {
	border-style:none;
	border-width:0px;
}

.td_no_style {
	font-size:10px;
	border-style:none;
	border-width:0px;	
}

.tr_no_style {
	border-style:none;
	border-width:0px;	
	
}

.thBasic {
	border-style:none;
	border-width:1px;
	background-color:#FF6600;
	font-family:trebuchet ms;
	font-size:11px;		
}

.thBasic_sub {
	border-style:none;
	border-width:1px;
	background-image:none;	
	background-color:#FFEEC2;
	font-family:trebuchet ms;
	font-size:11px;		
}

table {
	font-family:trebuchet ms;
	font-size:11px;	
	border-style:solid;
	border-width:1px;
	border-color:black;
	background-color:black;	
}
textarea {
	font-family:trebuchet ms;
	font-size:11px;	
	border-style:solid;
	border-width:1px;
	border-color:black;	
}
td {
	border-style:solid;
	border-width:0px;
	font-family:trebuchet ms;
	font-size:11px;		
	background-color:white;	
}

.td_one {
	border-style:solid;
	border-width:0px;
	font-family:trebuchet ms;
	font-size:11px;		
	background-color:#FFEEC2;	
}
.td_two {
	border-style:solid;
	border-width:0px;
	font-family:trebuchet ms;
	font-size:11px;		
	background-color:white;	
}
th {
	border-bottom-style:solid;
	border-width:0px;
	background-image: url(images/thback.gif);
	font-family:trebuchet ms;
	font-size:11px;	
	text-align:left;	
	/*text-transform:capitalize;*/
}
/*
th {
	border-bottom-style:solid;
	border-width:0px;
	background-color:#FF6600;
	font-family:trebuchet ms;
	font-size:11px;		
}
*/	
.checkbox {
	background-color:none;
	border-style:none;	
}
.staticInput{
	border-style:solid;
	border-width:1px;	
	border-color:#DDDDDD;
	background-color:white;
	font-family:trebuchet ms;
	font-size:11px;	
	color:black;
	width:200px;	
	padding-left:3px;
	padding-right:3px;	
}
input {
	border-style:inset;
	border-width:1px;	
	border-color:#DDDDDD;
	background-color:white;
	font-family:trebuchet ms;
	font-size:11px;	
	font-weight:bold;
	color:black;	
	padding-left:3px;
	padding-right:3px;
}

.searchinput {
	border-style:solid;
	border-width:1px;	
	border-color:black;
	background-color:#FFFFCC;
	font-family:trebuchet ms;
	font-size:11px;	
	color:black;
	width:100px;	
	padding-left:3px;
	padding-right:3px;	
}

select, option {
	border-style:solid;
	border-width:1px;	
	font-family:trebuchet ms;
	font-size:11px;		
}

a {
	color:				#FF6600;
	text-decoration:	none;
}

a:link {
	color:		#2E4357;
}

a:visited {
	color:		#2E4357;
}
						
a:hover	{
	color:		orange;
}


/* CSS FOR HINTBOX */
#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: lightyellow;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid black;
font:normal 11px trebuchet ms;
line-height:18px;
z-index:100;
border-right: 2px solid black;
border-bottom: 2px solid black;
visibility: hidden;

}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-family:trebuchet ms;
font-weight: bold;
color: #FF6600;
}


/* CSS voor ja/nee tekst opties in het adsl aanvraagformulier */
.verborgen {
			display:none;
			font-size:11px;
			padding:4px;
		}

