/* ----- TABLE UITGEBREID ZOEKEN ---------------------- */

table#uitgebreidzoeken {
	background: #585757;
	border: 1px solid #B1E517;
}

table#uitgebreidzoeken td {
	padding: 15px 0 15px 15px;
	font-size: 0.8em;
	color: #B1E517;
}

table#uitgebreidzoeken td td {
	padding: 0;
}

td.uitgebreidZoekenLabel {
	width: 150px;
	vertical-align: top;
	text-align: right;
	font-weight: bold;
}

tr.rowEven {
	background: #636363;
}
























table#zoekresultaat {
	background: #535252;
}

/* HEADER */

td.headerActive {
	height: 15px;
	background: url(../img/zoekresultaat/bg_header_active.gif) repeat-x;
	border-right: 1px solid #727272;
}

td.headerActive a {
	display: block;
	width: 100%;
	font-size: 10px;
	font-weight: bold;
	color: #3D3D3D;
	text-decoration: none;
}

td.headerNonActive {
	height: 15px;
	background: url(../img/zoekresultaat/bg_header_nonactive.gif) repeat-x;
	border-right: 1px solid #727272;
}

td.headerNonActive a {
	display: block;
	width: 100%;
	font-size: 10px;
	font-weight: bold;
	color: #545454;
	text-decoration: none;
}

/* RECORDS */


a.event:link, a.event:visited, a.event:active, a.event:hover {
	color: #B1E517;
	font-weight: bold;
}

a.event:hover {
	color: #C2E55C;
}

.categories {
	font-size: 10px;
	color: #BCBCBC;
}

.data {
	font-size: 10px;	
}

a.place:link, a.place:visited, a.place:active {
	color: #B1E517;
}

a.place:hover {
	color: #C2E55C;
}

/* FOOTER */

td.footerActive {
	height: 5px;
	background: url(../img/zoekresultaat/bg_footer_active.gif) repeat-x;
	border-right: 1px solid #727272;
}

td.footerNonActive {
	height: 5px;
	background: url(../img/zoekresultaat/bg_footer_nonactive.gif) repeat-x;
	border-right: 1px solid #727272;
}
