/*****************************/
/* Prospect Portal Styles    */
/*****************************/

*
{
	font-family: Verdana, sans-serif;
	font-size: 10px;
}

.ProspectPortal 
{
	width: 100%;
	margin-bottom: 26px;
}

.ProspectPortal * 
{
	font-family: Arial, Sans-Serif;
	font-size: 11px;
}

.clear 
{
	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;
	position: relative;
	left: 7px;
}

.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;
	padding-right: 16px;
}

.InfoBar .FileInfo div 
{
	float: right;
	color: #FFF;
	margin-left: 16px;
	font-size: 9px;
	padding-top: 3px;
}
.InfoBar .FileInfo span 
{
	color: #F59700;
}
.InfoBar .FileInfo img 
{
	margin-top: -3px;	
}




/* Map */

.Map 
{
	margin-bottom: 26px;
	margin: 0px 30px;
}


/* 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: #003;
	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 24px 0px 0px;
}
.ProspectPortal #SiteSearch .Instructions span
{
	font-weight: bold;
}
.ProspectPortal #SiteSearch .Property
{
	clear: both;
	white-space: nowrap;
}
.ProspectPortal #SiteSearch .Property div 
{
	float: left;
	width: 48px;	
}
.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: 48px;
}
.ProspectPortal #SiteSearch .Address input 
{
	width: 144px;
	padding: 0px;
	position: relative;
	top: 6px;
}

.ProspectPortal #SiteSearch .CenterBlock
{
	width: 204px;
	margin: 0px auto;
	padding-top: 12px;
	padding-right: 10px;
	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;
	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 .SearchButton 
{
	text-align: right;
	padding: 12px 28px 12px 0px;
	cursor: pointer;
}
.ProspectPortal #SiteSearch .OpenAdvancedOptions 
{
	position: relative;
	left: 12px;
	top: 0px;
	float: left;
}
.ProspectPortal #SiteSearch .OpenAdvancedOptions span
{
	color: #EB942A;
	text-decoration: underline;
}

.ProspectPortal #SiteSearch .SearchHideTab 
{
	float: right;
	cursor: pointer;
}

.ProspectPortal #AdvancedOptions 
{

}
.ProspectPortal #AdvancedOptions .Bar 
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	position: relative;
	top: 0px;
}


/* 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: #003;
	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 .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: #EB942A;
	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: #003;
	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: 290px;
	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;
}


/* Legend */

.ProspectPortal #Legend
{
	position: absolute;
	left: 14px;
	top: 330px;
	z-index: 100;
}
.ProspectPortal #Legend .LegendBlock
{

}
.ProspectPortal #Legend .LegendCompaniesBlock
{
	position: relative;
	top: -269px;
}
.ProspectPortal #Legend .Legend 
{
	background-color: #000;
	padding: 8px;
	height: 48px;
	width: 147px;
	color: #FFF;
}
.ProspectPortal #Legend .LegendCompaniesBlock .Legend 
{
	height: 325px;
}


/* Base Map Options */

.ProspectPortal #BaseMapOptions 
{
	position: absolute;
	left: 178px;
	top: 319px;
	z-index: 100;
}
.ProspectPortal #BaseMapOptions .BaseMapOptions 
{
	background-color: #000;
	padding: 8px;
	height: 59px;
	width: 115px;
	color: #FFF;
}


/* Map Overlays */

.ProspectPortal #MapOverlays 
{
	position: absolute;
	left: 310px;
	top: 257px;
	z-index: 10000;
}
.ProspectPortal #MapOverlays .MapOverlays 
{
	background-color: #000;
	padding: 8px;
	height: 121px;
	width: 157px;
	color: #FFF;
}


/* Thematic Legend */

.ProspectPortal #ThematicLegend
{
	position: absolute;
	left: 484px;
	top: 278px;
	z-index: 100;
}
.ProspectPortal #ThematicLegend .LegendBlock
{

}
.ProspectPortal #ThematicLegend .Legend 
{
	background-color: #000;
	padding: 8px;
	height: 100px;
	width: 147px;
	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;
}


.Results .ResultRows,
.Files .ResultRows
{	
	clear: both;
}
.Results .ResultSet,
.Files .ResultSet
{
	margin-bottom: 14px;
}

.Results .OfficeResults 
{
	background: url(/ProspectPortal/images/OfficeResultsBar_Background.png) repeat-x;
	height: 16px;
	color: #38352e;
	font-weight: bold;
	padding: 4px 0px 0px 14px;
}
.Results .LandResults 
{
	background: url(/ProspectPortal/images/LandResultsBar_Background.png) repeat-x;
	height: 16px;
	color: #38352e;
	font-weight: bold;
	padding: 4px 0px 0px 14px;
}
.Results .IndustrialResults 
{
	background: url(/ProspectPortal/images/IndustrialResultsBar_Background.png) repeat-x;
	height: 16px;
	color: #38352e;
	font-weight: bold;
	padding: 4px 0px 0px 14px;
}
.Results .BusinessResults 
{
	background-repeat: repeat-x;
	height: 16px;
	color: #38352e;
	font-weight: bold;
	padding: 4px 0px 0px 14px;
}

