﻿/*******************************************************************
 * 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, h4, q, #header div, #header div *, #footer *, .headerTitle, .sideBox div, .sideBoxcms div, .topOfPage
{ /* Text Color: */  color: #4080ff; }

h1, q,  #header, .sideBox, .sideBox div, .sideBoxcms, .sideBoxcms div

{ /* Border Color: */  border-color: #0080ff; }

#header, .sideBox div, .sideBoxcms div, .sideBox a:hover, .sideBoxcms a:hover, .sideBox, .sideBoxcms, .sideBoxcms, .thisPage
{ /* Background Color (darker): */  background-color: #e8f0ff; }

q, .sideBox a, .sideBox span, .sideBoxcms a, .sideBoxcms span

{ /* Background Color (lighter): */  background-color: #fafcff; }


/* ###### Special Colors ###### */

acronym {
  color: blue;
  border-bottom-color: blue;
}

#button a {
	text-decoration: none;
	border: none;
}

.button a:link {background-color: transparent; color: #ffffff; text-decoration: none; border: 1px #ffffff solid;}
.button a:active {background-color: transparent; color: #ffffff; text-decoration: none; border: 1px #ffffff solid;}
.button a:hover {background-color: transparent; color: #ffffff; text-decoration: none; border: 1px #ffffff solid;}
.button a:visited {background-color: transparent; color: #ffffff; text-decoration: none; border: 1px #ffffff solid;}

.calc {
	text-decoration: none;
	border: none;
}

#bodyText a {
	color: #4080ff;
	border-bottom-color: #4080ff;
}

#footer {
  background-color: #f2f6ff;
}

.redtext {
	color: #cc3300;
	font-weight: normal;
}

.formtext {
	background-color: white;
 	color: black;
 	font-family: verdana, tahoma, helvetica, arial, sans-serif;
 	font-size: 14px;
 	border:1px #4080ff solid;
}

.formtext1 {
	background-color: white;
 	color: black;
 	font-family: verdana, tahoma, helvetica, arial, sans-serif;
 	font-size: 14px;
}

.formtext1b {
	background-color: white;
 	color: black;
 	font-family: verdana, tahoma, helvetica, arial, sans-serif;
 	font-size: 14px;
 	text-align: center;
}

.formtext2 {
	background-color: white;
 	color: black;
 	font-family: verdana, tahoma, helvetica, arial, sans-serif;
 	font-size: 14px;
 	border:1px #4080ff solid;
}

.borderform {
	border-bottom: 1px #e8f0ff solid;
	border-right: 1px #e8f0ff solid;
	border-left: 1px #e8f0ff solid;
	font-family: verdana, tahoma, helvetica, arial, sans-serif;
 	font-size: 14px;
}

.borderrt {
	border-bottom: 1px #e8f0ff solid;
	border-right: 1px #e8f0ff solid;
}

.borderlt {
	border-bottom: 1px #e8f0ff solid;
}

.border {
	border: 1px #e8f0ff solid;
}

.formborder {
	font-family: verdana, tahoma, helvetica, arial, sans-serif;
 	font-size: 14px;
	border: 1px #4080ff solid;
}

.blue {
	background-color: white;
 	color: #4080ff;
}

.note {
	background-color: white;
	color: gray;
}

.blueheaderleft {
	background-color: #e8f0ff;
	color: #000000;
	border-right: 1px white solid;
	font-family: verdana, tahoma, helvetica, arial, sans-serif;
 	font-size: 14px;
	font-weight: normal;
}

.blueeditheader {
	background-color: #e8f0ff;
	color: #000000;
	border-bottom: 2px #4080ff solid;
	font-family: verdana, tahoma, helvetica, arial, sans-serif;
 	font-size: 14px;
	font-weight: normal;
}

.blueheaderright {
	background-color: #e8f0ff;
	color: #000000;
	border-left: 1px white solid;
	font-family: verdana, tahoma, helvetica, arial, sans-serif;
 	font-size: 14px;
	font-weight: normal;
}

.bluearea {
	background-color: #e8f0ff;
	color: #000000;
	font-family: verdana, tahoma, helvetica, arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	border: 1px #000000 solid;
}

.admintabledata {
	background-color: #FFFFFF;
	color: #000000;
	border-bottom: 1px #e8f0ff solid;
	font-family: verdana, tahoma, helvetica, arial, sans-serif;
 	font-size: 14px;
	font-weight: normal;
}


