#mapArea{
    width:90%;
    height: 650px;
    margin: 0 auto;
}
#mapArea h1{
    text-align: center;
    margin: 5px;
}
#map{
    width:100%;
    height: 540px;
}
#mapWrapper{
    position: relative;
	border: 1px solid #ddd;
}
#full{
    background: #000;
    z-index: 100;
}
#bLoading{
    background: #000 url(/gmap/img/ajax_loader_black.gif) no-repeat center center;
    z-index: 15;
}
#wLoading{
    background: #fff url(/gmap/img/ajax_loader_white.gif) no-repeat center center;
    z-index: 15;
}
.disabled{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    filter: alpha(opacity=75);
    -moz-opacity:.75;
    opacity:.75;
}
#window{
    position:absolute;
    top:50%;
    left:50%;
    z-index: 110;
    width:360px;
    height: 280px;
    margin-top: -140px;
    margin-left: -180px;
    background: #000;
    color:#fff;
}
#window form, #manageMarker form{
    margin:20px;
}
#window form input, #window form select, #manageMarker input[type="text"]{
    display:block;
    border: 1px solid #fff;
    background: #ddd;
    color:#000;
    padding:5px;
    margin-bottom: 10px;
    width:190px;
}
#window a.btn, #manageMarker a.btn{
    display: block;
    background: #4d92b3;
    color: #eee;
    text-align:center;
    float:left;
    width:90px;
    margin-top:20px;
    margin-left: 10px;
    padding:3px;
}
#window a.btn:hover, #manageMarker a.btn:hover{
    background: #3d82a3;
    color: #fff;
    text-decoration: none;
}
#window a.del, #manageMarker a.del{
    background: #c7412e;
    color: #eee;
}
#window a.del:hover, #manageMarker a.del:hover{
    background: #b7311e;
}
#mapitems{
    position: absolute;
    top: 1px;
    right: 1px;
    width: 250px;
    height: 100%;
}
#mapitems h4, #window h4{
    background: #4d92b3;
    color: #fff;
    font: normal 12px tahoma;
    text-align:center;
    cursor: pointer;
    margin: 0;
    padding: 3px 0;
}
#items{
    background: #eee;
    filter: alpha(opacity=85);
    -moz-opacity:.85;
    opacity:.85;
    padding:5px;
    height: 490px;
    overflow: auto;
    position: relative;
    overflow: auto;
}
#items ul{
    margin:3px 15px;
	margin-right: 0;
    font: normal 11px Verdana;
}
#adminBlock{
    position: relative;
    bottom: 0;
    left: 0;
    width:100%;
    height: 60px;
    background: #000;
    text-align: center;
    color: #fff;
    overflow: hidden;
	display: none;
}
#adminBlock h5{
    margin:0;
    text-align: center;
    padding: 3px;
    background: #fff;
    color: #000;
    font: bold 12px Verdana;
}
#adminBlock #adminContent{
    padding:10px;
    position: relative;
}
#adminBlock a{
    color: #66CCFF;
}
#adminBlock #adminContent #action{
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    height: 30px;
    background: #000;
    padding:10px;
    z-index: 5;
    display: none;
}
#manageMarker{
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 100%;
    background: #b5c0d5;
    z-index: 15;
	color: #000;
}
#groupIconSelect{
    position: relative;
}
#groupIconSelect ul{
    position: absolute;
    top:0;
    left:0;
    padding: 0;
    margin: 0;
    width: 202px;
    height: 250px;
    overflow: auto;
    z-index: 100;
    display: none;
}
#groupIconSelect ul li a{
    display:block;
    background: #ddd;
}
#groupIconSelect ul li a:hover{
    background: #ccc;
}
#groupIconSelect ul li a img{
    display:block;
    margin: 0 auto;
    padding:2px;
    width:32px;
}
.currentIcon{
	position: absolute;
	top: 0;
	right: 0;
}
#items ul{
    margin:0;
    padding:0;
}
#items ul li{
    margin:0;
    margin-left: 20px;
	padding: 2px;
	padding-right: 20px;
    position: relative;
}
#items li span{
    position: absolute;
    top:0;
    right:0;
}
#items li span a{
    font: normal 10px verdana;
    color: #7ec0d6;
}
#items li span a:hover{
    color: #2d758c;
}
#markerView{
    text-align: right;
    color: #aaa;
}
#markerView a{
    color: #888;
}

#header{
    width: 750px;
    border-collapse: collapse;
    margin: 0 auto;
}
#header form{
    margin:0;
    padding: 0;
}

div.wrap {
	padding: 1em 1em 1em 1em;
}
.clear-element {
	clear: both;
}

.page-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}
.page-item > div{
	margin: 5px;
	padding: 3px;
	border: 1px solid #444;
	color: #fff;		
}
#dragHelper{
	z-index: 1000;
}
.left {
	text-align: left;
}
.sort-handle {
	cursor:move;
}
.helper {
	border: 1px solid #aaa;
}
.current-nesting {
	background: #c00;
	color: #fff;
}
.subGroup, .items{
	display: none;	
}
.groupMarkers .subGroup ul li{
    margin:0;
    position: relative;
}
li.special{
	font-weight: bold;
}
