

.mapGroup {
	width:620px;
	font-family: Verdana, Tahoma, "Lucida Sans";
	font-size: 10px;
	line-height: 12px;
	color: #000000;
	word-wrap: break-word;
}

.demoInfo {
	/*background-color:#B8D9ED;*/
	background-color:#D9EBF0;

}

.c_map_listingBlue {
	width:620px;
	margin-bottom:2px;
	padding-bottom:2px;
	clear:both;
	border-top:#FFFFFF thin solid;
	border-bottom:#D9EBF0 thin solid;
	overflow:auto;

}

.c_map_listingWhite {
	width:620px;
	margin-bottom:2px;
	padding-bottom:2px;
	clear:both;
	border-bottom:#D9EBF0 thin solid;
	overflow:auto;

}

.demoLabel {
	display:inline;
	padding-right:10px;
}

.demoData {
	font-weight:bold;
	display:inline;
}

.mapDates { /*holds mapNbr and mapDatesText*/
	float:left;
	width:150px;
	height:100%;
}

.mapDatesText {

    float:right;
    width:120px;
	height:100%;
}

.mapNbr {
	float:left;
	width:30px;
	height:100%;
}

.mapComments { /*holds mapCommentText*/

    float:right;
    width:450px;
	height:100%;
}
.mapCommentText {

    float:left;
    width:400px;
	height:100%;
}
