
* html .gmapHolder {
	text-align: center;
	}
	
/*background=""../images/request_head_back_1.gif"" border=""0"" alt="""" width=""1""*/

.gmapHolder .mapTable {
	margin: 0 auto;
	width: 600px;
	}
	
.gmapHolder .mapTable td.left-wall {
	width: 1px;
	background: #5574b9;
	}
	
.gmapHolder .mapTable td.right-wall {
	width: 1px;
	background: #5574b9;	
	}

#gmap {
  margin: 0.5em;
  width: 390px;
	height: 400px;
	border: 1px solid #a29988;
	}
	
#gmap_legend {
	background: transparent;
	}


.infowindow {
	position: relative;
	top: 0;
	left: 0;
  width: 250px;
  height: 32px;
  }
  
.infowindow tr.header-row {
  background: #d5dcee;
  color: #3552a4;
  font-weight: bold;
  }
  
.infowindow th {
  background: url("../imgs/step_b_backtop.png") no-repeat top left !important;
  height: 30px !important;
  color: #3552a4;
  text-align: left;
  padding: 3px 0 0 16px;
  border-bottom: 1px solid #5574b9;
  font-size: 12px;
  }
  
.infowindow td.content {
  border-left: 1px solid #5574b9;
	border-right: 1px solid #5574b9;
	padding: 2px 4px;
	} 
  
.infowindow td.footer-row {
  background: url("../imgs/step_b_backbot2.png") no-repeat bottom left;
  height: 27px;
  }

