/* Gmaps.css */

.markerName {
	color:blue;
	text-decoration: underline;
	font-size: 16px;
}

.markerDescription {
	font-size: 12px;
}

#gmapdescriptionheading	{
	font-size: 14px;
}

#gmapdescription {
	font-size: 14px;
font-weight:bold;
}

#markerlistHeading {
	font-size: 16px;
	font-weight: bold;	
}

#markerList {
	font-size: 14px;
font-weight:bold;
	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 {
text-align:center;
}
.gmapdescriptionheading {
text-align:center;

}
.gmapid {
	display: none;
}
.gmapdescription {
    border-top: 1px solid #CCCCCC;
    padding: 10px 20px 10px 0;
    vertical-align: top;
    text-align:center;
	color: blue;
}
.gmaptitle {
    border-top: 1px solid #CCCCCC;
    padding: 10px 20px 10px 0;
    vertical-align: center;
    text-align:center;
	color: yellow;
}
