﻿body {
	padding: 0px;
	margin: 0px;
	font-family: 'Trebuchet MS',Ubuntu,sans-serif;
	font-size: 9pt;
	background-color: #ffff00;
}

form {
	padding: 0px;
}

.tableLayout {
	border: 0px;
	table-layout: fixed;
	padding: 0px;
}

.logoHeader {
	background-image: url('/images/logo_off.png');
}

.logoHeader:hover {
	background-image: url('/images/logo_on.png');
}

.gradient_gold {
	/* background: linear-gradient( #ffff00, #ffc000); */
	/* background: linear-gradient( #000000, #404040); */
	background: linear-gradient( #eeeeee, #ffffff);
	color: #c0a000;
}

.headerLinkBar {
	background: linear-gradient( #ffc000, #ffff00);
	padding: 3px;
	vertical-align: middle;
}

.headerLink {
	color: #808080;
	text-decoration: none;
	font-weight: bold;
}

.headerLink:hover {
	color: #c0c0c0;
	text-decoration: none;
	font-weight: bold;
}

.menuHolder {
	font-size: 10pt;
	background-color: #eeeeee;
	font-weight: bold;
}

.menuHolder:hover {
	font-size: 10pt;
	background-color: #ffff80;
	font-weight: bold;
}

.menuItem {
	background-color: #ffffff;
	color: #c0c0c0;
	text-decoration: none;
	font-weight: normal;
	margin-left: 6px;
}


.menuItem:hover {
	background-color: #ffffff;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	margin-left: 6px;
}


.topMenuHolder {
	padding: 5px;
	background-color: #ffffff;
}

.footerLink {
	color: #000000;
	text-decoration: none;
	margin-left: 8px;
}


.footerLink:hover {
	color: #ffff80;
	text-decoration: none;
	margin-left: 8px;
}

.footerHolder {
	border-top: 1px solid #c0c0c0;
	padding: 5px;
	color: #ffff80;
	background: linear-gradient(#ffc000, #ffff00);
}

#newsTicker {
	padding: 3px;
	background-color: #ffc000;
	color: #ffffff;
}

#newsPanel {
	color: #ffff80;
}

#tickerShadow {
	height: 2px;
	background-color: #ffff80;
	opacity: .5;
	filter: alpha(opacity=50);
}

.tabbedTable {
	table-layout: fixed;
	display: none;
	position: absolute;
	padding: 4px 10px 4px 10px;
	z-index: 2;
	background-color: #ffffff;
	border-bottom: 1px solid #c0c0c0;
	color: #c0c0c0;
	width: 250px;
	height: 50px;
}

.embeddeTab {
	display: none;
	position: relative;
	padding: 14px 20px 14px 20px;
	background: linear-gradient(#eeeeee, #ffffff);
	color: #404040;
	text-align: justify;
	vertical-align: top;
}

.menuLink {
	color: #808080;
	text-decoration: none;
	line-height: 22px;
	margin-left: 8px;
}

.menuLink:hover {
	color: #ffc000;
	text-decoration: none;
	line-height: 22px;
	margin-left: 8px;
}

.pageBody {
	padding: 3px;
	width: 900px;
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 10pt;
	text-align: left;
	color: #000000;
}

.rigthtBorder {
	border-right: 1px solid #ffc000;
}

.subTitle {
	font-size: 18pt;
	color: #008020;
}

.title {
	font-size: 22pt;
}

.headline {
	font-size: 16pt;
	/* background-color: #ffee80; */
	background: linear-gradient(#ffc000, #ffff80);
	border-left: 5px solid black;
	padding: 16px;
	text-align: justify;
}

.imageParagraph {
	padding: 30px 30px 30px 180px;
	min-height: 100px;
	text-align: justify;
}

.imageParagraphRight {
	padding: 30px 180px 30px 30px;
	min-height: 100px;
	text-align: justify;
}

.paragraphBorder {
	border-bottom: 1px solid #eeeeee;
}

.hidden {
	display: none;
}

.linkButton {
	padding: 3px 5px 3px 7px;
	border: 1px solid #eeeeee;
	background-color: #eeeeee;
	text-decoration: none;
	color: #000000;
	font-size: 10pt;
}


.linkButton:hover {
	padding: 3px 5px 3px 7px;
	border: 1px solid #ffc000;
	background: linear-gradient(#ffff00, #ffc000);
	text-decoration: none;
	color: #000000;
	font-size: 10pt;
}

.benefitsBrief {
	vertical-align: top;
	background: linear-gradient(#c0ff80, #d0ff90);
	padding: 6px;
	font-size: 10pt;
}

.calcItems {
	vertical-align: top;
	background-color: #eeeeee;
	padding: 6px;
	font-size: 10pt;
}

.calcIResults {
	vertical-align: top;
	background-color: #c0c0c0;
	padding: 6px;
	font-size: 10pt;
	text-align: right;
}

.faqQuestion {
	cursor: pointer;
	padding-left: 6px;
	padding-top: 15px;
	padding-bottom: 5px;
	font-weight: bold;
}

.faqAnswer {
	padding: 5px 5px 5px 25px;
	text-align: justify;
}

.faqSelected {
	background-color: #eeeeee;
	border-left: 3px solid #ffc000;
}

.faqNoSelected {
	background-color: #ffffff;
}

.noBorder {
	border-top: 0px;
}
#divNavBarSpace {
	float: left;
	width: 48%;
	font-size: 10pt;
}

#divPageMenu {
	float: right;
	width: 48%;
}

#divPageContent {
	clear: both;
}

#divPageName {
	font-size: 18pt;
	color: #008020;
	padding: 6px 0px 6px 0px;
}

.pageMenuItem {
	cursor: pointer;
	text-decoration: none;
	font-size: 10pt;
	color: #a0a0a0;
}

.pageMenuItem:hover {
	color: #000000;
}

.pageMenuItemSelected {
	color: #000000;
}

.pageMenuItemSelected:hover {
	color: #000000;
}

.trSpecsHeader {
	background: linear-gradient(#ffff00, #ffc000);
	color: #000000;
	text-align: center;
}

.trSpecsDataOn {
	background-color: #eeeeee;
	color: #000000;
	vertical-align: middle;
}

.trSpecsDataOff {
	background-color: #ffffff;
	color: #000000;
	vertical-align: middle;
}

.colSpecLabels {
	background-color: #000000;
	color: #808080;
	border-bottom: 1px solid #404040;
}

.trSpecsTitle {
	background-color: #404040;
	text-align: center;
	color: #c0c0c0;
}
.specsBottomBorder {
	border-bottom: 1px solid #404040;
}

.noFeature {
	color: #ff0000;
}

.hasFeature {
	color: #00c000;
}

.sidedPanel {
width: 48%; line-height: 150%;
}

.divPageName {
	font-size: 18pt;
	color: #008020;
	padding: 6px 0px 6px 0px;
}
