#liveMap
{
	width:100%;	
	min-height:550px;
	background-color:white;
	background-repeat:no-repeat;
	margin:20px 0;
	padding-bottom: 20px;
	overflow:hidden;
}

#liveMapMap{
	position:relative;
	float:left;
	width:100%;
	
}

#mapSection{
	position:relative;	
	float:left;
	min-width: 720px;
	min-height:450px;
}

#zoomSection{
	float: left;
	position: relative;
	top: 50px;
	left: 20px;
	width: 50px;
}

#liveFeedSection{
	position: relative;
	top: 20px;
	right: 15px;
	margin-left: 15px;
	width: 260px;
	height: 520px;
	float: left;
	background-color: #e8e9eb;	
	overflow-y: scroll;
	overflow-x: hidden;
}

#chartsSection{
	width:100%;
	height:315px;	
}

/** Subscribe **/
#close-popup{
	background-color: white;
	width: 25px;
	height: 9px;
	position: absolute;
	left: 0;
	bottom: 0px;
	cursor:pointer;	
}

#feedsSubscribeFormDiv{
	width: 350px;
	background-color: #333333;
	padding: 10px;
	height: 210px;
	position: absolute;
	bottom: 0;
	z-index: 19;
	left: 0px;	
}

#feedsSubscribe{
	color: white;
	background: #333;
	padding: 5px;
	font-size:14px;	
	margin: 0px;
	position: absolute;
	bottom: 0;
	left: 0;
}

#feedsSubscribe a{
	color:white;
	text-decoration:none;	
}

#submitSubscription{
	color: white;
	border:none;
	background:none;	
	font-weight:700px;
	cursor:pointer;
	outline:none;
}

.LiveMapSubscribeButtonDiv{
	clear: both;
	position: relative;
     height: 35px;
    top: 30px;
    margin-left: 10px;
    margin-bottom: 10px;
}

.LiveFacebookShareButtonDiv{
	clear: both;
	position: relative;
     height: 35px;
    top: 40px;
    margin-left: 10px;
    margin-bottom: 10px;
}