<STYLE type="text/css">
.dummy
{
	background-color: #D5D5D5;
	font-family: Verdana,Arial;
}

p.right
{	text-align: right }
p.center
{	text-align: center;
}
p.left
{	text-align: left}

/* alle input types */
.input
{ 
	background-color: #FFFFFF; 
/*	border: 1px solid;

	border: 1px solid #0427b2; 
	border-style: inset;
	border-color: #808080; */
	font-family: Verdana,Arial;
	font-size: 11px;
}
.inputb
{ 
	background-color: #F4F4F4; 
/*	idem als input maar gebroken wit bij button items 
	border-style: inset;
	border-color: #808080; */
	font-family: Verdana,Arial;
	font-size: 11px;
}
/* idem als input echter rechtsuitgelijnd */
.inputr
{ 
	background-color: #FFFFFF; 
/*	border: 1px solid #0427b2; STYLE="border: 1px solid #3399CC;">
	border-style: inset;
	border-color: #808080; 
	border: 1px solid #0066FF;*/
	font-family: Verdana,Arial;
	font-size: 11px;
	text-align: right;
}
.inputc
{ 
	background-color: #F4F4F4; 
/*	idem als input maar gebroken wit bij button items 
	border-style: inset;
	border-color: #808080; */
	font-family: Verdana,Arial;
	font-size: 11px;
	text-align:center;
}
.input2
{ 
	background-color:transparent; 
	border: none; 
	font-family: Verdana,Arial;
	font-size: 10px;
}
.input2a
{ 
	background-color:transparent; 
	border: none; 
}
.input2b
{ 
	background-color: #FFFFFF;
	border: none; 
}
.input2c
{ 
	background-color:transparent;
	border: none; 
	font-family: Verdana,Arial;
	font-size: 11px;
}
.input3
{ 
	background-color: transparent; 
	border: none; 
	font-family: Verdana,Arial;
	font-size: 1px;
	display: none;		
	/* verbergen */
}
/* alle combo-boxen*/
.cbo
{ 
	/* dit telt dan voor alle comboboxen in het systeem width: 525px; */
	background-color: #FFFFFF; 
/*	border: 1px solid #000000; */
/*	border-style: inset; */
/*	border-color: #808080; */
	font-family: Verdana,Arial;
	font-size: 11px;
}
.cbprint
{ 
	/* dit telt dan voor alle comboboxen in het systeem width: 525px; */
	background-color: #FFFFFF;
	border-color: #FFFFFF;
	font-family: Verdana,Arial;
	font-size: 11px;
}
/* alle combo-boxen, niet proportioneel lettertype ivm tekstuitlijning bijv. RR-items*/
.cboNP
{ 
	width: 525px; 
	background-color: #FFFFFF; 
	font-family: Courier New, Courier, mono;
	font-size: 11px;
}
/* alle combo-boxen, hand-cursor niet voor netscape*/
.cbomenu
{ 
	/* width:	300px; **/
	background-color: #D5D5D5;
	font-family: Verdana,Arial;
	font-size: 11px;
	cursor: hand;
	/*line-height: 0.5cm;**/
}
/*  Liever defaultbutton gebruiken */
/* Font button oplijnen... */
.button
{ 
	font-family: Verdana,Arial;
	font-size: 11px;
	cursor: pointer;
}
.buttonSave
{ 
	font-family: Verdana,Arial;
	font-size: 11px;
	cursor: pointer;
	font-weight: bold;
	width: 120px;
	background-color: #FF9900;
}	
.buttonSaveFixed
{ 
	font-family: Verdana,Arial;
	font-size: 11px;
	cursor: pointer;
	font-weight: bold;
	width: 100px;
	background-color: #FF9900;
	position: fixed;
	left:5px;top:5px;
}	
.button1
{ 
	font-family: Verdana,Arial;
	font-size: 11px;
	cursor: pointer;
	width: 100px;
}	
.button2
{ 
	/* background-color: #0000FF; */
    background-color: #CCCCCC;
	border: 1px solid #000000;
	font-family: Verdana,Arial;
	font-size: 10px;
	cursor: pointer;
}
.button3
{ 
	font-family: Verdana,Arial;
	font-size: 11px;
	cursor: pointer;
    background-color: transparent;
	position: relative; 
	width: 1;
}
.button4
{ 
	font-family: Verdana,Arial;
	font-size: 11px;
	cursor: pointer;
	position: relative; 
	width: 525px;
}
.button4b
{ 
	font-family: Verdana,Arial;
	font-size: 11px;
	cursor: pointer;
	position: relative; 
	width: 205px;
}
.button5
{ 
	font-family: Verdana,Arial;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
	border-style: transparent;
	border-width: 0px;
    background-color: transparent;

}
.button5a		/* Niet onderstrepen geen cursor, zie 5*/
{ 
	font-family: Verdana,Arial;
	font-size: 10px;
	font-weight: bold;
	border-style: transparent;
	border-width: 0px;
    background-color: transparent;
}
.body
{
	background-color: #EAEAEA;
	/*background-color: #0DB02B;*/
	background-image: url("../images/achtergrond.gif");
	font-family: Verdana,Arial;
	font-size: 11px;
	line-height: 100%;
	margin-top: 0;
	margin-bottom: 0;
	/*margin-left: 0;*/
}
.bodyr
{
	background-color: #FFFFFF;
	font-family: Verdana,Arial;
	font-size: 11px;
	line-height: 100%;
	margin-top: 0;
	margin-bottom: 0;
}
.bodyindex
{
	background-color: #CCCCCC;
	/* background-image: url("../images/cbsachtergrond.gif"); */
	color:  #FFFFFF;
	font-family: Verdana,Arial;
	font-size: 11px;
	line-height: 100%;
	margin-top: 0;
	margin-bottom: 0;
}
.bodymenu1
{
	background-color: #99CCFF;
	font-family: Verdana,Arial;
	font-size: 12px;
	margin-top: 6px;
}
.bodymenu2
{
	background-color: #EAEAEA;
	background-image: url("../images/achtergrond.gif");
	font-family: Verdana,Arial;
	font-size: 14px;
	margin-left: 1cm;

}
.bodyprint
{
	background-color: #FFFFFF;
	font-family: Arial Narrow, Arial;
	font-size: 11px;
	margin-left: 0cm;
	size: landscape;
}
.bodyprint2
{
	background-color: #FFFFFF;
	font-family: Arial Narrow, Arial;
	font-size: 10px;
	margin-left: 1cm;
	size: landscape;
}
.bodypopup
{
	background-color: #EAEAEA;
	/*background-image: url("../images/achtergrondkr.gif");*/
	font-family: Verdana,Arial;
	font-size: 11px;
	line-height: 100%;
	margin-top: 0;
	margin-bottom: 0;
	/*margin-left: 0;*/
}
th {
background-color:#8ccbee;
vertical-align: top;
}	/*table header*/

