/* Screen styles */

@media print {
   .gmnoprint {display: none;}
}


div#mapCanvas {
	width: 500px;
	height: 500px;
	border-bottom: 1px solid Gray;
	border-right: 1px solid Gray;
	border-top:1px solid Gray;
}


div#legend {
	position:absolute;
	top:100px;
	right:22px;
	background: url(../Images/map/legendTab.gif) no-repeat 0 0;
	z-index:100;
	filter:alpha(opacity=65);
	-ms-filter:"alpha(opacity=65)";
	opacity:0.65;
}

div#legendSpacer {
 	float:left;
	width:20px;
	height:140px;
}

div#legend ul {
	float:left;
	list-style:none;
	background: #000000; /*#5f5f5f*/
	padding: 7px;
	border: solid #000000;
	border-width:1px 0 1px 1px;
	width:95px;
}

div#mapCanvas div.infoContent strong {
	font-size:1.2em;
	margin:0, 0;
}
div#mapCanvas div.infoContent{
	font-size:.8em;
	margin: 0;
	font-weight: normal;
	text-align: left;
}

div#legend img {
	padding:0 5px;
}

div#legend p {
	padding:0 3px;
	margin-bottom: 4px;
	font-size: 9px;
	color:#f4f4f4;
}


/* div.RadWindow table.rwTable { width: 1040px; height: 620px } */

