.Custom_MapTipContentsStyle
{
	background-color: white;
	border: solid 3px #636363;
	color: Black;
	font-family:Verdana, Sans-Serif, Arial;	
	font-size:x-small;
	width: 275px;
	padding: 3px 10px 10px 10px;
}

.Custom_MapTipBodyStyle
{
	background-color: #636363;
	position: absolute;
	left: 235px;
	top: 25px;
	visibility: hidden;
	width: 275px;

}

.Custom_MapTipHoverHeaderStyle
{
	background-color: #636363;
	color: white;
	font-family: Verdana, Sans-Serif, Arial;
	font-size: x-small;
	font-weight: bold;
	width: 285px;
	text-transform: capitalize;
	padding: 2px 5px 0px 5px;
	border: solid 3px #636363;
	cursor: move;
}

.Custom_MapTipExtendedHeaderStyle
{
	background-color: #636363;
	color:white;
	font-family:Verdana, Sans-Serif, Arial;	
	font-size:x-small;	
	font-weight:bold;
	width: 275px;
	text-transform: capitalize;
	padding: 2px 15px 0px 5px;
	border: solid 3px #636363;
	cursor: move;
}

.Custom_MapTipCloseStyle
{
	position: absolute;
	top: 5px;
	left: 283px;
	color:White;
	font-family:Verdana, Sans-Serif, Arial;	
	cursor: pointer;
	font-size:x-small;	
	font-weight:bold;
}
