﻿a, a:visited
{
	color: #7AA9FF;
	text-decoration:none;
}

a:hover
{
	text-decoration: underline;
}

.taxBill a, .taxBill a:visited
{
	color: #A10019;
}

img {border: 0; margin: 0; padding: 0;}

P
{
	margin: 8px 0;
}

ul
{
	list-style-image: url(images/chk.jpg);
	margin: 10px 0;
	margin-left: 50px;
}

/* tax Search */
#container
{
	background-color: #0A3361;
	width: 100%;
}

#container td
{
	vertical-align: top;
}

.tblTax
{	
	color: Black;
	font-family: Arial;
	font-size: 10pt;
	width: 100%;
}

.tblTax td
{
	vertical-align: top;
}

.tblTax .hdr
{
	background-color: #A10018;
	color: White;
}

.tblTax .cell
{
	background-color: #FEFFD3;
	padding-right: 3px;
}

.tblTax .cellRt
{
	background-color: #FEFFD3;
	font-weight: bold;
	padding-right: 3px;
	text-align: right;
}

.tblTax .cellCntr
{
	background-color: #FEFFD3;
	text-align: center;
}



/* gridview styles */
.gvHeader
{
	background-color: #A10019;	
	color: White;
	font-weight: bold;
}

.gvRow
{
	background-color: #FEFFD3;
	color: Black;
	text-align: left;
}

.gvAltRow
{
	background-color: White;
	color: Black;
	text-align: left;
}

.gvFooter
{
	background-color: #D29D41;
	font-weight: bold;
	text-align: left;
}

.gvSelected
{
	background-color: #CE5D5A;
	color: White;
	font-weight: bold;	
}