/*******************************************************************
 * TITLE: Color Scheme Stylesheet for Blue Haze                    *
 * URI  : http://www.oswd.org/design/xxx/bluehaze/color-scheme.css *
 * MODIF: 2003-01-05 1608 +0800                                    *
 *******************************************************************/


/* ------------------------------------------------------------------------
   Four basic colors are used to render Blue Haze. These are:
     1. Text Color                 red #e72918;
     2. Border Color
     3. Background Color (darker)  blue dark #31398c;
     4. Background Color (lighter) blue light #BDCEDE;
   
   To change the above colors, just edit their respective values below.
------------------------------------------------------------------------ */


/* ###### General Color Scheme ###### */

a, h1, h2, h3, q, .topOfPage, .bodyText a
{ /* Text Color:  */  color: #5daa00; } 

.sideBox div h1, .sideBox div h2
{ /* Text Color:  */  color: #5daa00; } 

.menu-0-no a:hover, .menu-1-no a:hover, .menu-2-no a:hover, 
.menu-0-act a, .menu-1-act a, .menu-2-act a, a:hover, .sideBox div h1:hover, .menu_main-act a, .menu_main-no a:hover
{ /* Text Color:  */  color: #ff0000; }

.menu_main-no a, .menuBar, .headerTitle
{ /* Text Color:  */  color: #ffffff; }


q,  #header, .sideBox
{ /* Border Color: */  border-color: #5daa00; }

.headerArea
{ /* Background Color (darker): */  background-color: #5daa00; }


#footer
{ /* Background Color (darker): */  background-color: #ff0000; }

.sideBox div h1, q, .sideBox span, .menu-0-no, .menu-1-no a, .menu-2-no a
{ /* Background Color (lighter): */  background-color: #ffffff;  }


/* ###### Special Colors ###### */
#footer * {
 color: #ffffff;
}

