﻿P
{
	padding: 10px 0;
}

H3
{
	font-size: 1.3em;
	margin-bottom: 5px;
}

UL
{
	line-height: 22px;
	list-style-type: disc;
	margin-left: 25px;
	margin-top: 8px;
}

TABLE
{
	width: 100%;
}

TD
{
	vertical-align: top;
}

.bold
{
	font-weight: bold;
}

/* Start Tax Bill Layout CSS */
.gvHdr
{
	background-color: #5C4130;
	color: White;
	padding: 5px 0;
}

.gvRow
{
	background-color: #E1E0C2;
}

.gvAltRow
{
	background-color: #A6B477;
}

.tblTaxBill
{
	background-color: #6F5542;
	border-spacing: 1px;
}

.tblPlain
{
	border-spacing: 0;
	font-weight: normal;
}

.tblPlain TD
{
	padding: 3px;
}

.tblTaxBill TD
{
	padding: 3px;
}

.tblHdr
{
	background-color: White;
	font-variant: small-caps;
	font-weight: bold;
	text-align: center;
}

.tblHdrLt
{
	background-color: White;
	font-variant: small-caps;
	font-weight: bold;
	text-align: left;
}

.tblDataRow
{
	background-color: White;
	font-weight: normal;
	text-align: left;
}

.divPlain
{
	background-color: #FFF;
	border: solid 1px #6F5542;
	width: 100%;
}

.divPlainNoBorder
{
	background-color: #FFF;
	border: solid 1px White;
	width: 100%;
}

.bgGreen
{
	background-color: #A5B373;
}

/* End Tax Bill Layout CSS */

.button
{
	border: #6F5542 1px solid;
	font-size: 12px;
	cursor: hand;
	background-image: url(images/btn_skin.gif);
}

/* Tax Breakdown Gridview Styles */
.gvTBD
{
	background-color: White;
	border: solid 1px #6F5542;
	border-bottom: none;
	margin: auto;	
	width: 967px;
}

.gvHdrTB
{
	background-color: #8F694D;
	color: White;
	font-size: .9em;
	padding: 13px 0;
}

.gvRowTB
{
	padding-right: 5px; 
}

.gvAltRowTB
{
	background-color: #E1E0C2;
	/* background-color: #D3AE81;
	color: White; */
}

.EmptyDataRow
{
	border: solid 1px #6F5542;
	color: #6F5542;
	height: 20px;
	text-align: center;	
}
