@CHARSET "UTF-8";

#map_area,
#infowindow {
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 1;
}
#map_area *,
#infowindow * {
  margin: 0;
  padding: 0;
}

.left {
  float: left;
}
.right {
  float: right;
}

#map {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: normal;
}

#new_instructions {
  float: right;
  width: 40%;
}

.b3ok_control {
  border: 1px solid;
  background-color: white;
  color: black;
}
#map_area .b3ok_label {
  padding: 2px 4px;
  border-bottom: 1px solid silver;
  border-right: 1px solid silver;
}
.b3ok_label img {
  float: right;
}

#search_area {
  position: absolute;
  right: 6px;
  width: 264px;
  top: 33px;
}
#search {
  line-height: 1.4;
}
#search input,
#new_item_wizard .buttons input {
  vertical-align: middle;
  font-size: 7pt;
  font-family: Verdana, Arial, sans-serif;
  background-color: white;
/*  line-height: 1;*/
}
#search_query {
  width: 120px;
}
#search_items,
#search_clear {
  width: 40px;
}
#new_item_wizard .buttons input {
  padding: 0 4px;
}

#category_area,
#new_item_area {
  position: absolute;
  width: 266px;
  right: 6px;
  top: 90px;
  z-index: 100;
}

#category_button {
  position: absolute;
  left: 0;
  top: -25px;
  width: 128px;
  cursor: pointer;
  z-index: 101;
}
#category_label img {
  vertical-align: top;
}
#category_list {
  background-color: white;
  color: black;
  display: none;
  border: 1px solid;
  position: relative;
  top: -3px;
}
#category_area .item_category {
  display: none;
  padding: 1px 4px;
}
.item_category input {
  vertical-align: middle;
}
#category_area .item_category img {
  vertical-align: middle;
  padding: 0px 2px;
}
#category_area #category_tools {
  padding: 2px 4px;
  font-size: 80%;
  display: none;
  float: right;
}

#new_item_button {
  position: absolute;
  right: 0;
  top: -25px;
  width: 128px;
  cursor: pointer;
  z-index: 101;
}

#map_area #new_item_wizard {
  background-color: white;
  color: black;
  display: none;
  border: 1px solid;
  height: 14em;
  position: relative;
  top: -3px;
  padding: 4px;
}

#new_item_fields input,
#new_item_fields select {
  vertical-align: middle;
}
#new_item_fields label {
  float: left;
  clear: left;
  width: 6em;
  padding: 0.2em 0 0.5em 0;
}

#new_item_wizard .buttons {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 4px;
  width: 97%;
}

#new_item_preview p {
  margin-bottom: 1em;
}

#infowindow * {
  margin-bottom: 5px;
}
#infowindow h3 {
  visibility: visible;
}
#infowindow img {
  border: none;
  margin-right: 5px;
}


