﻿/* Map formatting */
.MapStyle256 {
	background-color: #99B3CC;
	border: 1px solid #000;
	height: 256px;
	width: 256px;
}
.MapStyle512 {
	background-color: #99B3CC;
	border: 1px solid #000;
	height: 512px;
	width: 512px;
}
div.MapBubble {
    /*background-image: url('../Images/Map/Bubble.gif');*/
    background-repeat: no-repeat;
    overflow: hidden;
    margin-top: -8px;
    text-align:	left;
    width: 190px;
}
#locateit div.MapBubble h3, #details div.MapBubble h3, #localexpertdetails div.MapBubble h3 {
	float: left;
	width: 170px;
	color: #9a0000;
	font-size: 90%;
	margin: 0 10px -3px 10px;
	display: inline;
	padding: 0px;
	text-transform: uppercase;
	font-family: "Trebuchet MS", arial, helvetica;
}
#locateit div.MapBubble h4, #details div.MapBubble h4, #localexpertdetails div.MapBubble h4 {
	float: left;
	font-size: 90%;
	width: 170px;
	margin: 0 10px 0px 10px;
	display: inline;
	padding: 0px
	font-family: "Trebuchet MS", arial, helvetica;
}
div.MapBubble div {
	float: left;
	font-size: 75%;
	display: inline;
	margin: 0 10px 10px 10px;
	font-family: "Trebuchet MS", arial, helvetica;
}
#MapResults {
	float: left;
	width: auto;
	margin: 10px 0 0 0;
	font-weight: bold;
}

.marker_holder_class
{
	display: none ;

}
.marker_class
{

	width:80px;
	height:30px;
}
/*
.marker2_class
{

background-color:Yellow;  
font-size : 9; 
font-family :Book Antiqua ;  
}


.map_canvas_class
{
width   : 256px; 
height: 256px;
background-color:Maroon;
border : 1 ;
font-size : 8;

}    

.map2_canvas_class
{
width   : 512px; 
height: 512px;
background-color:Maroon;
border : 10 ;
font-size : 9;
font-family :@Arial Unicode MS ;
color :Green
}

*/
