.filter {
	margin-top:10px;
	margin-bottom:15px;
}

.filter select.filterauthor {
}

.filter select.filterorg {
	width:330px;
}

.filterleft {
	float:left;
	margin-right:15px;
}

.table-content a, .resultnavigation a {
	color:#1E5CAF;
}

.table-content .description {
	padding-top:4px;
	color:gray;
}

.table-content td {
	vertical-align: top;
}

.table-content thead th {
	padding:4px;
	border-bottom: 1px #D097AA solid;
}

.table-content thead th a.sorting-no, .resultnavigation a {	
	padding-left:0px;
	background:none;
	color:#1E5CAF;
}

.table-content thead th a.sorting-desc {
	display: inline;
	padding-left:0px;
	padding-right:15px;
	background:url("http://www.haguejusticeportal.net/lib/img/buttons/sorting_arrow_down.gif") no-repeat right 5px;
	color:#1E5CAF;
}

.table-content thead th a.sorting-asc {
	display: inline;
	padding-right:15px;
	padding-left:0px;
	background:url("http://www.haguejusticeportal.net/lib/img/buttons/sorting_arrow_up.gif") no-repeat right 5px;
	color:#1E5CAF;
}

.table-content thead th a:hover {	
	color:black;
}

.table-content td {
	border-bottom: 1px #D097AA dotted;
	padding:5px;
}

.resultnavigation {
	font-size: 10pt !important;
	color: #c0c0c0;
	text-align: right;
}

.resultnavigation a, .currentPage {
	font-weight: normal;
	font-size: 10pt !important;
	padding-left: 5px;
	padding-right: 5px;
	display: inline;
}

.currentPage {
	font-weight: bold;
	color: black;
}

.resultnavigation a:hover {
	background-image:none;
}

.resultnavigation a img {
	border:0 !important;
	position: relative;
	top:9px;
}