﻿
/*common elements*/
body
{
	margin:0px;
	padding:0px;
	overflow:hidden;
	background-image:url('Images/dblue096.gif');
	font-family:Verdana,sans-serif;
	font-size:x-small; 
	font-weight:normal;
	text-decoration:none;
	color:#444; 
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
}

a
{
	color:Blue;
	text-decoration:none;
}

a:hover
{
	color:Purple;
	text-decoration:none;
}
/*end common elements*/



/*sidebar*/
#sidebarDiv
{
	overflow:hidden;
	position:absolute;
	left:8px;
	top:16px;
	width:250px;
}

#headerDiv
{
	height:65px; 
	line-height:25px;
	font-weight:bold;
	letter-spacing:2px;
	color:#A0B1C7;
}

/*sidebar.tools*/
#toolBarDiv
{
	margin-top:20px;
	font-size:7pt;
	color:#444;
	cursor:pointer; 
}

.toolRow
{
	padding:0px; 
	margin:0px;
	width:auto; 
	display:block;
	height:19px;
}

.tool
{
	background-color:#f1f7f7; 
	border:white 1px solid;
	float:left;
	height:19px;
	line-height:19px;
	margin:0px 0px -1px 0px;
	text-align:center;
	width:60px;
}

.toolhover
{
	background-color:#e9e9e9;
	border:white 1px solid;
	float:left;
	height:19px;
	line-height:19px;
	margin:0px 0px -1px 0px;
	text-align:center;
	width:60px;
}

.subtool
{
	background-color:#f1c7c7;
	border:white 1px solid;
	position:relative;
	left:-1px;
	float:left;
	height:15px;
	line-height:15px;
	margin:0px 0px -1px 0px;
	text-align:center;
	width:59px;
	font-size:7pt;
	font-weight:lighter;	
	color:#CA3434;
}

#changeMapDiv, #changeMapDiv .toolhover
{
	width:123px;
}

#changeMapDiv .subtool
{
	width:123px;
}
/*end sidebar.tools*/

/*sidebar.accordion panel*/
#accordionDiv
{
	width:250px;
	background-color:#F6F1E6;
	margin:50px 0px 0px 0px;
}

.accordionHeader
{
	border:1px solid white;
	color:White;
	background-color:#5E7C9F;
	padding:4px;
	cursor:pointer;
}

.accordionHeaderSelected
{
	border:1px solid white;
	color:white;
	background-color:#073C7B;
	padding:4px;
	cursor:pointer;
	font-weight:bold;
}

.accordionContent
{
	padding:8px;
}

.locationSelect
{
	display:none;
	width:230px;
	font-size:x-small;
}

.locationInput
{
	width:100px;
}
/*end sidebar.accordion panel*/

/*sidebar.accordion panel.find location*/
.queryStatusError
{
    color:Red;
    font-size:xx-small;
}

.queryStatusWarning
{
    color:Blue;
    font-size:xx-small;
}
/*end sidebar.accordion panel.find location*/

/*sidebar.accordion panel.table of contents*/
.tocContent
{
	background-color:#F6F1E6;
	border:0px #F6F1E6;
	padding:0px;
	margin:0px;
	width:240px;
}
/*end sidebar.accordion panel.table of contents*/
/*end sidebar*/



/*map*/
#mapDiv
{
	position:absolute;
	top:25px;
	left:267px; 
	border:solid 1px white;
}
/*end map*/



/*footer*/
#footerDiv
{
	font-size:7pt;
	color:#A0B1C7;
	position:absolute;
	width:460px;
}

.coordLabel
{
	position:absolute;
	top:0px;
}

.coordValue
{
	position:absolute;
	width:150px;
	overflow:hidden;
	top:0px;
}

#coordLonSpan
{
	left:30px;
}

#coordLatLabelSpan
{
	left:180px;
}

#coordLatSpan
{
	left:210px;
}

#progImageSpan
{
	float:right;
}

#progImage
{
	width:100px;
	height:10px;
	padding-top:2px;
}
/*end footer*/



/*style for markup generated by RichmondMapDotNetVEBaseWithParcel.GeneratePropertySearchLinksMarkup()*/
#propertySearchTable
{
    font-size:xx-small;
}
/*end style for markup generated by RichmondMapDotNetVEBaseWithParcel.GeneratePropertySearchLinksMarkup()*/

