/* CSS Rules for the Google Map */

/* overall styles for all fonts in the Google Map */
div#map div {
  font-size: 8pt !important;
  font-family: tahoma, Verdana, Arial, Helvetica, sans-serif !important;
}

div#map div a:link, div#map div a:visited {
  text-decoration: none;
}

.gmap_tab_content {
  width: 270px;
}

.gmap_organization_name {
  color: #6799C9;
  font-weight: bold;
}

.gmap_location_name {
  font-weight: bold;
}

a.gmap_link:link, a.gmap_link:visited {
  color: #6799C9;
  font-size: 8pt;
  font-family: tahoma;
  text-decoration: none;
}
a.gmap_link:hover {
  text-decoration: underline;
}

.gmap_section {
  margin-bottom: 3px;
}


.gmap_textfield {
  font-size: 8pt;
}
.gmap_button { 
  font-size: 8pt;
  font-weight: bold;
}

.scroller {
	 FONT-SIZE: 12px;
}
.scroller:link {
	FONT-SIZE: 12px; COLOR: #ffffff; TEXT-DECORATION: none ; font-family: Arial, Helvetica, sans-serif; 	font-weight: bold;


}
.scroller:visited {
	FONT-SIZE: 12px; COLOR: #ffffff; TEXT-DECORATION: none ; font-family: Arial, Helvetica, sans-serif;	font-weight: bold;

}
.scroller:active {
	FONT-SIZE: 12px; COLOR: #ffffff; TEXT-DECORATION: none ; font-family: Arial, Helvetica, sans-serif;	font-weight: bold;

}
.scroller:hover {
	FONT-SIZE: 12px; COLOR: #ffffff; TEXT-DECORATION: none ; font-family: Arial, Helvetica, sans-serif;	font-weight: bold;

}
