/* MapControl CSS Document */

.pnlDirection{
	width:47px;
	height:47px;
        top:0px;
        left:0px;
        position:relative;
	background:url(../image/mapControl/dirBg.png) no-repeat center center;
}
.upDiv{
	margin:0 auto;
	text-align:center;
	left:18px;
	top:7px;
	width:10px;
	height:5px;
	cursor:pointer;
	position:absolute;
}
.leftDiv{
	margin:0 auto;
	text-align:center;
	left:7px;
	top:18px;
	width:5px;
	height:10px;
	cursor:pointer;
	position:absolute;
}
.rightDiv{
	margin:0 auto;
	text-align:center;
	top:18px;
	left:35px;
	width:5px;
	height:10px;
	cursor:pointer;
	position:absolute;
}
.handDiv{
	margin:0 auto;
	text-align:center;
	top:18px;
	left:18px;
	width:10px;
	height:10px;
	cursor:pointer;
	position:absolute;
}
.downDiv{
	margin:0 auto;
	text-align:center;
	top:35px;
	left:18px;
	width:10px;
	height:5px;
	cursor:pointer;
	position:absolute;
}
.pnlZoom{
	width:20px;
	height:45px;
	left:14px;
	position:absolute;
	background:url(../image/mapControl/zoomBg.png) no-repeat center center;
}
.plusDiv{
	margin:0 auto;
	top:8px; 
	left:0px;
	width:14px;
	height:13px;
	cursor:pointer;
	position:relative; 
	text-align:center;
	padding:0px;
}
.minusDiv{
	margin:0 auto;
	top:17px;	
	left:0px;
	width:14px;
	height:10px;
	cursor:pointer;
	position:relative; 
	text-align:center;
}

/* ContextMenu CSS Document */
.contextmenu {
    padding    : 2px;
    margin: 1px;
    padding-top: 2px;
    BORDER     : #999999 1px solid;	
    BACKGROUND : #FCFCFC;    
}

.infoHead{	
	padding:6px 0px 0px 0px;
}
.infoClose{
	float:right;
    width:12px;
    position:relative;
	padding-right:5px;
 }
 .resultTxt {
    FONT-WEIGHT: normal;
    FONT-SIZE: 11px;
    COLOR: rgb(0,0,0);
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    text-decoration: none;
}
.resultHeaderTxt {
    FONT-WEIGHT: BOLD;
    background-color:#5982C4;
    COLOR:#FFFFFF;
    font-family:Arial, Helvetica, sans-serif; 
    font-size: 12px; 
    text-decoration: none;
}
.copyright {
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    LINE-HEIGHT: 11px;
    font-family:Arial, Helvetica, sans-serif; 
    text-decoration: none;
}
.blueTxt11 {
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    COLOR: red;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    text-decoration: underline;
    cursor:pointer;
}