body
{
  margin: 0px;
}

*
{
  outline: none;
}

#map_canvas
{
  font-family: "lucida grande", helvetica, arial, sans-serif;
  font-size: 12px;
}

.popup
{
  color: #666666;
  width: 200px;
  padding: 0px 0px 7px 0px;
}

.popup img.thumbnail
{
 float: left;
 margin-right: 10px;
 border: 1px solid #999999;
}

.popup h2
{
  font-size: 13px;
  line-height: 13px;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
}

.popup em
{
  color: #990000;
  font-style: normal;
}

.strike
{
 text-decoration: line-through;
}


.popup h2 a
{
  text-decoration: none;
  color: #4D8DDC;
}

.popup h3
{
  font-size: 12px;
  font-weight: normal;
  color: #A19025;
  margin: 0px;
}

.clearer
{
  clear: both;
}

.popup p
{
  padding: 3px 0px;
  clear: both;
}

.popup .moreInfoButton
{
  float: right;
  border: 0px;
}