/***************************************************************
 * TITLE: Common Stylesheet for Blue Haze                      * 
 * URI  : http://www.oswd.org/design/xxx/bluehaze/bluehaze.css *
 * MODIF: 2003-01-05 1608 +0800                                *
 ***************************************************************/

/* Body Text */

body {
  background-color: white;
  color: black;
  font-family: verdana, tahoma, helvetica, arial, sans-serif;
  font-size: 95%;
  margin: 0px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  min-width: 700px;
}
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;
}
h2 {
  font-weight: bold;
  font-size: 120%;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding-bottom: 0.3ex;
}

img {
  border: none;
}
dt {
  font-weight: bold;
}
dd {
  padding-bottom: .4em;
}
ul, ol {
  margin-top: 0px;
}
table {
  border-spacing: 0px;
  border-collapse: collapse;
  border-width: 0px;
  padding: 0px;
}
th {
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #4080ff;
}
pre {
  margin-top: .4em;
}
form {
  margin: 0px;
}
a {
  text-decoration: underline;
}
a:hover {
  text-decoration: underline;
}

/* body text */

#bodyText {
  text-align: justify;
  margin: 10mm 5mm 0 5mm;
  padding: 0 1em 1ex 1em;
}
#bodyText p {
  padding-bottom: 1ex;
}
#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;
}
#bodyText .example {
  font-size: 90%;
  font-weight: bold;
  font-variant: small-caps;
  text-decoration: none;
  border: none;
  padding-left: 1ex;
  padding-right: 1ex;
  float: right;
}
#bodyText .script {
  border: 1px solid #000;
  background-color: #F3F3FF;
  padding: 8px 20px;
  margin: 0 0 1em 0;
  font-family: monospace;
}
#bodyText fieldset {
  border: 1px solid #9999CC;
  background-color: #F3F3FF;
  padding: 12px 20px;
  margin: 2em 0 1em 0;
  font-family: monospace;
}
#bodyText fieldset legend {
  font-family: verdana, tahoma, helvetica, arial, sans-serif;
  padding: 2px 8px;
}

/* Header */

#header {
  border-bottom-style: solid;
  border-bottom-width: 2px;
  height: 6em;
  margin-bottom: 5mm;
  padding: 0 2.5mm 0 5mm;
  background-image: url(../images/gradient.gif);
  background-position: top left;
  background-repeat: repeat-x;
}
.headerTitle {
  font-size: 300%;
  font-weight: bold;
  line-height: 1.5em;
  min-height: 50px;
}
.headerTitle a, .headerTitle a:hover {
  background-color: transparent;
  text-decoration: none;
}
.menuBar {
  width: 100%;
  float: left;
}
.menuBar * {
  text-decoration: none;
  font-weight: bold;
  padding-right: 1ex;
}
.menuBar a:hover {
  text-decoration: underline;
}

/* Side Box */

.sideBox {
  border-style: solid none solid none;
  border-width: 2px 0 2px 0;
  width: 11em;
  margin: 5mm 2.5em .5em 1em;
  float: right;
  clear: right;
}
.sideBox div {
  font-weight: bold;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  padding: 0.5ex 0.5em 0.5ex 0.75em;
}
.sideBox a, .sideBox a:hover, .sideBox span {
  color: black;
  text-decoration: none;
  display: block;
  padding: 0.5em 0.5em 0.5em 0.75em;
}

/* Footer */

#footer {
  padding-top: 0.75ex;
  padding-bottom: 0.75ex;
  clear: left;
}
#footer-right, #footer-left {
  font-size: 75%;
  line-height: 1.25em;
  text-align: right;
  padding-left: 3mm;
  padding-right: 3mm;
}
#footer-left {
  text-align: left;
  float: left;
  clear: left;
}

/* Buttons */

button {
  font-weight: bold;
  padding: 2px 12px 1px 12px;
  margin: 0px;
  cursor: pointer;
}
#button {
  border-style: inset;
  padding: 3px 11px 0px 13px;
}
#disabled {
  color: #999999;
}
#submit {
  font-weight: bold;
}
* html button {
  overflow: visible;
}

/* MinWidth */

.width {
  min-width: 700px;
  margin: 0 auto;
  text-align: left;
}
* html .container {
  margin-left: -700px;
  position: relative;
}
/*\*/
* html .container {
  height: 1px;
}
/*/
.width {
  display: inline-block;
}
/**/
* html .minwidth {
  padding-left: 700px;
}
/*\*/
* html .minwidth, * html .layout {
  height: 1px;
}
/**/

/* General Color Scheme */

h1, h2, h3, q, #header div, #header div *, #footer *, .headerTitle, .headerTitle a, .sideBox div, .topOfPage {
  color: #4080ff;
}
h1, q,  #header, .sideBox, .sideBox div {
  border-color: #0080ff;
}
#header, .sideBox div, .sideBox a:hover, .sideBox, button {
  background-color: #e8f0ff;
}
#button {
  background-color: #d8e0ef;
}
q, .sideBox a, .sideBox span {
  background-color: #fafcff;
}

/* Special Colors */

a {
  color: #4080ff;
}
a:hover {
  color: #000000;
  background-color: #e8f0ff;
}
.icon a:hover {
  background-color: transparent;
}
#footer {
  background-color: #f2f6ff;
}
input, select, option, textarea {
  background-color: #f2f6ff;
}

/* Other */

.message {
  font-style: italic;
  padding: 10px 16px;
  margin-right: 190px;
  background-color: #FFDDDD;
  border: 1px inset red;
}