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


/* ##### Common Styles ##### */
/*div	{border: 1px solid red;}*/

body {
	color: #522547;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 71%;  /* Enables font size scaling in MSIE */
	margin: 0 0 20px 0;
	padding: 0;
	background-color: #fff;
	text-align: center;/*this is a hack for ie 5 to the page align to the center*/
}
html > body {font-size: 8.5pt;}

td, #main-copy p, #main-copy li, #main-copy div	{color: #522547;}

acronym, .titleTip {
  border-bottom: 1px dotted rgb(235,235,235);
  cursor: help;
  margin: 0;
  padding: 0 0 0.4px 0;
}

.doNotDisplay {
  display: none;
}

.smallCaps {
  font-size: 110%;
  font-variant: small-caps;
}


/*layout elements*/
#container	{width: 848px;margin: 0 auto;background: transparent url(../Images/bgBody.gif) 0 0 repeat-y;}

/* ##### Header ##### */
.superHeader {background: #fff url(../Images/bgHeader.gif) 0 0 no-repeat; height: 70px;}
.midHeader img	{margin-right: 1px;}
.midHeader	{margin-bottom: 3px;}

.superHeader a {
  color: white;
  background-color: transparent;
  text-decoration: none;
  font-size: 100%;
  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;
}



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

.supsubHeader {
  color: white;
  background-color: rgb(133,101,114);
  margin: 0;
  padding: .5ex 1ex 1ex 1.5mm;
}

/*main navigation*/
#mainNav	{width: 826px; margin: 0 auto; border: 1px solid #E9E9E9; border-bottom-width: 0; }
.subHeader 	{color: fff; background: #582148 url(../Images/bgMainNav.gif) 0 0 repeat-x; margin: 1px; padding: 8px 0; text-align: left; height: ;}

.subHeader a {color: #fff; background-color: transparent; text-decoration: none; font-weight: normal; margin: 0; padding: 0 15px;}  
.subHeader a:hover { text-decoration: none; color: #A1DDE7;}
.superHeader .highlight, .subHeader .highlight {color: #A1DDE7;}

#contentContainer	{width: 826px; border: 1px solid #E9E9E9;border-top-width: 0; margin:  0 0 12px 0; padding-bottom: 22px;}

/* ##### Side Bar ##### */
#side-bar {width: 200px;float: left;text-align: left;text-align: justify; padding: 10px 0 0 0; margin-right: 20px;}
#side-bar img	{margin: 10px 0;}
#side-bar p	{color: #9B5199; font-size: 90%;}


#side-bar div {
  border-bottom: 1px thin dotted rgb(255,255,255);
}

.sideBarTitle {
	font-family: Franklin Gothic Book;
	font-weight: normal;
	margin: 15px 0 13px 16px;
	padding: 0;
	font-size: 180%!important;
	color: #5A2049;
}
.sideBarTitle p	{width: 100%;}

#side-bar ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  padding: 0 0 1.1em 0;

}

#side-bar li {
  margin: 0 0 0 15px;
  padding: 0.1ex 0;  /* Circumvents a rendering bug (?) in MSIE 6.0 */
  border-bottom: 1px thin dotted #5A2049;
}

#side-bar a, .thisPage {
  color: #5C3184;
  background-color: transparent;
  text-decoration: none;
  margin: 0;
  padding: 0.75em 1ex 0.75em 0;
  display: block;
}

#side-bar a strong	{font-weight: lighter;}

.thisPage {
  color: #333333;
  background-color: white;
  padding-left: 4mm;
  border-top: 1px thin dotted rgb(255,255,255);
  border-bottom: 1px thin dotted rgb(255,255,255);
}

#side-bar a:hover {
  color: #EC5096;
  text-decoration: none;
}

.sideBarText {
  line-height: 1.5em;
  margin: 0 0 1em 0;
  padding: 0 1.5ex 0 2.5mm;
  display: block;
}

.sideBarText p	{margin: 0; padding: 0;}

#side-bar .sideBarText a {
  text-decoration: underline;
  margin: 0;
  padding: 0;
  display: inline;
}

#side-bar .sideBarText a:hover {
  color: rgb(137,211,223);
  background-color: transparent;
  text-decoration: none;
}

.lighterBackground {color: inherit; background-color: white;}
.lighterBackground p	{margin-left: 5px;}

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

#main-copy {
  color: gray;
  background-color: white;
  text-align: justify;
  line-height: 1.5em;
  margin: 0 0 0 15em;
  padding: 28px 0 5mm 0;
  width: 586px;
}

#main-copy p {
  margin: 1em 1ex 2em 1ex;
  color: #522547;
  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(90,50,131);
  background-color: white;
  font-size: 250%;
  font-weight: normal;
  margin: 1em 0 0 0;
  line-height: 3em
  padding: 0.5ex 0 0.5ex 0;
}

#main-copy h2 {
  color: rgb(83,38,71);
  background-color: white;
  font-size: 150%;
  font-weight: normal;
  margin: 1em 0 0 0;
  padding: .5ex 0 0.5ex 5px;
}

#main-copy h3 {
  color: white;
  background-color: rgb(83,38,71);
  font-size: 150%;
  font-weight: normal;
  margin: 1em 0 0 0;
  padding: .5ex 0 0.5ex 5px;
}

#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: #5C3184;
  font-size: 91%;
  margin: 0;
  padding: 0 0 10px 0;
  clear: both;
  border-bottom: 1px solid #DCDCDC;
}

#footer .left {
  float: left;
  clear: left;
  margin-left: 5px;
}

#footer .right {
  text-align: right;
  margin-right: 11px;
}

#footer a {
  color: #5C3184);
  background-color: transparent;
  text-decoration: underline;
}

#footer a:hover {
  text-decoration: none;
}