@charset "utf-8";
.mainBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	background-color: #96bedd;
	overflow-y: hidden;
}

.searchInput {
	display:inline-table;
	height:15px;
	width: 50px;
	border: 1px solid #999;
	background-color:#FFF;
	font-size: 9pt;
	color: #333;
	text-decoration: none;
}

.contentBody {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;
	color: #000;
	text-decoration: none;
	padding: 0px;
	scrollbar-base-color: #f00;
	text-align: left;
	margin-top: 10px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 20px;
}

iframe {
	scrollbar-base-color: #f00 !important;
}

a:link {
	color: 0060ad;
	text-decoration: none;
}
a:visited {
	color: 0060ad;
	text-decoration: none;
}
a:hover {
	color: 99ccff;
	text-decoration: underline;
}
a:active {
	color: 0060ad;
	text-decoration: none;
}
.contentHeader {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: #e32d2a;
}
.contentHeading {
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
}
.contentSubHeading {
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}
.contentSubSubHeading {
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}
.reallySmall {
	font-size: 6pt;
	text-decoration: none;
}
.smallHeading {
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}
.contentBodyCentered {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;
	color: #fff;
	text-decoration: none;
	margin: 3px;
	padding: 0px;
	scrollbar-base-color: #f00;
	text-align: center;
}
td.contentBG {
	background-image: url(../images/spacerframe.png);
	background-repeat: repeat-y;
}
.contentBodyBig {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;
	color: #FFF;
	text-decoration: none;
	padding: 0px;
	scrollbar-base-color: #f00;
	text-align: left;
	margin-top: 10px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 20px;
	background-color: #959595;
}
.underconstruction {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #0b61ad;
	text-decoration: none;
}
td.hightempCellHeader {
	background-image: url(../images/product_sub_headings/high_temp_header.png);
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.subButtonLink {
	color: #FFF;
	text-decoration: none;
}
.rightPageCell {
	background-image: url(../images/rightgradientslice.png);
	background-repeat: no-repeat;
}
td.ColumnHeader {
	font-size: 10pt;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: #0060AD;
	padding: 3px;
}
td.TableContent {
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
}
td.TableContentLeft {
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
}
div.MainDiv {
	position: absolute;
	left: 50%;
	margin-left: -500px;
	top: 50%;
	margin-top: -310px;

}
.top_button_spacer {
	background-image: url(../images/spacer.png);
}
div.profileMenu {
	position:absolute;
	left:108px;
	top:147px;
	width:210px;
	height:132px;
	z-index:1;
	background-color: #999;
	visibility: hidden;
	text-align: center;
}
div.systemMenu {
	position:absolute;
	left:200px;
	top:147px;
	width:160px;
	height:46px;
	z-index:2;
	background-color: #999;
	visibility: hidden;
	text-align: center;
}
div.resultsDiv {
	position: absolute;
	top: 50%;
	margin-top: -285px;
	left: 50%;
	width: 950px;
	margin-left: -485px;
	z-index: 10;
	background-color: #EAEAEB;
	padding: 10px;
	visibility: hidden;
	overflow-y: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	height: 550px;
}
.foundMatch {
	padding: 5px;
	background-color: #CCC;
	margin-top: 30px;
}
a.matchedLinked:link {
	font-weight: normal;
	color: #0060AD;
	text-decoration: underline;
}
.matchedDemo {
	font-style: italic;
	color: #666;
	text-decoration: none;
}
#closeDiv {
	float: right;
	text-align: right;

}
#searchHeaderDiv {
	float: left;
}
a.matchedLinked:visited {
	font-weight: normal;
	color: #0060AD;
	text-decoration: underline;
}
a.matchedLinked:active {
	font-weight: normal;
	color: #0060AD;
	text-decoration: underline;
}
