/*************************************
 * TITLE: Sinorca Screen Stylesheet  *
 * URI  : sinorca/sinorca-screen.css *
 * MODIF: 2003-Apr-30 19:31 +0800    *
 *************************************/


/* ##### Common Styles ##### */

body {
  color: black;
  background-color: rgb(217,217,219);

  font-family: verdana, helvetica, arial, sans-serif;

  font-size: 71%;  /* Enables font size scaling in MSIE */
  margin: 0;
  padding: 0;
}

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 ##### */

.superHeader {
  color: white;
  background-color: rgb(100,135,220);
  height: 2em;
}

.superHeader a {
  color: white;
  background-color: transparent;
  text-decoration: none;
  font-size: 91%;
  margin: 0;
  padding: 0 0.5ex 0 0.25ex;
}

.superHeader a:hover {
  text-decoration: underline;
}

.superHeader .left {
  position: absolute;
  left: 1.5mm;
  top: 0.75ex;
}

.superHeader .right {
  position: absolute;
  right: 1.5mm;
  top: 0.75ex;
}

.midHeader {
  color: rgb(39,78,104);
  background-color: rgb(80,80,100);
}

.headerTitle {
  font-size: 337%;
  font-weight: normal;
  margin: 0 0 0 4mm;
  padding: 0.25ex 0;
}

.subHeader {
  color: #dec867;
  background-color: rgb(120, 121, 122);
  margin: 0;
  padding: 1ex 1ex 1ex 1.5mm;
/* background-image: url('red-bg.gif'); */
  text-align: right;
}

.subHeader a {

  color: #dec867;
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
  margin: 0;
  padding: 0 0.75ex 0 0.5ex;
}  

.subHeader a:hover {
  text-decoration: underline;
}

.superHeader .highlight, .subHeader .highlight {
  color: rgb(253,160,91);
  background-color: transparent;
}


/* ##### Side Bar ##### */

#side-bar {
  width: 120px;
  height: auto;
  float: left;
  clear: right;
}

#side-bar div {
  width: 120px;
/*  border-bottom: 1px solid rgb(153,153,183); */
}

.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);
  text-decoration: none;
  margin: 0;
  padding: 0.75em 1ex 0.75em 5mm;
  display: block;
}

span.sel {
  color: rgb(42,42,42);
  background-color: transparent;
  text-decoration: none;
  margin: 0;
  padding: 0.75em 1ex 0.75em 5mm;
  display: block;	
}

.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);
}

.address {
  margin: 2em 2em 2em 2em;
  padding: 2em 2em 2em 2em;
  border-top: 1px solid rgb(153,153,153);
  border-bottom: 1px solid rgb(153,153,153);
  border-style: solid;
  background-color: rgb(250,250,240);
}

#side-bar a:hover {
  color: white;
  background-color: rgb(140,140,180);
  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,162,204);
  text-decoration: none;
}

.lighterBackground {
  color: inherit;
  background-color: white;
}


/* ##### Main Copy ##### */

#main-copy {
  color: rgb(40,40,80);
  background-color: white;
/*  text-align: justify; */
  line-height: 1.5em;
  margin: 0 0 0 120px;
  padding: 0.5mm 5mm 5mm 5mm;
/*  border-left: 1px solid rgb(153,153,153); */

    background-image : url('sm-fade-right.png');
    background-repeat : repeat-y;

font-size: 11pt;

  font-family: "Book Antiqua","Palatino Linotype","Times New Roman",Times,serif;
}

#spacer { 
    float: left;
    height: 600px;
    width: 1px;
}

#main-copy p {
  margin: 1em 4ex 2em 4ex;
  padding: 0;
}

#main-copy a {
  color: rgb(0,102,204);
  background-color: transparent;
  text-decoration: none;
  border: 0;
}



#main-copy a:hover {
  text-decoration: underline;
}


#main-copy h1 {
/*  color: rgb(80,80,120); */
 /* color: #d8d8da; */
  color: #808082;
