@import url("web.css");

/* GENERAL PROPERTIES */
body.scrollable {
	width: 94%
}


/* APPLICATION PROPERTIES */

/* Aangewezen properties */
/* --------------------- */
col.date
{
	width: 6em
}
col.icon
{
	width: 2.5em
}
col.inputs
{
	width: 16.7em
}
col.labels
{
	width: 10.7em;
	text-align: right
}
input.inputs
{
	width: 15.2em; 
}
input.inputsklein
{
	width: 5em
}
input.inputsdatum
{
	width: 6em
}
input.inputsliter
{
	width: 5.2em
}
input.inputsnummer
{
	width: 7.6em
}
input.inputtelnr
{
	width: 10.2em
}
select.inputs
{
	width: 13.5em
}
select.landcode{
	width: 5.3em
}

/* Forms */
/* ----- */


/* Kolommen van lijsten */
/* -------------------- */


/* Andere properties */
/*-------------------*/
td.titel{
	font-weight:   bold;
	text-align:    left;
	color:		   #666666;
	font-size:     12px
}
div.screenFault
{
	width: 48em;
	margin: 0em 0em 1em 0.2em;
	background-color: #FFDBBD
}
.verplicht{
	color:	red;
	text-align:	left
}
.tekst
{
	text-align:	left
}
.formatBedrijf
{
	color: gray;
	font-size:	9px
}
td.vAlign
{
	text-align: right;
	vertical-align:	top         
}
.privacy
{
	color: gray;
	text-decoration:underline;
	text-align: center;
	font-size:	9px
}
a
{
	color: gray
}	

