html {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #1C3F7B !Important;
}

body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	background-color: #1C3F7B !Important;
}

#topHeader  {
	margin: 0px;
	padding: 0px;
  	position: absolute; 
  	top: 0; 
  	left: 0; 
  	right: 0; 
  	z-index: 999;
}

#map-canvas {
	height: 100%;
	margin: 0px;
	padding: 0px;
  	position: absolute; 
  	top: 0; 
  	bottom: -200px; 
  	left: 0; 
  	right: 0; 
  	z-index: 0;
}

#control {
	background: #fff;
	padding: 5px;
	font-size: 14px;
	font-family: Arial;
	border: 1px solid #ccc;
	box-shadow: 0 2px 2px rgba(33, 33, 33, 0.4);
	display: none;
}

#directions-panel {
	height: 100%;
	float: right;
	width: 390px;
	overflow: auto;
}