/*****************************/
/* Prospect Portal Styles    */
/*****************************/

*
{
	font-family: Verdana, sans-serif;
	font-size: 10px;
}

.ProspectPortal 
{
	width: 96%;
	margin-bottom: 26px;
}

.ProspectPortal * 
{
	font-family: Arial, Sans-Serif;
	font-size: 11px;
}

.clear,
#KMLclear 
{
	clear: both;
	width: 0px;
	height: 0px;
	overflow: hidden;	
}
.bold
{
	font-weight: bold;
}
.center 
{
	margin: 0px auto;
	text-align: center;
}
a img 
{
	border-width: 0px;
}

.hand 
{
	cursor: pointer;
}

.hidden 
{
	display: none;		
}




/* Info Bar */

.InfoBar 
{
	width: 100%;
	/* background: url(/ProspectPortal/images/ProspectPortalInfoBar.png) no-repeat right top; */
	height: 24px;
	margin-bottom: 18px;
	padding-right: 16px;
}

.InfoBar .InSiteLogo 
{
	float: left;
	margin-left: 30px;
	height: 1px;
}

.InfoBar .RSSIcon 
{
	font-size:8px;
	line-height:10px;
	padding-right:24px;
	color:#404040;
	margin-right:12px;	
	float: right;
	position: relative;
	z-index: 130;
	top: 0px;
}
.InfoBar .RSSIcon a 
{
	color:#404040;
}

.InfoBar .PrintEmail 
{
	clear: right;
	/*padding: 5px 0px 0px 12px;*/
	/*float: left;*/
	padding: 5px 0px 0px 0px;
	margin-right: 12px;
	float: right;
	position: relative;
	z-index: 130;
	top: 4px;
	height: 0px;
	clear: both;
	white-space: nowrap;
	width: 100%;
	text-align: right;
}
.InfoBar .PrintEmail a:link,
.InfoBar .PrintEmail a:visited,
.InfoBar .PrintEmail a:active,
.InfoBar .PrintEmail a:hover
{
	color: #404040;
	text-decoration: none;
}
.InfoBar .PrintEmail a:hover 
{
	text-decoration: underline;
}

.InfoBar .PrintEmail div 
{
	float: right;
	margin-right: 12px;
	white-space: nowrap;
}
.InfoBar .PrintEmail .Icon 
{
	
}

.InfoBar .FileInfo
{
	float: right;
	height: 29px;
	/*background: url(/ProspectPortal/images/MyFiles_Background.png) no-repeat right top;*/
	width: 100%;
	padding: 5px 25px 0px 0px;
	margin-bottom: 10px;
}

.InfoBar .FileInfo div 
{
	float: right;
	color: #414042;
	margin: 0px 6px;
	font-size: 11px;
	padding-top: 3px;
}
.InfoBar .FileInfo span 
{
	color: #bf8200;
}
.InfoBar .FileInfo img 
{
	margin-top: -3px;	
}




/* Map */

.Map 
{
	margin-bottom: 26px;
	margin: 0px 30px;
	clear: both;
	margin-top: 34px;
}


/* Tab Bar */

.ProspectPortal .TabBar 
{
	margin-left: 12px;
	height: 36px;
	z-index: 5;
	position: relative;
}

.ProspectPortal .TabBar div 
{
	float: left;
}
.ProspectPortal .TabBar .RunDataReports 
{
	margin-left: 1px;
}


/* Map */

.ProspectPortal .GoogleMap 
{
	height: 389px; 
	z-index: 3;
	position: relative;
	top: -6px;
	padding: 5px;
	margin-right: -11px;
	border: solid 1px #666;
	width: 100%;
	overflow: hidden;
}

#map,
.ProspectPortal .GoogleMap #thematic 
{
	height: 389px; 
	overflow: hidden;
}


.MapControlZoomIn 
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/ProspectPortal/images/MapZoomIn.png',sizingMethod='crop');
	width:44px;
	height:39px;	
}
.MapControlZoomIn[class] 
{
	background-image:url(/ProspectPortal/images/MapZoomIn.png);
}

.MapControlZoomOut 
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/ProspectPortal/images/MapZoomOut.png',sizingMethod='crop');
	width:44px;
	height:39px;	
}
.MapControlZoomOut[class] 
{
	background-image:url(/ProspectPortal/images/MapZoomOut.png);
}

.MapControlCompass 
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/ProspectPortal/images/MapNorth.png',sizingMethod='crop');
	width:46px;
	height:64px;	
}
.MapControlCompass[class] 
{
	background-image:url(/ProspectPortal/images/MapNorth.png);
}

.MapControlAtlas
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/ProspectPortal/images/MapAtlas.png',sizingMethod='crop');
	width:116px;
	height:69px;
}
.MapControlAtlas[class] 
{
	background-image:url(/ProspectPortal/images/MapAtlas.png);
}


/* Property Search */

.ProspectPortal #SiteSearch
{
	position: relative;
	top: -389px;
	z-index: 1000;
	width: 100%;
	height: 389px; 
	overflow: hidden;
}
.ProspectPortal #SiteSearch *
{
	color: #FFF;
	line-height: 24px;
}
.ProspectPortal #SiteSearch input 
{
	line-height: normal;
}
.ProspectPortal #SiteSearch select,
.ProspectPortal #SiteSearch option,
.ProspectPortal #SiteSearch input 
{
	color: #38352e;
}
.ProspectPortal #SiteSearch .SearchBox 
{
	background-color: #1f1f1f;
	width: 100%;
}

.ProspectPortal #SiteSearch .LeftBlock
{
	float: left;
	margin: 12px 0px 0px 12px;
}
.ProspectPortal #SiteSearch .CheckboxLand 
{
	position: relative;
	left: -3px;
	clear: both;
	float: left;
	width: 50px;
}
.ProspectPortal #SiteSearch .CheckboxIndustrial
{
	float:  left;
	width: 74px;
}
.ProspectPortal #SiteSearch .CheckboxOffice
{
	float: left;
}
.ProspectPortal #SiteSearch .MinSize
{
	clear: both;
	white-space: nowrap;
}
.ProspectPortal #SiteSearch .MinSize input
{
	width: 120px;
	position: relative;
	top: 6px;
	padding: 0px;
}
.ProspectPortal #SiteSearch .MinSize div
{
	width: 52px;
	float: left;
}
.ProspectPortal #SiteSearch .MaxSize
{
	clear: both;
	white-space: nowrap;
}
.ProspectPortal #SiteSearch .MaxSize input
{
	width: 120px;
	position: relative;
	top: 6px;
	padding: 0px;
}
.ProspectPortal #SiteSearch .MaxSize div
{
	width: 52px;
	float: left;
}
.ProspectPortal #SiteSearch .CheckboxForSale
{
	position: relative;
	left: -3px;
	clear: both;
	float:  left;
	width: 68px;
}
.ProspectPortal #SiteSearch .CheckboxForLease
{
	float: left;
}

