#toolQuery {
    background-image: url(../_kamap/htdocs/images/buttons/h_objectinfo.png);
    background-repeat: no-repeat;
    background-position: left top;
    cursor: pointer;
    width:22px;
    height:22px;
}

#toolPan {
    background-image: url(../_kamap/htdocs/images/buttons/h_pan.png);
    background-repeat: no-repeat;
    background-position: left top;
    cursor: pointer;
    width:22px;
    height:22px;
}

#toolZoomIn {
    background-image: url(../_kamap/htdocs/images/buttons/h_zoomin.png);
    background-repeat: no-repeat;
    background-position: left top;
    cursor: pointer;
    width:22px;
    height:22px;
}

#toolZoomFull {
    background-image: url(../_kamap/htdocs/images/buttons/h_zoomall.png);
    background-repeat: no-repeat;
    background-position: left top;
    cursor: pointer;
    width:22px;
    height:22px;
}

#toolClearSelection {
    background-image: url(../_kamap/htdocs/images/buttons/h_clearselection.png);
    background-repeat: no-repeat;
    background-position: left top;
    cursor: pointer;
    width:22px;
    height:22px;
}

#toolSearch {
    background-image: url(../_kamap/htdocs/images/buttons/h_objectfind.png);
    background-repeat: no-repeat;
    background-position: left top;
    cursor: pointer;
    width:22px;
    height:22px;
}

#toolSMeasureStart
{

}

#toolMeasureEnd
{

}

