/* Default.css style sheet 


version 100707

font of this sheet = Verdana 10 normal

used colors
	rgb(255,255,255) 	WHITE
	rgb(194,254,194) 	GREEN
	rgb(180,0,0)		RED
	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;
}

.TOPMENU
{
font-size:9pt;
color: rgb(180,0,0) /*RED*/; 
font-weight: normal; 
}

A.TOPMENU
{
font-size:9pt;
color: rgb(180,0,0) /*RED*/; 
font-weight: normal; 
}

A.TOPMENU:LINK
{
font-size:9pt; 
color: rgb(180,0,0) /*RED*/;
font-weight: normal; 
text-decoration: none; 
}

A.TOPMENU:VISITED
{
font-size:9pt; 
color: rgb(180,0,0) /*RED*/; 
font-weight: normal; 
text-decoration: none; 
}

A.TOPMENU:HOVER
{
font-size:9pt; 
color: rgb(180,0,0) /*RED*/; 
font-weight: normal; text-decoration: underline; 
}

.TOPMENU_SEPARATOR
{
font-size:9pt; 
color: rgb(0,0,0) /*BLACK*/; 
font-weight: normal; 
}

/* 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) /*ERRORRED*/; 
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(180,0,0) /*RED*/;
background: rgb(194,254,194)  /*GREEN*/;	 
}

.FIELDNAME_ALT
{
font-family: Verdana, Arial;	
font-size:8pt;
color: rgb(180,0,0) /*RED*/;
background: rgb(194,254,194)  /*GREEN*/;	 
}

/* HORIZONTAL SCEEN SEPARATORS USED IN FORMS */
			
TD.HOR_SEPARATOR_TOP
{
color: rgb(180,0,0) /*RED*/; 
background-color: rgb(204,0,0) /*HAPPY*/;
}

TD.HOR_SEPARATOR_MIDDLE
{
color: rgb(180,0,0) /*RED*/; 
background-color: rgb(180,0,0) /*RED*/; 
}

TD.HOR_SEPARATOR_BOTTOM
{color: rgb(153,153,153) /*GRAY*/; 
background-color: rgb(153,153,153) /*GRAY*/; 
}
	

/* STYLES USED IN TABLES WHERE THE USER IS LOGGED ON
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(180,0,0)  /*RED*/; 
}

A.ALTERTABLE_HEAD
{
color: rgb(180,0,0) /*RED*/;     
background: rgb(194,254,194) /*GREEN*/;
font-weight: bold; 
}

A.ALTERTABLE_HEAD:LINK
{
color: rgb(180,0,0) /*RED*/;   
background: rgb(194,254,194) /*GREEN*/;
font-weight: bold;
text-decoration: none; 
}

A.ALTERTABLE_HEAD:VISITED
{
color: rgb(180,0,0) /*RED*/;      
background: rgb(194,254,194) /*GREEN*/;
font-weight:  bold;
text-decoration: none; 
}

A.ALTERTABLE_HEAD:HOVER
{
color: rgb(180,0,0) /*RED*/;  
background: rgb(194,254,194) /*GREEN*/;
font-weight: bold;
text-decoration: underline; 
}
				
TR.ALTERTABLE_HEAD
{
color: rgb(180,0,0) /*RED*/ ;  
background: rgb(194,254,194) /*GREEN*/;
}

TD.ALTERTABLE_HEAD
{
color: rgb(255,255,255) /*WHITE*/ ;  
background: rgb(194,254,194) /*GREEN*/;
}

TR.ALTERTABLE_ROW
{color: rgb(0,0,0) /*BLACK*/;
background: rgb(255,255,255) /*WHITE*/;
}
 
TD.ALTERTABLE_ROW{ color: rgb(0,0,0) /*BLACK*/;    
background: rgb(255,255,255) /*WHITE*/;  
}

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; 
}

/*_______________________________________ MISCELANEOUS */

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(180,0,0)	   /*RED*/;
background: rgb(157,201,115) /*DARKGREEN*/;    
cursor: text;
}

TABLE.FIELDSTABLE_ALT
{
font-size:100%; 
color: rgb(255,255,255) /*WHITE*/;
background: rgb(194,254,194) /*GREEN*/;    
cursor: text;
}
