﻿.mainPanel
{
	font-family: Calibri, Verdana;
	margin: 0px;
	overflow: hidden;
}
input
{
	font-family: Calibri, Verdana;
	font-size: 11px;
	font-weight: 800;
	height: 18px;
	padding-left: 5px;
}
.mainPanel
{
	background-color: #FFF;
	border: solid 0px #263e50;
}
.calcPanel
{
	background-color: #FFF;
	border: solid 0px #457faa;
	color: #263e50;
	font-size: 13px;
	padding: 3px;
	position: relative;
}
.copyrightPanel
{
	background-color: #FFF;
	border-top: solid 1px #263e50;
	color: #263e50;
	font-size: 10px;
	margin-top: 10px;
	padding: 3px;
	position: relative;
}
.spaceBelow
{
	margin-bottom: 10px;
}
.fullMargins
{
	margin: 5px;
}
.button
{
    border: 1px solid #FFF;
	background-color: #be3527;
	color: #FFF;
}
.buttonAlign
{
	left: 340px;
	position: relative;
	top: 0px;
}
.updateButton
{
	left: 315px;
	position: relative;
	top: 0px;
}
.resetButton
{
	left: 315px;
	position: relative;
	top: 0px;
}
.stageButton
{
	border: solid 1px;
	font-size: 12px;
	font-variant: small-caps;
	width: 20%;
}
.stageButtonValid
{
	background-color: #020;
}
.descLabel
{
	border-bottom: dotted 1px #000;
	display: block;
	font-size: 16px;
	font-variant: small-caps;
	margin-bottom: 5px;
	width: 100%;
}
.descTotal
{
	border-bottom: none;
	float: left;
	font-size: 16px;
	font-variant: small-caps;
	text-decoration: underline;
}
.label
{
	width: 150px;
}
.textBox
{
	color: #263e50;
	background-color: #FFF;
	border: solid 1px #be3527;
	font-family: Calibri, Verdana;
	font-size: 12px;
	height: 18px;
	padding: 0px;
}
.textBoxBorderless
{
	color: #263e50;
	background-color: #FFF;
	font-family: Calibri, Verdana;
	font-size: 12px;
	height: 18px;
	padding: 0px;
}
.termTextBox
{
	width: 5em;
}
.zipCodeTextBox
{
	border: 1px solid #000;
	width: 5em;
}
.validationError
{
	border: solid 2px #900;
}
.resultsCell
{
	border: dotted 1px #000;
}
.legals
{
	font-size: 11px;
}
