.poi {
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0, rgb(112,112,112)),color-stop(0.51, rgb(94,94,94)),color-stop(0.52, rgb(57,57,57)));
	background: -moz-linear-gradient(center top,rgb(112,112,112) 0%,rgb(94,94,94) 51%,rgb(57,57,57) 52%);
}

.poiselected {
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0, rgb(255,56,144)),color-stop(0.51, rgb(221,42,129)),color-stop(0.52, rgb(152,29,88)));
	background: -moz-linear-gradient(center top,rgb(255,56,144) 0%,rgb(221,42,129) 51%,rgb(152,29,88) 52%);
}

.poiLegend {
	overflow-x: auto;
	overflow-y: auto;
	cursor: default;
	clear: both;
	border-top-color: rgb(44, 44, 44); 
	border-right-color: rgb(44, 44, 44); 
	border-bottom-color: rgb(44, 44, 44); 
	border-left-color: rgb(44, 44, 44); 
	border-top-style: solid; 
	border-right-style: solid; 
	border-bottom-style: solid; 
	border-left-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px; 
	border-top-left-radius: 4px; 
	border-top-right-radius: 4px; 
	border-bottom-right-radius: 4px; 
	border-bottom-left-radius: 4px;
	text-shadow: 0 -1px 0 black; 
}
.poitext {
	color: #fff;
	font-family: Helvetica Neue, Helvetica, arial;
	font-size: 10px;
	line-height: 12px;
	padding: 0px 2px;
	font-weight: bold;
}

.poicontent, .poicontent a {
	color: #fff;
	font-family: Helvetica Neue, Helvetica, arial;
	font-size: 11px;
	line-height: 12px;
	padding: 2px 5px 2px 5px;
	background-color: rgb(57,57,57);
}

.poicontent a {
	color: #fff;
}

