#map_container, #map_container_no_map
{
  width: 308px;
  height: 270px;
  margin: 0;
  padding: 12px 14px 14px 12px;
}

#map_container
{
  background: transparent url('/design/images/maps/container.png') center no-repeat;
}

#map_canvas
{
  height: 100%;
  width: 100%;
}

.toddInfoWindow .overlay
{
  margin: 0;
  padding: 0;
}
.toddInfoWindow .overlay div
{
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.toddInfoWindow .overlay div.title
{
  font-size: 9pt;
  font-weight: bold;
}
.toddInfoWindow .overlay div.desc
{
  font-size: 8pt;
  color: #58575a;
}

.toddMarkerLabel
{
  /* Font settings are applied by the toddExtFontSettings class */
  color: #ffffff;
  font-weight: bold;
  letter-spacing: -0.1em;
  text-align: center;
  vertical-align: bottom;
  width: 48px;
}

.toddInfoWindow
{
  position: absolute;
}
.toddInfoWindow-close
{
  display: none;
}
.toddInfoWindow-contents
{
  /* Font settings are applied by the toddExtFontSettings class */
  background: #d5d5d5 url(/design/images/maps/balloon-bg.png) top repeat-x;
  color: #000000;
  margin: 0 11px 0 6px;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 7px;
  width: 220px;
}
.toddInfoWindow-contents a
{
  text-decoration: underline;
  color: #000000;
}
.toddInfoWindow-nw, .toddInfoWindow-n, .toddInfoWindow-ne,
.toddInfoWindow-w, .toddInfoWindow-e,
.toddInfoWindow-sw, .toddInfoWindow-s, .toddInfoWindow-se,
.toddInfoWindow-tail
{
  font-size: 0;
  line-height: 0;
  position: absolute;
}
.toddInfoWindow-nw
{
  background: url(/design/images/maps/balloon-nw.png) bottom right no-repeat;
  height: 7px;
  left: 0;
  top: 0;
  width: 6px;
}
.toddInfoWindow-n
{
  /* Width is set dynamically */
  background: url(/design/images/maps/balloon-n.png) bottom repeat-x;
  height: 7px;
  left: 6px;
  top: 0;
}
.toddInfoWindow-ne
{
  /* Left is set dynamically */
  background: url(/design/images/maps/balloon-ne.png) bottom left no-repeat;
  height: 7px;
  top: 0;
  width: 11px;
}
.toddInfoWindow-w
{
  /* Height is set dynamically */
  background: url(/design/images/maps/balloon-w.png) left repeat-y;
  left: 0;
  top: 7px;
  width: 6px;
}
.toddInfoWindow-e
{
  /* Left and height are set dynamically */
  background: url(/design/images/maps/balloon-e.png) right repeat-y;
  top: 7px;
  width: 11px;
}
.toddInfoWindow-sw
{
  /* Top is set dynamically */
  background: url(/design/images/maps/balloon-sw.png) top right no-repeat;
  height: 12px;
  left: 0;
  width: 6px;
}
.toddInfoWindow-s
{
  /* Top and width are set dynamically */
  background: url(/design/images/maps/balloon-s.png) top repeat-x;
  height: 12px;
  left: 6px;
}
.toddInfoWindow-se
{
  /* Top and left are set dynamically */
  background: url(/design/images/maps/balloon-se.png) top left no-repeat;
  height: 12px;
  width: 11px;
}
.toddInfoWindow-tail
{
  /* Top is set dynamically */
  background: url(/design/images/maps/balloon-tail.png) top right no-repeat;
  height: 17px;
  left: 16px;
  width: 18px;
}
