/* Default.css style sheet 


versie 260506

lettertype of this sheet = Verdana 10 normal

in deze stijl gebruikte kleuren
	rgb(255,255,255) 	WHITE
	rgb(61,102,162) 	BLUE
	rgb(194,254,194) 	GREEN
	rgb(4,22,54)		L-BLUE
	rgb(175,74,24)		L-BROWN
	rgb(232,232,232)	L-GRAY
	rgb(248,248,255)	GHOSTWHITE
	rgb(153,153,153)	GRAY
	rgb(0,0,0)		    BLACK
*/


/*________________________________DEFAULT BODY STYLE */


BODY				{ font-family: Verdana, Arial;	
				   font-size:8pt;
				   background: rgb(255,255,255) /*WHITE*/;
				   color: rgb(0,0,0) /*BLACK*/;
                        	  		   font-weight: normal;
				   line-height:110%;
				   margin: 0;
				}



/* _______________________________GENERAL HYPERLINKS */

A 				{ color: rgb(61,102,162) /*BLUE*/; 
				   font-weight: bold; 
				}
A:LINK				{ color: rgb(61,102,162) /*BLUE*/; 
				   font-weight: bold; text-decoration: none; 
				}
A:VISITED 			{ color: rgb(61,102,162) /*BLUE*/; 
				   font-weight: bold; text-decoration: none; 
				}
A:HOVER				{ color: rgb(61,102,162) /*BLUE*/; 
				   font-weight: bold; text-decoration: underline; 
				}


/*________________________________DEFAULT TOP SCREEN STYLE */

TD.TOP				{ font-family: Verdana, Arial;	
				   font-size:9pt;
				   background: rgb(255,255,255) /*WHITE*/;
				   color: rgb(4,22,54) /*L-BLUE*/;
                      		   font-weight: normal;
				   line-height:120%;
				   margin: 1em 1em 1em 1em;
				}



/*_______________________________ FIXED HEADER ABOVE EACH PAGE */

A.USER				{ font-size:10pt; font-family: Verdana, Arial; 
				   color: rgb(0,0,0) /*BLACK*/; 
				   font-weight: normal; 
				}
A.USER:LINK 			{ font-size:10pt; font-family: Verdana, Arial; 
				   color: rgb(0,0,0) /*BLACK*/; 
				   font-weight: normal; text-decoration: none; 
				}
A.USER:VISITED 			{ font-size:10pt; font-family: Verdana, Arial; 
				   color: rgb(0,0,0) /*BLACK*/; 
				   font-weight: normal; text-decoration: none; 
				}

A.USER:HOVER 			{ font-size:10pt; font-family: Verdana, Arial; 
				   color: rgb(0,0,0) /*BLACK*/; 
				   font-weight: normal; text-decoration: underline; 
				}

LOGO				{  }

A.BREADCRUMP			{ font-size:100%; 
				   color: rgb(4,22,54) /*L-BLUE*/;
			  	   font-weight: normal; 
				}
A.BREADCRUMP:LINK		{ font-size:100%; 
				   color: rgb(4,22,54) /*L-BLUE*/; 
			 	   font-weight: normal; text-decoration: none; 
				}
A.BREADCRUMP:VISITED		{ font-size:100%; 
				   color: rgb(4,22,54) /*L-BLUE*/;
				   font-weight: normal; text-decoration: none; 
				}
A.BREADCRUMP:HOVER		{ font-size:100%; 
				   color: rgb(4,22,54) /*L-BLUE*/;
				   font-weight: normal; text-decoration: underline;
				}
SPAN.BREADCRUMP			{ font-size:100%; 
			 	   color: rgb(4,22,54) /*L-BLUE*/;
				   font-weight: normal; 
				}

SPAN.BREADCRUMP_SEPARATOR	{ font-size:100%; }
.TOPMENU			{  font-size:8pt;
				   color: rgb(4,22,54) /*L-BLUE*/; 
				   font-weight: normal; 
				}
A.TOPMENU			{  font-size:8pt;
				   color: rgb(4,22,54) /*L-BLUE*/; 
				   font-weight: normal; 
				}
A.TOPMENU:LINK			{ font-size:8pt; 
				   color: rgb(4,22,54) /*L-BLUE*/;
				   font-weight: normal; text-decoration: none; 
				}
