#ContainerMap {
	width: 604px;
	height: 250px;
}
.standby {
	display: block;
}
.loading {
	display: block;
}

#map {
	display: block;
	width: 100%;
	height: 100%;
	clear: both;
}

#toolbar {
	padding: 0px;
	width: 100%;
	height: auto;
	background-color: #CCCCCC;
	clear: both;
}

#toolbar h1 {
	font-family: Arial, Helvetica, sans-serif;
	size: 11px;
	color: #999999;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	display: none;
}

#toolbar a {
	display: block;
	float: left;
	width: 144px;
	height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	size: 11px;
	color: #666666;
	background-color: #FFFFFF;
	text-decoration: none;
	padding: 2px;
	margin-top: 1px;
	margin-left: 1px;
	margin-right: 0px;
	margin-bottom: 1px;
}

#toolbar a:hover {
	color: #FFFFFF;
	background-color: #666666;
}

#toolbar ul {
}

#toolbar li {
	display: inline;
	width: 144px;
	height: 24px;
	margin-top: 1px;
	margin-left: 1px;
	margin-right: 0px;
	margin-bottom: 1px;
}

#alert {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	display: none;
}
#alert p {
	width: 150px;
	margin: 0 auto 0 auto;
	padding: 10px;
	background: white;
	border: 1px solid #AAAAAA;
}
ContainerMap.standby #alert { 
	display: none;
}
ContainerMap.loading #alert { 
	display: block;
}
.Hidden {
	display:none;
}
.Show {
	display:block;
}
