﻿.distance_item_normal
{
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	border-top: 1px solid transparent;
	border-bottom: 0px none transparent;
	background-color:transparent;
	cursor:pointer;
}	

.distance_item_hover
{
	border-left: 1px solid #304742;
	border-right: 1px solid #304742;
	border-top: 1px solid #304742;
	border-bottom: 0px none #304742;
	background-color:white;
	cursor:pointer;
}	

.Distance_span
{
	color:#191970;
	background-color:transparent;
	font-family:Verdana, Helvetica, Arial, sans-serif;	
	font-size:12px;
	font-weight:normal;
	margin:0;
	padding: 0px 1px 0px 1px;
}

.DistancePopupDiv
{
	position: absolute;
	background-color:white;
	border: 1px solid #304742; /* #AAAAAA; */
	cursor: pointer;
}

.DistancePopupText
{
	font-family:Verdana, Helvetica, Arial, sans-serif;	
	font-size: 12px;
	font-weight: normal;
	color: #191970;
}

.DistancePopupRowHighlight
{
	background-color:lavender;
}


