/* ALGEMEEN */
/* #C2CEF5 */
body { 	
	font-size:12px; 
	font-family: Helvetica; 
	background: #FFFFFF; 
	color: rgb(20%,20%,20%);

	scrollbar-3dlight-color: 	rgb(40%,40%,40%); 
	scrollbar-arrow-color: 		rgb(60%,60%,90%); 
	scrollbar-base-color: 		rgb(100%,100%,100%); 
	scrollbar-darkshadow-color:	rgb(100%,100%,100%); 
	scrollbar-face-color: 		rgb(100%,100%,100%); 
	scrollbar-highlight-color: 	rgb(100%,100%,100%); 
	scrollbar-shadow-color: 	rgb(40%,40%,40%); 

}
 

/* LINKS */
a:link, a:active, a:visited { 
text-decoration: none;      color : rgb( 50%, 50%, 50%) ; 
}
a:hover { 
	text-decoration: underline; color : rgb( 10%, 10%, 10% ); 
}

hr        			
	{ height: 0px; border: solid #CBCED3 0px; border-top-width: 1px;}


/* TABELLEN */
td {
	font-size:12px; 
	color: rgb(10%,10%,10%);  
	margin:0; 
	text-align: left; 
	vertical-align: top;
}
td.donker { 
	background: #FFFFFF; 
	color: rgb(10%,10%,10%)   ;
}
td.licht { 
	background: #FFFFFF; 
	color: rgb(10%,10%,10%) ;
}
td.artikel { 
	background: #FFFFFF; 
	color: rgb(20%,20%,30%)   ;
}



/* Tooltip */
span.tooltip {
	position:absolute;
	display: none; 
	padding: 1px; 
	border: 1px solid grey; 
	background: rgb( 90%, 90%, 50%);
}

/* Form elements */
input, select {
    color 		: rgb(20%,20%,20%);
    border-color 	: rgb(90%,90%,100%);
	background-color: rgb(100%,100%,100%);
	border		: solid rgb(20%,20%,20%) 1px;
	width		: 300px;
	text-indent 	: 2px;
}
input.button {
	color 		: rgb(20%,20%,20%);
    border-color 	: rgb(90%,90%,100%);
	background-color: rgb(100%,100%,100%);
	border		: solid rgb(20%,20%,20%) 1px;
	width		: 420px;
	text-indent 	: 2px;

}
textarea{
	color 		: rgb(20%,20%,20%);
    border-color 	: rgb(90%,90%,100%);
	background-color: rgb(100%,100%,100%);
	border		: solid rgb(20%,20%,20%) 1px;
	width		: 490px;
	text-indent 	: 2px;
}	
	
input.radios {
	width		: 20px;
	background-color: rgb(90%,90%,100%);
	border		: solid rgb(20%,20%,20%) 0px;
}


/* The text input fields background colour */
	input.post, textarea.post, select {
        background-color : #FFFFFF;
}





/* The buttons used for bbCode styling in message post
input.button {
        background-color : #E3E6EB;
        color : #626669;
        font-size: 10px; 
}

/* The main submit button option */
input.mainoption {
        background-color : #FAFAFA;
        font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
        background-color : #FAFAFA;
        font-weight : normal;
}
 */