#toolQuery {
    background-image: url(../images/icon_set_explorer/tool_query_1.png);
    background-repeat: no-repeat;
    background-position: left top;
    width: 29px;
    height: 29px;
    cursor: pointer;
}

#toolPan {
    background-image: url(../images/icon_set_explorer/tool_pan_1.png);
    background-repeat: no-repeat;
    background-position: left top;
    width: 29px;
    height: 29px;
    cursor: pointer;
}

#toolZoomIn {
    background-image: url(../images/icon_set_explorer/tool_zoomin_1.png);
    background-repeat: no-repeat;
    background-position: left top;
    width: 29px;
    height: 29px;
    cursor: pointer;
}
#toolZoomInDown {
    background-image: url(../images/icon_set_explorer/tool_zoomin_2.png);
    background-repeat: no-repeat;
    background-position: left top;
    width: 29px;
    height: 29px;
    cursor: pointer;
}

#toolZoomOut {
    background-image: url(../images/icon_set_explorer/tool_zoomout_1.png);
    background-repeat: no-repeat;
    background-position: left top;
    width: 29px;
    height: 29px;
    cursor: pointer;
}
#toolZoomOutDown {
    background-image: url(../images/icon_set_explorer/tool_zoomout_2.png);
    background-repeat: no-repeat;
    background-position: left top;
    width: 29px;
    height: 29px;
    cursor: pointer;
}

#toolZoomRubber {
    background-image: url(../images/icon_set_explorer/tool_rubberzoom_1.png);
    background-repeat: no-repeat;
    background-position: left top;
    width: 29px;
    height: 29px;
    cursor: pointer;
}

#toolZoomFull {
    background-image: url(../images/icon_set_explorer/tool_zoomfull_1.png);
    background-repeat: no-repeat;
    background-position: left top;
    width: 29px;
    height: 29px;
    cursor: pointer;
}
#toolZoomFullDown {
    background-image: url(../images/icon_set_explorer/tool_zoomfull_2.png);
    background-repeat: no-repeat;
    background-position: left top;
    width: 29px;
    height: 29px;
    cursor: pointer;
}

#toolPrint {
    background-image: url(../images/icon_set_explorer/tool_print_1.png);
    background-repeat: no-repeat;
    background-position: left top;
    width: 29px;
    height: 29px;
    cursor: pointer;
}

#toolLegend {
    background-image: url(../../images/icon_set_explorer/tool_legend_1.png);
    background-repeat: no-repeat;
    background-position: left top;
    width: 29px;
    height: 29px;
    cursor: pointer;
}
#toolLink {
    background-image: url(../images/icon_set_explorer/tool_link_1.png);
    background-repeat: no-repeat;
    background-position: left top;
    width: 29px;
    height: 29px;
    cursor: pointer;
}
#toolSearch {
    background-image: url(../images/icon_set_explorer/tool_search_1.png);
    background-repeat: no-repeat;
    background-position: left top;
    width: 29px;
    height: 29px;
    cursor: pointer;
}
#toolMapinfo {
    background-image: url(../images/icon_set_explorer/tool_mapinfo_1.png);
    background-repeat: no-repeat;
    background-position: left top;
    width: 29px;
    height: 29px;
    cursor: pointer;
}
#toolRoute {
    background-image: url(../images/icon_set_explorer/tool_route_1.png);
    background-repeat: no-repeat;
    background-position: left top;
    width: 29px;
    height: 29px;
    cursor: pointer;
}
#toolRouteL {
    background-image: url(../images/icon_set_explorer/tool_routeL_1.png);
    background-repeat: no-repeat;
    background-position: left top;
    width: 29px;
    height: 29px;
    cursor: pointer;
}
#toolRouteT {
    background-image: url(../images/icon_set_explorer/tool_routeT_1.png);
    background-repeat: no-repeat;
    background-position: left top;
    width: 29px;
    height: 29px;
    cursor: pointer;
}
#toolRouteM {
    background-image: url(../images/icon_set_explorer/tool_routeM_1.png);
    background-repeat: no-repeat;
    background-position: left top;
    width: 29px;
    height: 29px;
    cursor: pointer;
}
#toolDist {
    background-image: url(../images/icon_set_explorer/tool_dist_1.png);
    background-repeat: no-repeat;
    background-position: left top;
    width: 29px;
    height: 29px;
    cursor: pointer;
}

#toolZoomInMini {
    background-image: url(../images/icon_set_explorer/tool_zoomin_mini.png);
    background-repeat: no-repeat;
    background-position: left top;
    width: 15px;
    height: 15px;
    cursor: pointer;
    border:0;
}
#toolHiliteMini {
    background-image: url(../images/icon_set_explorer/tool_hilite_mini.png);
    background-repeat: no-repeat;
    background-position: left top;
    width: 15px;
    height: 15px;
    cursor: pointer;
    border:0;
}
#toolTraffic {
    background-image: url(../images/icon_set_explorer/tool_traffic_1.png);
    background-repeat: no-repeat;
    background-position: left top;
    width: 29px;
    height: 29px;
    cursor: pointer;
}
#winClose {
    background-image: url(../images/icon_set_explorer/win_close.png);
    background-repeat: no-repeat;
    background-position: left top;
    width: 12px;
    height: 11px;
    cursor: pointer;
    border: 1px solid rgb(128,128,128);
}
