﻿body 
{
	margin-top: 0px;
	margin-left: 0px;
    font-family: Arial; 
    font-size: 10pt;
    color: black;
    background-color: white;
}
.CalculateButton
{
    height: 30px;
    width: 100px;
}
.CalculateButtonWide
{
    height: 30px;
    width: 200px;
}
.MainTable
{
    font-family: Arial; 
    font-size: 10pt;
    color: black;
    background-color: white;
    border: solid 1px black;
    width: 100%;
}
.MainTable td
{
    height: 25px;
    text-align: left;
}    
.MainTable .SeparatorRow
{
    height: 20px;
}        
.MainTable .SeparatorRow td
{
    height: 20px;
}
.MainTable .SeparatorColumn
{
    width: 10px;
}
.MainTable .InputCell
{
    background-color: #FFFF99;
    text-align: right;
    padding: 2px 5px 2px 0px;
    border: solid 1px black;
    border-top: none;
    width: 90px;
}
.InputText
{
    background-color: #FFFF99;
    text-align: right;
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-right: none;
    width: 90px;
}
.InputDropDownWide
{
    background-color: #FFFF99;
    text-align: left;
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-right: none;
    width: 190px;
}
.InputDropDownShort
{
    background-color: #FFFF99;
    text-align: left;
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-right: none;
    width: 90px;
}
.MainTable .LabelCell
{
    padding: 2px 0px 2px 5px;
}
.MainTable .HeaderRow td
{
    text-align: center;
    vertical-align: middle;
    border-top: solid 1px black;
    border-bottom: solid 1px black;
    font-weight: bold;
    height: 50px;
    background-color: #b0c4de;
}
.MainTable .ResultsHeader
{
    text-align: center;
    vertical-align: middle;
    border-bottom: solid 1px black;
    font-weight: bold;
    height: 50px;
    background-color:  #ECE9E6;
}
.MainTable .ResultsLabel
{
    padding-left: 5px;
    border: solid 1px black;
    border-top: none;
    border-right: none;
}
.MainTable .ResultsCell
{
    padding-left: 5px;
    border: solid 1px black;
    background-color:  #ECE9E6;
}
.MainTable .ResultsLabelNoBorder
{
    padding-left: 5px;
    font-weight: bold;
}
.MainTable .ResultsData
{
    text-align: right;
    padding-right: 5px;
    border: solid 1px black;
    border-top: none;
    border-right: none;
    background-color: #ECE9E6;
}
.MainTable .ResultsSeparatorColumn
{
    border-bottom: solid 1px black;
}
.ResultsDataRow
{
    background-color: #ECE9E6;
}
.ResultsDataRowAlternate
{
    background-color: #FFFFFF;
}
.Instructions
{
	background-color: #b0c4de; 
	padding: 10px; 
	border: solid 1px black;
}
.Large
{
	font-size: 18px;
}
.SmallText
{
	font-size: 10px;
}
.AddBold
{
    font-weight: bold;
}
.Center
{
    text-align: center !important;
}
.Right
{
	padding-right: 5px;
    text-align: right !important;
}
.RemoveTopBorder
{
    border-top: none !important;
}
.RemoveBottomBorder
{
    border-bottom: none !important;
}    
.RemoveLeftBorder
{
    border-left: none !important;
}    
.AddTopBorder
{
    border-top: solid 1px black !important;
}
.AddLeftBorder
{
    border-left: solid 1px black !important;            
}
.AddRightBorder
{
    border-right: solid 1px black !important;
}
.AddBottomBorder
{
    border-bottom: solid 1px black !important;
}
.AddBorder
{
	border: solid 1px black !important;
}
.Underline
{
	text-decoration: underline;
}
.AutoCompleteListActiveItem
{
    background-color: #eeeeee;
    border-color: #eeeeee;
    padding: 2px 4px 2px 4px;
}
.error
{
	color: #FF0000;
	font-weight: bold;
}
.UpdateProgress
{
	width: 200px;
	height: 50px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #073976;
	position: absolute; 
	left: 40%;
	top: 50%;
	text-align: center;
	cursor: wait;
}
.home_top {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: white;
	}
