/*
   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
   2007-07-12. some '#' definitions added to narrow
               main text box.
*/

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:           #005bb7;           
}
P           
{
   font-family:     Helvetica, Arial, sans-serif;
   color:           Navy;
}
TR.title
{
   background:      #dddddd;
}
TR.entry
{
   background:      #eeeeee;
}
TD,TH
{ 
   font-family:     Helvetica, Arial, sans-serif;
   color:           #005bb7;
}
TD.tiny
{
   font-family:     Helvetica, Arial, sans-serif;
   color:           #005bb7;
   font-size:       small;
}
TD.address
{
   font-family:     Helvetica, Arial, sans-serif;
   color:           #888888;
   font-size:       x-small;
}
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:       x-small;
   color:           #888888;
}
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;
}
KBD
{
   font-family:     Courier, serif;
   color:           Navy
   font-size:       medium;
}
#outerbox
{
   margin:          10pt;
   text-align:      left;
   min-width:       220px;
   max-width:       800px;
   width:           800px;
   background-color:white;
}
#textbox
{
   padding:         10pt;
   text-align:      justify;
   min-width:       200px;
   max-width:       600px;
   width:           600px;
   background-color:white;
}
#wtextbox
{
   padding:         10pt;
   text-align:      justify;
   min-width:       200px;
   max-width:       700px;
   width:           700px;
   background-color:white;
}
#hint
{
   font-size:       -1;
}

#thinframed 
{
    border-width:   thin;
    border-style:   solid;
    border-color:   #005bb7;
    padding:        1px;
}
#blackframe
{
    border-width:   thin;
    border-style:   solid;
    border-color:   #000000;
    padding:        1px;
}
/* 
EOF pb23-obs.css
*/
