#titlebox {
  position:absolute;
  right:0px;
  bottom:0px;  
  z-index: 1000000;
  opacity: 0.8;
  background-color: white;
  margin: 0;
  padding: 0 10px 0px 10px;
  max-width: 229px;
  border: 3px solid #191919;
  padding: 10px;
}

#titlebox h1, #titlebox h2 {
  color: #191919;
  font-family: Verdana, Arial, san-serif; 
  font-weight: bold;
  font-size: 18px;
  margin: 0;
  padding: 0;
  text-align: right
}

#titlebox h2 {
  font-size: 14px;
  margin-top: 4px;
}

#titlebox p {
  font-family: Arial, san-serif;
  text-align: right; 
  font-size: 13px;
}

.olControlLayerSwitcher  {
  opacity: 0.8;
  max-width: 235px;
  font-size: 10px;
}

.olControlLayerSwitcher .layersDiv {
    background-color: #191919;
}

.tripdate {
  font-size: 8px;
}

html, body, #basicMap {
	width: 100%;
	height: 100%;
	margin: 0;
}



.olPopupContent {
  font-family: Verdana, Arial, san-serif; 
  background-color: #bababa;
  border: 1px solid #4c4c4c;
  color: #191919;
  padding: 4px;
  max-width: 358px;
}

.olPopupContent img {
  max-width: 350px;
}

.olFramedCloudPopupContent {
  font-family: Verdana, Arial, san-serif; 
  color: #333;
  padding: 4px;
}

.olFramedCloudPopupContent h2,.olPopupContent h2 {
  font-size: 1.0em;
  font-weight: bold;
  margin: 0.2em 0em;
}
.olFramedCloudPopupContent .clickagain,.olPopupContent .clickagain {
  font-size: small;
  background-color: transparent;
} 
.olFramedCloudPopupContent .postcode,.olPopupContent .postcode {
  font-weight: bold;
}

.olFramedCloudPopupContent .markerLL,.olPopupContent .markerLL {
  font-size: smaller;
}

.olControlOverviewMapElement {
	-moz-border-radius: 0 0 0 0;
}      

.olControlPermalink {
    right: auto;
    left: 10px;
    bottom: 1.5em;
    font-family: Verdana, Arial, san-serif; 
} 

div.olControlMousePosition {
    bottom: 0em;
    right: auto;
    left: 10px;
}

div.olControlAttribution {
    font-family: Verdana, Arial, san-serif; 
}

.olControlScaleLine {
   bottom: 45px;
   left: 10px;
}

.olControlAttribution {
    font-size: smaller; 
    left: 205px; 
    bottom: 0em; 
    position: absolute; 
    display: block;
}

.error {
  color: black;
  font-weight: bold;
  font-size: big;
  border: 3px solid #990000;
  background-color: #E9C9C9;
  padding: 6px;