/*******************************************************************
 * 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, .sideBox div, .topOfPage, .rbcontent div
{ /* Text Color: */  color: #630; }

h1, q,  #header, .sideBox, .sideBox div, .rbcontent div
{ /* Border Color: */  border-color: #630; }

#header, .sideBox div, .sideBox a:hover, .rbcontent .thisPage, .rbcontent div
{ /* Background Color (darker): */  background-color: #fff0e8; }

#header
{ background-color: #630;}
.rbcontent a:hover
{ /* Background Color (darker): */  background-color: #fff0e8; }



q, .sideBox a, .sideBox span
{ /* Background Color (lighter): */ background-color: #fffcfa; 
    
 }

table tr.s {
	background-color: #fffcfa;
	}
table tr.t {
	background-color: #fff0e8;
	}
/* ###### Special Colors ###### */

table th {
	color: #630; }

acronym {
  color: red;
  border-bottom-color: red;
}

#bodyText a {
  color: #630;
  border-bottom-color: #630;
}

#footer {
  background-color: #fff6f2;
}

#wrapper {
  background: #FFF;
}
