
/* ------------------
------- CLASS -------
------------------ */

 .border, .button, .errorlist, .label,/* .headerstyle, .itemstyle,*/ 
 .texth1, .texth2, .textnorm
  {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-style: normal;
  text-align: left;
  text-decoration: none;
  }

 .border
  {
  border-collapse: collapse;
  border-color: #00408E;
  border-style: solid;
  border-width: 1px;
  color: #000;
  font-size: 0.8em;
  margin: 0px -1px 0px 0px;
  padding: 0px 0px 0px 0px;
  vertical-align: top;
  }

 .button 
  {
  display:block;
  border-collapse: collapse;
  border-color: #036;
  border-style: outset;
  border-width: 1px;
  background-color: #039; 
  color: #fff; 
  font-size: 0.9em;
  height: 20px;  
  margin: 0px 1px 0px 3px;
  padding: 0px 0px 0px 0px;
  text-align: center;
  vertical-align: top;
  width: auto;
  }
    
 .errorlist
  {
  color: #F00;
  font-size: 0.8em;
  font-weight: normal;
  }

 .GridHeader,  .GridRow,  .GridAltRow,  .GridView
  {
  border-collapse: collapse; 
  border-style: solid;
  border-width: 1px
  }

 .GridHeader { background-color: #FFFFFF; }
 .GridRow    { background-color: #D9F1E7; }
 .GridAltRow { background-color: #FFFFFF; }
 .GridView   { border-color: #00A362; }
    
 .headerstyle, .itemstyle
  {
  border-color: #00A362;
  border-collapse: collapse;
  border-style: solid;
  border-width: 1px;
  padding-left: 2px;
  padding-right: 5px;  
  }
 
 .headerstyle, .label
  { color: #00408E; font-size: 1.0em; font-weight: bold; height: 20px; }
 .itemstyle , .naamkolom
  { color: #000000; font-size: 1.0em; font-weight: normal; height: 18px }

 .texth1   { color: #00408E; font-size: 1.4em; font-weight: bold; }
 .texth2   { color: #00408E; font-size: 1.2em; font-weight: bold; }
 .textnorm { color: #000000; font-size: 1.0em; font-weight: normal; }

 .legende
  {
  color: #000000;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;  
  font-size: 0.7em;
  margin: 0 0 5px 0;
  }
  

