#map {
	position: relative;
	width: 50%;
	height: auto;
	margin-top: 20px;
	margin-left: 25%;
}
#map-span{
	position: absolute;
	width: 100%;
	height: 30px;
	bottom: 0px;
	background: #ffffff;
	z-index: 10;
}

.district-box{
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	box-shadow: 1px 1px 5px 1px #777777;
}
.district-list{
	position: relative;
	float: left;
	margin: 2px;
	width: auto;
	min-width: 100px;
	padding-left: 5px;
	padding-right: 5px;
	height: 30px;
	line-height: 30px;
	border-radius: 4px;
	box-shadow: 1px 1px 5px 1px #000000;
	cursor: pointer;
	
	text-align: center;
	color: #000000ee;
	font-size: 14px;
}
.district-list:hover{
	box-shadow: 0px 0px 0px 0px #00000000;
}
.district-images{
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	padding-bottom: 20px;
	margin-bottom: 40px;
	border-bottom: solid thin #555555;
}
.district-images img{
	position: relative;
	float: left;
	width: 48%;
	height: auto;
	margin:1px;
}
.region-detail{
	position: relative;
	float: left;
	width: 100%;
	height: 50px;
	padding-bottom: 20px;
	margin-bottom: 40px;
	border-bottom: solid thin #555555;
}
.update-region-detail{
	position: relative;
	float: right;
	margin-top: -30px;
	margin-bottom: 40px;
}
.delete-district-data-button{
	position: relative;
	float: right;
	margin-top: -30px;
	margin-bottom: 40px;
}
.add-district-data-box{display:none}

.map-summary{
	position: absolute;
	width: 400px;
	height: 600px;
	left: 5px;
	padding-left: 5px;
	top: 150px;
	border-radius: 3px;
	background-color: white;
	box-shadow: 1px 1px 5px 1px #777777;
	z-index: 1;
}
.district-summary{
	position: fixed;
	width: 200px;
	height: 400px;
	right: 5px;
	bottom: 10px;
	border-radius: 3px;
	overflow-y: scroll;
	background-color: #003f4f;
	box-shadow: 2px 2px 10px 1px #777777;
	z-index: 1;
}
.region-span{
	position: relative;
	float: left;
	height: 20px;
	line-height: 20px;
	width: 180px;
	top: 10px;
	margin-top: 1px;
	margin-left: 10px;
	padding-left: 5px;
	background-color: #004f5f;
	cursor: pointer;

	font-size: 12px;
	color: cadetblue;
}
.region-span:hover{
	background-color: deepskyblue;
	color: darkslategrey;
}
#activities-graph{
	position: relative;
	float: left;
	width: 400px;
}
.activities-summary{
	position: relative;
	float: left;
	width: 100%;
	height: auto;
}
.activities-summary span{
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	margin-top: -4px;

	font-size: 11px;
	color: #001111;
}
.activity-menu{
	cursor: pointer;
}

.add-activity-box{
	position: absolute;
	width: 450px;
	height: auto;
	right: 230px;
	top: 180px;
	border-radius: 3px;
	padding: 5px;
	background-color: white;
	box-shadow: 1px 1px 5px 1px #777777;
	z-index: 1;
	display: none;
}


.district-activitie-summary-box{
	position: relative;
	float: left;
	height: auto;
	width: 100%;
}
#district-activities-graph{
	position: relative;
	float: left;
	width: 100%;
}