/*******************************************************************
 * 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, 
#masthead, #masthead *,
 #footer *, .sideBox h1, .topOfPage, legend
{ /* Text Color: */  color: #4080ff; }

#footer, h1, q,  #masthead, .sideBox, .sideBox div
{ /* Border Color: */  border-color: #0080ff; }

#masthead, .sideBox h1, .sideBox a:hover, .sideBox .thisPage,
#menu li:hover, #menu ul a:hover
{ /* Background Color (darker): */  background-color: #e8f0ff; }

q, .sideBox span
{ /* Background Color (lighter): */  background-color: #fafcff; }


/* ###### Special Colors ###### */

#menu a {
  color: #000;
}

#bodyText a {
  color: #4080ff;
  border-bottom-color: #4080ff;
}

#footer {
  background-color: #f2f6ff;
}

table#card-list  {
  border-color: black;
}

#card-list th {
  background-color: #ddd;
}

#card-list th#groupheader {
  background-color: yellow;
}

#card-list a {
  color: #0050ff;
}

/* card comments */

div#set-comments li {
  border-color: black;
  background-color: #eeeeee;
}

#addcomment fieldset {
  border-color: #aaaaaa;
  background-color: #eeeeee;
}

#comment_name:focus, #comment_msg:focus {
  background-color: yellow;
}

/* menu */

div#menu li {
  color: black;
}

/* search */

div#search-box input:focus {
  background-color: yellow;
}
