/* Filters */
.filter, .filter tr {
	width:				380px;
}
.filter tr{
}
.filter tr.title{
	border-left: 		0px none;
	border-right: 		0px none;
}
.filter tr.title th{
	padding-bottom:		2px;
}
table.filter{
	border-bottom: 		1px solid #E9E9E9;
}
.filter tr td:first-child, .filter tr th:first-child{
	width:				150px;
}
.filter .hidden {
	display:			none;
}
.filter input, .filter select {
	width:				200px;
	float:				right;
}
.filter select {
	width:				210px;
	height: 24px;
}

.filter th{
	cursor: pointer;
}
.filter.staysvisible th{
	cursor: default;
}

.filter .name{
	font-size:			13px;
}
.filter .actief, .filter .actiefmin1{
	font-size:			10px;
	font-weight:		normal;
	/*font-style:			italic;*/
	margin-left:		3px;
	color:red;
	font-weight:bold;

}
.filter .verwijderen{
	font-size:			10px;
	float:				right;
	margin-top: 		2px;
	padding-right:		22px;
	background-image:	url('../img/verwijderfilters.gif');
	background-position:right top;
	background-repeat:	no-repeat;
	cursor:				pointer;
}

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