/* ----- TABLE ZOEKRESULTAAT HEADER ------------------- */

table#zoekresultaatHeader {
	background: #535252;
}

table#zoekresultaatInfo {
	margin-top: 10px;
}

table#zoekresultaatInfo td {
	font-size: 10px;
}

td.perCategorie a:link, a:visited, a:active, a:hover {
	color: #EEEEEE;
}



/* ----- TABLE ZOEKRESULTAAT RECORDS ------------------ */

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 */

td.recordOddActive {
	background: #707070;
	padding: 7px;
	border-right: 1px solid #939393;
	vertical-align: top;
}

td.recordOddNonActive {
	background: #606060;
	padding: 7px;
	border-right: 1px solid #939393;
	vertical-align: top;
}

td.recordEvenActive {
	background: #5C5B5B;
	padding: 7px;
	border-right: 1px solid #939393;
	vertical-align: top;
}

td.recordEvenNonActive {
	padding: 7px;
	border-right: 1px solid #939393;
	vertical-align: top;
}

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;
}