/* MooMap Styles Document */
#map td { 
	background-color: 	#FFFFFF;
	padding: 			0px;
	cursor: 			pointer;
	opacity: 0.90;    	
	filter: alpha(opacity=90);
}

.maps {
	border: 			1px solid #e3e3e3;
	-moz-border-radius: 3px;
}

.maps td {
	font: 11px "trebuchet ms", verdana, arial;
	color:				#666666;
	padding: 			4px;
	background-color:	#F2F2F2;
	opacity: 0.90;    	
	filter: alpha(opacity=90);
}

.maps th {
	font: 				bold 13px "trebuchet ms", verdana, arial;
	color:				#575757;
	padding: 			4px;	
	background-color:	#F2F2F2;
	border-bottom:		1px solid #e3e3e3;
}

.maps img {
	cursor: 			pointer;
}
606