﻿/* .pinText
{ 
    position:relative; 
    top:-39px; 
    left:11px;
    width:30px;
    color:#ffffff; 
    text-align:center; 
    font: bold 25px Arial; 
    cursor:default;   
}  */

#mainMap
{
    position: relative;
}

#GenInfoMap
{
  /*  position: absolute;
    left: 20px;
    top: 20px;
    width: 300px;
    height: 300px;*/
}

#myMap
{
    position: absolute;
    left: 350px;
    top: 20px;
    width: 200px;
    height: 200px;
}

#MyMapAni
{
    /* position:absolute; left:350px;  top:20px; 	width:200px; height:200px; */
}

.DriveInstruction
{
    font-size: 12px;
}
/* http://www.geo2web.com/2008/09/22/disabling-the-birds-eye-view-indicator/ hide the bloody birds eye! */
#MSVE_obliqueNotification
{
    visibility: hidden;
}
/* move beak up so we don't have issue with map */
div.ero-beak{ margin-top:-20px !important;}

.SmallPinStyleApartment
{
    position: relative;
    top: -16px;
    background-image: url(../../images/greenPin.gif);
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    text-align: center;
}

.GreenCircle
{
    background-image: url(../../images/greencircle.png);
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 14px;
    color: #fff !important;
    font-weight: bold;
    margin-top: 2px;
    padding-top: 1px;

}

.SmallPinStyleSearch
{
    position: relative;
    top: -16px;
    background-image: url(../../images/bluePin.gif);
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    text-align: center;
}
.SmallPinStyleSmaller
{
    position: relative;
    top: -8px;
}
.pinText
{
    color: #FFFFFF !important;
    font-size: 14px;
    line-height: 18px;
}

#MyMapAni span.pinText a, #MyMapAni a span.pinText, 
#MapArea  span.pinText a, #MapArea  a span.pinText,
#PropLocMap  span.pinText a, #PropLocMap  a span.pinText 
{
    color: #FFFFFF !important;
    background-color: Transparent;
    font-weight: bold;
    text-decoration: none;
    width: 32px;
    height: 32px;
    display:block;
}

#MyMapAni span.pinText a:hover, #MyMapAni a:hover span.pinText,
#MapArea  span.pinText a:hover, #MapArea  a:hover span.pinText,  
#PropLocMap  span.pinText a:hover, #PropLocMap a:hover span.pinText  
{
    font-weight: bold;
    background-color: Transparent;
    color: #000000 !important;
    text-decoration: none;
    cursor:pointer;
  
}



 
.ero
{
    z-index: 5000 !important;
}

.ero .ero-body {width:520px;}