/******************************************************************
 * TITLE: Common Color Scheme Stylesheet for Sinorca              *
 * URI  : http://www.oswd.org/design/???/sinorca/color-scheme.css *
 * MODIF: 2003-01-13 1237 +0800                                   *
 ******************************************************************/


/* ---------------------------------------------------------------------
    Colors which are common to both the sinorca-grey and sinorca-white
    stylesheets are declared here. Color rules which are specific to
    one of the alternative stylesheets are found in that alternative
    stylesheet.
----------------------------------------------------------------------*/


/* ###### common html elements ###### */

body {
  background-color: #f0f0f0;
  color: #000000;
  font-family: verdana, tahoma, helvetica, arial, sans-serif;
  font-size: 82%;
  margin: 0;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

a {
  color: #3366cc;
}

h1, h2, h3, h4 {
  color: white;
  background-color: #6487dc;
  padding-left: 1ex;
  padding-right: 1ex;
}

h1 {
  font-weight: bold;
  font-size: 100%;
  padding-top: 0.5ex;
  padding-bottom: 0.5ex;
  margin-top: 3ex;
}

img {
  border: none;
}

q {
  font-family: tahoma, verdana, helvetica, arial, sans-serif;
  text-align: left;
  width: 9em;
  margin: 0 1em 1ex 1em;
  padding: 0.5ex 0.5ex 0.5ex 1ex;
  border-style: solid;
  border-width: 1px;
  float: right;
  background-color: #f0f0f0;
  border-color: #999999;
}

acronym {
  border-bottom: 1px dotted #999999;
  cursor: help;
}

code {
  font-family: "lucida console", "courier new", courier, monospace;
}

dt {
  font-weight: bold;
  padding-left: 1ex;
  padding-right: 1ex;
}

dd {
  padding-left: 1ex;
  padding-right: 1ex;
  padding-bottom: 1.5em;
}





.smallCaps {
  font-variant: small-caps;
}




/* ###### Header ###### */

#upperMenuBar, #upperMenuBar a {
  height: 2.1em;
  color: #ffffff;
  background-color: #6487dc;
}
#upperMenuBar .highlight, #lowerMenuBar .highlight {
  color: #fda05b;
}
#upperMenuBar a {
  font-size: 90%;
  text-decoration: none;
  padding-left: 0.8ex;
  padding-right: 1.6ex;
}
#upperMenuBar a:hover {
  text-decoration: underline;
}

.LHS, .RHS {
  position: absolute;
  top: 0.8ex;
}
.LHS { left: 1.7mm; }
.RHS { right: 0.6mm; }


#header {
  color: #274e90;
  background-color: #8caae6;
  font-weight: 300;
  font-size: 335%;
  height: 1.45em;
  padding-left: 4mm;
  margin: 0px;
  padding-top: 0.1em;
}


#headerSearch {
  margin: 0px;
  position: absolute;
  right: 2mm;
  top: 7.4em;
}
#headerSearch .text {
  font-family: "lucida console", "courier new", courier, monospace;
  font-size: 97%;
  font-size-adjust: 0.55;
  width: 9em;
  height: 2ex;
  padding: 1mm;
  border-style: solid;
  border-width: 1px;
  border-color: #003399;
}
#headerSearch .submit {
  color: #ffffff;
  background-color: #8cc68c;
  font-size: 100%;
  font-weight: bold;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  position: relative;
  top: -0.25ex;
  border-color: white;
}



#lowerMenuBar, #lowerMenuBar a {
  color: #ffffff;
  background-color: #003399;
}
#lowerMenuBar {
  height: 1.55em;
  padding-left: 1.3mm;
  padding-top: 1ex;
}
#lowerMenuBar a {
  font-weight: bold;
  text-decoration: none;
  padding-left: 0.75ex;
  padding-right: 1.5ex;
}  
#lowerMenuBar a:hover {
  text-decoration: underline;
}



/* ###### Side Boxes ###### */

.sideMenuBox, .sideTextBox {
  background-color: #f0f0f0;
  width: 15.5em;
  padding-top: 1em;
  padding-bottom: 1em;
  float: left;
  clear: left;
}
.sideMenuBox div, .sideTextBox div {
  color: #000000;
  font-weight: bold;
  padding-left: 2.5mm;
  padding-bottom: 1ex;
}
.sideMenuBox a {
  text-decoration: none;
  display: block;
  padding: 1.5ex 1ex 1.5ex 5mm;
}
.sideMenuBox a:hover {
  background: #6487dc;
  color: #ffffff;
}
.sideMenuBox .thisPage {
  display: block;
  padding: 1.2ex 1ex 1.2ex 5mm;
}

.sideTextBox span {
  line-height: 1.5em;
  display: block;
  padding: 0 1ex 0 5mm;
}
.sideTextBox a {
  color: #0066cc;
  text-decoration: underline;
}
.sideTextBox a:hover {
  text-decoration: none;
}


.lighterBG {
  background-color: white;
}



/* ###### Footer ###### */

#footer {
  font-size: 90%;
  padding: 1.9ex 2.6mm 2.4ex 2.6mm;
  clear: left;
  background-color: #6487dc;
  color: #ffffff;
}
#footer div {
  text-align: right;
  line-height: 1.45em;
}
#footer a {
  color: #ffffff;
  text-decoration: underline;
}
#footer a:hover {
  text-decoration: none;
}
.footerLHS {
  float: left;
  clear: left;
}



/* ###### Background Colors ###### */


/*#bodyText a {border-bottom-color: #0066cc;}*/



/* ###### Page Body ###### */

#bodyText {
  background-color: white;
  text-align: justify;
  line-height: 1.5em;
  margin: 0 0 0 15.5em;
  padding: 5mm 5mm 2mm 5mm;
  border-left: 1px solid #999999;
  min-height: 600px;
}

#bodyText p {
  padding-left: 1ex;
  padding-right: 1ex;
  padding-bottom: 2ex;
}

#bodyText a {
  text-decoration: underline;
/*  border-bottom-style: solid;
    border-bottom-width: 1px; */
}

#bodyText a:hover {
  text-decoration: none;
}

#bodyText .topOfPage {
  color: white;
  font-weight: bold;
  font-variant: small-caps;
  border: 0;
  padding: 0.25ex 1ex;
  float: right;
}

#bodyText [class~="topOfPage"] {
  padding: 1.5ex 1ex;
}


#bodyText h2 a, #bodyText h3 a, #bodyText h4 a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid #6688dd;
}
#bodyText h2 a:hover, #bodyText h2 a:hover, #bodyText h2 a:hover {
  border-bottom: none;
}



/* ##### Wiki Elements ##### */

.control-links {
  background-color: #6080d0;
  padding: 5px;
  color: #ffffff;
}
#bodyText .control-links a {
  color: #ffffff;
  font-size: 125%;
}
.control-links hr, .control-links br {
  display: none;
}



/* ##### form elements ##### */

.wiki input, .wiki textarea, .wiki select {
  border: 2px solid #6286cc;
  background: #ccddff;
  font-family: "lucida console", "andale mono", "courier new", courier, monospace;
  font-size: 90%;
}
.wiki input:focus, .wiki textarea:focus, .wiki select:focus {
  border-color: #112255;
}
.wiki input[type=submit] {
  cursor: pointer;
}

