﻿body
{
	color: #47181C;
	font-family: Arial;
	font-size: 11pt;
}

a, a:visited
{
  color: #277263;
  text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

#menu a, #menu a:visited, #taxSearchWrap a, #taxSearchWrap a:visited
{
	color: White;
	display: block;	
	margin: 0 17px 0 17px;
	text-decoration: none;
	text-indent: 10px;
	float: left;
	font-size: 15px;		
}

.lbLogout
{
	display: block;
	margin-top: 10px;
}

TABLE 
{
	width: 100%;
}
TD
{
	vertical-align: top;
}

UL
{
	margin: 0 0 0 35px;
	padding: 0;
}

P
{
	padding: 5px 0;
}

/* Start Editor Styles */
.style1
{
	color: #47181C;
	font-size: 1.2em;
}
.style2
{
	color: #47181C;
	font-size: 1.1em;
}
/* End Editor Styles */

/* Begin Gridview Styles */
.gvHdr
{
	background: #045141;
	color: #FFFFFF;
	font-size: 1.1em;
	font-weight: bold;
}
.gvRow
{
	background: #EFE8CF;
	color: #000000;
	text-align: left;
}
.gvAltRow
{
	background: #85B2A8;
	color: #000000;
	text-align: left;
}
.gvAltRow:hover, .gvRow:hover
{
	background: #C1C1C1;
	color: #000000;
}
.gvFooter
{
	background: #47181C;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
}
/* End Gridview Styles */

.LargeBlack
{
	color: #000302;	
	font-size: 15px;
}

.MedBlack
{
	color: #000302;
	font-size: 12px;
}

.red
{
	color: #622127;
	font-weight: bold;
}

#searchFields
{
	width: 300px;
}


#searchTips
{
	border: solid 1px #622127;
	float: right;
	padding: 5px;
	width: 400px;
}
#searchTips H4
{
	margin: 0 0 5px 0;
	text-align: center;
}
#searchTips UL LI
{
	font-size: 13px;
	padding: 0 0 5px 0;
}

.modalBackground
{
	background-color: #999999;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.modalPopup
{
	background-color: #F5E1AC;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 5px;
}