/************************************
 * TITLE: Sinorca Print Stylesheet  * 
 * URI  : sinorca/sinorca-print.css *
 * MODIF: 2003-May-01 19:30 +0800   *
 ************************************/


/* ##### Common Styles ##### */

body {
  color: black;
  background-color: white;
  font-family: "times new roman", times, roman, serif;
  font-size: 12pt;
  margin: 0;
  padding: 0;
}

acronym, .titleTip {
  font-style: italic;
  border-bottom: none;
}

acronym:after, .titleTip:after {  /* Prints titles after the acronyms/titletips. Doesn't work in MSIE */
  content: "(" attr(title) ")";
  font-size: 90%;
  font-style: normal;
  padding-left: 1ex;
}

.doNotPrint {
  display: none !important;
}


/* ##### Header ##### */


#header {
  display: none;
}

.headerTitle {
  color: black;
  background-color: transparent;
  font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
  font-size: 200%;
  font-weight: normal;
  text-decoration: none;
  margin: 0;
  padding: 0 0 0.5ex 0;
}

.subHeader {
  display: none;
}


/* ##### Side Bar ##### */

#side-bar {
  display: none;
}


/* ##### Main Copy ##### */

#main-copy {
  margin: 0;
  padding: 0;
}

h1 {

  font-size: 130%;
  margin: 2ex 0 1ex 0;
  padding: 0;
}
h2 {

  font-size: 120%;
  margin: 2ex 0 1ex 0;
  padding: 0;
}
h3 {

  font-size: 110%;
  margin: 2ex 0 1ex 0;
  padding: 0;
}

#main-copy a {
  color: black;
  background-color: transparent;
  text-decoration: none;
}

p {
  margin: 0 0 2ex 0;
  padding: 0;
}

dl {
  margin: 0;
  padding: 0;
}

dt {
  font-weight: bold;
  margin: 0;
  padding: 0 0 1ex 0;
}

dd {
  margin: 0 0 2ex 1.5em;
  padding: 0;
}

.topOfPage {
  display: none;
}


/* ##### Footer ##### */

#footer {
  margin: 2em 0 0 0;
  padding: 1ex 0 0 0;
  border-top: 1px solid black;
}

#footer a {
  color: black;
  background-color: transparent;
  text-decoration: none;
}
table.data{
margin:1em 0 1.5em;
line-height:1.6em;
border:rgb(150,150,150) 1px solid;
background-color:#fff;
}
table.full{
width:100%;
border-collapse:collapse;
}
.data th,.data td{
padding:2px 5px 3px;
border-bottom:rgb(150,150,150) 1px solid;
border-right:rgb(150,150,150) 1px solid;
}
.data td{
vertical-align:top;
}
.data th,.data .row-header th em{
font-style:italic;
font-weight:normal;
background-color:rgb(253,250,217);
}
.data .row-header th,.data thead th{
text-align:right;
font-style:normal;
font-weight:bold;
}
.data th.txt,.data td.txt{
text-align:left;
}
.data .alt th,.data .alt td{
background:rgb(240,240,240);
border-color:rgb(204,204,204);
}
.data .darkcell{
background-color:rgb(51,51,51);
}
.data .header{
background-color:rgb(240,240,240);
font-weight:bold;
}
.data .total{
border-top:rgb(150,150,150) 1px solid;
border-bottom:rgb(150,150,150) 4px solid;
background-color:rgb(240,240,240);
}