@charset "utf-8";
body form table {
	width: 660px;
	font-family: "Times New Roman", Times, serif;
	background-color: #FFF;
}
body form table tbody tr th {
	color: #000;
	font-size: 24px;
	line-height: 32px;
	background-color: #FFF;
}
body form table tbody tr td {
	background-color: #FFF;
	padding: 5px;
}
.calculator form table {

}
table tbody tr td #info {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.table-1-toprow {
	border: 2px solid #000;
}
body form table tbody tr td img {
	float: left;
	padding-right: 10px;
	padding-left: 5px;
	padding-top: 5px;
}
body noscript h2 a {
	text-decoration: none;
	color: #F00;
}
.textbox {
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 25px;
	color: #00F;
}
.hiddenbox {
	display: none;

}
.tabs {
	list-style:none;
	height:30px;
	border-bottom:1px solid #666;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10;
	margin-left: 0;
}
.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}
.tabs a {
	font-size:11px;
	display:block;
	height: 30px;
	line-height:30px;
	width: 174px;
	text-align:center;
	text-decoration:none;
	color:#000;
	padding:0px;
	margin:0px;
	position:relative;
	top:1px;
	background-image: url(../off-grid/img/tabs.png);
	background-repeat: no-repeat;
	background-position: -193px 0;
}
.tabs a:active {
	outline:none;		
}
.tabs a:hover {
	background-position: -193px -31px;
	color:#fff;
}
.tabs li a:hover {
	color: #FFF;
}

.tabs .current, .tabs .current:hover, .tabs li.current a {
	background-position: -193px -62px;
	cursor:default !important;
	color:#000 !important;
}
.tabs .w1 			{ background-position: -519px 0; width:134px; }
.tabs .w1:hover 	{ background-position: -519px -31px; }
.tabs .w1.current { background-position: -519px -62px; }
.tabs .w2 			{ background-position: -366px -0px; width:154px; }
.tabs .w2:hover 	{ background-position: -366px -31px; }
.tabs .w2.current { background-position: -366px -62px; }
.tabs .w3 			{ background-position: -193px -0px; width:174px; }
.tabs .w3:hover 	{ background-position: -193px -31px; }
.tabs .w3.current { background-position: -193px -62px; }
.tabs .w4 			{ background-position: -0px -0px; width:194px; }
.tabs .w4:hover 	{ background-position: -0px -31px; }
.tabs .w4.current { background-position: -0px -62px; }
.panes div {
	display:none;
	height:0px;
	font-size:14px;
	background-color:#fff;
	padding-top: 15px;
}
.panes .pane{
	display:none;
}
a:active {
  outline:none;
}
:focus {
  -moz-outline-style:none;
}

