﻿/* .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;
}

.SmallPinStyleApartment
{
    position: relative;
    top: -16px;
    background-image: url("../images/orangePin.png");
    
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    text-align: center;
}

* html .SmallPinStyleApartment, * html .SmallPinStyleSearch
{
    behavior: url(styles/resources/iepngfix.htc);
    }
.SmallPinStyleSearch
{
    position: relative;
    top: -16px;
    background-image: url("../images/bluePin.png");
    
    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
{
    color: #FFFFFF !important;
    background-color: Transparent;
    font-weight: bold;
    text-decoration: none;
}

#MyMapAni span.pinText a:hover, #MyMapAni a:hover span.pinText
{
    font-weight: bold;
    background-color: Transparent;
    color: #000000 !important;
    text-decoration: none;
    cursor: pointer;
}



.ero-body
{
    text-align: left;
}

#MapCtl
{
    text-align: left;
    position: absolute;
    top: 300;
    left: inherit;
    background-color: White ;
    filter:alpha(opacity=75);
    -moz-opacity:.75;
    opacity:.75;
    display: none;
    padding: 10px 0 10px 10px;
    z-index: 999999;
    width: 939px;
}

#lblErrorMap
{
    filter:alpha(opacity=100);
    -moz-opacity:1.0;
    opacity:1.0;
    color: Red;
    font-weight: bold;
    font-size: 10pt;
}