.ProspectPortal #SiteSearch .RightBlock
{
	float: right;
	margin: 12px 12px 0px 0px;
}
.ProspectPortal #SiteSearch .Instructions span
{
	font-weight: bold;
}
.ProspectPortal #SiteSearch .Property
{
	clear: both;
	white-space: nowrap;
}
.ProspectPortal #SiteSearch .Property div 
{
	float: left;
	width: 78px;	
}
.ProspectPortal #SiteSearch .Property input 
{
	width: 144px;
	padding: 0px;
	position: relative;
	top: 6px;
}
.ProspectPortal #SiteSearch .Address
{
	clear: both;
	white-space: nowrap;
}
.ProspectPortal #SiteSearch .Address div 
{
	float: left;
	width: 78px;
}
.ProspectPortal #SiteSearch .Address input 
{
	width: 144px;
	padding: 0px;
	position: relative;
	top: 6px;
}

.ProspectPortal #SiteSearch .CenterBlock
{
	width: 204px;
	margin: 0px auto;
	padding-top: 12px;
	position: relative;
}
.ProspectPortal #SiteSearch .MinPrice 
{
	white-space: nowrap;	
	height: 24px;
}
.ProspectPortal #SiteSearch .MinPrice div 
{
	float: left;
	width: 56px;
}
.ProspectPortal #SiteSearch .MinPrice input 
{
	width: 141px;
	position: relative;
	top: 6px;
	padding: 0px;
}
.ProspectPortal #SiteSearch .MaxPrice
{
	white-space: nowrap;	
	height: 24px;
}
.ProspectPortal #SiteSearch .MaxPrice div 
{
	float: left;
	width: 56px;
}
.ProspectPortal #SiteSearch .MaxPrice input 
{
	width: 141px;
	position: relative;
	top: 6px;
	padding: 0px;
}
.ProspectPortal #SiteSearch .CeilingHt
{
	white-space: nowrap;
	height: 24px;
}
.ProspectPortal #SiteSearch .CeilingHt div 
{
	width: 56px;
	float: left;
}
.ProspectPortal #SiteSearch .CeilingHt select 
{
	width: 142px;
	position: relative;
	padding: 0px;
	top: 6px;
}

.ProspectPortal #SiteSearch .Zoning
{
	clear: both;
	white-space: nowrap;
}
.ProspectPortal #SiteSearch .Zoning div
{
	width: 47px;
	float: left;
}
.ProspectPortal #SiteSearch .Zoning select
{
	width: 135px;
	position: relative;
	top: 6px;
	padding: 0px;
}
.ProspectPortal #SiteSearch .CheckboxForeignTradeZone
{
	position: relative;
	left: -3px;
	clear: both;
}
.ProspectPortal #SiteSearch .CheckboxEconomicRevitalizationArea
{
	position: relative;
	left: -3px;
	clear: both;
}
.ProspectPortal #SiteSearch .CheckboxEnterprizeZone
{
	position: relative;
	left: -3px;
	clear: both;
}
.ProspectPortal #SiteSearch .CheckboxRailService
{
	position: relative;
	left: -3px;
}
.ProspectPortal #SiteSearch .CheckboxPowerOnSite
{
	position: relative;
	left: -3px;
	clear: both;
}
.ProspectPortal #SiteSearch .CheckboxDivisible
{
	position: relative;
	left: -3px;
	clear: both;
}
.ProspectPortal #SiteSearch .CheckboxMultiTenantBuilding
{
	position: relative;
	left: -3px;
	clear: both;
}
.ProspectPortal #SiteSearch .ContiguousSpace
{
	white-space: nowrap;
	height: 24px;
}
.ProspectPortal #SiteSearch .ContiguousSpace div
{
	width: 94px;
	float: left;
}
.ProspectPortal #SiteSearch .ContiguousSpace input
{
	width: 83px;
	position: relative;
	top: 6px;
	padding: 0px;
}
.ProspectPortal #SiteSearch .County
{
	clear: both;
	white-space: nowrap;
}
.ProspectPortal #SiteSearch .County div
{
	width: 45px;
	float: left;
}
.ProspectPortal #SiteSearch .County select
{
	width: 142px;
	position: relative;
	padding: 0px;
	top: 6px;
}
.ProspectPortal #SiteSearch .PropertyDescriptionTitle 
{
	clear: both;
	white-space: nowrap;
}
.ProspectPortal #SiteSearch .PropertyDescription
{
	clear: both;
	white-space: nowrap;
}
.ProspectPortal #SiteSearch .PropertyDescription input
{
	width: 190px;
	position: relative;
	top: 6px;
	padding: 0px;
}
.ProspectPortal #SiteSearch .Within input 
{
	padding: 0px;
	width: 28px;
}
.ProspectPortal #SiteSearch .MinAmps
{
	clear: both;
	white-space: nowrap;
}
.ProspectPortal #SiteSearch .MinAmps div 
{
	float: left;
	width: 78px;
}
.ProspectPortal #SiteSearch .MinAmps input 
{
	width: 144px;
	padding: 0px;
	position: relative;
	top: 6px;
}
.ProspectPortal #SiteSearch .MinPark
{
	clear: both;
	white-space: nowrap;
}
.ProspectPortal #SiteSearch .MinPark div 
{
	float: left;
	width: 148px;
}
.ProspectPortal #SiteSearch .MinPark input 
{
	width: 74px;
	padding: 0px;
	position: relative;
	top: 6px;
}
.ProspectPortal #SiteSearch .LoadingType
{
	clear: both;
	white-space: nowrap;
}
.ProspectPortal #SiteSearch .LoadingType div
{
	width: 78px;
	float: left;
}
.ProspectPortal #SiteSearch .LoadingType select
{
	width: 144px;
	position: relative;
	padding: 0px;
	top: 6px;
}
.ProspectPortal #SiteSearch .City
{
	clear: both;
	white-space: nowrap;
}
.ProspectPortal #SiteSearch .City div 
{
	float: left;
	width: 78px;
}
.ProspectPortal #SiteSearch .City select
{
	width: 142px;
	position: relative;
	padding: 0px;
	top: 6px;
}
.ProspectPortal #SiteSearch .BuildingType
{
	clear: both;
	white-space: nowrap;
}
.ProspectPortal #SiteSearch .BuildingType div
{
	width: 97px;
	float: left;
}
.ProspectPortal #SiteSearch .BuildingType select
{
	width: 85px;
	position: relative;
	top: 6px;
	padding: 0px;
}
.ProspectPortal #SiteSearch .Subclassification
{
	clear: both;
	white-space: nowrap;
}
.ProspectPortal #SiteSearch .Subclassification div
{
	width: 97px;
	float: left;
}
.ProspectPortal #SiteSearch .Subclassification select
{
	width: 85px;
	position: relative;
	top: 6px;
	padding: 0px;
}

