/* CSS Document */
/* form tabel */
div.table table {
	width:100%;
	clear:both;

	margin-bottom:0.5em;
	margin-top:3px;
	text-align:left;
}
div.table thead td {
	padding:0;
	background:#1C8DB9 url(../images/tabellen/table_thead_links.png) no-repeat top left;
}
div.table thead div.table_header {
	background:url(../images/tabellen/table_thead_rechts.png) no-repeat top right;
	font-weight:bold;
	color:white;
	padding:4px 4px 4px 6px;
}
div.table tfoot td {
	padding:0;
	background:#1C8DB9 url(../images/tabellen/table_tfoot_links.png) no-repeat bottom left;
}
div.table tfoot div.table_footer {
	background:url(../images/tabellen/table_tfoot_rechts.png) no-repeat bottom right;
	font-weight:bold;
	color:white;
	padding:4px 4px 4px 6px;
}
div.table tr.kop {
	font-weight:bold;
	background-color:#7EB9CC;
	
}
div.table tr.kop td {
	border-bottom:solid 1px #1C8DB9;
}
div.table tbody tr {
	background-color:#EEE;
}
div.table tbody tr.list_row_oneven {
	background-color:#D8D8D8;	
}
div.table tbody tr.list_scene {

	background-color: #e6b8ff;
}
div.table tbody tr.list_scene td {
	border-bottom: solid 1px #b492c9;
}
div.table tbody tr.valign_top td {
	vertical-align:top;
}
div.table tbody td.field {
	width:80%;
}
/*
div.table tbody td ul {
	margin:0;padding:0;
}

div.table tbody td ul li {
	margin:0;padding:0;
	margin-left:2em;
}
*/
div.table tbody td.image {
	padding:0;
}
div.table tbody td.image a {
	display:block;
	width:25px;
	height:25px;
	overflow:hidden;
}
div.table tbody td.image img {
	padding:0;margin:0;
}

/* Figuranten */
div.table .listTdContainer table tr td, div.table .listTdContainer table tr {
	background:none;
}
div.table .listTdContainer table {
	margin:0;padding:0;
}

/* Zoekblok boven lijst */
p.lijstZoek {
	border:solid 1px #CCC;
	background:#EEE;
	padding:4px;
	width:150px;
	float:right;
	clear:both;
	text-align:center;
}

/* lijst met zoekhistorie */
div.table .zoek_historie thead td
{
	font-weight:bold;
	color:white;
	background-image:none;
}
div.table .zoek_historie .kop
{
	background-color:#FF9900;
	background-image:none;
	border:none;
}
div.table .zoek_historie .kop td {
	border:none;
}
div.table .zoek_historie .list_row_oneven
{
	background-color:#FFCC33;
	background-image:none;
}
div.table .zoek_historie .list_row_even
{
	background-color:#FCDD03;
	background-image:none;
}
