﻿BODY
{
  margin: 0px;
  background-color: white;
  width: 100%;
  height: 100%;
}

DIV.main
{
  width: 100%;
  height: 100%;
  border : 1px solid Black;
  position: relative;
  bottom: 0px;
  top: 0px;
  left: 0px;
  right: 0px;
  display : inline-table;
}
TD
{

}

TD.menu
{
  height:20px;
  color: White;
  font-family: verdana, arial; 
  font-size: 11px; 
  background-color : #2c5daa;
}
TD.cp
{
  height:20px;
  color: #ffffff;
  font-family: verdana, arial;
  font-size: 9px;
  border-top: 1px solid #a8a8a8;
  background-color : #2c5daa;
  bottom: 0px;
}
TD.reader
{
  position:relative;
  background:#2c5daa;
}
A  {
	color : #000000;
	text-decoration : none;
}
A:Hover  {
	color : #FF0000;
	text-decoration : underline;
}
SELECT {
  width : 120px;
  font-family: verdana, arial; 
  font-size: 11px; 
}
INPUT.text {
  width : 120px;
  font-family: verdana, arial; 
  font-size: 11px; 
}
INPUT.button {
  width : 55px;
  font-family: verdana, arial; 
  font-size: 10px; 
}
TABLE {
  font-family: verdana, arial; 
  font-size: 11px; 
  line-height : 15px;
}
.navigatie-actief {
  font-weight : bold;
}
.navigatie-nonactief {
  color:#c0c0c0;
}
SPAN.highlight {
  background : #FFFF00;
  height:100%;
}
