@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #222222;
	font-family: Helvetica, Arial;
	font-size: 13px;
	background-color: #F7F8FC;
	background-image: url(images/backgroundGradient.jpg);
	background-repeat: repeat-x;
}
#container  {
	position:relative;
	overflow:hidden;
/*	border:#FF0000 1px solid;
*/	width: 929px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#footer {
	position:relative;
	float:left;
	clear:both;
	background-image:url(images/theStage_footer-trans.png);
	width:929px;
	height:72px;
	text-align:center;
	line-height:30px;
	color:#888888;
	font-size: 10px;
}
#leftShadow {
	position:relative;
	float:left;
	width:14px;
	background-image:url(images/theStage_leftShadow-trans.png);
	background-repeat:repeat-y;
}
#rightShadow {
	position:relative;
	width:15px;
	float:left;
	background-image:url(images/theStage_rightShadow-trans.png);
	background-repeat:repeat-y;
	height:100%;
}
#contentArea {
	position:relative;
	float:left;
	width:900px;
	background-color: #FFFFFF;
}
#pageContent {
	background-image:url(images/contentBackground.jpg);
	background-repeat:repeat-x;
	min-height:270px;
	width:828px;
	float:left;
	clear:both;
	padding-left:36px;
	padding-right:36px;
	padding-top:10px;
	padding-bottom:18px;
}
.headerParts {
	position:relative;
	float:left;
}
#headBanner {
	margin:0;
	padding:0;
	width:547px;
	height:53px;
	background-color:#f8f8e4;
	line-height:53px;
	text-align:center;
	color:#6666CC;
	font-weight:bold;
}
#menuPlace {
	width:547px;
	height:52px;
	text-align:left;
	background-image:url(images/linkBackground_a.jpg);
	line-height:52px;
	overflow:visible;
}
#menuContainer {
	position:absolute;
	z-index:11;
	top:179px;
	left:363px;
}

#menuContainer ul {
        position:relative;
        float:left;
	margin:0px;
	padding:0px;
	height:52px;
}
#menuContainer ul li {
	position:relative;
	float:left;
	height: 52px;
	line-height:52px;
	margin:0px;
	padding:0px;
	list-style-type: none;
	overflow:hidden;
}
#menuContainer ul li:hover {
	overflow:visible;
}
#menuContainer ul li a:link, #menuContainer ul li a:visited{
	height:52px;
	position:relative;
	float:left;
	background-image:url(images/menuLink_a.jpg);
	background-repeat:no-repeat;
	padding-left:32px;
	padding-right:8px;
	color:#FFFFFF;
	text-decoration: none;
}
#menuContainer ul li a:hover, #menuContainer ul li a:active{
	background-image:url(images/menuLink_h.jpg);
}
#menuContainer ul li ul {
	position:absolute;
	width:200px;
	height:auto;
	margin-top:52px;
	right:0px;
}
#menuContainer ul li ul li {
	position:relative;
	float:right;
	clear:both;
	height:36px;
	line-height:36px;
	font-size:12px;
}
#menuContainer ul li ul li a:link, #menuContainer ul li ul li a:visited {
	padding:0;
	padding-left:16px;
	padding-right:16px;
	margin:0;
	background-image:url(images/linkBackground_a.jpg);
	background-repeat:repeat-x;
	position:relative;
	float:right;
	clear:both;
	height:36px;
	width:168px;
}
#menuContainer ul li ul li a:hover, #menuContainer ul li ul li a:active {
	background-image:url(images/linkBackground_h.jpg);
        background-color:#6666CC;
	background-repeat:repeat-x;
}
#subContainer {
	background-color:#4f74dc;
	background-repeat:repeat-x;
	height:36px;
	line-height:36px;
	width:864px;
	padding-left:18px;
	padding-right:18px;
	color: #CCCCFF;
	font-size: 11px;
}
#submenuLeft {
	position:relative;
	float:left;
	clear:none;
	white-space:nowrap;
}
#submenuRight {
	position:relative;
	float:right;
	clear:none;
	white-space:nowrap;
}
#searchForm {
	position:relative;
	float:right;
	clear:none;
	margin-top:10px;
	margin-left:18px;
}
#searchField {
	border:1px #333333 solid;
	font-size:11px;
	color:#666666;
	padding-left:6px;
}
#pageContent p{
	color:#444444;
	margin:0px;
        margin-bottom:16px;
	line-height: 1.6em;
}

#pageContent img{
        border: 1px solid black;
}
#pageContent ul {
        line-height:138%;
}
#pageContent ol {
        line-height:138%;
}

h2, h3, h4, h5, h6 {
	margin:0px;
	margin-top:24px;
	color:#6666CC;
}
h2 {
	font-size:24px;
}
h3 {
	font-size:20px;
}
h4 {
	font-size:16px;
}
a:link, a:visited {
	color:#4f74dc;
}
#subContainer a:link, #subContainer a:visited{
	color:#FFFFFF;
}
.orangeSpan {
	color: #FF9900
}
p.lead {
	font-style: italic;	

}

.public ul.toc {
        line-height: 1.6em;
}

#testimonialQuotes {
	color:#FFFFFF;
	position:absolute;
	top:30px;
	left:50%;
	text-align:right;
	width:450px;
	vertical-align:middle;
	margin-left:-225px;
	/*border:#0066CC 1px solid;*/
}