.Result 
{
	border-bottom: solid 1px #bfb9af;
	padding: 10px 20px 14px 10px;
}
.Results .Odd,
.Files .Odd
{
	background-color: #E5E2D9;
}
.Results .Even,
.Files .Even
{
	
}
.Results .OddFeatured, 
.Files .OddFeatured
{
	background: #E5E2D9 url(/ProspectPortal/images/Featured_Odd.png) no-repeat right bottom;
}

.Results .EvenFeatured,
.Files .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: #3A7FC1;
	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;
}
.Results .Featured .Description 
{
	padding-top: 14px;
	margin-left: 99px;
}
.Results .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: #3A7FC1;
	font-weight: bold;
}
.Result .Description a:hover 
{
	text-decoration: underline;	
}


.Results .Row1 
{
	height: 36px;
}
.Results .Row1 .Title 
{
	float: left;
	color: #000033;
	font-size: 21px;
	font-weight: bold;
}
.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: #000;
	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: #3A7FC1;
	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 .CompareLine img 
{
	margin-left: 10px;
}
.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: #3A7FC1;
	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: #000033;
	font-size: 21px;
	font-weight: bold;
}

.Details .Buttons
{
	float: right;
	margin-top: 10px;
}

.Details .DetailsBlock 
{
	margin-top: 16px;
	background-color: #E5E2D9;
	padding: 17px 15px;
}
.Details .DetailsBlock.Featured 
{
	background: #E5E2D9 url(/ProspectPortal/images/Featured_Details.png) no-repeat right top;
}

.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: #3A7FC1;
	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%;
}
.Details .BrokerInformation a,
.Details .EDInformation a 
{
	color: #3A7FC1;
}

.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 .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: #E5E2D9;
}
.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: 30px;
}

.MyFiles .Disclaimer 
{
	font-style: italic;	
	padding: 10px;
	margin-bottom: 30px;
}

.MyFiles .Row1 
{
	clear: both;
	height: 36px;
}
.MyFiles .Title 
{
	float: left;
	color: #000033;
	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: #000;
	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: #3A7FC1;
	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: #E5E2D9;
}
.MyFiles .Icon
{
	float: left;
}
.MyFiles .Link
{
	float: left;
}
.MyFiles .Button
{
	float: right;
}


/* Demographic Report */

.Demographic 
{
	margin: 0px 47px;
	clear: both;
}

.Demographic .Title 
{
	color: #000033;
	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: #E5E2D9;
}
.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: 100px;
	width: 100%;
}
.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: #000;
	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;
}

#ReportGenerator .TextLinks 
{
	position: absolute;
	top: 227px;
	left: 26px;
	height: 0px;
	float: left;
}
#ReportGenerator .TextLinks div 
{
	float: left;
	margin-right: 12px;
}
#ReportGenerator .TextLinks a
{
	color: #EB942A;
}

#ReportGenerator .ReportGenerator .Title
{
	position: absolute;
	top: 12px;
	left: 26px;
}
#ReportGenerator .ReportGenerator .Close
{
	position: absolute;
	top: 8px;
	left: 485px;
	cursor: pointer;
}
#ReportGenerator .ReportGenerator .Step 
{
	position: absolute;
	top: 54px;
	left: 26px;
}

#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;	
}


#ctl00_ContentPlaceHolder1_ppReportTitle,
#ctl00_ContentPlaceHolder1_ppReportName 
{
	width: 95%;
}

.ReportGeneratorMessage 
{
	margin: 10px 0px;
	/* text-align: center; */
}



/* About this Tool */

.ProspectPortal #ToolTip
{
	height: 0px;
	position: relative;
	z-index: 1100;
	float: left;
	width: 100%;
}
.ProspectPortal #ToolTip *
{
	color: #FFF;
	line-height: 20px;
}
.ProspectPortal #ToolTip .ToolTip 
{
	background-color: #000;
	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: #C98018;
}
.aboutButton 
{
	color: #C98018;
	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 
{
	width: 270px;
}

.PopUp .Logo 
{
	margin-bottom: 10px;
}

.PopUp .Thumbnail 
{
	width: 90px;
	margin-right: 8px;
	float: left;
	margin-bottom: 10px;
}
.PopUp .Thumbnail img 
{
	border: solid 1px #b2b7b7;
}

.PopUp .Address 
{
	color: #3A7FC1;
	margin-bottom: 10px;
}
.PopUp .Address .title 
{
	color: #000;
	font-weight: bold;
}

.PopUp .Links 
{
	float: left;
	clear: left;
}
.PopUp .Links a:link,
.PopUp .Links a:active,
.PopUp .Links a:visited,
.PopUp .Links a:hover
{
	text-decoration: none;
	color: #3A7FC1;
}
.PopUp .Links 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
{
	font-size: 13px;
	font-weight: bold;
}
.PopUp .Links a:hover.PropertyDetailsLink 
{
	text-decoration: underline;	
}

.PopUp .Buttons
{
	float: right;
	clear: right;
	text-align: right;
}





#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: #000033;
	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: #3A7FC1;
	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;
}




/* 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);
}