.MapBlock {
	position: relative;
	top: 0;
	left: 0;
	height: 1024px;
	width: 1024px;
}

.MapImage {
	position: relative;
	top: 0;
	left: 0;
}

.MapOverlay {
	position: absolute;
	top: -5px;
	left: -5px;
	height: 1024px;
	width: 1024px;
}

.MapOverlayDetail {
	position: absolute;
	background-color: #F000F0;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	display: inline-block;
}

.Players {
	background-color: white;
}

.Mobs {
	background-color: yellow;
}

.Invasions {
	background-color: red;
}

.IBoss {
	background-color: darkred;
}

.Npcs {
	background-color: blue;
}

.Others {
	background-color: grey;
}

.LocOverlayDetail {
	position: absolute;
	color: lightblue;
	font-size: 16px;
	font-weight: bold;
	border: 1px solid lightblue;
	display: inline-block;
}

.LocOverlayBold {
	position: absolute;
	color: red;
	font-size: 16px;
	font-weight: bold;
	border: 2px solid red;
	display: inline-block;
}

