﻿/* hide the 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/map/greenPin.gif");
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    text-align: center;
}
.SmallPinStyleCorporate
{
    position: relative;
    /*No top: -16px;  This guy is supposed to be centered on it. */ 
    background-image: url("../images/map/starPin.gif");
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    text-align: center;
}
.SmallPinStyleBusStop
{
    position: relative;
    /*No top: -9px;  This guy is supposed to be centered on it. */ 
    background-image: url("../images/map/busStop.gif");
    background-repeat: no-repeat;
    width: 19px;
    height: 19px;
    text-align: center;
}
.pinText
{
    color: #FFFFFF !important;
    font-size: 14px;
    line-height: 18px;
}

#map span.pinText a, #map a span.pinText 
{
    color: #FFFFFF !important;
    background-color: Transparent;
    font-weight: bold;
    text-decoration: none;
    width: 32px;
    height: 32px;
    display: block;
}

#map span.pinText a:hover, #map a:hover span.pinText 
{
    font-weight: bold;
    background-color: Transparent;
    color: #000000 !important;
    text-decoration: none;
    cursor:pointer;
}

 

