/*******************************************************************
 * 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, #adm_header div, #adm_header div *, #footer *, .headerTitle, .sideBox div, .topOfPage
{ /* Text Color: */  color: #4080ff; }

h1, q,  #adm_header, .sideBox, .sideBox div
{ /* Border Color: */  border-color: c; }

#adm_header, .sideBox div, .sideBox a:hover, .sideBox .thisPage
{ /* Background Color (darker): */  background-color: #e8f0ff; }

q, .sideBox a, .sideBox span
{ /* Background Color (lighter): */  background-color: #fafcff; }


/* ###### Special Colors ###### */

acronym {
  color: blue;
  border-bottom-color: blue;
}

#adm_body a {
  color: #4080ff;
  border-bottom-color: #4080ff;
}

#footer {
  background-color: #f2f6ff;
}

/* ############ TABLEs ############## */
.table1 { border-color: #4080ff; }
.table1 th {border-color:#0080ff}
.table1 td {background: #fff; border-color: #fff}
.table1 thead th { color:#fff;background: #4080ff }
.table1 tbody th {color:#0080ff;background: #e8f0ff;}
.table1 tbody th.sub {color:#000;background: #efefef }
.table1 tbody tr td {background: #f5f9ff;}


/* FORMS - f-wrap-1 - simple form, headings on left, form elements on right */

form.f-wrap-1 { background: #f6f6f6 ;border-top: #d7d7d7}



form.f-wrap-1 label {border-top: #fff}


form.f-wrap-1 label b .req {color:#0080ff;}

form.f-wrap-1 div.req {color:#666}

form.f-wrap-1 div.req b {color:#0080ff;}



form.f-wrap-1 label span.errormsg b {color:#B30800}

form.f-wrap-1 h3 {  color: #4080ff;}



.pujar {
	border: #0080ff;
	color:  #0080ff;
	background:#e8f0ff;
}
