

.distanceMarker {
	color:#FFFFFF;
	font-family:verdana,arial;
	font-size:8px;
	line-height:13px;
}

.distanceOverlay {
	width: 110px;
	height: 72px;
	background: url(/gfx/component/map/DistanceInfoWindow.png) no-repeat top left;
	overflow: hidden;
    color:#FFFFFF;font-family:Arial,Verdana;font-size:12px;line-height:13px;
	text-align: right;
}

.distanceOverlay .time, .distanceOverlay .lapTime, .distanceOverlay .distance {
	position: relative;
	padding: 0px 9px 0px 0px;
}
.distanceOverlay .time {
	top: 5px;
}
.distanceOverlay .lapTime {
	top: 12px;
} 
.distanceOverlay .distance {
	top: 19px;
}

.poiMarker {
}

.poiOverlay {
	width: 395px;
	background: url("/gfx/map/mapbar.png") repeat scroll 0 0 transparent;
	overflow: hidden;
    color:#FFFFFF;
    font-family:Arial,Verdana;
    font-size:12px;
    line-height:13px;
}

.poiOverlay .poiContent {
	padding: 10px;
}

.poiOverlay .poiContent .name {
	width: 355px;
	overflow: hidden;
	height: 13px;
	font-weight: bold;
	padding-bottom: 13px;
}

.poiOverlay .poiContent .description {
	width: 375px;
	height: 104px;
	overflow: auto;
	margin-bottom: 13px;
}

.poiOverlay .poiContent .description p {
	margin-bottom: 13px;
}

.poiOverlay .poiContent .poiPicture {
	margin-right: 10px;
	float: left;
	overflow: hidden;
}

.poiOverlay .poiContent .poiPicture,
.poiOverlay .poiContent .poiPicture img {
	max-width: 118px;
	max-height: 160px;
}

.poiOverlay .poiContent .poiPicture.last {
	margin-right: 0;
}

.poiOverlay .poiContent .actions {
	height: 13px;
	padding-top: 10px;
	float: right;
}

.poiOverlay .poiContent a {
	color: #FFFFFF;
}

.poiOverlay .poiContent .actions a {
    color: #FFFFFF;
    text-decoration: underline;
    float: left;
    margin-left: 10px;
}

.poiOverlay .poiContent .actions a:hover {
	text-decoration: none;
}

.poiOverlay .poiContent .poiLinks {
	height: 13px;
	padding-top: 10px;
	float: left;
}

.poiOverlay .poiContent .poiLinks a {
    color: #FFFFFF;
    text-decoration: underline;
    float: left;
    margin-right: 10px;
}

.poiOverlay .poiContent .poiLinks a:hover {
	text-decoration: none;
}

.panorama-close-control {
	border: 1px solid #757575;
	width: 14px;
	height: 14px;
	margin: 10px 7px 0px 0px;
	background: url('/gfx/component/button/lightbox_close.png') no-repeat 0px 0px;
	background-color: #ffffff;
	box-shadow: 1px 1px 4px #474747;
}

.panorama-close-control:hover {
	background-position: 0px -13px;
	background-color: #D3D3D3;
}

.geocoder {
	position: absolute;
	right: 375px;
	top: 4px;
	z-index: 1;
}

.geocoder form input {
	background-color: white;
	border: 1px solid black;
	color: black;
	width: 125px;
	height: 16px;
}

.ui-autocomplete {
    background-color: white;
    width: 234px;
    border: 1px solid #cfcfcf;
    list-style-type: none;
    padding-left: 2px;
	white-space: nowrap;
	overflow: hidden;
}

.ui-autocomplete .ui-state-hover {
	background-color: #cfcfcf;
}



.osmap_distancemarker {
	background: url('/gfx/map/DistanceMarker_selected.png') no-repeat 0px 0px;
	font-size: 10px;
	font-weight: bold;
	color: white;
	text-align: center;
	padding-top: 1px;
}

.osmap_endmarker {
	background: url('/gfx/map/EndDistanceMarker.png') no-repeat 0px 0px;
	cursor: pointer;
}

.osmap_startmarker {
	background: url('/gfx/map/StartDistanceMarker.png') no-repeat 0px 0px;
	cursor: pointer;
}
