﻿#themap
{
    position:relative; 
    width: 840px; 
    height: 500px; 
    overflow: hidden; 
    margin-left: auto; 
    margin-right: auto; 
    border: solid 2px #11527C;
}

#mapLoading
{
    position: absolute; 
    left: 0px; 
    top: 0px; 
    z-index: 99;
    width: 100%; 
    height: 100%; 
    background-color: #fff;
}

.mapLoadingImage
{
    position: absolute;
    left: 370px; 
    top: 200px;
}

#mapcontainer
{
    position:absolute; 
    top:0px; 
    left:0px; 
    width:840px; 
    height:500px;
}

#map
{
    position:relative; 
    top:0px; 
    left:0px; 
    width:100%; 
    height:100%;
}

#directionscontainer
{
    position:absolute; 
    top: 0px; 
    left: 840px; 
    width: 240px; 
    height: 490px; 
    padding: 5px; 
    overflow: scroll;
}

#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;
}

.maptooltip
{
    display: none;
    position: absolute;
    border: solid 2px #999;
    background-color: #F0F0F0;
    width: 200px;
    height: 100px;
    z-index: 99999;
    font-size: 14px;
}

.locationTooltipContainer
{
    padding: 3px;
    font-size: smaller;
}

.location
{
    float: left;
    width: 221px;
    height: 156px;
    border-right: solid 1px #002F5D;
    border-top: solid 1px #002F5D;
    padding: 2px;
}

.lastcolumn
{
    border-right-width: 0px;
}

.firstrow
{
    border-top-width: 0px;
}

#tooltipclose
{
    font-variant: small-caps;
    text-align: center;
    width: 16px;
    height: 16px;
    position: absolute;
    font-size: smaller;
    top: 3px;
    right: 3px;
    cursor: pointer;
    border: solid 1px #999;
}