.thv {	/*table header vertical outline iex6.x jan10 insteld op 200px omdat iEx 8 het veel te groot maakt */
background-color: #8ccbee;
layout-flow: vertical-ideographic;
height: 200px;
text-align:right;
}
.tftotgen {	/*table footer, totaal generaal*/
background-color: #FFFF00;
font-weight: bold;
text-align:right;
vertical-align: bottom;
border-bottom-style:dotted;
height:44;

} 
.tftotgr {	/*table footer, totaal groep*/
background-color: #FFFF99;
font-weight: bold;
text-align:right;
vertical-align: bottom;
} 
.tabelin
{
	/*background-color: #DCF1E2; lichtgroens zoals BAM*/
	font-family: Verdana,Arial;
	font-size: 11px;
	background-color: #D5D5D5;
    border:0px none transparent;
   	border-collapse:collapse;
}
.tabelds
{
	font-family: Verdana,Arial;
	font-size: 11px;
	border-collapse: collapse;
	border:1px solid Black;
}
.tabelplain
{
	font-family: Verdana,Arial;
	font-size: 11px;
	border-collapse: collapse;
}
.tabeldsform
{
	font-family: Verdana,Arial;
	font-size: 11px;
	background-color:#E6E6E6;
	border-width:thin;
	border-spacing:1px; 
	border-style:none;
}
.tabelprint
{
	background-color: transparent;
	font-family: Arial Narrow, Arial, Verdana;
	font-size: 11px;
	width: 18cm;
	border-collapse: collapse;
	/*margin-left: 1cm; via body*/
}
.tabelmenu
{
    font-family: Verdana,Arial;
    font-size: 11px;
    background-color: #D5D5D5;
    border:2px inset silver;
   	padding:2px 1px 2px 1px;
	
}
.tabellogin
{
    font-family: Verdana,Arial;
    font-size: 11px;
    background-color: #D5D5D5;
}
.tabelinP
{
	/*background-color: #DCF1E2; lichtgroens zoals BAM*/
	font-family: Verdana,Arial;
	font-size: 11px;
	background-color: #D5D5D5;
    border:1px solid Black;
   	border-collapse:collapse;
   	padding:1px 1px 1px 1px;
}
.tabelinB
{
	/*Border*/
	font-family: Verdana,Arial;
	font-size: 11px;
	background-color: #D5D5D5;
    border:1px solid Black;
   	border-collapse:collapse;
   	padding:3px 3px 3px 3px;
 }

