﻿#MapContainer
{
    width: 650px;
    padding: 6px;
}

#Map
{
    width: 100%; 
    height: 400px;
}

#MapMenu
{
    margin-bottom: 5px;
}

#MapQueryText
{
}

#MapSearchButton
{
}

.MapTerritoryLink
{
}

.MapAirportName
{
    font-weight: bold;
    font-size: 1.25em;
    color: #550000;
}
.MapSectionTitle
{
    font-weight: bold;
    font-size: 1.25em;
    color: #550000;
}
.MapSectionDescription
{
    text-indent: 2em;
    text-align: justify;
}

.MapRateTable
{
    width: 100%;
    border: solid 1px black;
    margin-bottom: 3px;
    border-spacing: 0px;
    font-size: small;
    font-family: Verdana;
}
.MapRateTable TH
{
    background-color: #400000;
    color: #FFFFFF;
}

.MapBulletList
{
    list-style-type: circle;
    list-style-position: inside;
}

.MapAirportImage
{
    border: 1px solid #000000;
    width: 180px;
    float: left;
    margin-right: 3px;
}

div.markerLabel
{
    display: block;
    padding-top: 9px;
    text-align: center;
    color: white;
    width: 32px;
    letter-spacing: 0px;
    font-size: 11px;
    font-family: Verdana;
    font-weight: bold;
}

