#content,#contentNoNav{
	font-size:12px;
}
#content p,,#contentNoNav P{
	margin-top:0px;
}
#content H1,#contentNoNav H1 {
	position:relative;
	left:-.6em;
	background-color:#d0d8e1;
	background-image: url(../images/h1_fadingmaskbg.jpg);
	background-repeat:repeat-y;
	background-position: left;
	vertical-align:middle;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:1.5em;
	color:#687787;
	margin-top:0px;
	padding-top:.8em;
	padding-bottom:.8em;
	
	
}
#content H2.red,#contentNoNav H2.red{
	color:#D60012;
}

H2.productHeading{
	color:#000;
}
.productHeading a:link, .productHeading a:visited{
	color:#000;
	
}

#content H2,#contentNoNav H2{
	font-weight:bold;
	font-size:1em;
	margin-bottom:.5em;
}


P.leftNavTitleBar{
	padding:7px 12px 7px 1px;
	background-color:#aebccb;
	font-family:Arial Narrow, Helvetica, sans-serif;
	font-weight:bold;
	font-size:.9em;
	text-transform:uppercase;
	text-align:right;
	margin:0;
}

.priceSheet{
	border:0px none;
}

table.priceSheet {
	border-collapse: collapse; border-spacing: 0;
	width:95%;
}
table.priceSheet caption { 
	color:#e9020b;
	caption-side: top;
	text-align:left; 
	padding-top:12px;
	font-weight:bold;
	font-size:1em;
}

.priceSheet th{
	padding:4px;
	font-weight:bold;
	font-size:0.9em;
	text-align:left;
	
}
.priceSheet td{
	padding:4px;
	font-size:1.0em;
}
.priceSheet tr{
	border-bottom:1px solid #999;
	
}

.priceSheet tr.altrow{
	background-color: #e7ebf0;
	
}
.formTable{
	font-size:1em;
}

.formTable td{
	padding: 2px 0px 2px 4px;
}
.formTable th{
	background-color:#EEF2F5;
}
.formTable caption{
	border-bottom:1px solid #000;
	background-color:#EEf2F5;
	font-weight:bold;
	text-align:left;
	padding:4px;
}
.formTable td.label{
	font-weight:bold;
	text-align:right;
}
input.error{
	background-color:#FFCCCC;
}
.formRequiredField{
	color:#D60012;
	position:relative;
	top:-.4em;
	left: 0px;
}
.errorMessage{
color:#CC3300;
}
ul.errorMessage{
	padding-top:0px;
	margin-top:0px;
	padding-left:50px;
}
p.errorMessage{
	padding:10px;
}
.superscript {
	font-size: 80%;
}
H2.subheading {
	color: #687787;
}
.highlight {
	color: #D60012;
}
div#maxiTableOfContents p {
	margin-top: 0px;
	padding-top: 0px;
}
a:link, a:visited {
	color: #DA1D2C;
}
.smalltext {
	font-size: 9px;
}
.nomargin {
	margin-bottom: 1px;
}
.lbst {
	font-size: 90%;
}


table.productTable{
	border-collapse: collapse; 
	border-spacing: 0;
	border-top:1px solid #333;
	border-left:1px solid #333;
	border-right:1px solid #333;
	border-bottom:none;
	width:95%;
	font-size:12px;
}
table.productTable h3{
	margin:0;
	font-size: 12px;	
}
table.productTable td{
	border-bottom:1px solid #999;
	padding-bottom:6px;
	padding-top:6px;
}
table.productTable td.label{
	font-weight:bold;
	padding-right:12px;
}
table.productTable table td{
	border-bottom:none;
	padding-bottom:0;
	padding-top:0;
}
table.productTable img{
padding-right:12px;
}
table.productTable tr.altrow{
	background-color: #e7ebf0;
	
}

table.productTable td p{
	margin:0;
}
.productTable caption { 
	color:#e9020b;
	caption-side: top;
	text-align:left; 
	padding-top:12px;
	font-weight:bold;
	font-size:1em;
}

table.productAttributes{
	float: left;
	margin-left:12px;
	margin-right:50px;
	font-size:11px;
}
table.softwareChart{
	float:left;
	margin-left:12px;
	font-size:11px;
}
.tabContent td p {
	margin-top:0px;
	margin-bottom:0px;
}


#downloadTable form{
	margin:0;
	display:inline;
	
}
#downloadTable{
margin-left:50px;
border-collapse:collapse;
}
#downloadTable td{
	padding-bottom:12px;	
}
#downloadTable td.sep{
	border-top:1px solid #ccc;
	padding-bottom:12px;	
}
#downloadTable h3{
	margin:0;
	font-size:16px;
}
#downloadTable .fileInfo{
	padding:12px;
	font-size:90%;
}
#downloadTable .fileInfo em{
	font-style:normal;
	color:#006600;
}


/* forms */ 
.btnRed{
	cursor:pointer;
	border:outset 1px #ccc;
	background:#999;
	color:#666;
	font-weight:bold;
	padding: 0px 2px;
	background:url(/images/bgBtnGrad.gif) repeat-x left top;
}



p.warningMessage{
	text-align:center;
	border:1px solid yellow;
}
ul.fieldErrors{
}

.MessageError {
	border: 1px solid #f9f0f0;
	margin-top: 10px;
	margin-bottom: 16px;
	width: 80%;
}
.MessageError p {
	margin:0;
}

.MessageErrorHeader {
	background-color: #cc3333;
	color: #ffffff;
	font-weight: bold;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr= '#cc3333' , EndColorStr= '#f9f3f3' );
	height: 16px;
	padding: 5px 6px 3px 6px;
}

.MessageErrorContent {
	padding: 10px 5px 15px 60px;
	background: #ffffff;
	color: #cc3333;
	font-weight: bold;
	background:url(../images/error.gif) no-repeat 15px 4px;
}



.MessageInformation {
	border: 1px solid #f9f0f0;
	margin-top: 10px;
	margin-bottom: 16px;
	width: 80%;
}
.MessageInformation p {
	margin:0;
}

.MessageInformationHeader {
	background-color: #DEF1DE;
	color: #ffffff;
	font-weight: bold;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr= '#008000' , EndColorStr= '#DEF1DE' );
	height: 16px;
	padding: 5px 6px 3px 6px;
}

.MessageInformationContent {
	padding: 10px 5px 15px 60px;
	background: #ffffff;
	color: #008000;
	font-weight: bold;
	background:url(../images/info.gif) no-repeat 15px 4px;
}


.MessageWarning {
	border: 1px solid ##ffcc00;
	margin-top: 10px;
	margin-bottom: 16px;
	width: 80%;
}
.MessageWarning p {
	margin:0;
}

.MessageWarningHeader {
	background-color: #cc3333;
	color: #000000;
	font-weight: bold;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr= '#ffcc00' , EndColorStr= '#FCF8E1' )
	height: 16px;
	padding: 5px 6px 3px 6px;
}

.MessageWarningContent {
	padding: 10px 5px 15px 60px;
	background: #ffffff;
	color: #000000;
	font-weight: bold;
	background:url(../images/info.gif) no-repeat 15px 4px;
}
.messageBox{
	margin:1px 20px 3px 20px;
	border: 1px solid #ccc;
	padding:2px;
}
.trap {
display:none;
visibility:hidden;
}

