

.EstimatesCalculations
{
	background-color: #EAE4F1;
}
.EstimatesMenu a:link, .EstimatesMenu a:visited
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	padding-left: 6px;
	padding-right: 6px;
	margin: 0px 5px 0px 5px;
	font-weight: bold;
	margin: 0;
	background-color: #ffffff;
	text-align: center;
}

.EstimatesMenu a:hover, .EstimatesMenu a:active
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	padding-left: 6px;
	padding-right: 6px;
	font-weight: bold;
	margin: 0;
	background-color: #CEACF8;
}
/*
.EstimatesMenu table tr td
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-right: solid 1px red;
	border-collapse: collapse;
}
*/

.Error, .Error ul, .Error ul li
{
	color: lime;
}

ul.list {
	margin: 0 0 0 12px;
	padding: 3px;

}

.hpcolumn1 {
	font-size: 13px;
    width: 290px;
    text-align: left;
    margin: 0 0 0 7px;
    padding: 2px 4px 2px 0;
}

.hpcolumn1 ul li
{
	list-style-image: url(../images/idx_bullet.gif);
    padding-left: 6px;
    margin-left: 3px;
    padding-top: 8px;
    border-bottom: 1px dashed #666666;
}

.hplist a:link, .hplist a:visited
{
	color: #000000;
	font-weight:bold;
	text-decoration:none;
}

.hplist a:hover
{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	background-color: #CEACF8;
}


ul.hplist li
{
	padding-bottom:7px;
}


table.EstimatesResults
{ 
	border: double 3px black;
	border-spacing: 0px;
	border-collapse: collapse;
	vertical-align: bottom;
	width: 100%;
}
table.EstimatesResults th
{
	font-weight: bold;
	color:#000;
	border-width: 1px;
	padding: 2px;
	border-style: outset;
	border-color: #666666;
	background-color: #D5C7DE;
	/*-moz-border-radius: ;*/
}
table.EstimatesResults th.row
{
	font-weight: bold;
	color:#000;
	border-width: 1px;
	padding: 2px;
	border-style: outset;
	border-color: #666666;
	background-color: #fff;
	/*-moz-border-radius: ;*/
}
table.EstimatesResults td {
	text-align:right;
	border-width: 1px;
	padding: 2px;
	border-style: outset;
	border-color: #666666;
	/*-moz-border-radius: ;*/
}
.EstimatesResults .RowHeader, .RowHeader
{
	font-weight: bold;
	text-align: left;
}

#PubContent  h2
{
	font-size: 16px;
	font-weight: bold;
	padding-top: 5px;

}
#PubContent  h3
{
	font-size: 14px;
	padding-top: 5px;

}
#PubContent  h4
{
	font-size: 13px;
	padding-top: 0px;

}


a.hilite, a.hilite:link, a.hilite:visited, a.hilite:hover, a.hilite:active
{
    BORDER-BOTTOM: 1px dashed;
	color: #003399;
	TEXT-DECORATION: none;
	BACKGROUND-COLOR: transparent;
}



.EstimatesMenu table tr td table
{
	width: 100%;
}

.SelectOptions
{
	height:150px;
}

.SelectState
{
	width:150px;
}
.SelectCounty
{
	width:150px;
}

.SelectYear
{
	width:100px;
}
 
 /*		Rounded Corners		*/
.container 
{
	background:#EAE4F1; 
	color:#fff; 
	margin:0 15px;
	width: 650px;
}
.rtop, .rbottom
{
	display:block;
	background:#fff;
}
.rtop *, .rbottom *
{
	display: block;
	height: 1px;
	overflow: hidden;
	background:#EAE4F1;
}
.r1
{
	margin: 0 5px
}
.r2
{
	margin: 0 3px
}
.r3
{
	margin: 0 2px
}
.r4
{
	margin: 0 1px;
	height: 2px
}



/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.sampleStyleA {
	background-color:#FFF;
}

.sampleStyleB {
	background-color:#FFF;
	font-family:monospace;
	font-size:10pt;
	font-weight:bold;
}

.sampleStyleC {	
	background-color:#ddffdd;
	font-family:sans-serif;
	font-size:10pt;
	font-style:italic;
}

.sampleStyleD {
	background-color:Blue;
	color:White;
	font-family:Arial;
	font-size:10pt;
}

.PageTitle
{
	width: 100%;
	text-align: center;
	font-size: 200%;
	font-weight: bolder;
}

.RightAlign
{
	text-align: right;
}

.LeftAlign
{
	text-align: left;
}

.CenterAlign
{
	text-align: center;
}

.NoBorder
{
	border: none 0px black;
	padding: 0px 0px 0px 0px;
	border-spacing: 0px;
}
