.overlay_explore_map {
	background-color: black;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.explore_map_nw {
			background: transparent; width: 0px; height: 0px;
}

.explore_map_n {
		background: transparent;
		height: 0px;
}

.explore_map_ne {
			background: transparent; width: 0px;
}

.explore_map_e {
		background: transparent; width: 0px;
}

.explore_map_w {
		background: transparent; width: 0px;
}

.explore_map_sw {
			background: transparent;			
}

.explore_map_s {
		background: transparent;		height: 0px;
}

.explore_map_se, .explore_map_sizer {
			background: transparent;			
}

.explore_map_close {
	width:0px;
	height:0px;
	display:none;
}

.explore_map_minimize {
	width:0px;
	height:0px;
	display:none;
}

.explore_map_maximize {
	width:0px;
	height:0px;
	display:none;
}

.explore_map_title {
	float:left;
	height:0px;
	width:100%;
}

.explore_map_content {

	color: transparent;
	font-family: Tahoma, Arial, sans-serif;
    font: 12px arial;
	border: none !important;
	background: #000;
	padding: 0px;
	margin: 0px;
	padding-top: 0px;
	color: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}

td {
	border: none !important;
}

/* For explore_map/confirm dialog */
.explore_map_window {
	background: #000;
	border: 10px solid #00f;
	padding:0px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
}

.explore_map_message {
  font: 12px arial;
	width:100%;
	color:transparent;
	padding-bottom:10px;
}

.explore_map_buttons {
	text-align:center;
	width:100%;
}

.explore_map_buttons input {
	width:20%;
	margin:10px;
}

.explore_map_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:16px;
	background: #000 url('explore_map/progress.gif') no-repeat center center
}


.explore_map_wired_frame {
	background: #fc0;
	border: 10px solid transparent;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;	
}
