<?php 
$klein = 14;
$groot = 16;
?>

body {	
	background-color: #FFFFFF;
	font-family: Trebuchet MS;
	color:#666666;		
	font-size: <?php print($klein); ?>px;
	margin-top: 0;
	margin-bottom: 0;
	text-align:center;
	}
.pageTitle{
	font-size:24px;
}

.welcomeMessageControlPanel{
	font-size:<?php print($groot); ?>px;
}
td.TitelNaam{
	font-family: Trebuchet MS;
	font-weight: bold;
	font-size: 24px;
	background-color:#CCCCCC;
}
tr.ControlPanelTable{
	text-align: center;
	color:#990000;
	font-size:22px;
}
tr.ControlPanel{
	text-align: center;
	background-color:#FFFFFF;
	font-size:<?php print($klein); ?>px;
}
tr.TableHeader{
	font-size:<?php print($groot); ?>px;
	color:#666666;	
	text-align:left;
	font-weight:bold;
	background-color:#CCCCCC;
	
}
td.TableHeader{
	background-color:#CCCCCC;
}

tr.grouped{
	background-color:#CCCCCC;
	
}

td.grouped{
	color:#666666;
	font-style:italic;
	font-weight:bold;
	text-align:left;
}

tr.data{
	text-align:left;
}

td.data{
}


td.TableCell{
	color:#666666;	
	text-align:left;
	font-weight:bold;
}
td.TableButtonCell{
	text-align: right;
}
td.TableFieldCell{
	text-align: right;
}
.debugTitelNaam{
	font-family: Trebuchet MS;
	font-weight: bold;
	font-size: 24px;
}
.debugStatusNaam{
	font-weight:bold;
	font-size: <?php print($groot); ?>px;	
}
.debugStatusValue{
	font-weight:bold;	
	font-size: <?php print($groot); ?>px;
}
.debugValue{
	font-style:italic;
	font-size: <?php print($groot); ?>px;	
}
.debugNaam{
	font-weight:bold;
	font-size: <?php print($groot); ?>px;
}
a {  
	text-decoration: none; 
	cursor: hand; 
	color : #666666;
}

a:hover  {
	text-decoration : none; 
}

a:active {
	text-decoration : none; 
}
.printable {
	font-size: 11px;

}

.bovenhoek {
	width: 30px;
	vertical-align: top;
	text-align: right;
	background-color: #82004A;
	
	border-bottom: solid 3px #FFFFFF;
}

.copyright {
	height: 60px;
	text-align:center;
	vertical-align: middle;
	font-size: 9px
}

.lijnen_bovenin_wit {
	height: 7px;
}

.lijnen_bovenin_paars {
	height: 7px;
}

.menu {
	height: 40px;
	padding-left: 17px;
	
	font-size: 11px;
	vertical-align: middle;
	text-align: left;
	color: #FFFFFF;
}

.menulink {
	background : #82004A;
	color : #FFFFFF; 
	cursor : hand; 
}

.OrderStep {
	height : 40px;
	vertical-align:top;
}

.toprow {
    font-size: 10pt;
	font-weight: bold;
	background-color: #f8f8f8;

	border-top: solid 1px #000000;
}

.titelpagina {
	text-align:right;
	font-size: 15pt;
	font-weight: bold;
	color:#FFFFFF;
	height: 25px;
	background-color: #82004A;

	border-bottom: solid  3px #FFFFFF;
}

.titelpagina-onderregel{
	height: 7px;
	background-color: #CCCC66;
}

.tekstkop1 {
	font-size: 10pt;
	font-weight: bold;
	
	border-bottom: solid 7px #CCCC66;
}

.tekstkop2 {
	font-size: 10pt;
	font-weight: bold;
}

.teksttabel {
	border-left: solid 12px #FFFFFF;
	}
