@charset "utf-8";
/* CSS Document */

html, body{
	margin:0px;
	padding: 0px;
	height:100%;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
div#map_canvas{
	position: relative;
	width: 100%;
	height:100%;
	background-color: #FFFFFF;	
}

div#legend {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 150px;
	color: #000000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 10px;
	padding-bottom: 15px;
	background-color: #FFFFFF;
	border-right-color: #D5D2D2;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #D5D2D2;
	border-top-style: solid;
	border-top-width: 1px;
}

div#legend img{
	margin-bottom: -7px;	
	margin-top: 7px;
	margin-right: 7px;
}
div#contentBubbles{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


a.white:link, a.white:visited{
	color: #FFFFFF;
	text-decoration: none;
}

a.white:hover{
	text-decoration: underline;	
}

a:link, a:visited{
	color: #0000EE;
}
a:hover{
	
}

.boldRed{
	color: #CC0000;
	font-weight: bold;
	font-style: italic;
}



