/* Start of CMSMS style sheet 'sinorca_screen' */
/* ##### Common Styles ##### */

body {
	color: black;
	background-color: #d1ebab;
	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;
}

img {
  border-style: none;
}

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

/* ##### Search ##### */

#search {
  padding-top: 0.5em;
}

#search label {
  display: none;
}

/* ##### Header ##### */

.superHeader {
	color: white;
	background-color: #65c93e;
	height: 3em;
}

.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: rgb(39,78,144);
	background-color: #2caf3c;
}

.headerTitle {
	font-size: 337%;
	font-weight: normal;
	margin: 0;
	padding: 0;
/*	background: #434343 url(images/cms/header.jpg) no-repeat left;
	text-indent: -9999px;
*/
	height: 106px;
}

.headerTitle a{
  color: white;
  text-decoration: none;
  line-height: 106px;
  padding-left: 1em;
}

.subHeader {
	color: white;
	background-color: #65c93e;
	margin: 0;
  font-size: 1.2em;
  padding: 0.8em .8em .8em 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: #19856f;
	background-color: transparent;
}

div.breadcrumbs.subHeader {
  background-color: #9adb45;
  font-size: 1em;
}

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

#side-bar {
	width: 20em;
	float: left;
	clear: left;
	border-right: 1px solid rgb(153,153,153);
}

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

#side-bar h3 {
	margin: 0 0 0.5em 2.5mm;
	padding: 1em 0 0 0;
        font-size: 1.2em;
}

#side-bar h4 {
	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 */
}


/* sideBarText */
#side-bar p {
	line-height: 1.5em;
	margin: 0 0 1em 0;
	padding: 0 1.5ex 0 2.5mm;
	display: block;
}

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

#side-bar p a:hover {
	color: rgb(0,102,204);
	background-color: transparent;
	text-decoration: none;
}

.lighterBackground {
	color: inherit;
	background-color: #eefed6;
}

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

#main-copy {
	color: black;
        background: #fff url(images/background.jpg) no-repeat;
	text-align: justify;
	line-height: 1.5em;
	margin: 0 0 0 20em;
	padding: 0.5mm 5mm 5mm 5mm;
	border-left: 1px solid rgb(153,153,153);
}

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

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: #65c93e;
	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;
}
/* End of 'sinorca_screen' */

