#map_container
{
    text-align:center;
}

#map_canvas
{
    margin: 0 auto;

}


.infowindow
{
    text-align: left;
	font-size: 12px;
}

#bus_detail 
{
    text-align:left;
    font-size: 14px;
}


.infowindow b, #bus_detail b {
	color: black;
	font-weight:bold;
}

.infowindow i, #bus_detail i {
	color: black;
	font-weight: normal;
	font-style: normal;
}

.mapselect 
{    
	background-image: none;	
	background-color: ghostwhite;
}