@charset "utf-8";
/******************************************************************
 * TITLE: Grey Boxes Stylesheet for Sinorca                       * 
 * URI  : http://www.oswd.org/design/???/sinorca/sinorca-grey.css *
 * MODIF: 2003-01-13 1237 +0800                                   *
 ******************************************************************/


/* ###### Body Text ###### */

body {
  background: white;
  font-family: verdana, tahoma, helvetica, arial, sans-serif;
  margin: 0;
  background-repeat: no-repeat;
  background-attachment: scroll;
  color: black;
}

#bodyText {
  background: white;
  text-align: justify;
  line-height: 1.3em;
  padding: 2ex 1em 2ex 1em;
}
 
#bodyText h1 {
  font-size: 100%;
  font-weight: bold;
  color: black;
  background: #6487dc;

  padding: 0.5ex 0ex 0.5ex 1ex;
  margin-top: 4ex;
}

#bodyText h1.first {
  margin-top: 0ex;
}

#bodyText h2 {
  font-size: 100%;
  font-weight: bold;
  color: #6487dc;

  padding: 0 0 0 1ex;
/*  margin-top: 2ex;*/
}

#bodyText p {
  padding: 0em 2ex 0em 1ex;
}

#bodyText a {
  text-decoration: none;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  color: #0066cc;
  border-bottom-color: #0066cc;
}

#bodyText a:hover {
  border-bottom: none;
}

#bodyText li {
  padding: 0em 2ex 0em 0ex;
}

#bodyText dl {
  padding: 0em 2ex 0em 1ex;
}

#bodyText dt {
  font-weight: bold;
}

#bodyText dd {
}

#bodyText img {
  border: none;
}

#bodyText acronym {
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  cursor: help;
  border-bottom-color: #999999;
}

#bodyText th, td {
  padding-right: 2ex;
}

#AdobeReader {
  float: right;
}

/*
#bodyText 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;
  border-color: #999999;
}
*/

/*#bodyText code {
  font-family: "lucida console", "courier new", courier, monospace;
}
*/

/*#popupBodyText {
  background: white;
  text-align: justify;
  line-height: 1.5em;
  padding: 5mm 5mm 2mm 5mm;
  border-left: 1px solid #999999;
}*/

#bodyText .topOfPage {
  color: white;
  font-weight: bold;
  font-variant: small-caps;
  text-decoration: none;
/*  border: 1px dashed black;*/
/*  padding: 1.5ex 1ex;*/

  margin: 1ex 1ex 0 0;  /* For MSIE */
  padding: 0;

  float: right;
}

#bodyText > .topOfPage {
  margin: 2.75ex 1ex 0 0;  /* For fully standards-compliant user agents */
}

/*
#bodyText [class~="topOfPage"] {
  padding: 1.5ex 1ex;
}
*/
/*.smallCaps {
  font-variant: small-caps;
}
*/

/* ###### Header ###### */

#upperMenuBar {
  height: 2.1em;
  color: white;
  background: #6487dc;
}

#upperMenuBar a {
  font-size: 90%;
  text-decoration: none;
  padding-left: 0.8ex;
  padding-right: 1.6ex;
  color: white;
/*  background: #6487dc;*/
}

#upperMenuBar a:hover {
  text-decoration: underline;
}

.LHS {
  position: absolute;
  left: 1.7mm;
  top: 1ex;
}

.RHS {
  position: absolute;
  right: 0.6mm;
  top: 0.9ex;
}

#header {
  font-size: 280%;
  height: 1.9em;
  padding-left: 4mm;
  font-family: "Trebuchet MS",verdana, tahoma, helvetica, arial, sans-serif;
  color: #274e90;
  background: #8caae6;
}

#header a {
  color: #274e90;
  text-decoration: none;
}

.tagline {
  font-size: 45%;
}

#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;
  border-color: #003399;
}

#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;
  color: white;
  background: #8cc68c;
  border-color: white;
}

#lowerMenuBar, #lowerMenuBar a {color: white;}

#lowerMenuBar {
  padding-left: 4mm;
  padding-top: 0.8ex;
  padding-bottom: 0.8ex;
  background: #003399;
}

#lowerMenuBar a {
  font-weight: bold;
  text-decoration: none;
  /*  padding-left: 0.75ex;
  padding-right: 1.5ex;
*/
}

#lowerMenuBar a:hover {
  text-decoration: underline;
}

#upperMenuBar .highlight, #lowerMenuBar .highlight {
  color: #fda05b;
}

/* ###### Side Boxes ###### */

#side-bar {
  background: #rgb(255,0,0);/*#f0f0f0;*/
  width: 16.5em;
/*  padding-top: 0em;
  padding-bottom: 0em;*/
  float: left;
  clear: left;
  display: none !important;
}

#side-bar div {
  /*font-weight: bold;*/
  padding-left: 2.5mm;
  padding-bottom: 1ex;
  padding-top: 1ex;
  border-bottom: 1px solid #999999;
}

#side-bar div h1 {
  color: black;
  font-size: 100%;
  font-weight: bold;
/*  border: 1px dashed; */
}

#side-bar a {
  text-decoration: none;
  display: block;
  padding: 1.1ex 1ex 1.1ex 5mm;
  color: #0066cc;
}

#side-bar a:hover {
  color: white;
  background: #6487dc;
}

#side-bar .thisPage {
  display: block;
  padding: 1.1ex 1ex 1.1ex 5mm;
  color: #fda05b;
  /*font-weight: bold;*/
}

.lighterBG {
  background: white;
}

/*
.sideTextBox span {
  line-height: 1.5em;
  display: block;
  padding: 0 1ex 0 5mm;
  color: black;
}

.sideTextBox a {
  text-decoration: none;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  color: #0066cc;
}

.sideTextBox a:hover {
  border-bottom: none;
  border-bottom-color: #0066cc;
}
*/

/* ###### Footer ###### */

#footer {
  font-size: 90%;
  padding: 1ex 2.6mm 1.3ex 2.6mm;
  clear: left;
  color: white;
  background: #6487dc;
}

#footer div {
  text-align: right;
  line-height: 1.45em;
}

#footer a {
  text-decoration: none;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: white;
  color: white;
}

#footer a:hover {
  border-bottom: none;
}

.footerLHS {
  float: left;
  clear: left;
}