.ProspectPortal #SiteSearch .SearchButton 
{
	text-align: right;
	padding: 6px 12px 12px 0px;
	cursor: pointer;
}
.ProspectPortal #SiteSearch .OpenAdvancedOptions 
{
	position: relative;
	left: 12px;
	float: left;
	z-index: 20000;
}
.ProspectPortal #SiteSearch .OpenAdvancedOptions span
{
	color: #bf8200;
	text-decoration: underline;
}

.ProspectPortal #SiteSearch .SearchHideTab 
{
	float: right;
	cursor: pointer;
}

.ProspectPortal #AdvancedOptions 
{

}


/* Company Search */

.ProspectPortal #CompanySearch
{
	position: relative;
	top: -389px;
	z-index: 1000;
	width: 100%;
	height: 389px; 
	overflow: hidden;
}
.ProspectPortal #CompanySearch *
{
	color: #FFF;
	line-height: 24px;
}
.ProspectPortal #CompanySearch input 
{
	line-height: normal;
}
.ProspectPortal #CompanySearch select,
.ProspectPortal #CompanySearch option,
.ProspectPortal #CompanySearch input 
{
	color: #38352e;
}
.ProspectPortal #CompanySearch .CompanySearch 
{
	background-color: #1f1f1f;
	width: 100%;
	padding-bottom: 12px;
}

.ProspectPortal #CompanySearch .LeftBlock
{
	float: left;
	margin: 12px 7% 0px 12px;
}
.ProspectPortal #CompanySearch .Industry
{
	clear: both;
	white-space: nowrap;
}
.ProspectPortal #CompanySearch .Industry select
{
	width: 178px;
	position: relative;
	top: 6px;
	padding: 0px;
}
.ProspectPortal #CompanySearch .Industry div
{
	width: 48px;
	float: left;
}
.ProspectPortal #CompanySearch .County
{
	clear: both;
	white-space: nowrap;
}
.ProspectPortal #CompanySearch .County select
{
	width: 178px;
	position: relative;
	top: 6px;
	padding: 0px;
}
.ProspectPortal #CompanySearch .County div
{
	width: 48px;
	float: left;
}
.ProspectPortal #CompanySearch .City
{
	clear: both;
	white-space: nowrap;
}
.ProspectPortal #CompanySearch .City div 
{
	float: left;
	width: 48px;
}
.ProspectPortal #CompanySearch .City select
{
	width: 178px;
	position: relative;
	padding: 0px;
	top: 6px;
}

.ProspectPortal #CompanySearch .SIC
{
	clear: both;
	white-space: nowrap;
}
.ProspectPortal #CompanySearch .SIC input
{
	width: 40px;
	position: relative;
	top: 6px;
	padding: 0px;
}
.ProspectPortal #CompanySearch .SIC div
{
	width: 74px;
	float: left;
}
a.naicslookup 
{
	position: absolute;
	padding-left: 1em;
	white-space: nowrap;
}

.ProspectPortal #CompanySearch .CenterBlock
{
	float: left;
	margin: 12px 0px 0px 0px;
}
.ProspectPortal #CompanySearch .Staff
{
	clear: both;
	white-space: nowrap;
}
.ProspectPortal #CompanySearch .Staff select
{
	width: 152px;
	position: relative;
	top: 6px;
	padding: 0px;
}
.ProspectPortal #CompanySearch .Staff div
{
	width: 68px;
	float: left;
}
.ProspectPortal #CompanySearch .Revenue
{
	clear: both;
	white-space: nowrap;
}
.ProspectPortal #CompanySearch .Revenue select
{
	width: 152px;
	position: relative;
	top: 6px;
	padding: 0px;
}
.ProspectPortal #CompanySearch .Revenue div
{
	width: 68px;
	float: left;
}

.ProspectPortal #CompanySearch .Row2Block
{
	width: 470px;
	margin: 28px 0px 0px 12px;
}
.ProspectPortal #CompanySearch .BusinessName
{
	clear: both;
	white-space: nowrap;
}
.ProspectPortal #CompanySearch .BusinessName input 
{
	width: 118px;
	padding: 0px;
	position: relative;
	top: 6px;
}
.ProspectPortal #CompanySearch .BusinessName div
{
	width: 98px;
	float: left;
}

.ProspectPortal #CompanySearch .SearchButton 
{
	float: right;
	padding: 64px 12px 0px 0px;
}
.ProspectPortal #CompanySearch .ClearValues 
{
	position: relative;
	left: 12px;
	top: 10px;
	float: left;
	clear: left;
}
.ProspectPortal #CompanySearch .ClearValues span
{
	color: #bf8200;
	text-decoration: underline;
}

.ProspectPortal #CompanySearch .SearchHideTab 
{
	float: right;
	cursor: pointer;
}


/* Data Search */

.ProspectPortal #DataSearch
{
	position: relative;
	top: -389px;
	z-index: 1000;
	width: 100%;
	height: 389px; 
	overflow: hidden;
}
.ProspectPortal #DataSearch *
{
	color: #FFF;
	line-height: 24px;
}
.ProspectPortal #DataSearch select,
.ProspectPortal #DataSearch option,
.ProspectPortal #DataSearch input 
{
	color: #38352e;
}
.ProspectPortal #DataSearch .DataSearch 
{
	background-color: #1f1f1f;
	width: 100%;
	padding-bottom: 12px;
}

.ProspectPortal #DataSearch .LeftBlock
{
	float: left;
	margin: 12px 0px 0px 12px;
}
.ProspectPortal #DataSearch .Data
{
	clear: both;
	white-space: nowrap;
}
.ProspectPortal #DataSearch .Data select
{
	width: 250px;
	position: relative;
	top: 6px;
	padding: 0px;
}
.ProspectPortal #DataSearch .Data div
{
	width: 70px;
	float: left;
}

.ProspectPortal #DataSearch .MapItButton 
{
	float: right;
	margin: 24px 12px 0px 0px;
}

.ProspectPortal #DataSearch .SearchHideTab 
{
	float: right;
	cursor: pointer;
}


/* Community Search */

