@CHARSET "UTF-8";

/* CSS Document */

.map-menu{
	background-color:white;
	border-bottom:2px solid #123C72;
	border-right:2px solid #123C72;
	cursor:pointer;
	float:left;
	height:30px;
	left:6px;
	padding-top:5px;
	position:absolute;
	text-align:center;
	top:43px;
	width:417px;
	z-index:100;
}
.map-menu img {
  vertical-align:middle;
}
.map-menu a {
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
}
.map-buttons{
	background:#fff;
	border:2px solid #123C72;
	padding:5px;
	position:absolute;
	right:13px;
	text-align:center;
	top:75px;
	width:50px;
	z-index:100;
}

.map-button{
	width:50px;
	height: 38px;
}

#map-button-clear-all{
	background: #fff url("../images/buttons/btn-clear-all.gif") no-repeat;
}

#map-button-undo{
	background: #fff url("../images/buttons/btn-undo.gif") no-repeat;
}

#map-button-save{
	background: #fff url("../images/buttons/btn-save.gif") no-repeat;
}

#map-loading {
	position: absolute;
	width:  977px;
	height : 60px;
	top: 35%;
	text-align: center;
	padding: 35px 0 0 0;
	background-color: #fff;
	z-index: 100;
	opacity: .50;
	filter: alpha(opacity=50);
}
#map {
	width: auto;
	height: 500px;
	background-color: #fff;
}
