.tocIMG_WMS {
	width: 16px;
	height: 16px;
	background: url("../images/wms.png") no-repeat;
}

.tocIMG_WFS {
	width: 16px;
	height: 16px;
	background: url("../images/wfs.png") no-repeat;
}

.tocIMG_WCS {
	width: 16px;
	height: 16px;
	background: url("../images/wcs.png") no-repeat;
}

.tocIMG_WMTS {
	width: 16px;
	height: 16px;
	background: url("../images/wmts.png") no-repeat;
}

.tocIMG_WebWMS {
	width: 16px;
	height: 16px;
	background: url("../images/webService_wms.png") no-repeat;
}

.tocIMG_WebWFS {
	width: 16px;
	height: 16px;
	background: url("../images/webService_wfs.png") no-repeat;
}

.tocIMG_WebWCS {
	width: 16px;
	height: 16px;
	background: url("../images/webService_wcs.png") no-repeat;
}

.tocIMG_WebWMTS {
	width: 16px;
	height: 16px;
	background: url("../images/webService_wmts.png") no-repeat;
}

.tocEventDIV {
	width: 100%;
	height: 20px;
	margin-top: 5px;
}

.tocEventDIV .sub {
	width: auto;
	height: 20px;
	margin: 0 auto;
	text-align: center;
}

.tocEventDIV .sub a {
	cursor: pointer;
	margin-left: 10px;
}

.tocEventDIV .sub a span {
	font-size: 18px;
}

.cursor-default {
	cursor: url(../images/cursor/cursor_default.cur), auto;
}

.cursor-closeHand {
	cursor: url(../images/cursor/cursor_closeHand.cur), auto;
}

.cursor-identify {
	cursor: url(../images/cursor/cursor_identify.cur), auto;
}

.cursor-measureArea {
	cursor: url(../images/cursor/cursor_measureArea.cur), auto;
}

.cursor-measureDistance {
	cursor: url(../images/cursor/cursor_measureDistance.cur), auto;
}

.cursor-zoomIn {
	cursor: url(../images/cursor/cursor_zoomIn.cur), auto;
}

.cursor-zoomOut {
	cursor: url(../images/cursor/cursor_zoomOut.cur), auto;
}

.cursor-point {
	cursor: url(../images/cursor/cursor_point.cur), auto;
}

.cursor-line {
	cursor: url(../images/cursor/cursor_line.cur), auto;
}

.cursor-polygon {
	cursor: url(../images/cursor/cursor_polygon.cur), auto;
}

.cursor-rectangle {
	cursor: url(../images/cursor/cursor_rectangle.cur), auto;
}

.cursor-circle {
	cursor: url(../images/cursor/cursor_circle.cur), auto;
}

span.tmpzTreeMove_arrow {
	z-index: 10000;
}

.ztree li span.button.pIconFeatureLayer_ico_open, .ztree li span.button.pIconFeatureLayer_ico_close{
	margin-right: 2px;
	background: url(../images/zTree_featureLayer.png) no-repeat scroll 0 0 transparent;
	vertical-align: top;
	*vertical-align: middle
}