﻿#map_container
{
	background-color: Gray;
	padding: 5px 0px 0px 5px;
	width: 305px;
	height: 305px;
}

#map
{
	/*position: relative;*/
	/*float: right;*/
	background-color: #ffffff;
	height: 300px;
	width: 300px;
	z-index: 100;
	overflow: hidden;
}

#color_side_bar
{
	position: relative;
	top: 0px;
	background-color: #336699;
	width: 20px;
	float:left;
	height:400px;
	padding: 5px;
}

#loadingDiv
{
	position: absolute;
	width: 700px;
	height: 210px;
	opacity: 0.75;
	filter: alpha(opacity=75);
	background-color: gray;
	color: black;
	z-index: 100;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	vertical-align: middle;
	/*padding-top: 190px;*/
}

