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

* html body { 
width: expression(Math.min(document.documentElement.clientWidth - 20, 1007)); 
} 

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

body {
  color: black;
  background-color: white;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 71%;  /* Enables font size scaling in MSIE */
  margin: 0;
  padding: 0;
  max-width:1007px;
}

html > body {
  font-size: 8.5pt;
}

	A:link {color: blue;text-decoration: none}
	A:visited {color:purple;text-decoration: none}
	A:active {text-decoration: none}
	A:hover {text-decoration: underline; color: navy;}
	A.highlight:hover {text-decoration: underline; color: white;}
	
	#columnwrap{
	padding-right:1px;
	}
	
	#leftheader {
	background-color: rgb(100,135,220);
	}
	
	#centerheader {
	background: rgb(140,170,230);
	}
	
	#rightheader {
	background: rgb(0,51,153);
	}
	
	#leftcontent {
	background-color: #fff; 
	float: left; 
	display: inline; 
	position: relative; 
	width: 40%; 
	padding: 0 5px 0 1px;
	}
	
	#centercontent {
	background-color: #fff; 
	float: left; 
	display: inline-table;
	position: relative; 
	width: 28%; 
	padding: 0 5px 0 5px; 
	border-left: 1px solid Silver; 
	}
	
	#rightcontent {
	background-color: #fff; 
	float: left; 
	display: inline;
	position: relative; 
	width: 26%; 
	padding: 0 5px 0 6px;
	border-left: 1px solid Silver;
	}
	
	.headers {
	color: white;  
	height: 16px; 
	font: bold 13px Arial, sans-serif; 
	text-align: center;
	}	
		
	.date {
	font-family: Tahoma; 
	font-weight: bold; 
	font-variant: small-caps; 
	font-size: small; 
	color:#DC143C;
	} 
	
	.editorialleft {
	font-family: Arial, sans-serif; 
	font-size: 14px; 
	padding-right: 5px; 
	text-align: left;
	}
	
	.editorialcenter {
	font-family: Arial, sans-serif; 
	font-size: 15px; 
	padding-right: 5px; 
	text-align: left;
	}
	
	.editorialright {
	font-family: Arial, sans-serif; 
	font-size: 15px; 
	padding-right: 5px; 
	text-align: left;
	}

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: navy;
  background-color: rgb(140,170,230);
}
.midHeader a {
  color: rgb(39,78,144);
  background-color: rgb(140,170,230);
  text-decoration:none;
}
.midHeader a:hover {
  color: rgb(39,78,144);
  background-color: rgb(140,170,230);
  text-decoration:none;
}
.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: #f897b8;
  background-color: transparent;
}


/* ##### Side Bar ##### */

#side-bar {
  width: 15em;
  float: left;
  clear: left;
  border-right: 0px 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 0mm;
  padding: 1mm 0 1mm 0;
  background: #f897b8;
  font-family: "MS Sans Serif", Geneva, sans-serif;
}

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

#side-bar li {
  margin: 0;
  padding: 0.1ex 0;  /* Circumvents a rendering bug (?) in MSIE 6.0 */
}

#side-bar a, .thisPage {
  color: Blue;
  background-color: transparent;
  text-decoration: none;
  margin: 0;
  padding: 0em 1ex 0em 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 {
  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: 0px solid rgb(153,153,153);
}

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

.editorial2 {
  margin: 0.5em 1ex 0em 1ex;
  }

#main-copy h1 {
  color: rgb(39,78,144);
  font-size: 145%;
  font-weight: bold;
  margin: 0em 0 0 0;
  padding: 0ex 0 0.5ex 0.5ex;
}

#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(100,135,220);
  font-size: 91%;
  margin: 0;
  padding: 0.5em 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;
}

/*Small Table Box*/
.smalltable {
	PADDING-RIGHT: 15px;
	PADDING-LEFT: 15px;
	FLOAT: right;
	PADDING-BOTTOM: 15px;
	WIDTH: 250px;
	PADDING-TOP: 15px;
	TEXT-ALIGN: left
}
.tableheadline {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	BACKGROUND-COLOR: #f897b8;
}
.fact {
	MARGIN-TOP: 1px;
	PADDING-LEFT: 8px;
	MARGIN-BOTTOM: 1px;
	BACKGROUND-REPEAT: no-repeat;
	font-size: x-small;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #EFEFFF;
}
.factbullet {
	MARGIN-TOP: 1px;
	PADDING-LEFT: 8px;
	BACKGROUND-IMAGE: url(http://www.religionnewsblog.com/graphics/new_bullet.gif);
	MARGIN-BOTTOM: 1px;
	BACKGROUND-REPEAT: no-repeat;
	font-size: 10px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #EFEFFF;
}
.sourcetext {
	FONT-SIZE: 9px;
	COLOR: #000000;
	FONT-STYLE: italic;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #EFEFFF;
}
.adsense {
	MARGIN-TOP: 1px;
	PADDING-LEFT: 0px;
	MARGIN-BOTTOM: 1px;
	BACKGROUND-REPEAT: no-repeat;
	BACKGROUND-COLOR: white;
}
.dottedline {
	BACKGROUND: url(http://www.religionnewsblog.com/graphics/singledot.gif) repeat-x 0px 4px;
	BACKGROUND-COLOR: #EFEFFF;
}
.dottedline2 {
   BACKGROUND-COLOR: #EFEFFF;
}
.boxlink {
	MARGIN-TOP: 0px; PADDING-LEFT: 8px; BACKGROUND-IMAGE: url(http://www.religionnewsblog.com/graphics/smaro.gif); MARGIN-BOTTOM: 2px; COLOR: teal; BACKGROUND-REPEAT: no-repeat; font-size: x-small; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #EFEFFF;
}

/* ##### Right Side Bar ##### */

.rightSideBar {
  width: 19em;
  margin: 4ex 3ex 2ex 4ex;
  padding: 0ex;
  float: right;
  clear: right;
  border: 0px solid rgb(216,210,195);
}

.rightSideBar .sideBarText {
  line-height: 1.5em;
  margin: 0;
  padding: 0 2ex 1em 1ex;
}
