/*
	***********
	OVERZICHTEN
	***********
*/

/* formulier */

.invoer_label
{
	padding: 4px;
}

.invoer_veld
{
	padding: 4px;
}

/* OVERZICHT */

TABLE.wend_overzicht
{
	width: 100%;
}

TR.wend_overzicht_titel
{
	height: 21px;
	text-transform: capitalize;
}

.wend_overzicht_titel
{
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

TR.wend_overzicht_header
{
	background-color: #eaffbf;
	font-size: 12px;
	font-weight: bold;
	height: 21px;
}

TD.wend_overzicht_header
{
	padding-left: 18px;
}

TR.wend_overzicht_even_rij
{
	background-color: #e1ffa3;
	height: 21px;
}

TR.wend_overzicht_oneven_rij
{
	background-color: #ffffff;
	height: 20px;
}

TD.wend_overzicht_rij
{
	padding-left: 10px;
	padding-right: 10px;
}

A.wend_overzicht_rij
{
	color: #000000;
	text-decoration: underline;
}

A.wend_overzicht_rij:hover
{
	color: #000000;
	text-decoration: none;
}

TR.wend_overzicht_footer
{
	height: 34px;
}

TD.wend_overzicht_footer
{
}