/**********************************
 * TITLE: ODChorus Screen Stylesheet  * 
 * URI  : odchorus/odchorus-screen.css    *
 * MODIF: 2007-Jan-10 19:09 +0800 *
 **********************************/


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

body {
  color: black;
  background-color: #333300;
  width: 940px;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 90%;  /* Enables font size scaling in MSIE */
  margin: 0;
  padding: 0;
}

html > body {
  font-size: 10pt;
}

acronym, .titleTip {
  border-bottom: 1px dotted rgb(168,140,83);
  cursor: help;
  margin: 0;
  padding: 0;
}

.doNotDisplay {
  display: none !important;
}

img.center {
  margin: 0 0 0 0;
  border: solid 2px #666699;
}

img.left {
  margin: 0.75em 1.75em 0.75em 0.5em;  
  float: left;
}

img.right {
  margin: 0.75em 0.25em 0.75em 1.5em;
  float: right;
}

.smallCaps {
  font-variant: small-caps;
  font-weight: bold;
}



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

.leftSideBar {
  width: 200px;
  float: left;
  clear: left;
}

.leftSideBar .sideBarTitle {
  color: #9999cc;
  background-color: #333e30;
  font-size: 100%;
  font-weight: bold;
  margin: 1.25ex 1ex;
  padding: 0.9ex 1ex;
}

.leftSideBar .sideBarTitle a {
  color: #9999cc;
  text-decoration: none;
}

.leftSideBar a:hover {
  color: #f0f0f0;
}

.leftSideBar ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0 0 1em 0;
  padding: 0;
}

.leftSideBar li {
  color: #cc9900;
  font-size: 90%;
  font-weight: bold;
  margin: 1ex;
  padding: 0 0 1.25ex 0.75ex;
}

.leftSideBar .sideBarText {
  color:  #ffcc33;
  font-size: 90%;
  background-color: transparent;
  font-weight: normal;
  line-height: 1.5em;
  margin: 1ex;
  padding: 0 0 1.25ex 0.75ex;
  display: block;
}

.leftSideBar .sideBarText a {
  color: #9999cc;
  font-weight: normal;
  background-color: transparent;
  text-decoration: none;
}

.leftSideBar .sideBarText a:hover {
  color: #f0f0f0;
}

.leftSideBar .thisPage {
  color: rgb(64,64,64);
  background-color: transparent;
  font-weight: bold;
}


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

.rightSideBar {
  color: #cc9900;
  width: 240px;
  margin-right: 4px;
  padding: 0;
  background-color: #333300;
  font-weight: bold;
  float: right;
  clear: right;
}

.rightSideBar .sideBarTitle {
  color: #9999cc;
  background-color: #333e30;
  font-size: 100%;
  font-weight: bold;
  text-align: center;
  margin: 1.5ex 1ex;
  padding: 0.9ex 1ex;
}

.rightSideBar .sideBarsmall {
  color: #9999cc;
  background-color: #333e30;
  font-size: 90%;
  font-weight: normal;
  text-align: center;
  margin: 1.5ex 1ex;
  padding: 0.9ex 1ex;
}

.rightSideBar a {
  color: #cc9900;
  background-color: transparent;
  text-decoration: none;
  font-size: 105%;
  font-weight: bold;
  text-decoration: none;
}

.rightSideBar a:hover {
  color: #9999cc;
  text-decoration: none;
}

.rightSideBar img {
  margin: 6px;
  border: solid 9px #333e30;
}

.rightSideBar .sideBarText {
  line-height: 1.5em;
  font-size: 110%;
  margin: 0;
  padding: 1em 2ex 1em 2ex;
}

.rightSideBar .link {
  text-decoration: none;
  text-align: left;
  margin: 0;
  padding: 0 2ex 1em 2ex;
  display: block;
}



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

#plainpage {
  color: black;
  background-color: white;
  text-align: justify;
  line-height: 1.45em;
  margin: 0;
  padding: 0.5ex 150px 1em 120px;
  border: none;
}

#plainpage a {
color: #3366cc;
}

ul {
list-style-type: square;
}

#main-copy {
  color: #ffcc33;
  background-color: #990000;
  text-align: justify;
  line-height: 1.45em;
  margin: 0 0 0 200px;
  padding: 0.5ex 205px 1em 20px;
  border: none;
}

#main-copy h1 {
  color: #cc9900;
  background-color: transparent;
  font-family: 'times new roman', serif;
  font-size: 180%;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
  margin: 1em 0 0 0;
  padding: 0 0 0 0;
}

#main-copy h2 {
  color: #cc9900;
  background-color: transparent;
  font-family: 'times new roman', serif;
  font-size: 150%;
  font-weight: bold;
  text-align: center;
  margin: 1em 0 1em 0;
  padding: 0 0 0 0;
}

#main-copy h3 {
  color: #cc9900;
  background-color: transparent;
  font-family: 'times new roman', serif;
  font-size: 130%;
  font-weight: bold;
  text-align: center;
  margin: 0 0 0.25em 0;
  padding: 0 0 0 0;
}

#main-copy h4 {
  color: #666699;
  background-color: transparent;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 140%;
  font-weight: bold;
  text-align: right;
  margin: 1.5em 0 0 0;
  padding: .2em 0 0 0;
}

#main-copy a {
  color: #0033cc;
  background-color: transparent;
  text-decoration: underline;
}

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

p {
  margin: 1.5em 0.25em 1em 0;
  padding: 0;
}



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

#footer {
  color: #ffcc33;
  background-color: transparent;
  font-size: 92%;
  text-align: center;
  line-height: 1.25em;
  margin: 0;
  padding: 1em 4mm 1em 4mm;
  
  clear: both;
}

#footer div {
  margin: 0;
  padding: 0 0 1ex 0;
}

#footer a {
  color: #ccff00;
  background-color: transparent;
  text-decoration: underline;
  font-weight: bold;
}

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

