.mapContainer
{
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
}

.DiveSitesInfo, #InfoLoadingImg
{
    position: absolute;
    top: 120px;
    left: 425px;
    width: 392px;
    height: 264px;
}

#InfoLoadingImg
{
    background-color: #8CA8D0;
    opacity: .8;
    -moz-opacity: .8;
    filter: alpha(opacity=80);
    display: none;
}

#imgLoading
{
    position: absolute;
    top: 120px;
    left: 100px;
}

#diveSiteContainer div, #InfoLeftDiv div, #InfoRightDiv div
{
    position: relative !important;
    margin-bottom: 5px;
}
#InfoRightDiv div
{
    clear: left;
    height: 32px;
}
#InfoRightDiv img
{
    margin-right: 3px;
    float: left;
}

#divName
{
    background: url(../images/map/dive-site-symbol-big.gif) left center no-repeat;
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 0px 27px;
}

#divDescription
{
    /*text-align: justify;*/
}

#InfoLeftDiv
{
    float: left;
    width: 210px;
}

#InfoRightDiv
{
    float: left;
    width: 167px;
    margin: 0px 0px 0px 15px;
}

#Switches
{
}

.MapSmallSwitchesContainer
{
    position: absolute;
    top: 5px;
    right: 10px;
    width: 378px;
    height: 25px;
    z-index: 10;
}
.MapSmallSwitchesContainer div
{
    position: absolute;
    width: 75px;
    height: 25px;
}
div.DailySW
{
    left: 0px;
    background: url(../images/map/map-d-sw.jpg);
}



div.NorthSW
{
    left: 80px;
    background: url(../images/map/map-n-sw.jpg);
}




div.SouthSW
{
    left: 160px;
    background: url(../images/map/map-s-sw.jpg);
}



div.DSouthSW
{
    left: 240px;
    width: 105px;
    background: url(../images/map/map-ds-sw.jpg);
}



.MapSmallSwitchesContainer a
{
    display: block;
    width: 100%;
    height: 100%;
}
.MapSmallSwitchesContainer a.DailySWBtn:hover, .DailyHi
{
    background: url(../images/map/map-d-sw-hi.jpg);
}



.MapSmallSwitchesContainer a.NorthSWBtn:hover, .NorthHi
{
    background: url(../images/map/map-n-sw-hi.jpg);
}




.MapSmallSwitchesContainer a.SouthSWBtn:hover, .SouthHi
{
    background: url(../images/map/map-s-sw-hi.jpg);
}




.MapSmallSwitchesContainer a.DSouthSWBtn:hover, .DeepSouthHi
{
    background: url(../images/map/map-ds-sw-hi.jpg);
}



#HMap, #DMap, #NMap, #SMap, #DSMap
{
    position: relative;
    width: 405px;
    height: 425px;
}

#HMap
{
    display: block;
    background: url(../images/map/map.jpg) left top no-repeat;
}

#HMap div
{
    position: absolute;
    left: 162px;
    width: 516px;
    height: 75px;
}


#HMap a
{
    display: block;
    width: 100%;
    height: 100%;
}


#DMap
{
    background: url(../images/map/map-2-bg.jpg) left top no-repeat;
}


#NMap
{
    background: url(../images/map/map-3-bg.jpg) left top no-repeat;
}


#SMap
{
    background: url(../images/map/map-4-bg.jpg) left top no-repeat;
}

#DSMap
{
    background: url(../images/map/map-5-bg.jpg) left top no-repeat;
}



#DMap div, #NMap div, #SMap div, #DSMap div
{
    position: absolute;
    direction: ltr;
}
#DMap a, #NMap a, #SMap a, #DSMap a
{
    display: block;
    color: #fff;
    font-size: 9px;
    line-height: 10px;
    letter-spacing: 1px;
    text-decoration: none;
    white-space: nowrap;
    padding-left: 12px;
    background: #333 url(../images/map/dive-site-symbol.gif) left 1px no-repeat;
}
#DMap a.RightFlag, #NMap a.RightFlag, #SMap a.RightFlag, #DSMap a.RightFlag
{
    text-align: right;
    padding-right: 12px;
    padding-left: 0px;
    background: #333 url(../images/map/dive-site-symbol.gif) right 1px no-repeat;
}
#DMap a:hover, #NMap a:hover, #SMap a:hover, #DSMap a:hover
{
    color: #FFFF00;
}