.ProspectPortal #CommunitySearch
{
	position: relative;
	top: -389px;
	z-index: 1000;
	width: 100%;
	height: 389px; 
	overflow: hidden;
}
.ProspectPortal #CommunitySearch *
{
	color: #FFF;
	line-height: 24px;
}
.ProspectPortal #CommunitySearch select,
.ProspectPortal #CommunitySearch option,
.ProspectPortal #CommunitySearch input 
{
	color: #38352e;
}
.ProspectPortal #CommunitySearch .CommunitySearch 
{
	background-color: #242424;
	width: 100%;
	padding-bottom: 12px;
}

.ProspectPortal #CommunitySearch .LeftBlock
{
	float: left;
	margin: 12px 0px 0px 12px;
}
.ProspectPortal #CommunitySearch .Data
{
	clear: both;
	white-space: nowrap;
}
.ProspectPortal #CommunitySearch .Data select
{
	width: 200px;
	position: relative;
	top: 6px;
	padding: 0px;
}
.ProspectPortal #CommunitySearch .Data div
{
	width: 100px;
	float: left;
}

.ProspectPortal #CommunitySearch .MapItButton 
{
	float: right;
	margin: 24px 12px 0px 0px;
}

.ProspectPortal #CommunitySearch .SearchHideTab 
{
	float: right;
	cursor: pointer;
}

.ProspectPortal #CommunitySearch .ClearValues 
{
	position: relative;
	left: 12px;
	top: 10px;
	float: left;
	clear: left;
}
.ProspectPortal #CommunitySearch .ClearValues span
{
	color: #bf8200;
	text-decoration: underline;
}


/* Legend */

.ProspectPortal #Legend
{
	position: absolute;
	left: 14px;
	top: 331px;
	z-index: 2000;
}
.ProspectPortal #Legend .LegendBlock
{

}
.ProspectPortal #Legend .LegendSiteBuildingBlock
{
	position: relative;
	top: 12px;
}
.ProspectPortal #Legend .LegendCompaniesBlock
{
	position: relative;
	top: -288px;
}
.ProspectPortal #Legend .Legend 
{
	background-color: #1f1f1f;
	padding: 8px;
	height: 48px;
	width: 147px;
	color: #FFF;
}
.ProspectPortal #Legend .LegendSiteBuildingBlock .Legend 
{
	height: 36px;
}
.ProspectPortal #Legend .LegendCompaniesBlock .Legend 
{
	height: 337px;
}


/* Base Map Options */

.ProspectPortal #BaseMapOptions 
{
	position: absolute;
	left: 178px;
	top: 320px;
	z-index: 2000;
}
.ProspectPortal #BaseMapOptions .BaseMapOptions 
{
	background-color: #1f1f1f;
	padding: 8px;
	height: 59px;
	width: 118px;
	color: #FFF;
}


/* Map Overlays */

.ProspectPortal #MapOverlays 
{
	position: absolute;
	left: 313px;
	top: 257px;
	z-index: 2000;
}
.ProspectPortal #MapOverlays .MapOverlays 
{
	background-color: #1f1f1f;
	padding: 8px;
	height: 121px;
	width: 148px;
	color: #FFF;
}


/* Thematic Legend */

.ProspectPortal #ThematicLegend
{
	position: absolute;
	left: 478px;
	top: 278px;
	z-index: 2000;
}
.ProspectPortal #ThematicLegend .LegendBlock
{

}
.ProspectPortal #ThematicLegend .Legend 
{
	background-color: #1f1f1f;
	padding: 8px;
	height: 100px;
	width: 148px;
	color: #FFF;
}


/* Bottom Bar */

.ProspectPortal .BottomBar 
{
	position: relative;
	top: -12px;
	margin-left: 15px;
	height: 24px;
	z-index: 4;
}

.ProspectPortal .BottomBar div
{
	margin-right: 1px;
	float: left;
}




/* Results */

.Results 
{
	margin: 0px 47px;
	clear: both;
}


.ResultRows 
{	
	clear: both;
}
.ResultSet 
{
	margin-bottom: 14px;
}

.Results .OfficeResults 
{
	background: url(/ProspectPortal/images/OfficeResultsBar_Background.png) repeat-x;
	height: 16px;
	color: #242424;
	font-weight: bold;
	padding: 4px 0px 0px 14px;
}
.Results .LandResults 
{
	background: url(/ProspectPortal/images/LandResultsBar_Background.png) repeat-x;
	height: 16px;
	color: #242424;
	font-weight: bold;
	padding: 4px 0px 0px 14px;
}
.Results .IndustrialResults 
{
	background: url(/ProspectPortal/images/IndustrialResultsBar_Background.png) repeat-x;
	height: 16px;
	color: #242424;
	font-weight: bold;
	padding: 4px 0px 0px 14px;
}
.Results .BuildingResults 
{
	background: url(/ProspectPortal/images/OfficeResultsBar_Background.png) repeat-x;
	height: 16px;
	color: #242424;
	font-weight: bold;
	padding: 4px 0px 0px 14px;
}
.Results .SiteResults 
{
	background: url(/ProspectPortal/images/LandResultsBar_Background.png) repeat-x;
	height: 16px;
	color: #242424;
	font-weight: bold;
	padding: 4px 0px 0px 14px;
}
.BusinessResults 
{
	background-repeat: repeat-x;
	height: 16px;
	color: #242424;
	font-weight: bold;
	padding: 4px 0px 0px 14px;
}

.Result 
{
	border-bottom: solid 1px #bfb9af;
	padding: 10px 20px 14px 10px;
}
.Odd 
{
	background-color: #f2f0ec;
}
.Even 
{
	
}
.OddFeatured 
{
	background: #f2f0ec url(/ProspectPortal/images/Featured_Odd.png) no-repeat right bottom;
}

.EvenFeatured 
{
	background: #FFF url(/ProspectPortal/images/Featured_Even.png) no-repeat right bottom;
}

.Result .Absolute 
{
	width: 42px;
	float: left;
}
.Result .Absolute4 
{
	width: 42px;
	float: left;
	height: 0px;
}
.Result .Absolute2
{
	width: 101px;
	float: right;
}
.Result .Relative 
{
	margin-left: 42px;
	margin-right: 101px;
}
.Result .Relative5
{
	margin-left: 42px;
	margin-right: 101px;
}
.Result .Relative2 
{
	float: left;
	margin-left: 42px;
	width: 85%;
}
.Result .Relative4 
{
	float: left;
	margin-left: 14px;
	width: 85%;
}


.Result .Checkbox 
{
	width: 20px;
	float: left;
}
.Result .Marker 
{
	width: 22px;
	float: left;
}

