
/* Scrollbar Color and HR */

body               
{ 
scrollbar-base-color: #E8F4F4
}


/* Font Properties */

body             
{
font-family: Verdana, Tahoma; 
font-size: 10px; 
color: #D8DBDF
}

table            
{
font-family: Verdana, Tahoma; 
font-size: 10px; 
color: #D8DBDF
}

td               
{
font-family: Verdana, Tahoma; 
font-size: 10px; 
color: #D8DBDF
}

.smalltext       
{ 
font-family: Verdana; 
font-size : 10px; 
color: #383B3F
}

.mediumtext      
{ 
font-family: Verdana; 
font-size : 11px; 
color: #383B3F
}

.largetext       
{ 
font-family: Verdana; 
font-size : 13px; 
color: #383B3F
}

.catrowtext      
{ 
font-family: Verdana; 
font-size : 12px; 
color: #726363; 
font-weight: bold 
}

.toprowtext      
{ 
font-family: Verdana; 
font-size : 9px; 
color: #FFFFFF; 
font-weight: bold 
}


/* Cell Properties */


TD.row1	        
{ 
background-color: #F7EEEE;
font-family: Verdana; 
font-size : 13px; 
color: #494957
}     
     
TD.row2	        
{ 
background-color: #FBF4F4;
font-family: Verdana; 
font-size : 12px; 
color: #494957
}

td.toprow
{
font-family: Verdana; 
font-size : 9px; 
color: #FFFFFF; 
background-image: url(templates/kerMetz/images/kerMetz_gradient_blue.gif);
background-repeat: repeat-y;
} 

td.catrow           
{ 
font-family: Verdana; 
font-size : 12px; 
color: #726363; 
font-weight: bold;
background-image: url(templates/kerMetz/images/kerMetz_gradient_grey.gif);
background-repeat: repeat-y;
}

TD.tableborder	  
{ 
background-color: #EFA4A3
}

/* Link Properties */


a                         { text-decoration: underline; font-size: 11px; color: #B8BBBF; font-family: Verdana }  
a:link                    { text-decoration: underline; font-size: 11px; color: #B8BBBF; font-family: Verdana }
a:visited                 { text-decoration: underline; font-size: 11px; color: #B8BBBF; font-family: Verdana }
a:active                  { text-decoration: underline; font-size: 11px; color: #B8BBBF; font-family: Verdana }
a:hover                   { text-decoration: none; font-size: 11px; color: #B8BBBF; font-family: Verdana } 

/* Form elements */

input, textarea, select 
{
color : #000000;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 10px;
}