@charset "utf-8";
/* CSS Document */

/*
For the side bar (commented out - not used)
.SideBarText {
	font-family:Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 8pt;
}
.SideBarIcon {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	opacity: .5;
}
*/

/* Text inside the map */
.LabelText {
	font-family:Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 8pt;
	font-weight:bold;
	text-align:center;
	color:#900;
	white-space: nowrap;
}

/* Title of the popup when map clicked */
.PopUpName {
	font-family:Palatino Linotype, Book Antiqua, Palatino, serif;
	font-weight: bold;
	font-size: 10pt;
}

/* Description of the popup when map clicked */
.PopUpDesc {
	font-family:Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 8pt;
}

.PopUpDesc a {
	color:#86ae33; text-decoration:underline; 
}
.PopUpDesc a:hover {
	color:#600;
	text-decoration:underline ;
}