.Result .Name 
{
	width: 26%;
	float: left;
	font-weight: bold;
}
.Result .Address 
{
	width: 30%;
	float: left;
}
.Result .Address a:link,
.Result .Address a:active,
.Result .Address a:visited,
.Result .Address a:hover,
.Result .Address2 a:link,
.Result .Address2 a:active,
.Result .Address2 a:visited,
.Result .Address2 a:hover
{
	color: #bf8200;
	text-decoration: underline;
	font-weight: bold;
}
.Result .Address2 
{
	width: 37%;
	float: left;
}
.Result .Space 
{
	width: 33%;
	float: left;
}
.Result .Price 
{
	width: 37%;
	float: left;
}
.Result .CompanyInfo 
{
	width: 37%;
	float: left;
}
.Result .Buttons 
{
	float: left;
	text-align: right;
	height: 22px;
	
}
.Result .Buttons img
{
	margin-bottom: 6px;
}

.Result .Image 
{
	margin-top: 14px;
	width: 99px;
	float: left;
}
.Result .Image img 
{
	border: solid 1px #aea79a;
}
.Result .Description 
{
	padding-top: 14px;
}
.Featured .Description 
{
	padding-top: 14px;
	margin-left: 99px;
}
.Featured .Relative4 .Description 
{
	padding-top: 14px;
	margin-left: 135px;
}
.Result .Description a:link,
.Result .Description a:active,
.Result .Description a:visited,
.Result .Description a:hover
{
	font-size: 13px;
	text-decoration: none;
	color: #bf8200;
	font-weight: bold;
}
.Result .Description a:hover 
{
	text-decoration: underline;	
}


.Results .Row1 
{
	height: 36px;
}
.Results .Row1 .Title 
{
	float: left;
	color: #7c5400;
	font-size: 28px;
}
.Results .Row1 .Subtitle 
{
	font-size: 11px;
}
.Results .Row1 .Pages,
.Results .Row3 .Pages
{
	float: right;
}
.Results .Row1 .Pages .PageNumbers,
.Results .Row3 .Pages .PageNumber 
{
	font-size: 14px;
}
.Results .Row1 .Pages img,
.Results .Row3 .Pages img
{
	margin-left: .25em;
}
.Results .Row1 .Pages a:link,
.Results .Row1 .Pages a:visited,
.Results .Row1 .Pages a:active,
.Results .Row1 .Pages a:hover,
.Results .Row3 .Pages a:link,
.Results .Row3 .Pages a:visited,
.Results .Row3 .Pages a:active,
.Results .Row3 .Pages a:hover
{
	color: #242424;
	text-decoration: none;
}
.Results .Row1 .Pages a:hover,
.Results .Row3 .Pages a:hover
{
	text-decoration: underline;
}
.Results .Row1 .Pages a:link.Current,
.Results .Row1 .Pages a:visited.Current,
.Results .Row1 .Pages a:active.Current,
.Results .Row1 .Pages a:hover.Current,
.Results .Row3 .Pages a:link.Current,
.Results .Row3 .Pages a:visited.Current,
.Results .Row3 .Pages a:active.Current,
.Results .Row3 .Pages a:hover.Current 
{
	color: #bf8200;
	font-weight: bold;
	text-decoration: none;
}
.Results .Row1 .Pages a:hover.Current,
.Results .Row3 .Pages a:hover.Current 
{
	text-decoration: underline;
}

.Results .Row2
{

}
.Results .Row2 .RunReport 
{
	float: left;
	margin-bottom: 8px;	
	cursor: pointer;
}
.Results .Row2 .CompareLine 
{
	padding-left: 16px;
	float: left;
	margin-bottom: 8px;
	margin: 0px .5em 8px .5em;
}
.Results .Row2 .comparefix 
{
	padding: 0px 0px 0px 10px;
	position: relative;
	top: -5px;
}
.Results .Row2 .CompareLine img 
{

}
.Results .Row2 .SortBy 
{
	float: right;
	padding-right: 12px;
}
.Results .Row2 .SortBy a:link,
.Results .Row2 .SortBy a:active,
.Results .Row2 .SortBy a:visited,
.Results .Row2 .SortBy a:hover
{
	color: #bf8200;
	text-decoration: none;
	margin: 0px .25em;
}
.Results .Row2 .SortBy a:hover
{
	text-decoration: underline;
}

.Results .Row3 
{
	height: 38px;
}
.Results .Row3 .RunReport 
{
	float: left;	
	cursor: pointer;
}
.Results .Row3 .Pages 
{
	float: right;
}


/* Details Page */

.Details 
{
	margin: 0px 47px;
	clear: both;
}

.Details .Title
{
	color: #bf8200;
	font-size: 21px;
	font-weight: bold;
}

.Details .Buttons
{
	float: right;
	margin-top: 6px;
	clear: right;
}

.Details .DetailsBlock 
{
	margin-top: 16px;
	background-color: #f2f0ec;
	padding: 17px 15px;
}
.Details .DetailsFeatured 
{
	background: #F2F0EC url(/ProspectPortal/images/Featured_Odd.png) no-repeat right bottom;
}

.Details .DetailsBlock .MarkerColumn 
{
	float: left;
	width: 25px;
}

.Details .DetailsBlock .RelativeColumns 
{
	margin-left: 25px;
}

.Details .DetailsBlock .InformationColumn 
{
	width: 50%;
	float: left;
}
.Details .DetailsBlock .ImageColumn 
{
	width: 42%;
	float: right;
}

.Details .PropertyInfo
{
	margin-bottom: 16px;
}
.Details .PropertyInfo div
{
	color: #242424;
	font-size: 14px;
	font-weight: bold;
}
.Details .PropertyDescription 
{
	margin-bottom: 12px;
}

.Details .BrokerInformation 
{
	float: left;
	width: 44%;
}
.Details .EDInformation 
{
	float: right;
	width: 44%;
	/* width: 88%; */
	position: relative;
	overflow: hidden;
	clear: right;
}
.Details .BrokerInformation a,
.Details .EDInformation a 
{
	color: #bf8200;
}

.Details .BrokerImage,
.Details .EDImage 
{
	margin-bottom: 8px;
}
.Details .BrokerImage img,
.Details .EDImage img 
{
	border: solid 1px #aea79a;	
}

.Details .ImageColumn
{
	padding-top: 50px;
	float: right;
}
.Details .ImageColumn .ImageNavigation
{
	margin: 5px auto;	
	text-align: center;
}
.Details .ImageColumn .ImageNavigation img
{
	margin: 0px 12px;	
}
.Details .ImageColumn .LargeImage
{
	margin: 0px auto;
	text-align: center;
}
.Details .ImageColumn .LargeImage img
{
	border: solid 1px #aea79a;
	border-right-width: 2px;
	border-bottom-width: 2px;
}
.Details .ImageColumn .Caption
{
	text-align: center;
	margin-top: 6px;
	font-weight: bold;
}
.Details .ImageColumn .Enlarge
{
	text-align: center;
	margin-top: 6px;
	font-weight: bold;
	cursor: pointer;
}
.Details .ImageColumn .Enlarge a 
{
	color: #bf8200;
}

