/*************************************
 * TITLE: Sinorca Screen Stylesheet  *
 * URI  : sinorca/sinorca-screen.css *
 * MODIF: 2005-May-19 21:26 +0800    *
 *************************************/


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

body {
  color: black;
  background-color: rgb(255,255,255);
  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 {
  cursor: help;
  margin: 0;
  padding: 0 0 0.4px 0;
}

.doNotDisplay {
  display: none;
}

.smallCaps {
  font-size: 110%;
  font-variant: small-caps;
}
/* ##### Header ##### */

.superHeader {
  color: black;
  background: url(./images/back1.gif) rgb(137,135,135) repeat-x left top;
  height: 2em;
}

.superHeader a {
  color: rgb(30,30,30);
  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 { 
  background: url(./images/psychicsi.jpg) #AFC8FF no-repeat center top;
}

.headerTitle {
  font-size: 337%;
  font-family:Arial, Helvetica, sans-serif;
  color:white;
  font-weight: normal;
  margin: 0 0 0 4mm;
  padding: 0.25ex 0;
}

.subHeader {
  color: white;
  background: url(./images/back3.gif) rgb(2,2,2) repeat-x left top;
  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;
}
/* ##### Main Copy ##### */

#main-copy {
  color: black;
  background-color: white;
  text-align: justify;
  line-height: 1.5em;
  margin: 0 0 0 15em;
  padding: 0.5mm 5mm 5mm 5mm;
  }

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

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

#main-copy a:hover {
  text-decoration: none;
}

#main-copy h1 {
  color: rgb(60,60,60);
  background: url(./images/back1.gif) rgb(137,135,135) repeat-x left top;
  font-size: 100%;
  font-weight: bold;
  margin: 3em 0 0 0;
  padding: 0.5ex 0 0.5ex 1ex;
}

#main h1 {
  color: rgb(60,60,60);
  background: url(./images/back1.gif) rgb(137,135,135) repeat-x left top;
  font-size: 100%;
  font-weight: bold;
  margin: 3em 0 0 0;
  padding: 0.5ex 0 0.5ex 1ex;
}

#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 */
}

/* ##### search css##### */
h1      {
        margin-bottom:0xp;
        font-family:HandelGothic TL;
        color:blue;
        padding-left:50px;
        }
h2      {
        margin-top:0xp;
        font-family:Tahoma;
        color:blue;
        font-size:12px;
        border-bottom:1px solid blue;
        padding-left:0px;
        }

a       {
        color:blue;
        }
a.visited {
        color:blue;
        }

.basecol {
        color:white;
        }
.result_div {
        background:#AFC8FF;
        padding:3px;
        margin-bottom:10px;
        }
.result_div a {
        color:white;
        }
.url    {
        color:green;
        }
.title  {

        }
.engine {
        color:#AAAAAA;
        }
.related{
        text-align:left;
        border-left:1px solid black;
        padding-left:5px;
        }
.sponsored {
        border:1px solid gray;
        background:#CCFFCC;
        width:300px;
        margin-top:10px;
        padding:4px;
        margin-left:27px;
        }
.active_0 {
        border:1px solid black;
        background:#FFBBBB;
        text-align:center;
        }
.active_1 {
        border:1px solid black;
        background:#BBFFBB;
        text-align:center;
        }
.bg_1   {
        background:#DDFFDD;
        }
.bg_0   {
        background:#CCFFEE;
        }
table   {
        border-collapse: collapse;
        border-spacing: 0px;
        }
.bid    {
        color:#666666;
        }
.pad_left {
        padding-left:4px;
        }
.pad_right {
        padding-right:4px;
        border-right:1px solid black;
        }
