/***************************************************************
 * 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;
  height: 100%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  position: relative;
}

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;
  width: 9em;
  float: left;
}

acronym {
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  cursor: help;
}

code {
  font-family: "lucida console", monospace;
  font-size: 90%;
}

dt {
  font-weight: bold;
}

dd {
  padding-bottom: 1.5em;
}

#bodyText {
  text-align: justify;
  line-height: 1.5em;
  margin: 5mm 5mm 0 1mm;
  padding: 0 1em 1ex 1em;
}

#bodyText p {
  padding-bottom: 2ex;
}

#bodyText a {
  text-decoration: none;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

#bodyText a:hover {
  border-bottom: none;
}

#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 {
  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;
}

.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;
  line-height: 1.25em;
  display: block;
  padding: 1.25ex 0.5em 1.25ex 0.75em;
}

.sideBox .thisPage {
  font-weight: bold;
}


/* ###### 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;
}


/* *** by IZ *** */

.acr {
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  color: blue;
  border-bottom-color: blue;
}

div.bHeader {
    /*border: 1px solid #abcdef;*/
    background-color: #cddfff;
    cursor: pointer;
    margin-bottom: 5px;
    padding-left: 5px;
}

div.bContent {
    margin-bottom: 5px;
}

.helpText {
    /*font-size: 75%;*/
}

div.rightHelp {
    z-index: 5;
    position: absolute; 
    top: 75px; 
    right: 5px; 
    width: 250px;
    padding: 5px;
    /*
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
    */
    line-height: 150%;
    border: 1px solid #93aaba; 
    background: #f1f6f9; 
    opacity: .9; filter: alpha(opacity=90); 
}

.closer_img { float: right; }

div.resolver {
    position: absolute;
    border: 1px solid #93aaba; 
    background: #f1f6f9; 
    opacity: .9; filter: alpha(opacity=90); 
    display: none;
}
a.noborder {
    text-decoration: none !important;
    border-width: 0px !important;
}

/* autocomplete styles */
div.auto_complete {
   position:absolute;
   width:250px;
   background-color:#fff;
   border:1px solid #888;
   margin:0px;
   padding:0px;
 }
 
div.auto_complete ul {
   list-style-type: none;
   margin:0px;
   padding:0px;
}
 
div.auto_complete ul li.selected { background-color: #ffb;}
 
div.auto_complete ul li {
   list-style-type: none;
   display:block;
   margin:0;
   padding:2px;
   height:16px;
   font-size:12px;
}

/* help popup style */

div.helpPopup { 
    position: absolute; 
    top: 0; 
    left: 0; 
    display: none; 
    width: 200px; 
    padding: 5px;
    border: 1px solid #93aaba; 
    background: #f1f6f9; 
    opacity: .8; filter: alpha(opacity=80); 
    font-size: 75%;
}

div#popBg { background: #9c9697; width: 100%; height: 100%; position: absolute; top: 0; left: 0; filter:alpha(opacity=50); -moz-opacity:0.5; opacity: 0.5;  z-index: 150; }
div#popUp { background: white; width: 480px; padding: 0 20px 20px 20px; margin-left: -260px; overflow: auto; border: 5px solid #9c9697; position: absolute; top: 20%; left: 50%; z-index: 160; text-align: center; }
div#popUp input { width: 120px; margin: 5px; }
div#popUp input.checker { width: auto; }
div#popUp .close_button { position: absolute; right: 5px; top: 5px; }

div.HeaderDiv { 
    z-index: -99;
    position: static; 
    overflow: hidden;
    top: 0; 
    left: 0; 
    width: 100%; 
    padding: 0px;
}

div.HeaderDivUp { 
    z-index: 0;
    position: absolute; 
    overflow: hidden;
    top: 0; 
    right: 0;
    padding: 0px;
}

div.HeaderDivFloat { 
    z-index: 1;
    position: absolute;
    overflow: hidden;
    top: 0px;
    left: 0px;
    padding: 0px;
}

