/* required styles */

/* Popup layout */

.leaflet-popup {
	position: absolute;
	text-align: center;
	-webkit-transform: translate3d(0,0,0);
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	}
.leaflet-popup-content {
	margin: 0;
	}
.leaflet-popup-tip-container {
	margin: 0 auto;
	width: 40px;
	height: 16px;
	position: relative;
	overflow: hidden;
	}
.leaflet-popup-tip {
	width: 15px;
	height: 15px;
	padding: 1px;

	margin: -8px auto 0;

	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	}
.leaflet-popup-close-button {
	position: absolute;
	top: 9px;
	right: 9px;

	width: 10px;
	height: 10px;

	overflow: hidden;
	}

/* Visual appearance */

.leaflet-container {
	background: #ddd;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-zoom-box {
	border: 2px dotted #05f;
	background: white;
	opacity: 0.5;
	}
.leaflet-popup-content-wrapper, .leaflet-popup-tip {
	background: white;

	box-shadow: 0 1px 10px #888;
	-moz-box-shadow: 0 1px 10px #888;
	 -webkit-box-shadow: 0 1px 14px #999;
	}
.leaflet-popup-content-wrapper {
	width:240px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}
.leaflet-popup-content {
	font: 12px/1.4 "Helvetica Neue", Arial, Helvetica, sans-serif;
	}
.leaflet-popup-close-button {
	/*background: white url(../images/popup-close.png);*/
	}



.leaflet-popup-content-wrapper {
	padding-bottom:7px;
}

.leaflet-popup-content-wrapper h2,
.leaflet-popup-content-wrapper span,
.leaflet-popup-content-wrapper p {
	padding:0px 12px;
	display:block;
	word-wrap: break-word;
}

.leaflet-popup-content-wrapper p {
	padding-bottom:3px; margin:0px;
}

.leaflet-popup-content-wrapper h2 {
	padding-top:10px;
	font-family: 'Trebuchet MS', Helvetica, 'sans-serif';
	font-size:14px;
	font-weight:normal;
	color:#0046ae;
}

.leaflet-popup-content-wrapper span {
	font-family: 'Trebuchet MS', Helvetica, 'sans-serif';
	font-size:11px;
	color:#b1b1b1;
}

.leaflet-popup-content-wrapper p {
	font-family: 'Trebuchet MS', Helvetica, 'sans-serif';
	font-size:11px;
	color:#424242;
}

.leaflet-popup-content-wrapper p.write-message {
	margin-left:15px;
	padding-left:20px;
	background:url('images/mail-icon.png') no-repeat center left;
}

.leaflet-popup-content-wrapper p.write-message a {
	font-family: 'Trebuchet MS', Helvetica, 'sans-serif';
	font-size:11px;
	color:#8cafc5;
}

.leaflet-popup-content-wrapper .blue-line {
	background:#3082ff;
	height:5px;
	margin-top:2px;
	margin-bottom:7px;
}

.leaflet-popup-content-wrapper .grey-line {
	background:#e0e0e0;
	height:1px;
	margin-top:7px;
	margin-bottom:5px;
}

.leaflet-popup-content-wrapper p.activities {	margin:5px 0px;	}
.leaflet-popup-content-wrapper p.activities a {	background:url(images/activities-small.png) no-repeat 0px 50%; padding-left:20px; color:#0a58cc; text-shadow: 0px 1px 1px #fff; text-decoration:none;	}
.leaflet-popup-content-wrapper p.activities a:hover {	text-decoration:underline;	}