﻿/* OVERRIDE PROPERTIES PREVIOUSLY DEFINED IN multiBrowserStyles.css */

html
{
	/* Allow scrolls, forbidden in the internal page */ 
	overflow:auto;
}
body
{
	/* READ ARTICLE: http://www.brunildo.org/test/ie7_relzoom2.html */
	position:relative; 
	top:0px;
}


.myAddressClusteredPushpin
{
	background-image: url('../Images/house-blue-clustered.gif'); 
	background-repeat:no-repeat;
	height:18px; 
	width:25px; 
	cursor: pointer;
	text-align:center;	
}
.myAddressClusteredPushpinIE6
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../Images/house-blue-clustered.gif', sizingMethod='image'); 
	height:19px; 
	width:19px; 
	cursor: pointer;
	text-align:center;	
	vertical-align:middle;
}
.numClusterLbl
{
	margin-left:9px;
	color: #552301;
	font-weight: bold;
	font-family: Tahoma; 
	font-size: 8pt; 
}

.myBuildingPushpin
{
	background-image: url('../Images/redDot.png'); 
	background-repeat:no-repeat;
	height:15px; 
	width:15px; 
	cursor: pointer;
	text-align:center;	
}
.myBuildingPushpinIE6
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../Images/redDot.png', sizingMethod='image'); 
	height:19px; 
	width:19px; 
	cursor: pointer;
	text-align:center;	
	vertical-align:middle;
}