/* menu classes */
a.menu:link {color: #003399; font-size: 12px; font-family: 'Verdana','Trebuchet MS',  'Helvetica', 'sans-serif'; font-weight: bold; text-decoration: none}		
a.menu:visited {color: #003399; font-size: 12px; font-family: 'Verdana','Trebuchet MS','Helvetica', 'sans-serif'; font-weight: bold; text-decoration: none}
a.menu:hover {color: #0099CC; font-size: 12px; font-family: 'Verdana', 'Trebuchet MS', 'Helvetica', 'sans-serif'; font-weight: semi-bold; text-decoration: underline;}
a.menu.active {color: #0099CC; font-size: 12px; font-family: 'Verdana','Trebuchet MS', 'Helvetica', 'sans-serif'; font-weight: bold; text-decoration: none;}

a.tref:link {color:  #000000}		/*eigenlijk willen we alleen het gele infoblock zien */
a.tref:visited {color:  #000000}		/* */
a.tref:hover {color: #000000}

a.hdefault:link {color:#FFFFFF; font-size: 11px; font-family: 'Verdana','Trebuchet MS',  'Helvetica', 'sans-serif'; font-weight: bold; text-decoration: none}		
a.hdefault:visited {color:#FFFFFF; font-size: 11px; font-family: 'Verdana','Trebuchet MS','Helvetica', 'sans-serif'; font-weight: bold; text-decoration: none}
a.hdefault:hover {color: #00FDFD; font-size: 12px; font-family: 'Verdana', 'Trebuchet MS', 'Helvetica', 'sans-serif'; font-weight: semi-bold; text-decoration: underline;}
a.hdefault.active {color: #00FDFD; font-size: 11px; font-family: 'Verdana','Trebuchet MS', 'Helvetica', 'sans-serif'; font-weight: bold; text-decoration: none;  }


H6
{
	font-family: Verdana,Arial;
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
/*	font-variant: small-caps; */
/*	text-transform: uppercase; */
}
table.topnav
{
font-size:80%;
top:0;
left:0;
}

table.menu
{
font-size:100%;
bottom:0;
z-index:-1;
}
/* tooltipvenster*/
.cbstooltip {
	DISPLAY: none; POSITION: absolute; BACKGROUND-COLOR: #FFFFCC
}
.cbstooltip2 {
	BORDER-RIGHT: #666666 4px solid; PADDING-RIGHT: 2px; BORDER-TOP: #000000 1px solid; DISPLAY: none; PADDING-LEFT: 2px; PADDING-BOTTOM: 2px; BORDER-LEFT: #000000 1px solid; PADDING-TOP: 2px; BORDER-BOTTOM: #666666 4px solid; POSITION: absolute; BACKGROUND-COLOR: #FFFFCC
}
.cbstooltip2 .head {
	FONT-SIZE: 10px; PADDING-RIGHT: 2px; PADDING-LEFT: 2px; FONT-WEIGHT: bold; PADDING-BOTTOM: 2px; COLOR: #FFFFCC; PADDING-TOP: 2px; BACKGROUND-COLOR: #8ccbee
}
.cbstooltip2 .content {
	FONT-SIZE: 10px; COLOR: #000066; border-size: 4px; WIDTH:150px; background-color:#FFFFCC;
}
.cbstooltip2 .content TD {
	FONT-SIZE: 10px; WIDTH: 50%; TEXT-ALIGN: center
}


/* gelig #ffcc00 */
