/* Overzicht inleiding */
.laden
{
	float:					right;
}
.filter
{
	position:				relative;
	min-height:				45px;
	margin-top:				5px;
}
.filter .velden
{
	min-height:				40px;
	float:					left;
	padding-bottom:			5px;
}
.filter label
{
	width:					100px;
	float:					left;
	font-weight:			bold;
}
.filter input, select
{
	border:					1px solid #CCC;
	margin-bottom:			1px;
}
.filter .radio
{
	width:					auto;
	float:					none;
	margin:					0 8px 0 2px;
	font-weight:			normal;
}
.feedbackGebied
{
	display:				none;
	padding:				3px;
	margin: 				0 auto 10px;
	width:					400px;
	background:				#EEE;
	border:					2px solid #34C1E0;
	text-align:				center;
}
.feedbackGebied .links
{
	float:					left;
	text-decoration:		underline;
	cursor:					pointer;
	margin-left:			10px;
}
.feedbackGebied .rechts
{
	float:					right;
	text-decoration:		underline;
	cursor:					pointer;
	margin-right:			10px;
}
a.toevoegen
{
	position:				absolute;
	bottom:					4px;
	right:					0;
	font-weight:			bold;
}
/* Overzicht tabel */
table.overzicht
{
	border:					1px solid #E5E5E5;
	border-collapse:		collapse;
	cursor: 				default;
	clear:					both;
	z-index:				10000;
}
.overzicht .evenrij
{
	background:				#EEE;
}
.overzicht .onevenrij
{
	background:				#FFF;
}
.overzicht .evenrij .gesorteerd
{
	background:				#E5E5E5;
}
.overzicht .onevenrij .gesorteerd
{
	background:				#F0F0F0;
}
.overzicht tr.evenrij.false
{
	background:				#F0C1B2;/*C60000;*/
}
.overzicht tr.onevenrij.false
{
	background:				#F7E1D9;/*#E20303;*/
}
.overzicht tr.evenrij.false td.gesorteerd
{
	background:				#E8A38C;/*#A30000;*/
}
.overzicht tr.onevenrij.false td.gesorteerd
{
	background:				#F0C1B2;/*#C60000;*/
}
.overzicht thead td
{
	vertical-align:			top;
	cursor:					pointer;
	height:					25px;
}
.overzicht thead td.gesorteerd
{
	background:				#D5D5D5;
	font-weight:			bold;
}
.overzicht thead, .overzicht tfoot
{
	background:				#E5E5E5;
}
.overzicht thead td a
{
	color:					#777;
}

.overzicht tfoot select
{
	margin:					0;
}
.overzicht tfoot
{
	text-align:				right;
}
.overzicht tfoot img
{
	padding:				0 2px;
}
.overzicht tr
{
	border:					solid #BBB;
	border-width:			0 1px;
}
.overzicht thead td, .overzicht tfoot td
{
	color:					#555 !important;
	border:					solid #BBB !important;
	border-width:			1px 0 !important;
}
.overzicht tr.false
{
	background:				#fB9;
	border:					none;
}
.overzicht td
{
	padding:				3px 10px 3px 3px;
	border:					solid #E5E5E5;
	border-width:			1px 0 0;
}
.overzicht .knoppen
{
	padding-right:			0px;
	text-align:				right;
}
.overzicht .knoppen img
{
	margin:					0 3px;
}
.overzicht.klein
{
	width:					500px;
}
.overzicht.klein.plus
{
	width:					600px;
}
.overzicht.middel
{
	width:					700px;
}
.overzicht.middel.plus
{
	width:					800px;
}
.overzicht.groot
{
	width:					900px;
}
.overzicht.auto
{
	width:					100%;
}
.overzicht tr.evenrij:hover, .overzicht tr.onevenrij:hover, .overzicht tr.evenrij:hover td.gesorteerd, .overzicht tr.onevenrij:hover td.gesorteerd
{
	background:				#DEF2FF !important; /*DEF2FF*/
	color:					black;
}
.overzicht tr.false:hover, .overzicht tr.false:hover td.gesorteerd
{
	background:				#E8A38C !important;
	color:					#555;
}
