/*************************************
 * TITLE: Sinorca Screen Stylesheet  *
 * URI  : sinorca/sinorca-screen.css *
 * MODIF: 2003-Apr-30 19:31 +0800    *
 *************************************/


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

body {
  color: black;
  background-color: rgb(240,240,240);
  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 .topic {
  font-size: 1.5em;
  text-indent: 0.9em; 
  font-weight: bold;
}

.superHeader .right {
  position: absolute;
  right: 1.5mm;
  top: 0.75ex;
}

.midHeader {
  color: rgb(39,78,144);
  /*background-color: rgb(140,170,230);*/
  background-color: rgb(140,170,230);
}

.midHeader .right {
  position: absolute;
  right: 1.5mm;
  top: 4.00ex;
}


.midHeaderRoot {
  color: rgb(39,78,144);
  /*background-color: rgb(140,170,230);*/
  background-color: rgb(240,240,240);
  height: 5.6em;
    top: 5.60ex;
}

.midHeaderRoot .left {
  position: absolute;
  left: 2.0mm;
  top: 5.60ex;
}

.midHeaderRoot .right {
  position: absolute;
  right: 2.0mm;
  top: 4.60ex;
}

.headerTitle {
  font-size: 337%;
  font-weight: normal;
  margin: 0 0 0 4mm;
  padding: 0.25ex 0;
}

.subHeader {
  color: white;
  background-color: rgb(0,51,153);
  margin: 0;
  padding: 1ex 1ex 1ex 1.5mm;
}

.subHeader a {
  color: white;
  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: 15em;
  float: left;
  clear: left;
  border-right: 1px solid rgb(153,153,153);
}

#side-bar div {
  border-bottom: 1px solid rgb(153,153,153);
}

.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);
  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);
}

#side-bar a:hover {
  color: white;
  background-color: rgb(100,135,220);
  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,102,204);
  background-color: transparent;
  text-decoration: none;
}

.lighterBackground {
  color: inherit;
  background-color: white;
}


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

#main-copy {
  /*font-size: 10pt;
  margin: 0 0 0 12.75em;*/
  color: black;
  background-color: white;
  text-align: justify;
  line-height: 1.5em;
  margin: 0 0 0 15em;
  padding: 0.5mm 5mm 5mm 5mm;
  border-left: 1px solid rgb(153,153,153);
}

#main-copy p {
  margin: 1em 1ex 1em 1ex;
  padding: 0;
}

#main-copy a {
  color: rgb(0,102,204);
  background-color: transparent;
  text-decoration: underline;
  text-align: left;
}

#main-copy a:hover {
  text-decoration: none;
  color: rgb(253,160,91);
  text-align: left;
}

#main-copy h1 {
  color: white;
  background-color: rgb(100,135,220);
  font-size: 100%;
  font-weight: bold;
  margin: 3em 0 0 0;
  padding: 0.5ex 0 0.5ex 1ex;
}

#main-copy h2 {
  font-size: 120%;
  font-weight: bold;
}

#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: 4.75ex 1ex 0 0;  /* For fully standards-compliant user agents */
}

#main-copy .pub_entry{
margin-left:20px;
padding-bottom:10px;
border-bottom: 1px solid #CCCCCC;
border-right: 1px solid #CCCCCC;
/*padding: 5px;*/
}

#main-copy .pub_entry a, a:hover {
  text-align: left;
}

#main-copy .floatright_details{
float: right;
padding-left:20px;
/*width: 100px;*/
/*margin: 0 0 0px 10px;*/
/*padding:3px;*/
/*text-align:center;*/
/*border: 1px solid #666;*/
border-top: 1px solid #CCCCCC;
padding: 5px;
}

.year{
/*border-top: 1px solid #666;
border-left: 1px solid #666;*/
font-size:10pt;
font-weight:bold;
}

.date{
font-weight: bold;
}

.title{
font-style: italic; text-decoration: underline;
}

.project{
margin-left:0px;
padding-top:0px;
padding-bottom:0px;
border-bottom: 1px solid #CCCCCC;
border-right: 1px solid #CCCCCC;
/*padding: 5px;*/
}
.project .floatright_details{
float: right;
padding-left:10px;
padding: 5px;
}

.project_title {
font-size:10pt;
text-decoration: underline;
}

.book {
float: right;
padding-left:20px;
/*border-top: 1px solid #CCCCCC;*/
/*padding: 5px;*/
margin: 5px 0 10px 15px;
clear: right;
}

.book_image {
/*float: right;*/
border: 1px solid black;
width: 95px; 
height: 144px;
margin: 5px 0 10px 5px;
}

.book_image_originalrightcovers {
float: right;
border: 1px solid black;
width: 95px; 
height: 144px;
margin: 5px 0 10px 15px;
}

.term{
margin-left:0px;
padding-top:0px;
padding-bottom:0px;
border-bottom: 1px solid #CCCCCC;
border-right: 1px solid #CCCCCC;
}

.term_title {
font-size:10pt;
text-decoration: underline;
}

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(100,135,220);
  font-size: 91%;
  margin: 0;
  padding: 1em 2.5mm 2.5ex 2.5mm;
  clear: both;
}

#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;
}




hr {
   color:           #999999;
   background:      transparent;
   height:          1px;	/* Required for IE/Win */
   margin:          0.5em 0;
   padding:         0;
   border-color:    #999999;
   border-width:    1px;
   border-style:    none none solid none;
}

hr.lighter {			/* Warning: not printed out on paper */
   color:           #F0F0F0;
   background:      transparent;
   border-color:    #F0F0F0;
}


ul, ol, pre, dl, p { margin-top:0px; margin-bottom:0px; }
code { white-space: nowrap; }
.vspace { margin-top:1.33em; }
.indent { margin-left:40px; }
.outdent { margin-left:40px; text-indent:-40px; }
a.createlinktext { text-decoration:none; border-bottom:1px dotted gray; }
a.createlink { text-decoration:none; position:relative; top:-0.5em;
               font-weight:bold; font-size:smaller; border-bottom:none; }
img { border:0px; }
.editconflict { color:green; font-style:italic; margin-top:1.33em; margin-bottom:1.33em; }

table.markup { border: 2px dotted #ccf; width:90%; }
td.markup1, td.markup2 { padding-left:10px; padding-right:10px; }
td.markup1 { border-bottom: 1px solid #ccf; }
div.faq { margin-left:2em; }
div.faq p.question { margin: 1em 0 0.75em -2em; font-weight:bold; }
div.faq hr { margin-left: -2em; }

.frame { border:1px solid #cccccc; padding:4px; background-color:#f9f9f9; }
.lfloat { float:left; margin-right:0.5em; }
.rfloat { float:right; margin-right:0.5em; }
a.varlink { text-decoration:none; }



