/* ----- TABLE HEADER --------------------------------- */

table#ficheHeader {
	background: #535252;
}

table#ficheHeader td {
	font-size: 12px;
}

.ficheTitle {
	font-size: 24px;
	font-weight: bold;
	color: #B1E517;
	margin-bottom: 10px;
}



/* ----- TABLE BUTTONS -------------------------------- */

table#ficheButtons {
	background: url(../img/detail_page/bg_buttons.gif);
	height: 25px;
}



/* ----- TABLE DETAILS -------------------------------- */

table#ficheDetails {
	background: #535252;
}

table#ficheDetails td {
	font-size: 12px;
}

td.detailTitle {
	font-size: 14px;
	font-weight: bold;
	color: #B1E517;
}

a:link, a:visited, a:active, a:hover {
	color: #D1E88D;
}

div#uitgebreideOmschrijving {
	position: relative;
	visibility: hidden;
	width: 100%;
	background-color: #353535;
	font-weight: normal;
	color: #EEEEEE;
}

div#buttonHide {
	background-color: #0000FF;
	position: relative;
	/*visibility: hidden;*/
}

div#buttonShow {
	background-color: #FF00FF;
	position: relative;
/*	visibility: hidden;*/
}
