
body {background-color:#E6FFCC;}
 .print
    {
        display: none;
    }
div.mainbody {
	background-color:#E6FFCC;
	font-family:Geneva,Arial,Helvetica,sans-serif;
	margin: 0px auto;
	max-width:900px;
	border:solid;
	border-color:#FFFFFF;
}  

.button {
  height: 40px;
  min-width: 800px;
  font: 20px Arial;
  text-decoration: none;
  background-color: #617F8A;
  color: #ffffff;
  text-align:center;
  padding: 2px 6px 2px 6px;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #CCCCCC;
  border-radius:5px;
}

select {
	width:200px;
	height:30px;
	border-radius:5px;
}
input.inputnumber {
	width:200px;
	height:30px;
	border:none;
	vertical-align:middle;
	text-align:center;
	border-radius:5px;
}

input.inputtest {
	width:50px;
	height:30px;
	vertical-align:middle;
	text-align:center;
	border-radius:5px;
}
input.inputtext {
	width:200px;
	height:30px;
	vertical-align:middle;
	text-align:left;
	border-radius:5px;
}
input.inputtextSmall {
	width:200px;
	height:30px;
	vertical-align:middle;
	text-align:left;
	border-radius:5px;
}

textarea {
	font: 20px Arial;
}

table { 
	border:solid;
	border-width:1px;
	border-style:dotted;
}

.vtb {
	min-width: 60%;
	max-width: 100%;
	border-color:white;
	border:solid;
}

.mijnvtb {
	border:hidden;
}

tr:nth-child(even) {background: #E6FFCC;height:20px;}
tr:nth-child(odd) {background: white;height:20px; }

.nummercel {
	width:32px;
	text-align: center;
}
.charcel {
	width:64px;
	text-align: left;
	white-space:nowrap;
}

td {
	border-top:none;
	border-left:none;
	border-bottom:none;
	padding-top: 0px;
	padding-bottom: 0px;
}

th { 
	font-family: Arial, Verdana;
	background-color:#009966;
	border-top:none;
	border-left:none;
	text-align: left;
	color: #ffffff; 
	padding: 0px;
	border-radius:5px;
}

caption { 
	background-color: #617F8A;
	color:#eee;
	font-weight: bold;
	font: 20px Arial;
}


a:first-letter { 
	color:yellow; 
}

fieldset {
   
	border-radius:5px;
}

@media print
{    
    .no-print
    {
        display: none;
    }
	body { background-color:white;}
	/*	tr:nth-child(even) {background: grey;height:20px;color:white;}
		th {background: grey;height:20px;color:white;font-style: oblique;}*/
}