/* main.css */
/* Used by all the main and FGDL GeoPlan website pages */
/* July 1999 */

/* --------------------------------------------------- */
/* COLORS FOR PAGES / TABLES: */
/* Used by most pages: */
body.main         {background-color: white; color: black;}
body.isabelle     {background-color: #99CCFF; color: black;}

/* Surrounding navigation bar: */

.navsearch    {background-color: #333399;}
.navsearchfgdl    {background-color: #006699;}
.navsearchnews	{background-color: #99CC66;}

.navtopbar    {background-color: #333399;}
.navtopbarfgdl    {background-color: #006699;}
.navtopbarnews	{background-color: #CC9933;}	

.navlowbar    {background-color: #99CCCC;}
.navlowbargreen    {background-color: #99CC66;}
.navlowbarfgdl    {background-color: #FFE4B0;}
.navlowbarnews	{background-color: #99CC66;}

.navsidebar   {background-color: #FFFBEC;}
.navsidebargreen   {background-color: #99CC66;}
.navsidebarfgdl   {background-color: #006699;}
.navsidebarnews	{background-color: #CC9933;}

.navsubtitles {background-color: #333399;}
.navsubtitlesfgdl {background-color: #0066CC;}
.navsubtitlesnews	{background-color: #99CC66;}

.navlinkbox   {background-color: #DDFFFF;}
.navlinkboxfgdl   {background-color: #FFFFFF;}
.navlinkboxnews	{background-color: #FFFBEC;}

/* Content body colors: */

.tabletop  {background-color: #FFCC66;}
.tabletop2  {background-color: #006699}
.tablesubtop  {background-color: #FFFFCC;}
.tablebody {background-color: #EEEEEE;}
.tablebodyfgdl {background-color: #FFFFCC;}
.tablebodyblue {background-color: #F7FFFF;}

/* --------------------------------------------------- */
/* TABLE FONT */
/* For regular table text: */
TD {color: #000000;
      font-size:10pt;
      font-family:arial, helvetica, sans-serif;}

/* --------------------------------------------------- */
/* FONT */
/* For regular text: */
FONT {color: #000000;
      font-size:10pt;
      font-family:arial, helvetica, sans-serif;}
      
/* For regular text, but bold: */
FONT.bold {color: #000000;
           font-size:10pt;
           font-weight:bold;
           font-family:arial, helvetica, sans-serif;}

/* For regular text, but bold and blue: */
FONT.blue {color: #0000FF;
           font-size:10pt;
           font-weight:bold;
           font-family:arial, helvetica, sans-serif;}

/* For regular text, but white: */
FONT.light {color: #FFFFFF;
            font-size:10pt;
            font-family:arial, helvetica, sans-serif;}

/* For regular text, but small: */
FONT.small {color: #000000;
      font-size:8pt;
      font-family:arial, helvetica, sans-serif;}

/* For preformatted: */
FONT.computer {color: #000000;
      font-size:10pt;
      font-family:courier, monaco, monospace;}
      
/* For Titles: */
FONT.title {color: #000000;
      font-size:12pt;
      font-weight:bold;
      font-family:arial, helvetica, sans-serif;}

/* For Big Titles: */
FONT.titlebig {color: #000000;
      font-size:18pt;
      font-weight:bold;
      font-family:arial, helvetica, sans-serif;}

/* For Titles, but not bold: */
FONT.big {color: #000000;
      font-size:12pt;
      font-family:arial, helvetica, sans-serif;}

/* For Titles, blue but not bold: */
FONT.bluebig {color: #0000FF;
      font-size:12pt;
      font-family:arial, helvetica, sans-serif;}

/* For Titles, but white: */
FONT.titlelight {color: #FFFFFF;
      font-size:12pt;
      font-weight:bold;
      font-family:arial, helvetica, sans-serif;}
      
/* For Subtitles, big but not bold: */
FONT.subtitle {color: #000000;
      font-size:12pt;
      font-family:arial, helvetica, sans-serif;}


/* --------------------------------------------------- */
/* LISTS */
LI {list-style-type:disc;}


/* --------------------------------------------------- */
/* EOF */

