﻿.googlemaps-container{width:289px;}

.googlemaps {
	background-color:#eeeeff;
	border:1px #000066 solid;
	padding:2px 2px 2px 2px;
	width: 330px;
}

.googlemaps #svPanel {
  width: 338px;
  height: 319px;
 
}

.googlemaps #status {

  top: 120px;
  left: 0px;
  width: 338px;
  text-align: center;
  font: 32pt sans-serif;
  color: #666666;
  background-color: white;
}

.googlemaps #instruction {

  top: 295px;
  left: 0px;
  width: 338px;
  text-align: center;
  font: 16pt sans-serif;
  color: #eeeeee;
  display: none;
}

.googlemaps #svPanel, .googlemaps #map_directions, .googlemaps #map_canvas
{

	border: 1px solid black;
	background-color: white;
}

.googlemaps #streetview {

  top: 0px;
  left: 0px;
  width: 638px;
  height: 319px;
}

.googlemaps #progressBorder {
  width: 338px;
  height: 10px;
  margin: 2px 0px 2px 0px;
  border: 1px solid #000066;
  background-color: white;
  overflow: hidden;
}

.googlemaps #progressBar {

  background-color: #000066;
  width: 336px;
  height: 8px;
  top: 1px;
  right:1px;
}

.googlemaps #map_canvas {
  width: 327px;
  height: 400px;
  margin-left: 1px;
}

.googlemaps #map_directions {
  width: 317px;
  height: 400px;
  margin-left: 1px;
  overflow: auto;
}

.googlemaps .waypoint {
 
  background-color: #eeeeee;
  border: 1px solid #666666;
  padding: 6px;
  margin: 4px;
  font: 10pt sans-serif;
}

.googlemaps .letterIcon {
  width: 24px;
  height: 38px;
  background-image: none;
}

.googlemaps .waypointAddress {

  top: 17px;
  left: 32px;
}

.googlemaps #summary {
  padding: 4px;
  font: 10pt sans-serif;
}

.googlemaps .dstep {
  border-top: 1px solid #666666;
  padding: 4px;
  padding-left: 8px;
  font: 10pt sans-serif;
  margin-left: 4px;
  margin-right: 4px;
  cursor: pointer;
  background-color: white;
}


.googlemaps .label {
  font-family:Tahoma;
  font-size:10pt;
  font-weight:bold;
  
  text-align:left;
  top:4px;
}

.googlemaps .controls {
 padding: 4px;
}


.googlemaps table {
  border-collapse: collapse;
}

.googlemaps td {
  vertical-align: top;
}