#contactForm {
	width: 100%;
	border: 0px solid #FF0000;
}
#contactForm input, #contactForm select {
	margin-bottom:10px;
}

/* ________________________________________________________ alignments _____ */

.image-left {
text-align: left;
}

.align-center, .image-center {
text-align: center;
}

.align-right, .image-right {
text-align: right;
}

.float-left {
position:relative;
float: left;
margin-right: 36px;
clear: none;
}

.float-right {
position:relative;
float: right;
margin-left: 36px;
clear: none;
}

/* __________________________________________________ silva list styles _____ */

ul.disc {
list-style-type: disc;
}

ul.square {
list-style-type: square;
}

ul.circle {
list-style-type: circle;
}

ul.nobullet {
list-style-type: none;
}

ol.decimal {
list-style-type: decimal;
}

ol.upper-roman {
list-style-type: upper-roman;
}

ol.lower-roman {
list-style-type: lower-roman;
}

ol.upper-alpha {
list-style-type: upper-alpha;
}

ol.lower-alpha {
list-style-type: lower-alpha;
}

ul.toc-list {
margin:0;
line-height:130%;
}

/* _________________________________________________ silva table styles _____ */

table.silvatable {
        empty-cells: show;
        border-collapse: collapse;
        margin-bottom: 1em;
        border: 1px solid #000000;
}

table.silvatable tr {
        vertical-align: top;
}

table.silvatable tr.rowheading {
        font-weight: bold;
        font-size:1.38em;
        background-color:#6666CC;
        color: #ffffff;
}

table.silvatable td {
        border-right: none;
}

table.silvatable th.align-left, table.silvatable td.align-left {
        text-align: left;
}

table.silvatable th.align-center, table.silvatable td.align-center,
table.silvatable th.align-center p, table.silvatable td.align-center p {
        text-align: center;
}

table.silvatable th.align-right, table.silvatable td.align-right,
table.silvatable th.align-right p, table.silvatable td.align-right p {
        text-align: right;
}

table.datagrid, table.plain, table.list, table.grid {
     /* width: 100%; */
}

table.plain {
        margin-top:36px;
}
table.plain td {
        padding: 10px;
        text-align:center;
}
table.plain tr.even {
        background-color: #FFFFE0;
}

table.list {
     width: 200px;
     position: relative;
     float: right;
     clear: right;
     margin-top:10px;
     margin-left: 16px;
     border: 1px solid black;
     line-height:138%;
}

table.list td {
     padding: 16px;
}

table.list tr.rowheading td, table.list thead th {
     color:#FFFFFF;
     padding: 16px;
}

table.grid td, table.grid thead th {
border: 2px solid #444444;
border-right: 2px solid #444444;
}

table.datagrid td {
border: 2px solid #444444;
border-right: 2px solid #444444;
}
table.datagrid tr.rowheading td {
border-top-style: none;
border-left-style: none;
border-right-style: none;
}

table.simple {
border-style: none;
}

table.simple thead th {
text-align: left;
font-weight: normal;
color:#6666CC;
}

td.even table td {
border-right: none;
}


/* ____________________________ various table layouts _____ */

table.black_border td,
table.black1 td,
table.red td,
table.green td {
padding: 0 5px;
}

table.black_border {
border: 1px solid black;
}

table.black_border td {
border: 1px solid black;
}

table.black_border tr.odd td {
background-color: #c1c1c1;
}

table.black1 tbody {
border-right: 1px solid black;
}

table.black1 td {
border: 1px solid black;
}

table.red {
border: 1px solid darkred;
}

table.red td {
border: 1px solid darkred;
}

table.red tr.odd td {
background-color: #d0bbbb;
}

table.green {
border: 1px solid darkgreen;
}

table.green td {
border: 1px solid darkgreen;
}

table.green tr.odd td {
background-color: #b3c99c;
}

/* definitions for batching */
div.listingBar {
width: 60em;
margin: 2em 0;
}

div.listingBar .next {
margin-left: 5em;
}

div.listingBar .previous {
margin-right: 5em;
}

/* ____________________________ preview publisher _______ */

div.publisher {
position: absolute;
top: 0;
left: 0;
width: 100%;
}


/* ____________________________ subscription forms _______ */

div.subscriptionform, div.cancellationform {
margin: 1.2em 0;
padding: 0 1em 1.5em;
border: 1px solid #898A8B;
}

div.feedback {
margin: 0.7em 0 0 0;
padding: 0.2em 0.4em;
border: 1px solid #788;
color: #3c2d50;
background-color: #f2f0a7;
}
div.feedback:first-letter {
text-transform: capitalize;
}

span.warning {
color: #a00;
}

div.backlink {
margin-top: 1.5em;
}


/* _____________________________________________________ CSS2 selectors _____ */

acronym[title], abbr[title] {
cursor:help;
}

h2 + h3 {
margin-top: 0;
}

h3 + h4 {
margin-top: 0;
}

h4 + h5 {
margin-top: 0;
}

h5 + h6 {
margin-top: 0;
}

h5 + p {
margin-top: 0.3em;
}

h6 + p, h6.minor + p {
margin-top: 0;
}

/* end cascade */