/**** Info Window Shadow Start ***/
.u-shadow-container {
	position: absolute;
	left: 60px;
	top: 40px;
	z-index: 1;
}
/**** Info Window Shadow End ***/
/*Extra Overlay Menu Start
#EXTRAOVERLAYMENU {
	width: 100px;
	border: 1px solid #333333;
	background-color: #DFDFDF;
}*/
.UScale_bar {
	position:absolute; width:100px; height:12px; border:2px solid black; border-top:none; z-index:40; font:bold 12px tahoma; text-align:center; background:white;
}
#EXTRAOVERLAYMENU ul {
	width:140px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	padding-right: 5px;
}
#EXTRAOVERLAYMENU li {
	border:1px dot #999;
	font-size: 12px;
	vertical-align: middle;
	padding:3px 0 0 3px;
	height:20px;
	_padding:0;
}
#EXTRAOVERLAYMENU li a {
	color: #000000;
	text-decoration: none;
	display: block;
	margin: 0px;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right:0px;
	padding-left:0px;
}
#EXTRAOVERLAYMENU li a:hover {
	background-color: #b3d9b3;
}
/*Extra Overlay Menu End*/
/*loadingDiv start*/
.UMapLoadingDiv{
	width:100%;
	height:100%;
	-moz-user-select: none;
	opacity:0.75;
	filter:alpha(opacity=75);
	background-color:lightgrey;
	position:absolute;
	z-index:99999;
}
.UMapLoadingDiv .loadingImg{
	left:50%;
	top:50%;
	width:100%;
	height:100%;
	margin-left:-50px;
	margin-top:-50px;
	background-image: url(../img/loaddingMap.gif);
	background-repeat: no-repeat;
	position:absolute;
	z-index:100000;
}
/*loadingDiv end*/
.UAD_box{
	height:256px;
	width:120px;
	z-index:100;
}
.UAD_box .head{height:19px; padding:8px 5px 0px 10px; font-weight:bolder; font-size:12px; color:#80663f; background-image:url(../img/ad/head.gif);}
.UAD_box .title{float:left;background-image:url(../img/ad/bata.gif);background-repeat:no-repeat;background-position:50px 2px;width:80px;}
.UAD_box .close{width:16px; background-image:url(../img/ad/close_0901.gif); height:18px; float:left; background-repeat:no-repeat; position:relative; left:5px; top:3px;cursor:pointer;}
.UAD_box .content{background-image:url(../img/ad/mid.gif);}
.UAD_box .ad{height:200px; margin:0px auto; width:100px;}
.UAD_box .mg {border: 0px }
.UAD_box .ad_txt{height:95px; padding-top:5px;padding-left:8px;; width:100px; font-size:12px; }
.UAD_box .ad_txt a:link{color:#333; text-decoration:none;}
.UAD_box .ad_txt a:visited{color:#333; text-decoration:none;}
.UAD_box .ad_txt a:hover{color:#333; text-decoration:underline;}
.UAD_box .ad_txt h1{font-size:12px; font-weight:bold; margin:0px; color:#045dc2;}
.UAD_box .ad_txt h1 a:link{ color:#045dc2; text-decoration:none;}
.UAD_box .ad_txt h1 a:visited{ color:#045dc2; text-decoration:none;}
.UAD_box .ad_txt h1 a:hover{ color:#045dc2; text-decoration:underline;}
.UAD_box .footer{ background-image:url(../img/ad/down0901.gif); width:120px; height:29px; }
.UAD_box .adtitle{font-size:12px; font-weight:bold; margin:0px; color:#045dc2;}
.UAD_box .adcontent{display:block;}
.UAD_box .first{ width:11px; background-image:url(../img/ad/first.gif); height:12px; float:right; background-repeat:no-repeat; position:relative; right:46px; top:5px;cursor:pointer;}
.UAD_box .next{ width:10px; background-image:url(../img/ad/next.gif); height:12px; float:right;background-repeat:no-repeat;position:relative; right:0px;top:5px;cursor:pointer;}
.UAD_box_MIN{
	cursor:pointer;
	background-image:url(../img/ad/close.gif);
	width: 120px;
	height : 15px;
}
.UAD_box_MIN .head_close{padding:2px 5px 0px 35px; font-weight:bolder; font-size:12px; color:#80663f;}
