﻿.zoomin {
  background-image:url(../images/toolbar/icon_zoomin.png) !important;
  height:20px !important;
  width:20px !important;
}
.zoomout {
  background-image: url(../images/toolbar/icon_zoomout.png) !important;
  height:20px !important;
  width:20px !important;
}
.zoomfull {
  background-image:url(../images/toolbar/icon_zoomfull.png) !important;
  height:20px !important;
  width:20px !important;
}
.pan {
  background-image:url(../images/toolbar/icon_pan.png) !important;
  height:20px !important;
  width:20px !important;
}
.print {
  background-image:url(../images/toolbar/printer.png) !important;
  height:20px !important;
  width:20px !important;
}
.next {
    background-image:url(../images/toolbar/resultset_next.png) !important;
    height:20px !important;
    width:20px !important;
}
.back {
    background-image:url(../images/toolbar/resultset_previous.png) !important;
    height:20px !important;
    width:20px !important;
}
.info {
    background-image:url(../images/toolbar/information.png) !important;
    height:20px !important;
    width:20px !important;
}
.center {
    background-image:url(../images/toolbar/centrar.gif) !important;
    height:20px !important;
    width:20px !important;
}
.drawPolygon {
    background-image:url(../images/toolbar/draw_polygon.png) !important;
    height:20px !important;
    width:20px !important;
}
.modifyPolygon {
    background-image:url(../images/toolbar/move_vertex.png) !important;
    height:20px !important;
    width:20px !important;
}
.erasePolygon {
    /*background-image:url(../images/toolbar/erase_off.png) !important;*/
    background-image:url(../images/toolbar/Clear.gif) !important;
    height:20px !important;
    width:20px !important;
}
.erasePolygon {
    /*background-image:url(../images/toolbar/erase_off.png) !important;*/
    background-image:url(../images/toolbar/Clear.gif) !important;
    height:20px !important;
    width:20px !important;
}
.exportGML {
    background-image: url(../images/toolbar/export_map.png) !important;
    height:20px !important;
    width:20px !important;
}
.menu-title{
    background: #ebeadb url(../extjs/resources/images/default/grid/grid3-hrow.gif) repeat-x;
    border-bottom:1px solid #99bbe8;
    color:#15428b;
    font:bold 10px tahoma,arial,verdana,sans-serif;
    display:block;
    padding:3px;
    text-align:center;
}
.print-action {
  background-image:url(../images/toolbar/printer.png) !important;
  height:20px !important;
  width:20px !important;
}
.print-pdm {
  background-image:url(../images/toolbar/printer_pdm.png) !important;
  height:20px !important;
  width:20px !important;
}
.print-pip {
  background-image:url(../images/toolbar/printer_pip.png) !important;
  height:20px !important;
  width:20px !important;
}
.distance-measurement {
  background-image:url(../images/toolbar/distance_measurement.png) !important;
  height:20px !important;
  width:20px !important;
}
.area-measurement {
  background-image:url(../images/toolbar/area_measurement.png) !important;
  height:20px !important;
  width:20px !important;
}

