div#navigation {
  font-family: "Myriad Pro", "Myriad Web", "Tahoma", "Helvetica", "Arial", sans-serif;
  font-size: 13;
  background-color: #d5e2f2;
  border-bottom: 1px solid #99bbe8;
  text-align: right;
  padding-right: 20px;
}

div#navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

div#navigation li {
  display: inline;
  margin: 0;
  padding: 0;
}

div#navigation li {
  text-decoration: none;
  border: 1px solid #99bbe8;
  padding: 0px 0.3em;
  background: #ccc;
  color: #15428b;
  cursor: pointer;
}

div#navigation li a {
  text-decoration: none;
  /*border: 1px solid #99bbe8;*/
  padding: 0px 0.3em;
  background: #ccc;
  color: #15428b;
}

div#navigation li:hover {
  background-color: #f0f0f0;
}

div#navigation li a:hover {
  background-color: #f0f0f0;
}

div#navigation li#activelink {
  font-weight: bold;
  border-bottom: 1px solid #fff;
  background-color: #fff;
  color: #15428b;
  cursor: pointer;
}

div#navigation li#activelink a {
  font-weight: bold;
  border-bottom: 1px solid #fff;
  background-color: #fff;
  color: #15428b;
}

.float-left {
  float: left;
}

.clear-left {
  clear: left;
}

.zoomin {
  background-image: url(../mfbase/mapfish/img/icon_zoomin.png) !important;
  height: 20px !important;
  width: 20px !important;
}

.zoomout {
  background-image: url(../mfbase/mapfish/img/icon_zoomout.png) !important;
  height: 20px !important;
  width: 20px !important;
}

.zoomfull {
  background-image: url(../mfbase/mapfish/img/icon_zoomfull.png) !important;
  height: 20px !important;
  width: 20px !important;
}

.pan {
  background-image: url(../mfbase/mapfish/img/icon_pan.png) !important;
  height: 20px !important;
  width: 20px !important;
}

.next {
  background-image: url(../mfbase/mapfish/img/resultset_next.png) !important;
  height: 20px !important;
  width: 20px !important;
}

.back {
  background-image: url(../mfbase/mapfish/img/resultset_previous.png) !important;
  height: 20px !important;
  width: 20px !important;
}

/* UTC styles */
.messageBoxParagraph {
  width: 300px;
  font-size: 11px;
  color: #15428B;
}

.featureTypeTitle {
  font-size: 12px;
  font-weight: bold;
  color: #15428B;
}

.featureTypeParagraph {
  font-size: 10px;
  color: #15428B;
}

.featureTypeTable {
  width: 99%;
  border: 1px solid #8DB2E3;
}

.featureTypeTableHeader {
  border: 1px solid #8DB2E3;
  text-align: center;
  font-size: 10px;
  color: #15428B;
}

.featureTypeTableCell {
  border-bottom: 1px dotted #8DB2E3;
  text-align: center;
  font-size: 10px;
  color: #15428B;
}

/* toolbar */
.customEditingToolbar {
  float: right;
  right: 0px;
  height: 30px;
  width: 350px;
}

.customEditingToolbar div {
  float: right;
  margin: 5px;
  width: 24px;
  height: 24px;
}

.olControlNavigationItemActive {
  background-image: url(../mfbase/openlayers/theme/default/img/editing_tool_bar.png);
  background-repeat: no-repeat;
  background-position: -103px -23px;
}

.olControlNavigationItemInactive {
  background-image: url(../mfbase/openlayers/theme/default/img/editing_tool_bar.png);
  background-repeat: no-repeat;
  background-position: -103px -0px;
}

.olControlDrawFeaturePolygonItemInactive {
  background-image: url(../mfbase/openlayers/theme/default/img/editing_tool_bar.png);
  background-repeat: no-repeat;
  background-position: -26px 0px;
}

.olControlDrawFeaturePolygonItemActive {
  background-image: url(../mfbase/openlayers/theme/default/img/editing_tool_bar.png);
  background-repeat: no-repeat;
  background-position: -26px -23px;
}

.olControlModifyFeatureItemActive {
  background-image: url(../mfbase/openlayers/theme/default/img/move_feature_on.png);
  background-repeat: no-repeat;
  background-position: 0px 1px;
}

.olControlModifyFeatureItemInactive {
  background-image: url(../mfbase/openlayers/theme/default/img/move_feature_off.png);
  background-repeat: no-repeat;
  background-position: 0px 1px;
}

.olControlDeleteFeatureItemActive {
  background-image: url(../mfbase/openlayers/theme/default/img/remove_point_on.png);
  background-repeat: no-repeat;
  background-position: 0px 1px;
}

.olControlDeleteFeatureItemInactive {
  background-image: url(../mfbase/openlayers/theme/default/img/remove_point_off.png);
  background-repeat: no-repeat;
  background-position: 0px 1px;
}

.olControlDrawFeaturePointItemActive {
  background-image: url(../mfbase/openlayers/theme/default/img/add_point_on.png);
  background-repeat: no-repeat;
  background-position: 0px 1px;
}

.olControlDrawFeaturePointItemInactive {
  background-image: url(../mfbase/openlayers/theme/default/img/add_point_off.png);
  background-repeat: no-repeat;
  background-position: 0px 1px;
}

.olControlSearchItemActive {
  background-image: url(../img/search.png);
  background-repeat: no-repeat;
  background-position: 0px 1px;
}

.olControlSearchItemInactive {
  background-image: url(../img/search.png);
  background-repeat: no-repeat;
  background-position: 0px 1px;
}

.olControlCleanItemActive {
  background-image: url(../img/clean.png);
  background-repeat: no-repeat;
  background-position: 0px 1px;
}

.olControlCleanItemInactive {
  background-image: url(../img/clean.png);
  background-repeat: no-repeat;
  background-position: 0px 1px;
}

.olControlRulerItemActive {
  background-image: url(../img/ruler_active.png);
  background-repeat: no-repeat;
  background-position: 0px 1px;
}

.olControlRulerItemInactive {
  background-image: url(../img/ruler_inactive.png);
  background-repeat: no-repeat;
  background-position: 0px 1px;
}

.olControlSeparatorItemActive {
}

.olControlSeparatorItemInactive {
}

.icon-delete {
  background: url(../img/delete.png) !important;
}

.icon-print {
  background: url(../img/printer.png) !important;
}

.icon-store {
  background: url(../img/database.png) !important;
}

.icon-store-and-delete {
  background: url(../img/database_delete.png) !important;
}