/***************************************************************
 * TITLE: Stylesheet for Blue Haze                      * 
 * URI  : http://www.oswd.org/design/xxx/bluehaze/bluehaze.css *
 * MODIF: 2003-01-05 1608 +0800                                *
 ***************************************************************/
/* ------------------------------------------------------------------------
   Six basic colors are used to render Blue Haze. These are:
     1. Body Background
     2. Text Color
     3. Border Color
     4. Background Color (darker)
     5. Background Color (lighter)
     6. Navigation Box Colors (same as 2-4 above); these are located at the end of the file.
   
   To change the above colors, just edit their respective values below.
------------------------------------------------------------------------ */
 

hr {
  border: 0;
  width: 100%;
color: #f00;
background-color: #f00;
height: 4px;
} 


.picbox {
margin-left: 52em;
margin-top: .5em;
position: absolute;
background-color: transparent;
z-index: 10;

}

/* ########################## */

input.button {
color:#000066;
background:#f9f9f9;
cursor:pointer;
width:80px;
height:25px;
margin-left:1em;
}

input.side  {  
margin-top:2px;
}

p.form  {
margin:0;
padding:.5em 0 0 1em;
}
/* ################# */

/* ==== Table for Class Shedules === */
    table{
        border: 1px solid #8F1E1B;
        width: 90%;
    }
    tr td{
        padding: .5em;
        padding-left: 1em;
        background: #f0e4d8;
    }
    thead td{
        color: #8F1E1B;
        background-color: #e8e0c8;
        font-weight: bold;
        border-bottom: 1px solid #8F1E1B;
    }

    tbody tr.even td{
        background: #fff;
    }

    
    /* Opera fix */
    head:first-child+body tr.ruled td{
        background-color: #f0e4d8; 
    }



/* ===== General Color Scheme ===== */

body {
  background-color: #fff;
  }

h1, h2, h3, q, #header div, #header div *, #header a, #footer *, .headerTitle, .sideBox div, .navcontainer div
{ /* Text Color: 3e763e   =716749=*/  color: #8F1E1B; }

h1, q, #header, .sideBox, .sideBox div, .navcontainer, .navcontainer div
{ /* Border Color: 3e763e  7F641E c2a485 =847B61= */  border-color: #8F1E1B; }

.sideBox div, .sideBox, .sideBox a:hover, .thisPage, .navcontainer div
{ /* Background Color (darker): 999966 F5DEB3 d4c6a3 D2CCB8  =C6C6AA= */  background-color: #e8e0c8; }

q, .sideBox a, .sideBox span, .navcontainer
{ /* Background Color (lighter): C6C6AA  e9e0ca =dde4cf= */  background-color: #f0e4d8; }

#header, #footer
{ /* Background Color: C6C6AA  =dae4c5= */  background-color: #e1e4ce; }

/* ===== Special Colors ===== */

acronym {
  color: blue;
  border-bottom-color: blue;
}

#bodyText a {
  color: #4080ff;
  border-bottom-color: #4080ff;
} 

/* ===== 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 {
font-size: 80%; /* For IE */
} 

html>body {
font-size: 90%; /* IE can’t read this */
}

body {
  color: black;
  font-family: verdana, tahoma, helvetica, arial, sans-serif;
  margin: 0;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

h1, h2, h3 {
  font-family: verdana, 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;
  font-size: 1.2em;
}

acronym {
  color: #847B61;
  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: 10mm 5mm 0 14em;
  padding: 0 1em 1ex 1em;
  font-size: 1.2em;
}

#bodyText p {
  margin-top: 1em;
  margin-bottom: 1em;
}

#bodyText a {
  text-decoration: none;
  border-bottom-width: 1px;
}

#bodyText a:hover {
  text-decoration: underline;
}

#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;
}

/* ###### Rows (as used on classes.html) ###### */

.wrapper {
   border: #8f1e1b 1px solid; 
   margin: 1em 0px;
   width: 90%; 
}

