/******************************************************************
 * TITLE: Grey Boxes Stylesheet for Sinorca                       * 
 * URI  : http://www.oswd.org/design/???/sinorca/sinorca-grey.css *
 * MODIF: 2003-01-13 1237 +0800                                   *
 ******************************************************************/

p {  font-family: "Times New Roman", Times, serif; 
font-size: 15px; 
font-style: normal; line-height: normal; 
font-weight: normal; 
font-variant: normal; 
text-transform: none; letter-spacing: normal; 
vertical-align: baseline; 
word-spacing: normal
}

/* ###### Body Text ###### */

body {
    background-color: #ECF4FF;
/* background-color: #ffffff; */
  font-family: Arial, Helvetica, sans-serif;
  font-size: 82%;
  margin: 0;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

body2 {
  background-color: #cc99cc;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 82%;
  margin: 0;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

h1, h2 {
  color:white;
  background-color: #ccccff;
  padding-left: 1ex;
  padding-right: 1ex;
}

h1 {
  font-weight: bold;
  font-size: 100%;
  padding-top: 0.5ex;
  padding-bottom: 0.5ex;
  margin-top: 2ex;
}

h2 {
  font-size: 150%;
  padding-top: 0.3ex;
  padding-bottom: 0.3ex;
  margin-top: 3ex;
}

h3 {
  color:white;
  font-size: 100%;
  background-color: #cc99ff;
  padding-left: 1ex;
  padding-right: 1ex;
}


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;
}



acronym {
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  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;
}

#bodyText {
  background-color: white;
  text-align: left;
  line-height: 1.5em;
  margin: 0 0 0 15.5em;
  padding: 5mm 5mm 2mm 5mm;
  border-left: 1px solid #999999;
}

#bodyText p {
  padding-left: 1ex;
  padding-right: 1ex;
  padding-bottom: 1ex;
}

#bodyText a {
  text-decoration: none;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

#bodyText a:hover {
  border-bottom: 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;
}

.smallCaps {
  font-variant: small-caps;
}


/* ###### Header ###### */

#upMenuBarA {
  height: 2em;
}

#upMenuBarA a {
  font-size: 100%;
  text-decoration: none;
  padding-left: 0.8ex;
  padding-right: 1.6ex;
}

#upMenuBarA a:hover {
  text-decoration: underline;
}


#header {
  font-size: 335%;
  height: 1.45em;
  padding-left: 4mm;
}

#headerSearch {
  position: absolute;
  right: 2mm;
  top: 3.6em;
}

#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;
}

#headerSearch [class~="text"] {  /* This rule only rendered by CSS2-fully compliant browsers */
  height: 3.75ex;
}

#headerSearch .submit {
  font-size: 100%;
  font-weight: bold;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  position: relative;
  top: -0.25ex;
}

#lowerMenuBars {
  font-size: 110%;
  text-decoration: none;
  padding-left: 0.8ex;
  padding-right: 1.6ex;
}

#lowerMenuBars a {
  font-weight: bold;
  text-decoration: none;
  padding-left: 0.5ex;
  padding-right: 1ex;
}  

#lowerMenuBars a:hover {
 text-decoration: underline;
}


#lowerMenuBars2 {
  height: 1.55em;
  padding-left: 1.3mm;
  padding-top: 0.75ex;
; list-style: none inside
}


#lowerMenuBars2 a {
  font-weight: bold;
  text-decoration: none;
  padding-left: 0.75ex;
  padding-right: 0.75ex;
}  

/* #lowerMenuBars2 a:hover { */
/*  text-decoration: underline; */
/* } */


#lowerMenuBars2 . highlight, #upMenuBarA .highlight, #lowerMenuBars2 .highlight {
  /* See: color.css */
}


/* ###### Side Boxes ###### */

.sidMenuB, .sideTextBox {
  background-color: #FFFFCC;
   width: 12em; 
  border-bottom: 1px solid #999999;
  /* ###### padding-top: 1em;  ######*/
   padding-bottom: 1em; 
  float: left;
  /* ###### clear: left ######*/
}

.sidMenuB div, .sideTextBox div {
  font-weight: bold;
  padding-left: 2.5mm;
  padding-bottom: 1ex;
}

.sidMenuB a {
  text-decoration: none;
  display: block;
  padding: 1.5ex 1ex 1.5ex 5mm;
}

.sidMenuB a:hover {
  /* See: color-scheme.css */
}

.sidMenuB .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 {
  text-decoration: none;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.sideTextBox a:hover {
  border-bottom: none;
}

.lighterBG {
  background-color: white;
}


/* ###### Footer ###### */

#footer {
  font-size: 90%;
  padding: 1.9ex 2.6mm 2.4ex 2.6mm;
  clear: left;
}

#footer div {
  text-align: right;
  line-height: 1.45em;
}

#footer a {
  text-decoration: none;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

#footer a:hover {
  border-bottom: none;
}

.footerLHS {
  float: left;
  clear: left;
}

.footerLHSa {
  float: left;
  font-size: 100%;
  clear: left;
}
 


/* ###### Image Menu Button CSS###### */
p.navbuttonsA a {
color: #000000;
text-decoration: none;
background-color: #A2AAB5;
display: block;
padding: 3px 0px 3px 12px;
width: 150px;
border-top: 1px solid #EEEEEE;
border-right: 1px solid #666666;
border-bottom: 1px solid #666666;
border-left: 1px solid #EEEEEE;
background-image: url(blackdot.gif);
background-repeat: no-repeat;
}

p.navbuttonsA a:hover, p.navbuttonsA a:active {
background-color: #333333;
color: #FFFFFF;
background-image: url(bk_ball.gif);
background-repeat: no-repeat;
}



