/*
   Cascading Style Sheet;     for GeoForschungsZentrum Potsdam, 
                                  Section 2.3 

   with some tokens used in formulars, for web pages.
   quite simple and may be needing some improvement:

      * fonts to large (ok on netscape 4.78, quite huge on mozilla)

   2001-10-09. Martin Rother (rother@gfz-potsdam.de).
   2004-06-05. added some tokens used in formulars
*/

A:link    { color:#005bb7; text-decoration:underline; }
A:visited { color:#009900; text-decoration:none;      }
A:hover   { color:#ff0000; text-decoration:none;      }
A:active  { color:#990000; text-decoration:underline; }

BODY        
{ 
   font-family:     Helvetica, Arial, sans-serif;
   background:      white;
   color:           #000000;           
}
P           
{
   font-family:     Helvetica, Arial, sans-serif;
   color:           Navy;
}
TD,TH
{ 
   font-family:     Helvetica, Arial, sans-serif;
   color:           #000000;
}
TR.title
{
   background:      #dddddd;
}
TR.entry
{
   background:      #eeeeee;
}
TD.tiny
{
   font-family:     Helvetica, Arial, sans-serif;
   color:           #eeeeee;
   font-size:       0pt;
}
TD.address
{
   font-family:     Helvetica, Arial, sans-serif;
   color:           #000000;
   font-size:       x-small;
}
TH.wngitem
{
   font-family:     Helvetica, Arial, sans-serif;
   background:      #55bbee;
   color:           white;
   text-align:      left;
   border-width:    1;
   width:           20%
}
TH.wngthis
{
   font-family:     Helvetica, Arial, sans-serif;
   background:      #3399cc;
   color:           white;
   text-align:      center;
   border-width:    1;
   width:           20%
}
A.wngitem
{
   color:           white;
   text-decoration: none;
}
A.tiny
{
   text-decoration: none;
}
H1,H2,H3    
{ 
   font-family:     Helvetica, Arial, sans-serif;
   color:           #005bb7;
}
ADDRESS     
{ 
   font-family:     Helvetica, Arial, sans-serif;
   font-size:       0pt;
   color:           #ffffff;
}
INPUT
{  
   font-family:     Helvetica, Arial, sans-serif;
   color:           Navy;
   font-size:       medium;
}
SELECT
{
   font-family:     Helvetica, Arial, sans-serif;
   color:           Navy;
   font-size:       medium;
}   
IMG
{
   border:          0;
}
IMG.hideprn
{
   border:          0;
   width:           0;
   heigth:          0;
}
KBD
{
   font-family:     Courier, serif;
   color:           Navy
   font-size:       medium;
}
#thinframed 
{
    border-width:   thin;
    border-style:   solid;
    border-color:   #005bb7;
    padding:        1px;
}
/* 
   EOF pb23-prn.css
*/
