﻿body  {
	font: 100% Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
	line-height: 120%;
	text-align: left;
}

h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 30px;
	color:#666644;
	letter-spacing: 50%;
	font-weight: 550;
	line-height: 1.2em;
	margin: 10px 0 20px;
}

h2
{
	font-size: 20px;
	color: #144F6F;
	margin-bottom: 12px;
	letter-spacing: 1.5px;
}

h3 {
	font-size: 18px;
	color: #144F6F;
	margin-bottom: 0px;
	letter-spacing: 1.5px;
}

h4 {
	color:#666644;
	font-size: 16px;
	margin-bottom: 0px;
}

h5 {
	color: #144F6F;
	font-size: 14px;
	margin-bottom: 0px;
}

h6 
{
	color:#666644;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0px;
}


#content {
	padding:0px;
}


#calculatorApp
{
	width: 700px;
	line-height: 1.5em;
	background-color: #FEF5B7;
	padding: 25px;
	margin-top: -20px;
}

.pumpdesc
{
	width: 400px;
}


.sectionleft
{
	padding: 15px;
	vertical-align: top;
}

.sectionright, .VoltAmpSectionRight, .MeterSectionRight
{
	padding: 15px;
	vertical-align: top;
	background-color: #6DAD4F;
}

/* measurment wizard navigation buttons */
.navbutton
{
/* 
	font-weight: 600;
	width: 8em;
	height: 2em;
*/
}

/* measurment input boxes */
.measbox
{ 
	width: 70px; 
}

.maininput
{
	font-size: 1.1em;
}

#PumpCalc_txtFLEff, #PumpCalc_txtInputPower, #PumpCalc_lblLoad
{
	font-size: 1.5em;
	width: 5em;
}

.instructions
{
	line-height: 1.2em;
	font-size: .8em;
}

.leftTable
{
	border-width: 1px;
	border-color: #FF00FF;
	vertical-align: bottom;
}
.subscript
{
	vertical-align: sub;
}
.col1
{
	line-height: 1em;
	text-align: right;
	padding: .5em;
}
.col2
{
	line-height: 1em;
	text-align: left;
	padding: .5em;
}

.tallrow
{
		line-height: 2em;

}

.pnlErrorText
{
	background-color: red;
	line-height: 1.1em;
	color: #FFFFFF;
	text-align: right;
}

.help
{
	font-size: .9em;
	line-height: 1.2em;
}
.smallnote
{
	font-size: .8em;
	line-height: 1em;
}
.resultshead
{
	background-color: Navy;
	color: White;
}
.Low
{
	font-size:1.1em;
	background-color: Red;
	padding: 2.5px 10px 2.5px 10px;
}

.Fair
{
	font-size:1.1em;
	background-color: #FF8C00;
	padding: 2.5px 10px 2.5px 10px;
}

.Good
{
	font-size:1.1em;
	background-color: #CCFF00;
	padding: 2.5px 10px 2.5px 10px;
}

.Excellent
{
	font-size: 1.1em;
	background-color: Lime;
	padding: 2.5px 10px 2.5px 10px;
}
.helpbubble
{
	height: 30px;
	width: 30px;
	background-image: url( '/images/qmark_blue.gif' );
	cursor: pointer;
}
.helpbubble:hover
{
	background-image: url('/images/qmark_yellow.gif'); 
}
.InfoMsg
{
	color: Red;
}
.arrow
{
	position: relative;
	left: 25px;
}
.jhyperlink
{
	font-size: x-small;
	text-decoration: underline;
	color: #0000FF;
	cursor: pointer;
}

/* help document */
#helpdoc
{
	background-color: #FEF5B7;
	padding: 10px;
	text-align: left;

}
.RatingHead
{
    background-color: #6699FF;
}
.MsoTableGrid
{
	border: 1px solid #008080;
	line-height: 1.8em;
}
.RatingCol
{
	width: 100px;
}
.RatingRow
{
	text-align: center;
}

.optionsection
{
	background-color: #93CDEA;
	width: 650px;
}


.navDiv
{
	margin: 0;
	padding: 0;
	text-align: right;
}

topNavDiv
{
	margin: 0;
	padding: 0;
}

bottomNavDiv
{
	margin: 0;
	padding: 0;
	text-align: right;
}


.stepDesc
{
	vertical-align: top; 
}

.stepNum
{
	padding: 3px;
	text-align: left;
}

.stepSection
{
}
.prevlink
{
	background-color: #ECBD5B;
	padding: 3px;
}

.nextlink
{
	background-color: #ECBD5B;
	padding: 3px;
}
