div.filterforklaring a{
	color: #fff;
}


div.filterforklaring {
background: #4c4c4c;
color:#fff;
font-size: 0.85em;
padding: 2em;
border: 1px solid #ccc;
display:none;
right: 8px;
left: 8px;
position:absolute; 
top: 0px;

}

#sql, #sqllenke {
	display:none;
}

table {
	border-collapse: collapse;
	font-size: 0.9em;
	margin: 0;
	padding: 0;
	margin: 5px;
}

em.sort {
	padding: 0 0 0 11px;
}
em.sort.desc {
	background: url('/gfx/pil_opp.gif') no-repeat;
}
em.sort.asc {
	background: url('/gfx/pil_ned.gif') no-repeat;
}

caption {
	font-size: 1em;
	font-stretch: condensed;
	font-weight: bold;
	padding-bottom: 5px;
	text-align: left;
	text-transform: uppercase;
}
th, td {
	border-bottom: 1px solid #666;
	border-top: 1px solid #666;
	padding: 0.6em;
	vertical-align: 4px;
}
th {
	text-align: left;
	text-transform: uppercase;
}
thead th, tfoot th, tfoot td {
	background-color: #cc9;
	font-size: 1em;
}
/*
tbody th {
	background: url(http://www.clacksweb.org.uk/images/bullet_vacancy.gif) no-repeat 6px 0.8em;
	padding-left: 24px;
}
*/
tbody th, td {
	background-color:#434343;
}
tbody tr:hover td, tbody tr:hover th {
	background-color: #687171;
}
tr.odd td, tr.odd th {
	background-color: #303030;
}
tbody a {
	color: #fff;
}
tbody a:hover {
	color: #fff;
}
tbody a:active {
	color: #fff;
}

tr.filterrow th input.text {
	width: 75%;
	display: block;
	border: 1px solid #000;
	height: 10px;
}
tr.filterrow th input.knapp {
	width: 5%;
	float:right;
	display: block;
	font-size: 1em;
	font-family: arial;
	font-weight: bold;
	height: 12px;
}
tr.filterrow, tr.filterrow th {
	height: 12px;
}
/*
tbody td+td+td+td a {
	background: url(http://www.clacksweb.org.uk/images/external.gif) no-repeat right 0.4em;
	padding-right: 12px;
}
*/
tfoot th {
	text-align: right;
}