A.TOPMENU:VISITED		{ font-size:8pt; 
				   color: rgb(4,22,54) /*L-BLUE*/; 
				   font-weight: normal; text-decoration: none; 
				}
A.TOPMENU:HOVER			{ font-size:8pt; 
				   color: rgb(4,22,54) /*L-BLUE*/; 
				   font-weight: normal; text-decoration: underline; 
				}
SPAN.TOPMENU_SEPARATOR		{ font-size:9pt; 
				   color: rgb(0,0,0) /*BLACK*/; 
				   font-weight: normal; 
				}


/*________________________________ STYLE USED IN FORMS
formhead left, -middle en -right beschrijven de 3 koppen boven een formulier.*/

TABLE.FORMBODY			{ background: rgb(248,248,255)  /*GHOSTWHITE*/;	
				}
TD.FORMHEAD_LEFT1		{ color: rgb(4,22,54) /*L-BLUE*/; 
				   font-weight: bold; 
				}
TD.FORMHEAD_LEFT2		{ color: rgb(4,22,54) /*L-BLUE*/; 
				   font-weight: bold; 
				}
TD.FORMHEAD_MIDDLE1		{ color: rgb(61,102,162) /*BLUE*/; 
				   font-weight: bold; 
				}
TD.FORMHEAD_MIDDLE2		{ color: rgb(61,102,162) /*BLUE*/; 
				   font-weight: bold; 
				}
A.FORMHEAD_RIGHT		{ color: rgb(4,22,54) /*L-BLUE*/;
				   font-weight: bold; 
				}
A.FORMHEAD_RIGHT:LINK		{ color: rgb(4,22,54) /*L-BLUE*/;
				   font-weight: bold; text-decoration: none; 
				}
A.FORMHEAD_RIGHT:VISITED 	{ color: rgb(4,22,54) /*L-BLUE*/;
				   font-weight: bold; text-decoration: none; 
				}
A.FORMHEAD_RIGHT:HOVER		{ color: rgb(4,22,54) /*L-BLUE*/;
 				  font-weight: bold; text-decoration: underline; 
				}
TD.FORMHEAD_RIGHT_SEPARATOR	{ color: rgb(153,153,153) /*GRAY*/;
				   font-weight: bold; 
				}

/* _______________________________STYLE USED IN FORM DATAFIELDS */

TD.FIELDNAME			{ color: rgb(0,0,0) /*BLACK*/; 
				}
.FIELDCONTENT			{ font-family: Verdana, Arial;	
				   font-size:8pt;
				   color: rgb(0,0,0) /*BLACK*/;
				   background: rgb(255,255,255)  /*WHITE*/;	 
				}
.FIELDNUMBER   			{ font-family: Verdana, Arial;
				   font-size:8pt;
				   text-align : right; 
				   color: rgb(0,0,0) /*BLACK*/;
        			   background: rgb(255,255,255)  /*WHITE*/;  
				}
.FIELDWARNING			{ font-family: Verdana, Arial;
				   font-size:12pt;
				   color: rgb(255,0,0) /*ERRORL-BLUE*/; 
				   font-weight: bolder ;
			  	   background: rgb(255,255,255)  /*WHITE*/;	 
				}
.FIELDNAME			{ font-family: Verdana, Arial;	
				   font-size:8pt;
				   color: rgb(0,0,0) /*BLACK*/;
				   background: rgb(255,255,255)  /*WHITE*/;	 
				}
TD.FIELDNAME_ALT		{ font-family: Verdana, Arial;	
				   font-size:8pt;
				   color: rgb(0,0,0) /*WHITE*/;
				   background: rgb(232,232,232)  /*L-GRAY*/;	 
				}

.FIELDNAME_ALT			{ font-family: Verdana, Arial;	
				   font-size:8pt;
				   color: rgb(4,22,54) /*L-BLUE*/;
				   background: rgb(232,232,232)  /*L-BROWN*/;	 
				}
TD.ALTERNAME_ALT		{ font-family: Verdana, Arial;	
				   font-size:8pt;
				   color: rgb(4,22,54) /*L-BLUE*/;
				   background: rgb(194,254,194)  /*GREEN*/;	 
				}

.ALTERNAME_ALT			{ font-family: Verdana, Arial;	
				   font-size:8pt;
				   color: rgb(4,22,54) /*L-BLUE*/;
				   background: rgb(194,254,194)  /*GREEN*/;	 
				}
