/*******************************************************************
 * 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
     2. Border Color
     3. Background Color (darker)
     4. Background Color (lighter)
   
   To change the above colors, just edit their respective values below.
------------------------------------------------------------------------ */


/* ###### General Color Scheme ###### */

h1, h2, h3, q, #header div, #header div *, #footer *, .headerTitle, .topOfPage
{ /* Text Color: */  color: #036; }
 .sideBox div, .rbcontent div { color: #063; }
h1, q
{ /* Border Color: */  border-color: #036; }
#header { border-color: #69C; }
.sideBox, .sideBox div, .rbcontent div { border-color: #063; }
.sideBox div, .sideBox a:hover, .rbcontent .thisPage, .rbcontent div
{ /* Background Color (darker): */  background-color: #e8fff0; }

#header
{ background-color: #036;}
.rbcontent a:hover
{ /* Background Color (darker): */  background-color: #e8fff0; }



q, .sideBox a, .sideBox span
{ /* Background Color (lighter): */ background-color: #fafffc; 
    
 }

table tr.s {
	background-color: #fafcff;
	}
table tr.t {
	background-color: #e8f0ff;
	}
/* ###### Special Colors ###### */

table th {
	color: #036; }

acronym {
  color: blue;
  border-bottom-color: blue;
}

#bodyText a {
  color: #036;
  border-bottom-color: #036;
}

#footer {
  background-color: #f2f6ff;
}

#wrapper {
  background: #FFF url(bodygradient.jpg) repeat-x 0 0;
}

.rbcontent {  background-color: #fafffc; }

#header {
  background: #69C url(header.gif) no-repeat 1.5em 0;
}
