﻿/*Map CSS
These are the generic map CSS items that will be used in both Public & Admin
*****************************************************************************************************/
#myMapListedSmall {position:relative;}
.mapSmall { width:366px; height:279px;position:relative;z-index:150; }
#featuredMapSmall {position:relative;width:368px;float:left;z-index:200;}
#featuredMapSmall .mapSmall { border-left:1px solid #666666;border-right:1px solid #666666;border-bottom:1px solid #666666; }
#mapcontent {overflow:hidden;}
.mapSmall .maplisting
{
	background-image:url("images/maplisting.png");
	position:relative;
	top:-232px;
	left:178px;
	width:188px;
	height:230px;
	z-index:50;
}
.mapLarge { width:620px; height:561px;position:relative;z-index:25; overflow:hidden;border-bottom:2px solid #000; }
#map-canvas {overflow:hidden;position:relative;border-bottom:2px solid #488925;z-index:25;margin:0 auto;}
#map-canvas:hover {cursor:pointer;}
.maplisting
{
	background-image:url("images/maplisting.png");
	position:relative;
	top:-227px;
	left:460px;
	width:160px;
	height:225px;
	z-index:50;
}
.maplisting h3 {background:#818F97 url("images/legend_open.png") no-repeat;height:15px;margin-bottom:0;}
.maplisting h3 hover {cursor:pointer;}
.maplisting .listingText {z-index:100;padding:3px;font-size:10px;font-weight:bold;line-height:1.4em;font-family:"franklin-gothic-urw";}
.maplisting .listingText div {border-bottom:1px dotted black;padding:1px 0;}
.maplisting .listingText div img {vertical-align:middle;margin:1px 3px 1px 0;}
.maplisting .listingText div a {text-decoration:none;color:Black;}

img.mapDot {margin:0 0 0 0;float:left;vertical-align:middle;}
.menupopupBody { line-height:15px;color:#666666;z-index:1000;position:relative; }
.menupopupBody img.venueImage { margin:0 5px 2px 0; float:left; width:100px;height:80px;}
.menupopupBody a{ color:#666666; }
.menupopupBody a.linkDetails {color:#000;/*font-weight:bold;*/}

a.venuelinkIB {color:#000;font-weight:bold;text-decoration:none;}
a.venuelinkIB:hover {text-decoration:underline;}