/*****************************************
  Lauri Borodkin | Fraktal.ee
*****************************************/

body, html {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12px;
  margin: 0px;
  padding: 0px; 
}

h2 {
  font-size: 14px;
  padding: 5px 0 10px 0;
  margin: 0;
}

h3 {
  color: #999;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  padding: 20px 0 5px 0;
  margin: 0;
}

.netopind {
  margin-top: 10px;
  font-size: 10px;
  line-height: 10px;
}

a {
  text-decoration: none;
  color: #4466e6;
}

a:hover {
  text-decoration: underline;
}
.clearer {
  font-size: 1px;line-height: 1px;height: 1px;clear: both;
}

img {
  border: none;
}

  
.bubble {

  width: 250px;
  text-align: left;
  font-size: 12px;
  line-height: 14px;
  padding: 2px 7px 7px 3px;
}
    
    .bubble-info {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 220px;
      padding: 7px 15px;
      background: url('../images/overlay.png') repeat;
      color: white;
      text-align: center;
      
    }
  
  .bubble-bottom {
      padding-top: 10px;
  }
    .bubble-bottom table, #drg-mid table {
      border-collapse: collapse;
      width: 100%;
    }
    .bubble-bottom td, #drg-mid td {
      padding: 0;
      border: none;
      vertical-align: middle;
    }
      .bubble-bottom .bubble-bottom-left, #drg-mid .bubble-bottom-left {
        width: 80px;
        text-align: center;
        border-right: 1px solid #bebebe;
      }
      .bubble-bottom-left span, #drg-mid span {
        display: block;
        width: 80px;
        font-size: 24px;
        line-height: 26px;
        font-weight: bold;
      }
      .bubble-bottom .bubble-bottom-right, #drg-mid .bubble-bottom-right {
        padding: 0 10px;
      }
      
    .bubble-message {
      font-size: 20px;
      line-height: 22px;
      font-weight: bold;
      color: #ad0101;;
    }
    
    .bubble-datetime {
      padding: 10px 0 10px;
    }
      .bubble-datetime span {
        font-size: 14px;
        font-weight: bold;
      }
    .bubble-action {
      padding-top: 5px;
      height: 35px;
    }
      .bubble-action a {
        outline: 0;
      }

.bubble_loading {
  color: #bbb;
  text-align: center;
  border: 2px dashed #bbb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 10px;
  margin: 5px 7px 9px 5px;
}


.map-bubble {
  position: absolute;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  background: white;
  padding: 10px;
  -moz-box-shadow: 0 0 5px rgba(0,0,0,1);
  -webkit-box-shadow: 0 0 10px rgba(0,0,0.5);
  box-shadow: 5px 5px 2px rgba(0,0,0,.5);
}
  .bubble-inner {
    width: 250px;
  }
  .bubble-beak {
    position: absolute;
    bottom: -28px;
    left: 50%;
    margin-left: -28px;
    width: 56px;
    height: 28px;
    background: url('../images/bubble/beak.png') no-repeat top left;
  }
  .bubble-close {
    height: 14px;
    width: 14px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    margin: 0 0 0 -5px;
    background: url('../images/bubble/bubble_close.png') no-repeat top left;
  }
  .selectbox {
    position: relative;
    border: 1px solid #d6d6d6;
    background: white;
    background: -moz-linear-gradient(90deg, white, #f4f4f4);
    background: -webkit-gradient(linear, left bottom, left top, from(white), to(#f4f4f4));
    margin: 4px 0;
  }
    .selectbox-inner {
      height: 20px;
      background: url('../images/selectbox.gif?1') no-repeat 110px 1px;
      font-size: 12px;
      padding: 3px 12px 0 2px;
      white-space: nowrap;
    }
      .selectbox-text {
        white-space: nowrap;
        overflow: hidden;
      }
    .selectbox select {
      opacity: 0;
      filter: alpha(opacity=0);
      width: 150px;
      height: 25px;
      position: absolute;
      left: 0;
      top: 0;
    }
    #legend {
      list-style-type: none;
      margin: 0;
      padding: 0;
    }
      #legend li {
        margin: 0 0 3px;
        padding: 8px 0 13px 44px;
        background-repeat: no-repeat;
        background-position: left top;
        cursor: pointer;
      }
        .legend-true {
          background-image: url('../images/map/home_vacant.png');
        }
        .legend-false {
          background-image: url('/images/map/home.png');
        }
.inner {
  padding: 15px 12px 18px 13px ;
}
  .inner h2 {
    font-size: 15px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    margin: 0;
    padding: 0 0 10px;
  }
.border {
  border-bottom: 1px solid #dddddd;
}
#resetzoom {
  position: absolute;
  left: 27px;
  top: 360px;
  cursor: pointer;
  z-index: 9000;
}