﻿#themap
{
    position:relative; 
    width: 620px; 
    height: 430px; 
    overflow: hidden; 
    margin-top: 2px;
    margin-left: auto; 
    margin-right: auto; 
    border: solid 2px #374060;
}

#mapLoading
{
    position: absolute; 
    left: 0px; 
    top: 0px; 
    z-index: 99;
    width: 100%; 
    height: 100%; 
    background-color: #fff;
}

.mapLoadingImage
{
    position: absolute;
    left: 230px; 
    top: 120px;
}

#mapcontainer
{
    position:absolute; 
    top:0px; 
    left:0px; 
    width:620px; 
    height:430px;
}

#map
{
    position:relative; 
    top:0px; 
    left:0px; 
    width:100%; 
    height:100%;
}

#directionscontainer
{
    background-color: #fff;
    position:absolute; 
    top: 0px; 
    left: 620px; 
    width: 240px; 
    height: 430px; 
    padding: 5px; 
    overflow: scroll;
    font-size: smaller;
}

#directionscontainer .icon
{
    margin-right: 5px;
    border-width: 0;
    vertical-align: middle;
}

#directionstitle
{
    font-weight: bold;
}

#directionsactions
{
    margin-left: 5px;
    font-size: smaller;
}

.locationTooltip
{
    font-size: smaller;
}

.locationTooltip #getdirections
{
    display: block;
    height: 50px;
}

.locationTooltip #resetDirections
{
    font-size: smaller;
}

.locationTooltip #getdirectionsform
{
    display: none;
    height: 50px;
}