﻿html
{
	width:100%;
	min-height: 100%;
	height: 100%;
}
body
{
	font-family: Tahoma,Arial;
	font-size: small;
	/* background-color: white; */
	background-color: Gray;
	color: Black;
	margin: 0 0 0 0;
	height: 100%;
}

div 
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
table, tr, td
{
	font-family: Tahoma,Arial;
	font-size: small;
	background-color: white;
	color: Black;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#ZipCodeLabel
{
	font-family: Tahoma,Arial;
	font-size: small;
	width: 198px;
}
#ZipCodeInput
{
	font-family: Tahoma,Arial;
	font-size: small;
	width: 105px;
}

#PageRootContainer
{
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0px;
	background-color: Gray;
	text-align: center;
	/* min-height: 500px; */
	/* height: auto !important; */
	height: 100%;
}
.clear
{
	clear: both;
}	
#PageContainer
{
	margin: auto;
	padding: 0 0 0 0;
	width: 750px;
	background-color: white;
	color: Black;
	text-align: left;
	height: 100%;
}
#ContentArea
{
	margin: 0 0 0 0;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 0px;
	width: 100%;
	background-color: white;
	color: Black;
	text-align: left;
	height: 95%;
}
#PageFooter
{
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0 0 0 0;
	width: 100%;
	background-color: white;
	color: Black;
	text-align: center;
}

form
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#HeaderArea
{
	width: 100%;
}
#DataInputArea
{
	
	border-bottom: solid 1px black; 
	border-top: solid 1px black;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#OutputArea
{
	margin: 0 0 0 0;
	padding-top: 10;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	display: block;
	text-align: center;
	background-color: white;
	color: Black;
}
 
 
.SectionGridView table
{
}

.SectionGridViewColHeading th
{
	background-color: #CCCCCC;
	color: #000000;
}

.SectionGridViewRow tr
{
	line-height: 20px;
}

.SectionGridViewRow td, .SectionGridViewRowNoLines td
{
	background-color: #FFFFFF;
	color: #000000;
	line-height: 25px;
	padding-left: 2px;
}

.SectionGridViewRow a
{
}

.SectionGridViewRow a:hover
{

}

.SectionGridViewRowAlt td, .SectionGridViewRowAltNoLines td
{
	background-color: #F4FACD;
	color: #000000;
	line-height: 25px;
	padding-left: 2px;
}

.SectionGridViewRowAlt a
{
}
.SectionGridViewRowAlt a:hover
{

}
.HelpfulLinks
{
	font-size:small;
}	

