
#mapData, #agentMapData {
	display:none;
}

.mapCanvas {
	position:relative;
	margin-top: 0;
}

.imgHolder {
	visibility: visible;
	display: block;
	position: absolute;
	top: 10px;
	/*display:none;
	visibility: hidden;*/
}

#pinMapWrapper, #pinMapEditWrapper {
	clear:both;
	background: url("/packages/droppin_image/tools/pinmap/img/map_bg.png") repeat-x;
	min-height: 120px;
	height: 340px;
	width: 100%;
	overflow:hidden;
	min-height: 340px;
}

#agentPinMap, #agentPinMap .map,
#mapData1, #mapData1 .map {
	margin: 0 auto;
}

#agentPinMap, #mapData1 {
	position: relative;
	margin-top: -45px;
}

.mapCanvasBackground {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #2e2e2e;
	-moz-box-shadow: 0px 0px 140px #343434 inset;
	-webkit-box-shadow: 0px 0px 140px #343434 inset;
	box-shadow: 0px 0px 140px #343434 inset;
}

.map {
	background-repeat:no-repeat;
	position:relative;
	/*margin: 15px 0 0 15px;*/
	display:none;
	z-index:200;
}

a.pin {
	display:none;
	background-position: 0 0;
	background-repeat:no-repeat;
	width:21px;
	height:28px;
	position:absolute;
	z-index:400;
	text-indent: -9999px;
}

*:focus {
  outline: 0;
}
a.pin:focus { outline: 0; border: none !important; }

a.pin.selected,
a.pin:hover {
	background-position: 0 -28px;
}

.toolTipParent {
	position:absolute;
	height:auto;
	font-family:Helvetica, Arial, sans-serif;
	font-size:0.75em;
	color: #272727;
	z-index:500;
	display:none;
	padding:5px;
	/*-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: rgba(0,0,0,0.75) 1px 1px 3px 0px; */
	/* color, h-offset, v-offset, blur, spread */;
	background: rgba(255,255,255,1); *//* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */*/
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
	-moz-box-shadow: rgba(0,0,0,0.75) 1px 1px 3px 0px; /* color, h-offset, v-offset, blur, spread */;
	box-shadow: rgba(0,0,0,0.75) 1px 1px 3px 0px; /* color, h-offset, v-offset, blur, spread */;

}

.toolTipImg {
	display: none !important;
}

.toolTipParent.fixed {
	width: 199px !important;
	z-index: 399 !important;
	/*display: block !important;*/
	left: 0px !important;
	opacity: 100 !important;
	margin-left: 0px !important;
	top: 30px !important;
	margin-top: 30px; /* to account for negative margin on image placement, bleh */
	line-height: 1.5em;
	padding: 10px;
	background: white url("/packages/droppin_image/tools/pinmap/img/popup-bg-align-bottom.jpg") right bottom no-repeat;
	padding-bottom: 0;
}

.toolTipParent.fixed .agentContent {
	margin-bottom: 10px;
}

.toolTipParent.fixed .companyUrl, .agent-box .companyUrl {
	position: relative;
	top: -2px;
	font-style: italic;
}

.toolTipParent.fixed .companyName {
	margin-bottom: 5px;
	color: #FF6400;
	font-size: 12px !important;
}

.toolTipParent.fixed a {
	text-decoration: none;
	color: #FF6400;
}

.toolTipParent.fixed a:hover {
	text-decoration: underline;
	color: #FF6400;
}

.toolTipParent.fixed div {
	font-size: 11px;
	margin: 3px 0 6px;
	line-height: 12px;
}
.toolTipParent.fixed .phones div,
.toolTipParent.fixed .address div {
	margin: 0;
}

.toolTipParent.fixed div>span {
	font-weight: bold;
}

.toolTipParent .tipTitle {
	font-weight:bold;
	font-size:0.9em;
	clear:both;
	display: block;
	margin-bottom: 4px;
}

.toolTipParent img.toolTipImg {
	float:left;
	margin:0 5px 5px 3px;
}


/* --- Admin Functions --- */

.mousePosHelper {
	position:absolute;
	right: 20px;
	bottom: 20px;
	text-align:right;
	width:300px;
	height:30px;
	z-index:999;
	color:#222;
	font-size:15px;
	text-shadow:1px 1px 1px #494949;
	display: none;
}

/*---------------------------
	Map Preload Animation
---------------------------*/

.preloader {
	width: 40px;
	height: 40px;
	position:absolute;
	left:50%;
	top:50%;
	margin:-20px 0 0 -20px;
	z-index:199;
}

.preloader .preloadCircle {
	width:40px;
	height: 40px;
	border-radius: 40px;
	border:5px solid rgba(0,0,0,0.05);
	border-top:5px solid rgba(200,115,52,0.6);
	-moz-box-shadow: 0px 0px 20px rgba(200,115,52,0.25);
	-webkit-box-shadow: 0px 0px 20px rgba(200,115,52,0.25);
	box-shadow: 0px 0px 20px rgba(200,115,52,0.25);
	-moz-animation:spin .5s infinite linear;
	-webkit-animation:spin .5s infinite linear;
}

@-moz-keyframes spin {
	0% { -moz-transform:rotate(0deg); }
	100% { -moz-transform:rotate(360deg); }
}

@-webkit-keyframes spin {
	0% { -webkit-transform:rotate(0deg); }
	100% { -webkit-transform:rotate(360deg); }
}


.iePreloader {
	width: 60px;
	font-size:12px;
	height: 20px;
	position:absolute;
	overflow: hidden;
	left:50%;
	top:50%;
	margin:-10px 0 0 -30px;
	text-align: center;
	z-index:199;
}

.closePopup {
	width: 34px;
	height: 31px;
	position: absolute;
	left: 182px;
	top: -15px;
	background-image: url("/packages/droppin_image/tools/pinmap/img/Map-Close-Button-Sprite.png");
	background-position: 1px -5px;
	cursor: pointer;
}

.closePopup:hover {
	background-position: 1px -39px;
}

.wrap.agentmap {
  padding: 0 15px 80px;
}

@media only screen and (min-width: 980px) { 
	#page-header.agentmap { min-height: 341px; }
}

@media only screen and (max-width: 979px) { 
	#pinMapWrapper, #pinMapEditWrapper {
	  min-height: 264px;
	}
}

@media only screen and (max-width: 550px) { 
	#pinMapWrapper, #pinMapEditWrapper {
	  min-height: 246px;
	}
}

@media only screen and (max-width: 480px) { 
	#pinMapWrapper, #pinMapEditWrapper {
	  min-height: 181px;
	}
}

@media only screen and (max-width: 320px) { 
	#pinMapWrapper, #pinMapEditWrapper {
	  min-height: 155px;
	}
}



