/*************************************
 * TITLE: Sinorca Screen Stylesheet  *
 * URI  : sinorca/sinorca-screen.css *
 * MODIF: 2003-Apr-30 19:31 +0800    *
 *************************************/


/* ##### Common Styles ##### */

body {
  color: black;
  background-color: #eeeeee;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 71%;  /* Enables font size scaling in MSIE */
  margin: 2ex 0ex 0ex 0ex;
  padding: 0;
  text-align: center;
}

.navSectionHeader
{
	font-weight: bold;
}

#pageContainer
{
	text-align: left;
	width: 760px;
}

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;
}

.ProductImage
{
	float: left;
	padding-right: 2ex;
	border: 0px;
}

.PageTitle
{
	font-size:x-large;
}

tr.ProductHeader
{
	background-color: rgb(100,135,220);
	color: rgb(255,255,255);
	padding: 2ex;
}

a.ProductHeader
{
	color: rgb(255,255,255);
}

div.LargePurpleTextLink
{
	color: #ffffff;
	font-size: small;
	vertical-align: middle;
	background-color: #8F36D4;
	padding: 5px;
	margin: 0px;
	border: solid 1px #2619AC;
}

/* ##### Header ##### */

#header
{
	text-align: left;
	width: 100%;
}

.headerCompanyName
{
	font-size: x-large;
}

.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 .date {
  text-align: right;
  color: rgb(255,255,255);
  vertical-align: middle;
  padding-right: 1ex;
  padding-top: 0.75ex;
  float: right;
}

.superHeader .siteMap {
  text-align: left;
  color: rgb(255,255,255);
  vertical-align: middle;
  padding-left: 1ex;
  padding-top: 0.75ex;
  float: left;
}

.midHeader {
  color: rgb(39,78,144);
  background-color: rgb(255,255,255);
  vertical-align: middle;
  padding: 5px 0px 0px 5px;
}

.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;
}

span.headerPhoneNumber
{
	font-weight: bold;
	color: rgb(255,255,255);
}

div.LandingPageHeader
{
	padding-bottom: 2px;
	border-bottom: 2px solid rgb(100,135,220);
}


/* #### Content Container #### */

#content-container
{
	width: 780px;
	text-align: center;
	background-color: #ffffff;
	border: solid 1px #000000;
}

/* ##### Side Bar ##### */

#side-bar 
{
  width: 150px;
  height: 100%;
  float: left;
  text-align: left;
}

.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 0 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.25em 0.25ex 0.25em 2mm;
  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 
{
  width: 525px;
  color: rgb(0,0,0);
  background-color: white;
  text-align: left;
  vertical-align: top;
  line-height: 1.5em;
  margin: 0 0 0 0em;
  padding: 0.5mm 20mm 5mm 5mm;
  border-left: 1px dashed rgb(153,153,153);
  overflow: hidden;
}

#main-copy p 
{
  text-align: left;
  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 a.NoUnderline
{
	text-decoration: none;
}

#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 .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 .boldUnderline
{
	font-weight: bold;
	text-decoration: underline;	
}

#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(100,135,220);
  font-size: 91%;
  margin: 0;
  padding: 0.5ex;
  clear: both;
  text-align: center;
}

#footer .left {
  line-height: 1.45em;
  float: left;
  clear: left;
}

#footer .right {
  text-align: right;
  line-height: 1.45em;
}

#footer .center {
  text-align: center;
  line-height: 1.45em;   
}

#footer a {
  color: white;
  background-color: transparent;
  text-decoration: underline;
}

#footer a:hover {
  text-decoration: none;
}

/* ##### Customer Ticker ##### */
#memoryticker 
{
	color: rgb(0,102,204);
	background-color: #ffffff;
	width: 150px;
	font: small Verdana;
	/*Tip: add in height attribute here for multiple line scroller*/
	/*Change 0.7 below to a different number if desired (0.7=0.7 seconds)*/
	/*Remove below line to remove transitional effect in IE. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.GradientWipe(GradientSize=1.0 Duration=0.7)
}