.Details .DataTable 
{
	margin-top: 30px;
}
.Details .DataTable .Header 
{
	background: url(/ProspectPortal/images/DetailsHeader_Background.png) repeat-x;
	height: 18px;
	color: #FFF;
	font-weight: bold;
	padding: 4px 0px 0px 16px;
}
.Details .DataTable .Column1
{
	width: 49%;
	float: left;
}
.Details .DataTable .Column2
{
	width: 49%;
	float: right;
}
.Details .DataTable .Row
{
	border-bottom: solid 1px #AEA79A;
	clear: left;
	padding: 4px 4px 4px 16px;
}
.Details .DataTable .Odd 
{
	background-color: #f2f0ec;
}
.Details .DataTable .Even
{
	
}
.Details .DataTable .Field 
{
	font-weight: bold;
	float: left;
	width: 135px;
}
.Details .DataTable .Value 
{
	
}



/* My Files Page */

.MyFiles 
{
	margin: 0px 47px;
	clear: both;
	margin-top: 50px;
}

.MyFiles .Disclaimer 
{
	font-style: italic;	
	padding: 10px;
	margin-bottom: 30px;
}

.MyFiles .Row1 
{
	height: 36px;
}
.MyFiles .Title 
{
	float: left;
	color: #bf8200;
	font-size: 30pt;
	position: relative;
	top: -26px;
}
.MyFiles .Subtitle 
{
	font-size: 11px;
}
.MyFiles .Pages
{
	float: right;
}
.MyFiles .Pages .PageNumbers
{
	font-size: 14px;
}
.MyFiles .Pages img
{
	margin-left: .25em;
}
.MyFiles .Pages a:link,
.MyFiles .Pages a:visited,
.MyFiles .Pages a:active,
.MyFiles .Pages a:hover
{
	color: #242424;
	text-decoration: none;
}
.MyFiles .Pages a:hover
{
	text-decoration: underline;
}
.MyFiles .Pages a:link.Current,
.MyFiles .Pages a:visited.Current,
.MyFiles .Pages a:active.Current,
.MyFiles .Pages a:hover.Current 
{
	color: #bf8200;
	font-weight: bold;
	text-decoration: none;
}
.MyFiles .Pages a:hover.Current
{
	text-decoration: underline;
}

.MyFiles .Files 
{
	clear: left;
}

.PropertyResults 
{
	background: url(/ProspectPortal/images/OfficeResultsBar_Background.png) repeat-x;
	height: 16px;
	color: #242424;
	font-weight: bold;
	padding: 4px 0px 0px 14px;
}
.CompaniesResults 
{
	background: url(/ProspectPortal/images/IndustrialResultsBar_Background.png) repeat-x;
	height: 16px;
	color: #242424;
	font-weight: bold;
	padding: 4px 0px 0px 14px;
}
.ReportsResults 
{
	background: url(/ProspectPortal/images/LandResultsBar_Background.png) repeat-x;
	height: 16px;
	color: #242424;
	font-weight: bold;
	padding: 4px 0px 0px 14px;
}

.MyFiles .ReportLine,
.MyFiles .ReportLineOdd 
{
	padding: 10px 0px;
	padding-right: 14px;
	border-bottom: solid 1px #bfb9af;
}
.MyFiles .ReportLineOdd 
{
	background-color: #f2f0ec;
}
.MyFiles .Icon
{
	float: left;
}
.MyFiles .Link
{
	float: left;
}
.MyFiles .Button
{
	float: right;
}


/* Demographic Report */

.Demographic 
{
	margin: 0px 47px;
	clear: both;
}

.Demographic .Title 
{
	color: #bf8200;
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 22px;
}

.Demographic .DataTable 
{
	
}
.Demographic .DataTable .Header 
{
	background-color: #427fc1;
	color: #FFF;
	font-weight: bold;
	padding: 1px;
	text-align: center;
	margin-bottom: 2px;
}
.Demographic .DataTable .Heading div 
{
	font-weight: bold;
	margin-bottom: 2px;
}
.Demographic .DataTable .Row
{
	clear: left;
	margin-bottom: 2px;
}
.Demographic .DataTable .Odd 
{
	background-color: #f2f0ec;
}
.Demographic .DataTable .Even
{
	
}
.Demographic .DataTable .Field 
{
	font-weight: bold;
	width: 135px;
	padding: 1px;
	padding-left: 2px;
}
.Demographic .DataTable .Total 
{
	float: right;
	width: 100px;
	text-align: right;
	border-right: solid 2px #FFF;
	padding: 1px;
	padding-right: 2px;
}
.Demographic .DataTable .Percent
{
	float: right;
	width: 70px;
	text-align: right;
	padding: 1px;
	padding-right: 2px;
}



/* Report Generator */

.ProspectPortal #ReportGenerator
{
	position: absolute;
	z-index: 1100;
	top: 50px;
	width: 100%;
	
	height: 0px;
	float: left;
	left: 0px;
}
.ProspectPortal #ReportGenerator *
{
	color: #FFF;
	line-height: 20px;
}
.ProspectPortal #ReportGenerator input
{
	line-height: normal;
}
.ProspectPortal #ReportGenerator select,
.ProspectPortal #ReportGenerator option,
.ProspectPortal #ReportGenerator input 
{
	color: #38352e;
}
.ProspectPortal #ReportGenerator .ReportGenerator 
{
	background-color: #1f1f1f;
	width: 511px;
	height: 232px;
	margin-left: auto;
	margin-right: auto;
	padding: 9px 11px 23px 25px;
	position: relative;
}
#ReportGenerator .ReportGenerator .Next 
{
	position: absolute;
	top: 214px;
	left: 425px;
}
#ReportGenerator .ReportGenerator .Back 
{
	position: absolute;
	top: 214px;
	left: 355px;
}
#ReportGenerator .ReportGenerator .Next img,
#ReportGenerator .ReportGenerator .Back img 
{
	cursor: pointer;
}

.TextLinks 
{
	position: absolute;
	top: 240px;
	left: 26px;
	height: 0px;
	float: left;
}
.TextLinks div 
{
	float: left;
	margin-right: 12px;
}
.ProspectPortal #ReportGenerator a,
.TextLinks a
{
	color: #bf8200;
}

