/* stylesheet contains classes used globally across all Marx and related systems */
/* global tag classes */
body {
	background-color:#FFFFFF;
	margin:6px 10px 0px 10px;
	padding:0px;
}
.bodyPopup {
	background-color:#FFFFFF;
	margin:10px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}
p {
	margin: 0px;
	padding-bottom:10px;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
}
a:link {
	color:#ff6400;
	text-decoration:none;
}
a:active {
	color:#ff6400;
	text-decoration:none;
}
a:visited {
	color:#ff6400;
	text-decoration:none;
}
a:hover {
	color:#999999;
	text-decoration:none;
}
a.subLink:link {
	font-size:10px;
	color:#999999;
	text-decoration:none;
}
a.subLink:active {
	font-size:10px;
	color:#999999;
	text-decoration:none;
}
a.subLink:visited {
	font-size:10px;
	color:#999999;
	text-decoration:none;
}
a.subLink:hover {
	font-size:10px;
	color:#666666;
	text-decoration:none;
}
a.headerLink:link {
	color:#FFFFFF;
	text-decoration:none;
}
a.headerLink:active {
	color:#FFFFFF;
	text-decoration:none;
}
a.headerLink:visited {
	color:#FFFFFF;
	text-decoration:none;
}
a.headerLink:hover {
	color:#FF9900;
	text-decoration:none;
}
/* banner classes */
.logo {
	height:63px;
}
table.banner {
	border-collapse: collapse;
	border-spacing: 0px;
	empty-cells: show;
}
table.banner td.bannerTop {
	height:93px;
}
table.banner td.bannerNav {
	height:21px;
}
table.banner td.bannerBottom {
	height:12px;
}
table.banner td.bannerTopFill1 {
	background-image: url(../_images/bannerTopFill1.gif);
	background-repeat: repeat-x;
}
table.banner td.bannerTopFill2 {
	background-image: url(../_images/bannerTopFill2.gif);
	background-repeat: repeat-x;
}
table.banner td.bannerTopFill3 {
	background-image: url(../_images/bannerTopFill3.gif);
	background-repeat: repeat-x;
}
table.banner td.bannerTopFill4 {
	background-image: url(../_images/bannerTopFill4.gif);
	background-repeat: repeat-x;
}
table.banner td.bannerTopFill5 {
	background-image: url(../_images/bannerTopFill5.gif);
	background-repeat: repeat-x;
}
table.banner td.bannerTopFill6 {
	background-image: url(../_images/bannerTopFill6.gif);
	background-repeat: repeat-x;
}
table.banner td.bannerTopFill7 {
	background-image: url(../_images/bannerTopFill7.gif);
	background-repeat: repeat-x;
}
table.banner td.bannerTopFill8 {
	background-image: url(../_images/bannerTopFill8.gif);
	background-repeat: repeat-x;
}
table.banner td.bannerTopFill9 {
	background-image: url(../_images/bannerTopFill9.gif);
	background-repeat: repeat-x;
}
table.banner td.bannerTopFill10 {
	background-image: url(../_images/bannerTopFill10.gif);
	background-repeat: repeat-x;
}
table.banner td.bannerNavFill {
	background-image: url(../_images/bannerNavFill.gif);
	background-repeat: repeat-x;
}
table.banner td.bannerBottomFill1 {
	background-image: url(../_images/bannerBottomFill1.gif);
	background-repeat: repeat-x;
}
table.banner td.bannerBottomFill2 {
	background-image: url(../_images/bannerBottomFill2.gif);
	background-repeat: repeat-x;
}
table.banner td.bannerBottomFill3 {
	background-image: url(../_images/bannerBottomFill3.gif);
	background-repeat: repeat-x;
}
table.banner td.bannerBottomFill4 {
	background-image: url(../_images/bannerBottomFill4.gif);
	background-repeat: repeat-x;
}
table.banner td.bannerBottomFill5 {
	background-image: url(../_images/bannerBottomFill5.gif);
	background-repeat: repeat-x;
}
table.banner td.bannerBottomFill6 {
	background-image: url(../_images/bannerBottomFill6.gif);
	background-repeat: repeat-x;
}
table.banner td.bannerBottomFill7 {
	background-image: url(../_images/bannerBottomFill7.gif);
	background-repeat: repeat-x;
}
table.banner td.bannerBottomFill8 {
	background-image: url(../_images/bannerBottomFill8.gif);
	background-repeat: repeat-x;
}
table.banner td.bannerBottomFill9 {
	background-image: url(../_images/bannerBottomFill9.gif);
	background-repeat: repeat-x;
}
table.banner td.bannerBottomFill10 {
	background-image: url(../_images/bannerBottomFill10.gif);
	background-repeat: repeat-x;
}
/* footer classes */
table.footer {
	border-collapse: collapse;
	border-spacing: 0px;
	empty-cells: show;
}
table.footer td {
	font-size:10px;
	color:#888888;
}
.copyrightText {
	font-size:9px;
	color:#888888;
}
/* page format/sizing classes */
.pageWidth {
	width:750px;
}
.pageMinWidth {
	width:750px;
}
.pagePrintWidth {
	width:650px;
}
.contentHeight {
	height:375px;
}
.pageAlign {
	text-align:left;
}
.mainContent {
	height:350px;
	padding-left:8px;
	padding-top:8px;
	padding-right:16px;
}
/*dividers, breaks and other separators */
.hDiv {
	height:5px;
	background-image: url(../_images/hDiv.gif);
	background-repeat: repeat-x;
}
.hDivSpacer {
	height:5px;
	width:100%;
}
.hDivNoPad {
	height:1px;
	background-image: url(../_images/hDivNoPad.gif);
	background-repeat: repeat-x;
}
.hDivNoPadSpacer {
	height:1px;
}
.vDiv {
	width:1px;
	background-image: url(../_images/vDiv.gif);
	background-repeat: repeat-y;
}
.vDivSpacer {
	width:1px;
}
.hDivPadded {
	height:25px;
	background-image: url(../_images/hDivPadded.gif);
	background-repeat: repeat-x;
}
.hDivPaddedSpacer {
	height:25px;
	width:100%;
}
.vDivPadded {
	width:27px;
	background-image: url(../_images/vDivPadded.gif);
	background-repeat: repeat-y;
}
.vDivPaddedSpacer {
	width:27px;
}
.hDivNoPadTop {
	height:15px;
	background-image: url(../_images/hDivNoPadTop.gif);
	background-repeat: repeat-x;
}
.hDivNoPadTopSpacer {
	height:15px;
	width:100%;
}
.hDivBlockSpacer {
	height:8px;
	width:100%;
}
/* general text & formatting classes */
.pageTitle{
	font-family: "Times New Roman", Times, serif;
	font-size:24px;
	color:#000000;
	font-weight:normal;
	height:35px;
}
.pageSubTitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#ff6400;
	font-weight:normal;
}
.pageSubTitle2{
	font-family: "Times New Roman", Times, serif;
	font-size:20px;
	color:#ff6400;
	font-weight:normal;
}
.header1 {
	font-size:18px;
	color:#000000;
}
.header2 {
	font-size:16px;
	font-weight:bold;
	color:#000000;
}
.header3 {
	font-size:12px;
	font-weight:bold;
	color:#000000;
}
.header4 {
	font-size:12px;
	font-weight:bold;
	color:#ff6400;
}
.header5 {
	font-family: "Times New Roman", Times, serif;
	font-size:19px;
	color:#000000;
	font-weight:normal;
}
.text1 {
	font-size:14px;
	color:#000000;
}
.text2 {
	font-size:11px;
	color:#999999;
}
.text3 {
	font-size:10px;
	color: #999999;
}
.subText {
	font-size:10px;
}
.footnoteText {
	color:#999999;
	font-size:10px;
	font-style:italic;
}
.requiredText {
	color:#FF6633;
}
.requiredBG {
	background-color:#FFFF99;
}
.abstractText {
	color:#888888;
}
.infoPortletContent {
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	border:1px solid #999999;
	background-color:#F9F9FB;
}
/* classes used for bullet and other list-type blocks*/
.listItemSpacer {
	width:1px;
	height:5px;
}
.listSubItemSpacer {
	width:1px;
	height:10px;
}
.listItemIndentSpacer2 {
	width:15px;
	height:1px;
}
.listItemIndentSpacer3 {
	width:30px;
	height:1px;
}
.listItemIndentSpacer {
	width:8px;
	height:1px;
}
/* report classes */
table.report {
	border-collapse: collapse;
	border-spacing: 0px;
	empty-cells: show;
}
table.report td {
	border:1px solid #666666;
	padding:3px;
	background-color:#F1F1F1;
}
table.report td.reportHeaderCol {
	font-weight:bold;
	vertical-align:middle;
	background-color:#E4E4ED;
}
table.report td.reportCurrencyCol {
	text-align:right;
}
table.report td.reportPercentCol {
	text-align:center;
}
/* form classes */
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333333;
	vertical-align: middle;
	background-color:#F9F9FB; 
}
input.checkBox {
	vertical-align:middle;
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
}
input.radioButton {
	vertical-align:middle;
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
}
.headerFormControl {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	vertical-align:middle;
}	
table.form {
	border-collapse: collapse;
	border-spacing: 0px;
	empty-cells: show;
}
table.form td {
	font-size:11px;
}
table.form strong {
	color:#333333;
}
table.form td.selectListHeader {
	background-color: #999999;
	color: #FFFFFF;
	font-weight:bold;
	height:19px;
	vertical-align:middle;
	padding-left:3px;
	border:1px solid #CCCCCC;
}
select.selectList {
	width:100%;
	border:0px #999999 solid;
}
/* rNav Classes */
table.rNav{
	empty-cells: show;
	background-color: #F1F1F1;
	border: 1px solid #999999;
}
table.rNav td {
	font-size:10px;
}
table.rNav img.listItemSpacer {
	height:3px;
}
table.rNav td.rNavSectionContent {
	padding:5px;
}
table.rNav td.rNavSectionHeaderR {
	border-left:0px solid #FFFFFF;
	text-align:right;
	vertical-align:middle;
	font-weight:normal;
	color:#FFFFFF;
	font-size:11px;
}
table.rNav td.rNavSectionHeaderL {
	border-right:0px solid #FFFFFF;
	color:#FFFFFF;
	vertical-align:middle;
	font-size:11px;
}
table.rNav td.rNavLink {
	font-size:10px;
}
img.rNavColSpacer {
	width:15px;
	height:1px;
}
img.rNavWidthSpacer {
	width:170px;
	height:1px;
}
#rNavSectionHeader {
	background-color: #999999;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	padding-left:3px;
	padding-right:3px;
	vertical-align:middle;
	border: 1px solid #FFFFFF;
	height:16px;
}
/*higlight info table classes */
#highlightBox {
	background-color: #F1F1F1;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:8px;
	padding-right:8px;
}
.highlightBoxRBorder {
	border-right:8px solid #FFFFFF;
}
.highlightBox2 {
	background-color: #F1F1F1;
	border-right:2px solid #FFFFFF;
	border-bottom:2px solid #FFFFFF;
	padding-left:4px;
	padding-bottom:2px;
	padding-top:2px;		
}
.highlightBox3 {
	background-color: #FFFFFF;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	border-left:1px solid #999999;
	border-top:1px solid #999999;
	padding-right:4px;
	padding-left:4px;
	padding-bottom:2px;
	padding-top:4px;		
}
.highlightBox4 {
	background-color: #F1F1F1;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	border-left:1px solid #999999;
	border-top:1px solid #999999;
	padding-right:4px;
	padding-left:4px;
	padding-bottom:2px;
	padding-top:4px;		
}
/* coupon ticker portler */
table.ticker{
	empty-cells: show;
	background-color: #F1F1F1;
	border: 1px solid #999999;
}
table.ticker td {
	font-size:11px;
}