/*  background-color: #accdec; */
/*  background-image: url('red-bg.gif');  */

  font-size: 170%;
  font-family: verdana, helvetica, arial, sans-serif;         
  font-weight: bold;
  margin: 3em 0 0 0;
  padding: 0.5ex 0 0.5ex 1ex;
         
}

#main-copy h2 {
  color: black;
/*  background-color: #accdec; */
/*  background-color: rgb(240,220,220); */
/*  font-family: verdana, helvetica, arial, sans-serif;         */

  font-size: 170%;
  font-weight: bold;
  margin: 2em 0 0 0;
  padding: 0.5ex 0 0.5ex 0ex;
  margin-bottom: 2em;

  border-bottom: 2px solid #accdec;
}

#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 */
}

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(200,160,160);
  background-image: url('red-bg.gif'); 


  font-size: 91%;
  margin: 0;
  padding: 1em 2.5mm 2.5ex 2.5mm;
  clear: both;
  text-align: right;
}

#footer .left {
  line-height: 1.45em;
  float: left;
  clear: left;
}

#footer .right {
  text-align: right;
  line-height: 1.45em;
}

#footer a {
  color: white;
  background-color: transparent;
  text-decoration: underline;
}

#footer a:hover {
  text-decoration: none;
}

/* shading in a shadow box */
td.inbox { 
   background: #f0f0b8;
}

td.right1 {
    background-image : url('fade-right.png');
    background-repeat : repeat-y;
	width: 12;
}	

td.bottom1 {
    background-image : url('fade-down.png');
    background-repeat : repeat-x;
}

td.tr1 {
    background-image : url('fade-tr.png');
    background-repeat : no-repeat;
}

td.br1 {
    background-image : url('fade-br.png');
    background-repeat : no-repeat;
}

td.bl1 {
    background-image : url('fade-bl.png');
    background-repeat : no-repeat;
}

td.blank1 {
    background-image : url('blank12.png');
    background-repeat : no-repeat;
}

img.bare {
   vertical-align: bottom;

   border-width: 1px;
   border-color: rgb(50,50,50);
   border-style: solid;
}

div.bord {
    background-color: rgb(220,230,240);
   border-width: 1px;
   border-color: rgb(160,170,180);
   border-style: solid;
 
    margin: 0px;


   padding: 10px;

}



td.right2 {
    background-image : url('fade2-right.png');
    background-repeat : repeat-y;
	width: 12;
}	

td.bottom2 {
    background-image : url('fade2-bottom.png');
    background-repeat : repeat-x;
}

td.tr2 {
    background-image : url('fade2-tr.png');
    background-repeat : no-repeat;
}

td.br2 {
    background-image : url('fade2-br.png');
    background-repeat : no-repeat;
}

td.bl2 {
    background-image : url('fade2-bl.png');
    background-repeat : no-repeat;
}

td.blank2 {
    background-image : url('blank6.png');
    background-repeat : no-repeat;
}




td.right3 {
    background-image : url('right-shadow.gif');
    background-repeat : repeat-y;
}	

td.bottom3 {
    background-image : url('bottom-shadow.gif');
    background-repeat : repeat-x;
}

td.br3 {
    background-image : url('bottom-right-shadow.gif');
    background-repeat : no-repeat;
}



.crumbs {   
   font-family: Verdana, Helvetica, sans-serif;
   color: #808082;
   background-color: rgb(250,250,250); 
}


li.sel { 
  background-color: rgb(215,215,245);
}

.crumbs a.plain:link {
  color: green;
  text-decoration: none;
}

.crumbs a:visited {
  text-decoration: none;
}

.crumbs a:hover {
  background-color: orange;
  text-decoration: underline;
}

.crumbnav {
   font-family: Verdana, Helvetica, sans-serif;
   color: rgb(200,200,200);
   background-color: rgb(250,250,250);
   text-align: right;
   float: right;
}

.pad { 
       padding: 1em;
       width: 300px;
 }

.authors { 
   margin-left: 2em; 
   margin-bottom: 1.5em;
   font-style: italic;
 }

.toctitle { 
  margin-bottom: .5em;
 }