/* Gmaps.css */

.markerName {
	color:blue;
	text-decoration: underline;
	font-size: 10px;
}

.markerDescription a {
	font-size: 10px;
         font-weight: bold;
color: Navy;
}

#gmapdescriptionheading	{
	font-size: 10px;
}

#gmapdescription {
	font-size: 12px;
	padding-top: 15px;
	text-align: center;
}

#markerlistHeading {
	font-size: 14px;
	font-weight: bold;	
}

#markerList {
	font-size: 10px;
	padding-bottom: 10px;
}
#gmapheading h3 {
	font-size:14px;
	text-decoration: underline;
}


/* THE FOLLOWING STYLE RULES APPLY TO THE MAP LIST ON THE FRONT END */
.gmapidheading {
	display:none;
}
.gmaptitleheading 
.gmapdescriptionheading 
.gmapid {
	width: 180px;
}
.gmapdescription {
	color: #696969;
}
.gmaptitle a{
	color: #00008B;
	font-weight: bold;
}
.gmapsmod-maplist a{
	color: White;
}
.gmapid{
}
