
/* -------------------------------- LINKERNAV -------------------------------- */
/* nav 1ste niveau */
#leftNav a:hover {
	color: rgb(78,133,168); 
}

#leftNav li.on {
	background:url(../site_images/bullets/bul_leftNavOn4.gif) 0 6px no-repeat; 
	color: rgb(78,133,168); 
}
#leftNav li.on a {
	color: rgb(79,146,163);
}
/* nav 2de niveau */
#leftNav ul li.on ul a:hover {
	color: rgb(79,146,163);
}
#leftNav ul li.on ul li.on a {
	color: rgb(79,146,163);
}

/* -------------------------------- CONTENT -------------------------------- */
#content a {
	color: rgb(78,133,168); 
}
#title {
	color: rgb(78,133,168); 
}
H1 {
	color: rgb(120,178,163);
}
H1 .comment {
	color: rgb(120,178,163);
}
#content table {
	background-color: rgb(120,178,163);
}
#content td.result {
	background-color:rgb(229,239,236);
	color: rgb(58,100,126); 
}
#content th {
	background-color: rgb(120,178,163);
}

/* -------------------------------- APPLICATIES / FORMS -------------------------------- */
#content .tableForm td.descr {
	background-color:rgb(229,239,236);
	color: rgb(58,100,126);
}
#content .tableForm td.descr td {
	background-color:rgb(229,239,236);
	color: rgb(58,100,126);
}
#content .tableForm td.btn {
	border-top: 1px solid rgb(120,178,163);
}
#content input.btn {
	background-color: rgb(120,178,163);
}
.topLine {	
	border-top: 1px solid rgb(120,178,163);
}
.botLine {	
	border-bottom: 1px solid rgb(120,178,163);
}