/*
============================================================================
MAP CSS
============================================================================
*/
.MSVE_MapMode,
.MSVE_MapStyle
{
color: White;
}

.VEMapContainer
{ 
border: 1px solid #DDDDDD;
height: 100%!important;
left: 0;
overflow: hidden;
position: relative;
top: -1px;
width: auto!important;
}

/* 
============================================================================
INFO TEXT CSS
============================================================================
*/
.ero-body
{
min-width: 255px;
max-width: 355px;
width: auto!important;
}

* html .ero-body
{
width: 255px!important;
}

/*
============================================================================
PUSHPIN CSS
============================================================================
*/
a.MSVE_PushPin img, 
a.VEAPI_Pushpin img, 
a.VE_Pushpin img
{
z-index: auto;
}

.ClusteredPushpinsContainer1
{
max-width: 300px;
width: 100%;
}

.ClusteredPushpinsContainer2
{
}

.ClusteredPushpinsContainer3
{
height: 140px;
}

.ClusteredPushpinsContainer4
{
overflow-y: auto;
}

.ClusteredPushpinsContainer5
{
}

.ClusteredPushpin
{
}

.ClusteredPushpinDescription
{
margin-bottom: 10px;
}

.ClusteredPushpinTitle
{
color: Black;
font-size: x-small;
font-weight: bold;
}

/*
============================================================================
MAP CONTEXT MENU CSS
============================================================================
*/
#NearLocationsSelectOriginAnchor
{
display: block;
margin-top: 10px;
}

#NearLocationsSelectDestinationAnchor
{
display: block;
}

.VEContextMenuPoint
{
height: 8px;
width: 8px;
cursor: pointer;
display: none;
position: absolute;
z-index: 999;
background-image: url(Img/red_dot_8.png);
background-repeat: no-repeat;
}

.VEContextMenuItem
{
line-height: 20px;
}

.VEContextMenuItem input,
.VEContextMenuItem label
{
vertical-align: middle;
}

.VEContextMenuItem input
{
cursor: pointer;
}

.VEContextMenuItem label
{
cursor: pointer;
display: inline-block;
font-size: 10px;
color: Black;
}

.VEContextMenuItem td
{
white-space: nowrap;
}

.VEContextMenuTitle
{
display: block;
margin-bottom: 5px;
font-weight: bold;
white-space: nowrap;
}

.VEContextMenuAnchor
{
font-family: Verdana,sans-serif;
font-size: 8pt;
font-weight: normal;
white-space: nowrap;
}

