/******************************************************************************
   +----------------------------------------------------------------------+
   | 2ms Lichtenvoorde                                                    |
   | Copyright (c) 2003 2ms. All rights reserved.                         |
   +----------------------------------------------------------------------+

******************************************************************************
 Developers notes
 Developer:  Peter Wessels
 Developer:  Berry Lakerink
 Date:       26-4-2003 17:27
 Updated:    26-4-2003 17:58
******************************************************************************/

/*Standaard html styles*/

div,body,td,th,p,font,li,ul,dt,dd,dl,form,blockquote,a,tr,td,table,i,h1,h2,h3,h4,h5,b,i {
	font-family: Tahoma,Arial,Helvetica;
	font-size: 10pt;
	color: #000000;
	line-height: 14px; 
	/*font-weight: normal*/
	/*font-style: normal; */
}

BODY { 
	background-color: #A0A0A0; 
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

A, A:link, A:visited { 
   color: #000000;
   /*text-decoration:none; */
}
A:hover { 
   color: #EFC612; 
}

H1 { font-size: 14pt; }
H2 { font-size: 13pt; }
H3 { font-size: 12pt; }
H4, H5, H6 { font-size: 10pt; }

button, input, label, ogtgroup, option, select, textarea {
   border:1 groove darked; /*solid black;*/
   color: #000000;	
   background-color :#f2f1f0;	
   font-size: 8pt;	
   font-family: Arial, Helvetica, Verdana, sans-serif;
   /*maak de items transparant*/
   /*background-color: transparent;*/
}

fieldset {
   background-color: #EEDFF8;	
   border:1 groove darked;
   border-color: #D003CE;
   /*width: 500px;*/
}

legend {
   font-weight: bold;
}

td {
   vertical-align: top;
   text-align: left;
}

th {
   vertical-align: top;
   text-align: left;

   background-color: #CFCFCF;
   font-weight: bold;
   color: #101510;
  
} 

hr {
   color: #D003CE;
   height: 1;
}  

/* hier de afgeleiden */

.evenrow {
   background-color: #D0D0E0;	
}
.oddrow {
   background-color: #E0E0D0;
}