#ReportGenerator .ReportGenerator .Title
{
	position: absolute;
	top: 12px;
	left: 26px;
}
#ReportGenerator .ReportGenerator .Close
{
	position: absolute;
	top: 8px;
	left: 485px;
	cursor: pointer;
}
#ReportGenerator .ReportGenerator .StepLine 
{
	position: absolute;
	top: 54px;
	left: 26px;
	font-size: 12px;
	color: #FFF;
}
#ReportGenerator .ReportGenerator .Step 
{
	font-weight: bold;
	font-size: 14px;
	color: #bf8200;
}

#ReportGenerator .ReportGenerator .StepBody 
{
	position: absolute;
	top: 96px;
	left: 26px;
}

#ReportGenerator .ReportGenerator .Address 
{
	clear: left;
}
#ReportGenerator .ReportGenerator .Address,
#ReportGenerator .ReportGenerator .City,
#ReportGenerator .ReportGenerator .State,
#ReportGenerator .ReportGenerator .Zip 
{
	clear: left;
}
#ReportGenerator .ReportGenerator .Address div,
#ReportGenerator .ReportGenerator .City div,
#ReportGenerator .ReportGenerator .State div,
#ReportGenerator .ReportGenerator .Zip div 
{
	width: 80px;
	float: left;
}
#ReportGenerator .ReportGenerator .Address input,
#ReportGenerator .ReportGenerator .City input
{
	width: 240px;
	padding: 0px;
}
#ReportGenerator .ReportGenerator .Zip input 
{
	width: 80px;
	padding: 0px;
}
#ReportGenerator .ReportGenerator .State input 
{
	width: 20px;
	padding: 0px;
}

#ReportGenerator .ReportGenerator .Units
{
	clear: both;
	white-space: nowrap;
	padding-left: 5px;
}
#ReportGenerator .ReportGenerator .Units table 
{
	position: relative;
	top: 6px;
}
#ReportGenerator .ReportGenerator .Units input
{
	width: 30px;
	padding: 0px;
}
#ReportGenerator .ReportGenerator .Units div
{
	width: 75px;
	float: left;
}

#ReportGenerator .ReportGenerator .ReportColumn1 
{
	position: relative;
	float: left;
	clear: left;
}
#ReportGenerator .ReportGenerator .ReportColumn2 
{
	margin-left: 240px;
}
#ReportGenerator .ReportGenerator .ReportBlock 
{
	padding-left: 10px;	
}

#ReportGenerator .BumpRight 
{
	padding-left: 6px;	
}


#ppReportTitle,
#ppReportName 
{
	width: 95%;
}

.ReportGeneratorMessage 
{
	margin: 10px 0px;
	/* text-align: center; */
}



/* About this Tool */

.ProspectPortal #ToolTip
{
	height: 0px;
	position: absolute;
	z-index: 2000;
	float: left;
	width: 100%;
	left: 0px;
	top: 0px;
}
.ProspectPortal #ToolTip *
{
	color: #FFF;
	line-height: 20px;
}
.ProspectPortal #ToolTip .ToolTip 
{
	background-color: #1f1f1f;
	width: 511px;
	height: 232px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 52px;
	/*opacity: .9;
	filter: alpha(opacity=90);*/
	padding: 9px 11px 23px 25px;
}

#ToolTip .ToolTip .Title
{
	float: left;
	margin-bottom: 20px;
}
#ToolTip .ToolTip .Close
{
	text-align: right;
	float: right;
	cursor: pointer;
}

#ToolTip .ToolTip .LatLon div 
{
	width: 80px;
	float: left;
}

#ToolTip .ToolTip .about 
{
	clear: left;
	margin-top: 20px;
	height: 190px;
	width: 97%;
	overflow: auto;
	padding-right: 10px;
}

.ToolTip * 
{
	color: #ffffff;
}
.aboutButton 
{
	color: #ffffff;
	text-decoration: underline;
	cursor: pointer;
}
a:link.aboutButton,
a:visited.aboutButton,
a:active.aboutButton,
a:hover.aboutButton 
{
	text-decoration: underline;
}



/*****************************/
/* Google Map Pop Up Styles  */
/*****************************/
.PopUp,
#KMLPopUp
{
	width: 270px;
}

.PopUp .Logo,
#KMLLogo 
{
	margin-bottom: 10px;
}

.PopUp .Thumbnail 
{
	width: 90px;
	margin-right: 8px;
	float: left;
	margin-bottom: 10px;
}
.PopUp .Thumbnail img,
#KMLThumbnail img
{
	border: solid 1px #b2b7b7;
}

.PopUp .Address,
#KMLAddress 
{
	margin-bottom: 10px;
}
.PopUp .Address .title,
#KMLtitle
{
	color: #242424;
	font-weight: bold;
}

.PopUp .Links,
#KMLLinks 
{
	float: left;
	clear: left;
}
.PopUp .Links a:link,
.PopUp .Links a:active,
.PopUp .Links a:visited,
.PopUp .Links a:hover,
#KMLLinks a:link,
#KMLLinks a:active,
#KMLLinks a:visited,
#KMLLinks a:hover
{
	text-decoration: none;
	color: #bf8200;
}
.PopUp .Links a:hover,
#KMLLinks a:hover 
{
	text-decoration: underline;	
}
.PopUp .Links a:link.PropertyDetailsLink,
.PopUp .Links a:active.PropertyDetailsLink,
.PopUp .Links a:visited.PropertyDetailsLink,
.PopUp .Links a:hover.PropertyDetailsLink,
#KMLPropertyDetailsLink:link,
#KMLPropertyDetailsLink:active,
#KMLPropertyDetailsLink:visited,
#KMLPropertyDetailsLink:hover
{
	font-size: 13px;
	font-weight: bold;
}
.PopUp .Links a:hover.PropertyDetailsLink,
#KMLPropertyDetailsLink:hover 
{
	text-decoration: underline;	
}

.PopUp .Buttons,
#KMLButtons
{
	float: right;
	clear: right;
	text-align: right;
	margin-bottom: 6px;
}





#zoomcontrol {
  position: absolute;
  z-index: 8;
}


.Buttons img 
{
	cursor: pointer;
}



/*****************************/
/* Print This Page Styles    */
/*****************************/

#PrintPage 
{
	width: 740px;
}

#PrintPage .Buttons,
#PrintPage .InfoBar,
#PrintPage .PrintEmail,
#PrintPage .TabBar,
#PrintPage #thematic,
#PrintPage #SiteSearch,
#PrintPage #CompanySearch,
#PrintPage #DataSearch,
#PrintPage #ReportGenerator,
#PrintPage #ToolTip,
#PrintPage #Legend,
#PrintPage #BaseMapOptions,
#PrintPage #MapOverlays,
#PrintPage #ThematicLegend,
#PrintPage .BottomBar,
#PrintPage #ppThematicLegend,
#PrintPage .MapControlZoomIn, 
#PrintPage .MapControlZoomOut,
#PrintPage .CompareLine, 
#PrintPage .Pages,
#PrintPage .SortBy
{
	display: none;
	visibility: hidden;
	position: absolute;
	top: -1000px;
}