.ALTERNUMBER   			{ font-family: Verdana, Arial;
				   font-size:8pt;
				   text-align : right; 
				   color: rgb(0,0,0) /*BLACK*/;
        			   background: rgb(194,254,194)  /*GREEN*/;
				}  

/*_______________________________ HORIZONTAL SCEEN SEPARATORS USED IN FORMS */
			
TD.HOR_SEPARATOR_TOP		{ color: rgb(4,22,54) /*L-BLUE*/; 
				   background-color: rgb(0,0,0) /*HAPPY*/;
				}

TD.HOR_SEPARATOR_MIDDLE	{ color: rgb(4,22,54) /*L-BLUE*/; 
				   background-color: rgb(4,22,54) /*L-BLUE*/; 
				}
TD.HOR_SEPARATOR_BOTTOM	{ color: rgb(153,153,153) /*GRAY*/; 
				   background-color: rgb(153,153,153) /*GRAY*/; 
				}

/*_______________________________________ STYLES USED IN BASIC TABLES
In 'basictable' a backgroundcolor is declared'. Backgroundcolors are also declared in the rows; 
the fact that a small distance exists between the rows and colums, enables the table-background 
to be visible over their; doing so we create the seperatorlines in the table. 
For no seperators: make tablebackground and rowbackgrounds the same color.   */


TABLE.BASICTABLE	   	{ background: rgb(153,153,153) /*GRAY*/; 
				}
SPAN.BASICTABLE_HEAD   		{ color: rgb(0,0,0)  /*BLACK*/; 
				}
TR.BASICTABLE_HEAD 		{ color: rgb(0,0,0) /*BLACK*/ ;
				  background: rgb(232,232,232) /*L-GRAY*/;
				}
TR.BASICTABLE_ROW  		{ color: rgb(0,0,0) /*BLACK*/;      
				  background: rgb(255,255,255) /*WHITE*/;  }
TD.BASICTABLE_HEAD 		{ color: rgb(255,255,255) /*WHITE*/ ;  
				  background: rgb(232,232,232) /*L-GRAY*/;  
				}
TD.BASICTABLE_ROW  		{ color: rgb(0,0,0) /*BLACK*/;    
				  background: rgb(255,255,255) /*WHITE*/;  
				}
A.BASICTABLE			{ color: rgb(0,0,0) /*BLACK*/;     
				  font-weight: bold; 
				}
A.BASICTABLE:LINK		{ color: rgb(0,0,0) /*BLACK*/;   
				  font-weight: bold;   text-decoration: none; 
				}
A.BASICTABLE:VISITED		{ color: rgb(0,0,0) /*BLACK*/;      
				  font-weight: bold;   text-decoration: none; 
				}
A.BASICTABLE:HOVER		{ color: rgb(0,0,0) /*BLACK*/;     
				  font-weight: bold;   text-decoration: underline; 
				}
A.BASICTABLEHIDDEN		{ color: rgb(255,255,255) /*WHITE*/;   
				  font-weight: bold; 
				}
A.BASICTABLEHIDDEN:LINK		{ color: rgb(255,255,255) /*WHITE*/;   
				  font-weight: bold;   text-decoration: none; 
				}
A.BASICTABLEHIDDEN:VISITED	{ color: rgb(255,255,255) /*WHITE*/;   
				  font-weight: bold; text-decoration: none; 
				}
A.BASICTABLEHIDDEN:HOVER	{ color: rgb(0,0,0) /*BLACK*/;   
				  font-weight: bold;   text-decoration: none; 
				}
A.BASICTABLE_URL		{ color: rgb(0,0,0) /*BLACK*/;     
				  background: rgb(255,255,255) /*WHITE*/;  
				  font-weight: normal; 
				}
A.BASICTABLE_URL:LINK		{ color: rgb(0,0,0) /*BLACK*/;   
				  background: rgb(255,255,255) /*WHITE*/;  
				  font-weight: normal;   text-decoration: none; 
				}
A.BASICTABLE_URL:VISITED	{ color: rgb(0,0,0) /*BLACK*/;      
				  background: rgb(255,255,255) /*WHITE*/;  
				  font-weight: normal;   text-decoration: none; 
				}
