/* ----- TABLE HEADER --------------------------------- */

table#evenementHeader {
	background: #535252;
}

table#evenementHeader td {
	font-size: 12px;
}

.evenementTitle {
	font-size: 24px;
	font-weight: bold;
	color: #B1E517;
	margin-bottom: 10px;
}



/* ----- TABLE BUTTONS -------------------------------- */

table#evenementButtons {
	background: url(../img/evenement_detail/bg_buttons.gif);
	height: 25px;
}
table#details_evenementButtons {
	background: url(../img/evenement_detail/bg_buttons.gif);
	height: 25px;
}



/* ----- TABLE DETAILS -------------------------------- */

table#evenementDetails {
	background: #535252;
}

table#evenementDetails 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;*/
}