/***************************************************************
 * TITLE: Common Stylesheet for Blue Haze                      * 
 * URI  : http://www.oswd.org/design/xxx/bluehaze/bluehaze.css *
 * MODIF: 2003-01-05 1608 +0800                                *
 ***************************************************************/


/* ###### Browser-specific Styles ###### */

/* For IE & Mozilla-based browsers: */

.LHS {
  margin-left: 2.5mm;
  float: left;
  clear: left;
}

.RHS {
  margin-right: 2.5mm;
  float: right;
  clear: right;
}

/* For Mozilla-based (CSS2-fully complaint) browsers only: */

[class~="LHS"] {
  margin-left: 5mm;
}

[class~="RHS"] {
  margin-right: 5mm;
}


/* ###### Body Text ###### */

body {
  background-color: white;
  color: black;
  font-family: verdana, tahoma, helvetica, arial, sans-serif;
  font-size: 95%;
  margin: 0;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

h1, h2, h3 {
  font-family: "trebuchet ms", tahoma, sans-serif;
}

h1 {
  font-weight: bold;
  font-size: 150%;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding-bottom: 0.5ex;
}

img {
  border: none;
}

q {
  font-family: tahoma, verdana, helvetica, arial, sans-serif;
  font-weight: bold;
  border-style: dotted;
  border-width: 2px;
  margin: 0 1em 1ex 1em;
  padding: 0.5ex 0.5ex 0.5ex 1ex;
	text-align: left;
	display: block;
}

acronym {
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  cursor: help;
}

code .title
{
	font-weight: bold;
	font-size: 120%;
	display: block;
	margin-bottom: 1em;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

code {
	font-family: helvetica, monospace;
  border-style: dotted;
  border-width: 2px;
	line-height: 150%;
  margin: 0 1em 1ex 1em;
  padding: 0.5ex 0.5ex 0.5ex 1ex;
	white-space: pre;
  font-size: 90%;
	text-align: left;
	display: block;
}

dt {
  font-weight: bold;
}

dd {
  padding-bottom: 1.5em;
}

#bodyText {
  text-align: justify;
  line-height: 1.5em;
  margin: 10mm 5mm 0 14em;
  padding: 0 1em 1ex 1em;
}

#bodyText p {
  padding-bottom: 2ex;
}

#bodyText .topOfPage {
  font-size: 90%;
  font-weight: bold;
  font-variant: small-caps;
  text-decoration: none;
  border: none;
  padding-left: 1ex;
  padding-right: 1ex;
  float: right;
}

.smallCaps {
  font-variant: small-caps;
}


/* ###### Header ###### */

#header {
  border-bottom-style: solid;
  border-bottom-width: 2px;
  height: 7.5em;
  margin-bottom: 5mm;
  padding: 0 2.5mm 0 5mm;
  background-repeat: no-repeat;
}

.headerTitle {
  font-size: 300%;
  font-weight: bold;
  line-height: 2em;
}

.menuBar {
	margin-left: 2em;
	clear: both;
  float: left;
}

.locBar {
  float: right;
}

.menuBar *, .locBar * {
  text-decoration: none;
  font-weight: bold;
  padding-right: 1ex;
}

.menuBar a:hover, .locBar a:hover {
  text-decoration: underline;
}


/* ###### Side Box ###### */

.sideBox {
  border-style: solid none solid none;
  border-width: 2px 0 2px 0;
  width: 11em;
  margin-top: 5mm;
	margin-bottom: 1em;
}

.sideBox div {
  font-weight: bold;
	border-bottom-style: solid;
  border-bottom-width: 2px;
  padding: 0.25em;
}

.sideBox span {
	padding: 5px;
}

.sideBox a {
	padding-left: 5px;
}

.sideBox a, .sideBox span {
  color: black;
  text-decoration: none;
	font-size: 1em;
  line-height: 1.25em;
  display: block;
	font-weight: bold;
}

.sideBox a:hover
{
	color: white;
}

.sideBox .thisPage {
  font-weight: bolder;
}


/* ###### Footer ###### */

#footer {
  padding-top: 0.75ex;
  padding-bottom: 0.75ex;
  clear: left;
}

#footer div {
  font-size: 85%;
  line-height: 1.25em;
  text-align: right;
  padding-right: 3mm;
}

#footer a:hover {
  text-decoration: none;
}

.footerLHS {
  float: left;
  clear: left;
  padding-left: 3mm;
}

/*******************************************************************
 * TITLE: Color Scheme Stylesheet for Blue Haze                    *
 * URI  : http://www.oswd.org/design/xxx/bluehaze/color-scheme.css *
 * MODIF: 2003-01-05 1608 +0800                                    *
 *******************************************************************/

/* ###### General Color Scheme ###### */

#header div, #header div *, #footer *, .headerTitle, .sideBox div, .topOfPage, .sidebox a:hover
{ /* Text Color: */  color: #FFF; }

h1, h2, h3, q, code .title
{
	color: #800;
}

h1, q,  #header, .sideBox, .sideBox div
{ /* Border Color: */  border-color: #300; }

#header, .sideBox div, .sideBox a:hover, .sideBox .thisPage
{ /* Background Color (darker): */  background-color: #B00; }

q, .sideBox a, .sideBox span
{ /* Background Color (lighter): */  background-color: #FEE; }

code
{
	background-color: #FEE;
	color: 
}

/* ###### Special Colors ###### */

acronym {
  color: #800;
  border-bottom-color: #800;
}

/*#bodyText a {
  color: #4080ff;
  border-bottom-color: #4080ff;
}*/

#footer {
  background-color: #800;
}

#bodyText a {
	color: #900;
	text-decoration: underline;
}

#bodyText a:visited {
	color: #600;
	text-decoration: none;
}

#bodyText a:hover {
  color: #B00;
	text-decoration: underline;
}

#bodyText a:active {
	color: #666;
	text-decoration: underline;
}

#bodyText q a {
	color: #D00;
	text-decoration: underline;
}

#bodyText q a:visited {
	color: #600;
	text-decoration: none;
}

#bodyText q a:hover {
  color: #B00;
	text-decoration: underline;
}

#bodyText q a:active {
	color: #666;
	text-decoration: underline;
}

.menuBar a:hover, .locBar a:hover
{
	color: #FDD;
}