.float_container {
   width: 100%;
   padding: .5em;
   padding-left: 1em;
}

.float_container_t {
   background-color: #f0e4d8;
   width: 100%;
   padding: .5em;
   padding-left: 1em;
}

.number {
   float: left;
   width: 40%;
}

.r_number {
   float: left;
   width: 25%;
}

.name {
   float: left;
}


/* ###### Header ###### */

#header {
  height: 7em;
  margin-bottom: 5mm;
  padding: 0 2.5mm 0 5mm;
  background-repeat: no-repeat;
}

/*  border-bottom-style: solid; */
/*  border-bottom-width: 2px; */

#header a {
text-decoration: none;
}

.headerTitle {
  font-size: 300%;
  line-height: 1.5em;
}

.menuBar {
  float: left;
}

.locBar {
  float: right;
}

.menuBar *, .locBar * {
  text-decoration: none;
  font-weight: bold;
  padding-right: 1ex;
  font-size: 1em;
}

.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: 14em;
  margin-top: 5mm;
  font-size: 1em;
}

.sideBox div {
  font-weight: bold;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  padding: 0.5ex 0.5em 0.5ex 0.75em;
  font-size: 1.2em;
}

.sideBox span {
  text-decoration: none;
  color: black;
  line-height: 1.25em;
  display: block;
  padding: 1.25ex 0.5em 1.25ex 0.75em;
}

.sidebox a, 
{
  color: blue;
  text-decoration: none;

}

.sidebox a:visited
{  
  color: purple;
}

.sidebox a:hover
{  
  color: blue;
  text-decoration: underline;
}

.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;
}

/* == Design of Fulltextsearch: Prev- and Next-Links == */
#phpcmssearch {
    font-size:small;
    text-align:center;
}

/* ===== Design of navigation box ===== */

.navcontainer
{
  border-style: solid none solid none;
  border-width: 2px 0 2px 0;
  width: 14em;
  margin-top: 5mm;
  padding-bottom: 2px;
  font-size: 1em;
}

.navcontainer div {
  font-weight: bold;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  padding: 0.5ex 0.5em 0.5ex 0.75em;
  font-size: 1.2em;
}

.navcontainer ul
{
list-style-type: none;
margin: 0;
padding: 0;
}

.navcontainer li {
margin-top: 2px;
}

.active_li {
border-left: 8px solid #8F1E1B; /* Left Active Border Color (darker): */  
}

#navlist a
{
display: block;
color: blue; 
padding: 1px 0 1px 8px;
}

/*boxmodel hack. http://css-discuss.incutio.com/?page=BoxModelHack SBMH*/
#navlist a { width: 12em; }

#navlist a
{
\width: 14em;
w\idth: 12em;
}

#subnavlist a
{
display: block;
color: blue;
padding: 1px 0 1px 8px;
margin-left: 8px;
}

/*boxmodel hack. http://css-discuss.incutio.com/?page=BoxModelHack SBMH*/
#subnavlist a { width: 9.2em; }

#subnavlist a
{
\width: 12em;
w\idth: 9.2em;
}

/* ===== Navigation Box Colors ===== */

#navlist a, #navlist a:visited, #subnavlist a, #subnavlist a:visited
{
border-left: 8px solid #f0e4d8; /* Left Inactive Border Color ( = background): */
text-decoration: none;
}

#navlist a:hover, #navlist a#current:hover
{
border-left: 8px solid #e8e0c8; /* Left Active Border Color (lighter): d4c6a3 */
text-decoration: underline;
background-color: #e8e0c8;
}

#subnavlist a:hover, #subnavlist a#subcurrent:hover
{
border-left: 8px solid #e8e0c8; /* Left Active Border Color (lighter): d4c6a3 */   
text-decoration: underline;
background-color: #e8e0c8;
}

a#current, a:visited#current, a#subcurrent , a:visited#subcurrent
{
border-left: 8px solid #8F1E1B; /* Left Active Border Color (darker): */  
color: blue;
text-decoration: none;
}