A.BASICTABLE_URL:HOVER		{ color: rgb(0,0,0) /*BLACK*/; 
				  background: rgb(232,232,232) /*L-GRAY*/;   
				  font-weight: normal;   text-decoration: underline; 
				}
A.BASICTABLE_URL_L-BLUE		{ color: rgb(4,22,54) /*BLACK*/;     
				  background: rgb(255,255,255) /*WHITE*/;  
				  font-weight: normal; 
				}
A.BASICTABLE_URL_L-BLUE:LINK		{ color: rgb(4,22,54) /*BLACK*/;   
				  background: rgb(255,255,255) /*WHITE*/;  
				  font-weight: normal;   text-decoration: none; 
				}
A.BASICTABLE_URL_L-BLUE:VISITED	{ color: rgb(4,22,54) /*BLACK*/;      
				  background: rgb(255,255,255) /*WHITE*/;  
				  font-weight: normal;   text-decoration: none; 
				}
A.BASICTABLE_URL_L-BLUE:HOVER		{ color: rgb(0,0,0) /*BLACK*/; 
				  background: rgb(232,232,232) /*L-GRAY*/;   
				  font-weight: normal;   text-decoration: underline; 
				}
	

/*_______________________________________ STYLES USED IN ALTER TABLES
In 'altertable' a backgroundcolor is declared'. Backgroundcolors are also declared in the rows; 
the fact that a small distance exists between the rows and colums, enables the table-background 
to be visible over their; doing so we create the seperatorlines in the table. 
For no seperators: make tablebackground and rowbackgrounds the same color.   */


TABLE.ALTERTABLE	   	{ background: rgb(153,153,153) /*GRAY*/; 
				}
SPAN.ALTERTABLE_HEAD   		{ color: rgb(4,22,54)  /*L-BLUE*/; 
				}
TR.ALTERTABLE_HEAD 		{ color: rgb(4,22,54) /*L-BLUE*/ ;  
				  background: rgb(194,254,194) /*GREEN*/;
				}
TR.ALTERTABLE_ROW  		{ color: rgb(0,0,0) /*BLACK*/;   
				  background: rgb(255,255,255) /*WHITE*/;  }
TD.ALTERTABLE_HEAD 		{ color: rgb(255,255,255) /*WHITE*/ ;  
				  background: rgb(194,254,194) /*GREEN*/;
                                }
 
TD.ALTERTABLE_ROW  		{ color: rgb(0,0,0) /*BLACK*/;    
				  background: rgb(255,255,255) /*WHITE*/;  
				}
A.ALTERTABLE			{ color: rgb(0,0,0) /*BLACK*/;     
				  font-weight: bold; 
				}
A.ALTERTABLE:LINK		{ color: rgb(0,0,0) /*BLACK*/;   
				  font-weight: bold;   text-decoration: none; 
				}
A.ALTERTABLE:VISITED		{ color: rgb(0,0,0) /*BLACK*/;      
				  font-weight: bold;   text-decoration: none; 
				}
A.ALTERTABLE:HOVER		{ color: rgb(0,0,0) /*BLACK*/;     
				  font-weight: bold;   text-decoration: underline; 
				}
A.ALTERTABLEHIDDEN		{ color: rgb(255,255,255) /*WHITE*/;   
				  font-weight: bold; 
				}
A.ALTERTABLEHIDDEN:LINK		{ color: rgb(255,255,255) /*WHITE*/;   
				  font-weight: bold;   text-decoration: none; 
				}
A.ALTERTABLEHIDDEN:VISITED	{ color: rgb(255,255,255) /*WHITE*/;   
				  font-weight: bold; text-decoration: none; 
				}
A.ALTERTABLEHIDDEN:HOVER	{ color: rgb(0,0,0) /*BLACK*/;   
				  font-weight: bold;   text-decoration: none; 
				}
A.ALTERTABLE_URL		{ color: rgb(0,0,0) /*BLACK*/;     
				  background: rgb(255,255,255) /*WHITE*/;  
				  font-weight: normal; 
				}
A.ALTERTABLE_URL:LINK		{ color: rgb(0,0,0) /*BLACK*/;   
				  background: rgb(255,255,255) /*WHITE*/;  
				  font-weight: normal;   text-decoration: none; 
				}
