html ,
body {
    margin: 0;
    padding: 0;
/*    height: 100%;*/
}
.ui-content {
    padding: 0;
}
.ui-footer {
    text-align: center;
    padding: 5px 0;
}
.portrait, .portrait #mappage {
    min-height: 0;
}
/*.portrait, .portrait .ui-page{*/
    /*min-height: 0;*/
/*}*/
#mappage, #mappage .ui-content, #map {
    width: 100%;
    height: 100%;
}
.olControlAttribution {
    font-size: 10px;
    bottom: 5px;
    right: 5px;
}
#navigation {
    position: absolute;
    bottom: 70px;
    left: 10px;
    z-index: 1000;
}
#navigation .ui-btn-icon-notext {
    display: block;
    padding: 7px 6px 7px 8px;
}
#title, #tags, #shortdesc {
    display: none;
}
.ui-icon-check {
    opacity: 0.3;
}
.checked .ui-icon-check {
    opacity: 1;
}
.ui-icon-locate {
    background-image: url(locate.png);
}
.ui-icon-layers {
    background-image: url(openlayers.png);
}
.ui-icon-clock {
    background-image: url(clock.png);
}
/*.ui-content {
  min-height: 100%;
}*/
.ui-content-history {
  min-height: 900px;
}
.ui-content .ui-listview-inset, #search_results {
    margin: 1em;
}
.ui-content .ui-listview {
    margin: 0;
}
#details-list li{
	padding:15px 10px;
}
#history-list li{
	padding:15px 10px;
}

.dot {
  overflow: hidden;
  border-style:solid;
  border-width: 2px;
  border-color: #666;
  padding-top: 6px;
  padding-left: 6px;
  width: 32px;
  height: 32px;
  display: inline-block;
  border-radius: 50%;
  margin: 0.2em 0.4em 0.2em 0;
  vertical-align:middle;
  line-height: 32px;
  background: #cccccc;
  -webkit-box-shadow: inset 0 -6px 6px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  -moz-box-shadow: inset 0 -6px 6px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  box-shadow: inset -6px -6px 6px rgba(0, 0, 0, 0.3), inset 3px 3px 6px rgba(255, 255, 255, 0.3);
}

.dot-inner {
  background: white;
  opacity:0.35;
  filter:alpha(opacity=35);
  -webkit-box-shadow: 0px 0px 6px 3px rgba(255, 255, 255, 1);
  -moz-box-shadow: 0px 0px 6px 3px rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 6px 3px rgba(255, 255, 255, 1);
  border-radius: 50%;
  overflow: hidden;
  width: 6px;
  height: 6px;
  display: block;
  line-height: 0;
}

.dot-red {
  background: #990000;
}

.dot-green {
  background: #009900;
}

.dot-yellow {
  background: #999900;
}
