/* CSS Document */
/* vormgeving van tabellen die zichtbaar zijn na filtering */

#filter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;
	overflow:visible;
	table-layout: fixed; 
	border: collapse;
	empty-cells: show;
	margin: 20px;
	padding: 0;
}
.tighter {
	width: 100% !important;
	margin: 0 !important;
}
/* #filter ul {
	margin:0;
	list-style:none;
} */

#filter ul {
	list-style: square outside;
	margin: 0;
	padding:0;
}
#filter ul.nobullet {
	list-style-image:none !important;
	list-style: none !important;
	margin: 0;
	padding:0;
}

#filter li {
	margin:0;
}
#filter th {
	padding: 0,5em 0 0,5em 4px;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1 em;
	font-weight: bold;
	color: #000;
	border-left: 4px solid #09c;
	border-bottom: 1px solid #f00;
	border-top: 1px solid #f00;
	border-right:0;
	text-align: left;
	cursor: pointer;
} 	                         
	
#filter th, #filter td  {
	text-align: left;
	vertical-align:top;
	padding:4px;
}
#filter td.firstcol, #filter th.firstcol {
	border-left:0;
	padding-left:0;
}
#filter td.noleftborder, #filter th.noleftborder {
	border-left:0 !important;
	padding-left:0;
}
#filter td.label {
	border-left:0;
	width:220px;
}
#filter td {
	border-left: 4px solid #09c;
	border-bottom: 1px solid #f00;
	border-right:0;
	border-top:0;
	/*text-transform:lowercase;*/
	overflow:hidden;
}
			

.noborders {
	border:none !important;
}
    
button.sluiten {
	color: #ffffff; 
	background-color: #ff0000; 
	padding: 4px 8px;
	margin:20px 0;
	border:1px solid #999;

}

#filter td p {
	margin:0;
}

#filter td ul {
	/*text-transform:capitalize;*/
}
.statuscolumn {
	width:200px;
}
.nopadding {
	padding:0 !important;
}

#filter h4, #filter h1 {
	padding-left:0;
}
#filter h3 {
	margin-bottom:0;
}


