.mapHolder{
	width: 700px;
	height:350px;
	border: thin solid #CDCDCD;
	background-color: #efefef;
	margin-top: 10px;
}

.mapStyle{
	width: 700px;
	height: 350px;
}


.leaflet-popup-content-wrapper{
	background-color: rgba(255, 255, 255, .7);;
	border-radius:6px;
	border: 4px solid rgb(0, 0, 0);
	border: 4px solid rgba(100, 100, 100, .5);
	-webkit-background-clip: padding-box; /* for Safari */
	background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
	box-shadow:none;
}


.leaflet-popup-content{
	font-family: "open sans"; 
	font-size: 12px; 
	font-weight:600;
	margin:4px;
	line-height:11px;
	text-align:center;
}


.leaflet-popup-tip{
	background-color: rgba(100, 100, 100, .5);
	box-shadow:none;
}

.leaflet-popup-close-button{
	display:none;
}


.leaflet-bottom .leaflet-control {
 	  /*margin-bottom: 0px !important;*/
}







.zoomOutButton {
  width: 32px;
  height: 34px;
  background-image:url("../assets/graphics/interface/zoomOut2.png");
  background-repeat:no-repeat;
    position: absolute;
    bottom: 5px;
    left:11px;
    z-index: 50;
    cursor: pointer;  
}

.zoomInButton{
  width: 32px;
  height: 34px;
  background-image:url("../assets/graphics/interface/zoomIn2.png");
  background-repeat:no-repeat;
  position: absolute;
    bottom: 5px;
    left: 41px;
    z-index: 53;
  cursor: pointer;
}


.HomeButton {
 	width: 32px;
	height: 34px;
 	background-image:url("../assets/graphics/interface/homeIco4.png");
	background-repeat:no-repeat;
  	position: absolute;
  	bottom: 6px;
  	left: 78px;
  	z-index: 50;
  	cursor: pointer;	
}

.boundButton {
 	width: 32px;
	height: 34px;
 	background-image:url("../assets/graphics/interface/bbBoxButt.png");
	background-repeat:no-repeat;
  	position: absolute;
  	bottom: 6px;
  	left: 148px;
  	z-index: 50;
  		
}

/*#boundButton:hover{

	
}

.featButton:hover{
	background-position: -35px 0;
}*/

.featButton {
 	width: 32px;
	height: 34px;
 	background-image:url("../assets/graphics/interface/featButt.png");
	background-repeat:no-repeat;
  	position: absolute;
  	bottom: 6px;
  	left: 177px;
  	z-index: 50;
  	/*cursor: pointer;	*/
}


.buttSel{
	background-position: -35px 0;
	cursor: default;
}


.buttDis{
	background-position: 0 0;
	cursor: default;
	opacity:0.4;
}

.buttEnab{
	opacity:1;
	cursor: pointer;
}







.datTitleStyle{
	width: 700px;
	height: 25px ;
	background-color: #EFEFEF;
	font-family: "open sans";
	font-size: 14px;
	font-weight:600;
	padding:5px 10px 5px 13px;
	border:thin solid #cdcdcd;
	color:#5C5447;
	/*margin-bottom: 20px;*/
}

.dcEventListStyle{
	/*width: 100%;*/
	
}


.outerContainerStyle{
	width: 700px;
	/*height: 285px;*/
	border-bottom:2px solid #cdcdcd;
	border-left: thin solid #cdcdcd;
	border-right: thin solid #cdcdcd;
	background-color:#efefef;
}

.callHoldStyle{
	width: 294px;
	/*height: 130px;*/
	background-color:#efefef;
	float:left;
	/*margin-right: 3px;*/
	border-right:thin solid #AAAAAA;
}

.measContHoldStyle{
/*width: 677px;
*/	/*height:130px;*/
	background-color:#efefef;
}

.measListStyle{
	font-family: "open sans";
	font-size: 12px;
	font-weight:700;
	color: #888;
	padding: 0px 0 0 0px;
	line-height:23px;
	background-color: #F6F6F6;
}

.monthHeaderHoldStyle{
	width: 600px;
	height: 21px;
	background-color:#efefef;
	border-bottom:thin solid #ccc;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	/*padding-left:53px;*/
}

.monthLabelHoldStyle{
	width: 20px;
	height: 20px;
	float:left;
	font-family: "open sans";
	font-size: 11px;
	font-weight:700;
	color: #888;
	text-align:center;
	line-height:23px;
}


.dcLabelHoldStyle{
	width: 53px;
	height: 21px;
	float:left;
	font-family: "open sans";
	font-size: 12px;
	font-weight:700;
	color: #eee;
	text-align:center;
	line-height:19px;
	background-color:#aaa;

}




.yearHoldStyle{
	width: 294px;
	height: 20px;
	background-color:#efefef;
	border-bottom:thin solid #ccc;
}

.yearLabelHoldStyle{
	width: 53px;
	height: 20px;
	background-color:#efefef;
	font-family: "open sans";
	font-size: 11px;
	font-weight:700;
	color: #888;
	text-align:center;
	line-height:23px;
	float:left;
}

.monthIndHoldStyle{
	width: 20px;
	height: 20px;
	background-color:#f6f6f6;
	float:left;
}
