@charset "utf-8";
/* CSS Document */


.adp-marker{
	max-width: none;
}


#jevents_maps{
	color:#333;
	border: 1px solid #ddd;
}
#jevents_maps img{
	max-width:none;
}

#directionspanel{
	display:none;
	background-color:#f7f7f7;
	border: 1px solid #ddd;
	overflow:auto;	
	padding: 0 0 0 10px;
	
	
}
.closepanel{
	float:right;
	padding:3px;
	cursor:pointer;
	bottom:1px;right:20px;
}
#modeoftravel{
	float:left;
	
}
a{
	cursor:pointer;
}
#plusbutton{
	float:right;
	width:18px;padding-top:5px;
}
#resetbtn{
	float:right;
	width:18px;padding-top:5px;
}
#searchbtn{
	float:right;
	width:18px;padding-top:5px;
}
#updatelocation{
	float:right;
	width:18px;padding-top:5px;
}
.closedbtn{

	background-color: transparent;
	outline: none;
	background-image: url(../img/plusminus.png);
	background-repeat: no-repeat;
	height: 16px;
	width: 16px;
	line-height: 0;
	display: block;
	
}
.openbtn{

	background-color: transparent;
	outline: none;
	background-image: url(../img/plusminus.png);
	background-repeat: no-repeat;
	height: 16px;
	width: 16px;
	line-height: 0;
	display: block;
	background-position:bottom center;
	
}
	
