/* CSS Document */
div.markerTooltip{
  color: black;
  font-weight: bold;
  background-color: white;
  white-space: nowrap;
  margin: 0;
  padding: 2px 4px;
  border: 1px solid black;
}

div.markerDetail {
  width:300px;
  color: black;
  font-weight: bold;
  background-color: rgb(234,237,242);
  margin: 0;
  padding: 3px 5px;
  border: 1px solid black;
}

div.markerDetail a {
    display:inline;
    color:#0A76AC;
}


/*div.markerDetail img {
    width:250px;
}*/
v\:* {
behavior:url(#default#VML);
}