A.ALTERTABLE_URL:VISITED	{ color: rgb(0,0,0) /*BLACK*/;      
				  background: rgb(255,255,255) /*WHITE*/;  
				  font-weight: normal;   text-decoration: none; 
				}
A.ALTERTABLE_URL:HOVER		{ color: rgb(0,0,0) /*BLACK*/;  
				  background: rgb(194,254,194) /*GREEN*/;   
				 font-weight: normal;   text-decoration: underline; 
				}
A.ALTERTABLE_NOURL		{ color: rgb(0,0,0) /*BLACK*/;     
				  background: rgb(255,255,255) /*WHITE*/;  
				  font-weight: normal; 
				}
A.ALTERTABLE_NOURL:LINK		{ color: rgb(0,0,0) /*BLACK*/;   
				  background: rgb(255,255,255) /*WHITE*/;  
				  font-weight: normal;   text-decoration: none; 
				}
A.ALTERTABLE_NOURL:VISITED	{ color: rgb(0,0,0) /*BLACK*/;      
				  background: rgb(255,255,255) /*WHITE*/;  
				  font-weight: normal;   text-decoration: none; 
				}
A.ALTERTABLE_NOURL:HOVER		{ color: rgb(0,0,0) /*BLACK*/;  
				  background: rgb(255,255,255) /*WHITE*/;   
				 font-weight: normal;   text-decoration: none; 
				}
TD.TABLE_SUBMENU		{ font-size:100%;   
				  color: rgb(0,0,0) /*BLACK*/;    
				  font-weight: bold; text-decoration: none; 
				}

/*_______________________________________ MISCELANEOUS */

TD.DOT				{ font-size:100%;
				  color: rgb(61,102,162) /*BLUE*/;
                                }

TD.COPYRIGHT			{ font-size:95%; 
				   color: rgb(153,153,153) /*GRAY*/; 
				}

A.COPYRIGHT			{ font-size:85%; 
				   color: rgb(153,153,153) /*GRAY*/; 
				}
A.COPYRIGHT:LINK			{ font-size:85%; 
				   color: rgb(153,153,153) /*GRAY*/; 
				   text-decoration: none; 
				}
A.COPYRIGHT:VISITED		{ font-size:85%; 
				   color: rgb(153,153,153) /*GRAY*/; 
				   text-decoration: none; }
A.COPYRIGHT:HOVER		{ font-size:85%; 
				   color: rgb(153,153,153) /*GRAY*/; 
				   text-decoration: none;
				}


A.MAIL				{ font-size:100%; 
				   color: rgb(0,0,0) /*BLACK*/;
				   font-weight: normal; text-decoration: none; 
				}
A.MAIL:LINK			{ font-size:100%; 
				   color: rgb(0,0,0) /*BLACK*/; 
				   font-weight: normal; text-decoration: none; 
				}
A.MAIL:VISITED		 	{ font-size:100%; 
				   color: rgb(0,0,0) /*BLACK*/; 
				   font-weight: normal; text-decoration: none;
				}
A.MAIL:HOVER	 		{ font-size:100%; 
				   color: rgb(0,0,0) /*BLACK*/; 
				   font-weight: normal; text-decoration: underline; 
				}


A.HIDDENDOT			{ font-size:100%; 
				   color: rgb(153,153,153) /*GRAY*/; 
				   text-decoration: none; 
				   cursor: text;
				}
A.HIDDENDOT:LINK		{ font-size:100%; 
				   color: rgb(153,153,153) /*GRAY*/; 
				   text-decoration: none;
				   cursor: text;
				}
A.HIDDENDOT:VISITED		{ font-size:100%; 
				   color: rgb(153,153,153) /*GRAY*/; 
				   text-decoration: none;
				   cursor:text;
				}
A.HIDDENDOT:HOVER		{ font-size:100%; 
				   color: rgb(153,153,153) /*GRAY*/; 
				   text-decoration: none;
				   cursor: text;
				}
TABLE.FIELDSTABLE		{ font-size:100%; 
				   color: rgb(4,22,54)	   /*L-BLUE*/;
				   background: rgb(232,232,232) /*L-GRAY*/;    
				   cursor: text;
				}

TABLE.FIELDSALTER		{ font-size:100%; 
				   color: rgb(255,255,255) /*WHITE*/;
				   background: rgb(194,254,194) /*GREEN*/;    
				   cursor: text;
				}