#dataTitle 
{
	color: #7c5400;
	font-size: 21px;
	font-weight: bold;
}
#dataLegend 
{
	float: right;
}

#PrintPage .Results 
{
	margin: 20px 0px;
}

#PrintPageContact 
{
	float: left;
}

#PrintPageHeader 
{
	border-bottom: solid 2px #2B3B4B;
	/*margin-bottom: 10px;*/
	text-align: right;
}

#Footer 
{
	
}

#PrintPage .DetailsBlock 
{
	width: 660px;
}
#PrintPage .DataTable 
{
	width: 660px;
}



/*****************************/
/* Go Back Button Styles     */
/*****************************/

.GoBack 
{
	float: right;
	position: relative;
	top: -12px;
}
.Details .GoBack 
{
	top: 12px;
}

.GoBack a:link,
.GoBack a:visited,
.GoBack a:active,
.GoBack a:hover
{
	color: #bf8200;
	font-weight: bold;
	text-decoration: none;
}
.GoBack a:hover
{
	text-decoration: underline;
}

/*****************************/
/* Thematic Legend Styles    */
/*****************************/

#ThematicLegend 
{
	line-height: 20px;
}
.RangeIcon 
{
	width: 12px;
	height: 12px;
	overflow: hidden;	
	float: left;
	margin: 2px 6px 6px 2px;
	clear: left;
}



/** Compare Page */

.CompareData 
{
	text-align: right;
}

.ProspectPortal #ReportGeneratorCmp
{
	position: absolute;
	z-index: 1100;
	top: 50px;
	width: 100%;
	
	height: 0px;
	float: left;
	left: 0px;
}
.ProspectPortal #ReportGeneratorCmp *
{
	color: #FFF;
	line-height: 20px;
}
.ProspectPortal #ReportGeneratorCmp input
{
	line-height: normal;
}
.ProspectPortal #ReportGeneratorCmp select,
.ProspectPortal #ReportGeneratorCmp option,
.ProspectPortal #ReportGeneratorCmp input 
{
	color: #38352e;
}
.ProspectPortal #ReportGeneratorCmp .ReportGenerator 
{
	background-color: #242424;
	width: 511px;
	height: 232px;
	margin-left: auto;
	margin-right: auto;
	padding: 9px 11px 23px 25px;
	position: relative;
}
#ReportGeneratorCmp .ReportGenerator .Next 
{
	position: absolute;
	top: 214px;
	left: 425px;
}
#ReportGeneratorCmp .ReportGenerator .Back 
{
	position: absolute;
	top: 214px;
	left: 355px;
}
#ReportGeneratorCmp .ReportGenerator .Next img,
#ReportGeneratorCmp .ReportGenerator .Back img 
{
	cursor: pointer;
}

#ReportGeneratorCmp .TextLinks 
{
	position: absolute;
	top: 240px;
	left: 26px;
	height: 0px;
	float: left;
}
#ReportGeneratorCmp .TextLinks div 
{
	float: left;
	margin-right: 12px;
}
#ReportGeneratorCmp .TextLinks a
{
	color: #80b4cb;
}

#ReportGeneratorCmp .ReportGenerator .Title
{
	position: absolute;
	top: 12px;
	left: 26px;
}
#ReportGeneratorCmp .ReportGenerator .Close
{
	position: absolute;
	top: 8px;
	left: 485px;
	cursor: pointer;
}
#ReportGeneratorCmp .ReportGenerator .StepLine 
{
	position: absolute;
	top: 54px;
	left: 26px;
	font-size: 12px;
	color: #FFF;
}
#ReportGeneratorCmp .ReportGenerator .Step 
{
	font-weight: bold;
	font-size: 14px;
	color: #bf8200;
}

#ReportGeneratorCmp .ReportGenerator .StepBody 
{
	position: absolute;
	top: 96px;
	left: 26px;
}

#ReportGeneratorCmp .ReportGenerator .Units
{
	clear: both;
	white-space: nowrap;
	padding-left: 5px;
}
#ReportGeneratorCmp .ReportGenerator .Units table 
{
	position: relative;
	top: 6px;
}
#ReportGeneratorCmp .ReportGenerator .Units input
{
	width: 30px;
	padding: 0px;
}
#ReportGeneratorCmp .ReportGenerator .Units div
{
	width: 75px;
	float: left;
}

#ReportGeneratorCmp .ReportGenerator .ReportColumn1 
{
	position: relative;
	float: left;
	clear: left;
}
#ReportGeneratorCmp .ReportGenerator .ReportColumn2 
{
	margin-left: 240px;
}
#ReportGeneratorCmp .ReportGenerator .ReportBlock 
{
	padding-left: 10px;	
}

#ReportGeneratorCmp .BumpRight 
{
	padding-left: 6px;	
}


#ppReportCmpTitle
{
	width: 95%;
}





.SubmitPropertyBlock 
{
	padding-top: 5px;
	padding-left: 30px;
}
.SubmitProperty 
{
	color: #bf8200;
	text-decoration: underline;
	font-weight: bold;	
}



/** ToolBar Page */

.ToolBar 
{
	clear: right;
	padding: 5px 12px 0px 0px;
	margin-right: 12px;
	float: right;
	position: relative;
	z-index: 130;
	top: 16px;
	height: 0px;
	white-space: nowrap;
	text-align: right;
	width: 130px;
}

.tbCap, .tbIcon 
{
	float: left;	
}
.tbCap 
{
	
}
.tbIcon 
{
	
}

#SaveList 
{
	position: absolute;
	background-color: #fff;
	
	clear: right;
	padding: 10px;
	margin-right: 12px;
	float: right;
	z-index: 140;
	top: 30px;
	right: -5px;
	white-space: nowrap;
	width: 200px;
	text-align: left;
}
#SaveList a:link,
#SaveList a:active,
#SaveList a:visited,
#SaveList a:hover 
{
	text-decoration: none;	
}
#SaveList a:hover 
{
	
}



/* Street View */

#StreetView 
{
	position: absolute;
	top: 5px;
	z-index: 2200;
	width: 99%;
	height: 389px; 
	overflow: hidden;	
	display: none;	
}

#streetviewer 
{
	position: absolute;
	z-index: 2200;
	width: 100%;
	height: 389px; 
	overflow: hidden;	
}

#CloseStreetView 
{
	position: absolute;
	top: 0px;
	right: 5px;
	z-index: 2201;
	cursor: pointer;	
	opacity: 0.7;
	filter: alpha(opacity=70);
}
