/* Start of CMSMS style sheet 'Maps' */
.defaultMap{
	float:left;
	width:50%;
	height:500px;
	background-image:url(/images/layout/map_nodata.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}

.loadingMap{
	float:left;
	width:50%;
	height:500px;
	background-image:url(/images/layout/map_loading.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}

.noGoogleMap{
	float:left;
	width:50%;
	height:500px;
	background-image:url(/images/layout/map_nogoogle.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}
/* End of 'Maps' */

