﻿#themap
{
    position: relative;
    width: 725px;
    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: 320px;
    top: 200px;
}

#mapcontainer
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 725px;
    height: 500px;
}

#map
{
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

#directionscontainer
{
    position: absolute;
    top: 0px;
    left: 725px;
    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;
}

.tooltip
{
    display: none;
    position: absolute;
    border: solid 2px #999;
    background-color: #F0F0F0;
    width: 150px;
    height: 50px;
    z-index: 99999;
}

.locationTooltipContainer
{
    padding: 3px;
}

.location
{
    float: left;
    width: 171px;
    height: 64px;
    border-right: solid 1px #002F5D;
    border-top: solid 1px #002F5D;
    padding: 2px;
}

.lastcolumn
{
    border-right-width: 0px;
}

.firstrow
{
    border-top-width: 0px;
}
