/*************************************
 * TITLE: Sinorca Screen Stylesheet  *
 * URI  : sinorca/sinorca-screen.css *
 * MODIF: 2003-Apr-30 19:31 +0800    *
 *************************************/


/* ##### Common Styles ##### */

body {
  color: black;
  /* background-color: rgb(240,240,240);*/
  background-color: #FFFFFF;
  font-family: verdana, helvetica, arial, sans-serif;
  /*font-size: 71%;*/  /* Enables font size scaling in MSIE */
  font-size: 11px;
  margin: 0;
  padding: 0;
}

#page {
	position: absolute; 
	left: 0px; 
	top: 0px;
	width: 1000px;

}

/*
html > body {
  font-size: 8.5pt;
}
*/

/*
acronym, .titleTip {
  border-bottom: 1px dotted rgb(153,153,153);
  cursor: help;
  margin: 0;
  padding: 0 0 0.4px 0;
}
*/

.doNotDisplay {
  display: none;
}

/*
.smallCaps {
  font-size: 110%;
  font-variant: small-caps;
}
*/

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

#header-top {
  /*color: rgb(39,78,144);*/
  background-color: rgb(255,255,255);
}

#header-top-left {
  color: black;
  /*background-color: rgb(0,0,255);*/
  background-color: rgb(145,232,42);
  margin: 0;
  /*padding: 1ex 1ex 1ex 1ex;*/
  position: absolute;
  left: 0px;
  top: 0px;
  height: 70px;
  width: 182px;
}

#header-top-right {
  color: black;
  /*background-color: rgb(0,0,255);*/
  margin: 0;
  /*padding: 1ex 1ex 1ex 1ex;*/
  position: absolute;
  left: 182px;
  top: 0px;
  height: 70px;
  width: 818px;
}

#header-bottom {
  /*background-color: rgb(145,232,42);*/
  background-color: rgb(128,205,41);
  color: white;
  position: absolute;
  left: 0px;
  top: 70px;
  height: 14px;
  width: 1000px;
}

#header-bottom a {
  color: white;
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
  margin: 0;
  padding: 0 0.75ex 0 0.5ex;
}  

#header-bottom a:hover {
  text-decoration: underline;
}

/* ##### Side Bar ##### */

#side-bar {
  position: absolute;
  top: 94px;
  left: 0px;
  width: 182px;
  float: left;
  clear: left;
  /*border-right: 1px solid rgb(153,153,153);*/
  border-right: 1px solid rgb(128,205,41);
}

#side-bar div {
  border-bottom: 1px solid rgb(128,205,41);
}

.sideBarTitle {
  font-weight: bold;
  margin: 0 0 0.5em 2.5mm;
  padding: 1em 0 0 0;
}

#side-bar ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  padding: 0 0 1.1em 0;
}

#side-bar li {
  margin: 0;
  padding: 0.1ex 0;  /* Circumvents a rendering bug (?) in MSIE 6.0 */
}

#side-bar a, .thisPage {
  /*color: rgb(0,102,204);*/
  color: rgb(128,205,41);
  background-color: transparent;
  text-decoration: none;
  margin: 0;
  padding: 0.75em 1ex 0.75em 5mm;
  display: block;
  font-weight: bold;
}

.thisPage {
  color: black;
  background-color: white;
  padding-left: 4mm;
  border-top: 1px solid rgb(153,153,153);
  border-bottom: 1px solid rgb(153,153,153);
}

#side-bar a:hover {
  color: white;
  /*background-color: rgb(100,135,220);*/
  background-color: rgb(145,232,42);
  text-decoration: none;
}

.sideBarText {
  line-height: 1.5em;
  margin: 0 0 1em 0;
  padding: 0 1.5ex 0 2.5mm;
  display: block;
}

#side-bar .sideBarText a {
  text-decoration: underline;
  margin: 0;
  padding: 0;
  display: inline;
}

#side-bar .sideBarText a:hover {
  color: rgb(0,102,204);
  background-color: transparent;
  text-decoration: none;
}

.lighterBackground {
  color: inherit;
  background-color: white;
}


/* ##### Main Copy ##### */

#main-copy {
  color: black;
  background-color: white;
  text-align: justify;
  line-height: 1.5em;
  padding: 0px 0px 0px 10px;
  border-left: 1px solid rgb(128,205,41);
  position: absolute;
  top: 84px;
  left: 182px;
  width: 808px;
}

#main-copy p {
  margin: 1em 1ex 2em 1ex;
  padding: 0;
}

#main-copy a {
  color: rgb(0,102,204);
  background-color: transparent;
  text-decoration: underline;
}

#main-copy a:hover {
  text-decoration: none;
}

#main-copy h2 {
  color: white;
  background-color: rgb(145,232,42);
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 0 0;
  padding: 0.5ex 0 0.5ex 1ex;
}

#main-copy .topOfPage {
  color: white;
  background-color: transparent;
  font-size: 91%;
  font-weight: bold;
  text-decoration: none;
  margin: 2.5ex 1ex 0 0;  /* For MSIE */
  padding: 0;
  float: right;
}

#main-copy > .topOfPage {
  margin: 2.75ex 1ex 0 0;  /* For fully standards-compliant user agents */
}

#main-copy img {
float: right;
margin-left: 20px;
margin-bottom: 20px;
margin-top: 20px;
margin-right: 0px;
}

dl {
  margin: 1em 1ex 2em 1ex;
  padding: 0;
}

dt {
  font-weight: bold;
  margin: 0 0 0 0;
  padding: 0;
}

dd {
  margin: 0 0 2em 2em;
  padding: 0;
}


/* ##### Footer ##### */

#footer {
  color: white;
  background-color: rgb(128,205,41);
  /*background-color: rgb(145,232,42);*/
  font-size: 91%;
  margin: 0;
  /*padding: 1em 2.5mm 2.5ex 2.5mm;*/
  padding: 1ex 1mm 1ex 1mm;
  clear: both;
}

#footer .left {
  line-height: 1em;
  float: left;
  clear: left;
}

#footer .right {
  text-align: right;
  line-height: 1em;
}

#footer a {
  color: white;
  background-color: transparent;
  text-decoration: underline;
}

#footer a:hover {
  text-decoration: none;
}
