﻿div.result-navigation
{
	width: 100%;
	border-bottom: solid 2px #4067AB;
	border-top: solid 2px #4067AB;
	overflow: hidden;
	clear: both;
}

div.result-navigation a
{
	color: #4067AB;
}

div.result-navigation a:hover
{
}

div.result-navigation .current
{
	float: left;
	width: 200px;
}

div.result-navigation .navigation
{
	float: right;
}

div.result-navigation .navigation .left
{
	width: 50px;
	float: right;
}

div.result-navigation .navigation .center
{
	float: right;
	text-align: center;
	width: 200px;
}

div.result-navigation .navigation .right
{
	width: 50px;
	float: right;
	text-align: right;
	margin-right: 20px;
}

div.pages
{
}

div.pages span.current-page
{
	font-weight: bold;
}

/* Zoek filter group */
.filtergroup
{
	width: 94%;
}

.filtergroup .header
{
	background-color: #4067AB;
	color: #FFFFFF;
	overflow: hidden;
	padding: 1px 0 1px 0;
}

.filtergroup .header .checkall
{
	float: left;
}

.filtergroup input
{
	margin: 2px 3px 2px 2px;
}

.filtergroup .header .collapse-opened
{
	width: 16px;
	height: 16px;
	background-image: url(../images/navigate_close.png);
	background-repeat: no-repeat;
	float: right;
	cursor: pointer;
	margin-right: 2px;
}

.filtergroup .header .collapse-closed
{
	width: 16px;
	height: 16px;
	background-image: url(../images/navigate_open.png);
	background-repeat: no-repeat;
	float: right;
	cursor: pointer;
	margin-right: 2px;
}

.filtergroup .content
{
	clear: both;
}

.filtergroup .content table
{
	border-collapse:collapse;
}

.filtergroup .content table td
{
	padding: 0;
	margin: 0;
}

/* Results */

table#results
{
	border-collapse: collapse;
	width: 95%;
}

table#results tr.default
{
	background-color: #FFFFFF;
	padding-top:7px;
}

table#results tr.defaultbron
{
	background-color: #FFFFFF;
}

table#results tr.alternate
{
	background-color: #F4F4F4;
	padding-top:7px;
}

table#results tr.alternatebron
{
	background-color: #F4F4F4;
	
}

table#results td.expand
{
	padding-top:7px;
	vertical-align: top;
	width: 20px;
}

table#results td span
{
/*	font-size:12px;
	font-style:italic;
*/
}

table#results td.zoeklink
{
	padding-top:7px;
}

table#results td a.zoeklink
{
	text-decoration:none;
	font-weight:bold;
}

table#results td a.zoeklink:hover
{
	text-decoration: underline;
}

table#results td a.visited
{
	color: Red;
}

table#results td a.visited:hover
{
	text-decoration: underline;
}

table.subresult
{
	margin-left: 25px;
}
