﻿body
{
	color: #334224;
	font-family: Palatino Linotype;
	font-size: 11pt;
	font-style: italic;
}

DIV
{
	margin: 0;
	padding: 0;
}

IMG 
{
	border: 0;
}

TD
{
	vertical-align: top;
}

.commPhotoBox
{
	background: url(images/commPhotoBox.jpg);
	background-repeat: no-repeat;	
	float: right;
	height: 177px;		
	margin: 0px 25px 0 0;	
	width: 203px;	
}

.commPhoto
{
	float: right;
	margin-top: 12px;
	width: 100px;
}

.commPhotoName
{
	float: left;	
	font-size: 120%;	
	margin-left: 7px;
	margin-top: 79px;
	text-align: center;
	width: 90px;
}

.taxComm
{
	clear: both;
	height: 15px;
	padding: 3px 0 20px 0;
	font-size: 130%;
	text-align: center;
	width: 200px;
}

.taxPayerText
{
	width: 435px;
}

#leftNav a,
#leftNav a:hover
{
	background: url(images/scroll.gif);
	background-position: left;	
	background-repeat: no-repeat;	
	color: #334224;
	display: block;
	font-size: 12pt;
	margin: 5px 0;
	padding-bottom: 27px;
	padding-left: 27px;
	padding-top:  2px;
	text-decoration: none;
}

/*building value table styling*/
#tableD2
{
	border: solid 1px lightGrey;
	width: 100%;
}
.trHeader
{
	background-color: #334224;
	color: White;
}
.trRow
{
	background-color: #EEEEEE;
}
.td
{
	text-align: center;
}

/*Gridview Styling*/
.gvRow
{
	color: Black;
	background-color: White;
}

.gvAlternatingRow
{
	color: Black;
	background-color: #C0DCF0;
}

.gvHeader
{
	background-color: #088BDA;
	font-weight: bold;
	font-size: 105%;
	color: White;
	font-weight: bold;
}