/* MAPS (MAP_SEARCH) */
#maps_status{
	display: none;
	margin: 5px 0px 5px 0px;
	padding: 10px;
	border: 2px dotted #DEE2D3;	
}
#maps_canvas_container{
	float: left;
	margin-left: 0px;
	border: 1px solid #C0C0C0;
}
#maps_canvas{
	width: 890px; 
	height: 400px;
}


/* ROUTE */
#route_status{
	display: none;
	margin: 5px 0px 5px 0px;
	padding: 10px;
	border: 2px dotted #DEE2D3;
}
#route_canvas_container{
	width: 890px;
	margin-left: 0px;
	border: 1px solid #C0C0C0;
}
#route_canvas{
	width: 890px; 
	height: 400px;
}
#route_directions_container{
	display: none;
	float: none;
	margin-left: 0px;
	margin-top: 5px;
	border: 1px solid #C0C0C0;
}
#route_directions{
	width: 880px;
	vertical-align: top;
}

#maps_print{
	color: #72795F;
	font-weight: bold;
}
#maps_print:hover{
	color: red;
}