body
{
	overflow: hidden;
}

.topbar
{
	position: relative;
	z-index: 30001;
	
	background: white;
	
	padding: 0.5em;
	
	border-bottom: 1px solid #AAA;
	
	/*box-shadow: 0px -2px 5px rgba(100,100,100,0.5);*/
}

.logo
{
	width: 270px;
	height: 84px;
	
	background: url('../img/logo.png') no-repeat;
}		

.mapPicker 
{
	position: relative;
	float: right;
}

.container
{
	margin: 0;
	
	bottom: 0;
	top: 0;
	width: 100% !important;
}

#map
{
	width: 300px;
	height: 300px;
}

.details
{
	border-top: 1px solid #AAA;

	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;

	height: 75px;
	
	padding: 0.25em 0.5em;
	
	overflow: hidden;
	
	box-shadow: 0px -2px 5px rgba(100,100,100,0.5);
	
	z-index: 30000;
	
	background: white;

}

.details.hidden 
{
	display: none;
}
