﻿body
{
    font-family: Verdana, Arial;
    font-size: 10px;
    background-color: #dfddc8;
}

input
{
    border: solid 1px #000000;
    background-color: #aab300;
    cursor: pointer;
}

#staticMapOverviewIMG
{
    display: block;
    position: absolute;
    top: 500px;
    left: 0px;
    width: 500px;
    height: 500px;
}

#map
{
    display: block;
    width: 500px;
    height: 370px;
    position: absolute;
    top: 0px;
    left: 0px;
    border-style: solid;
    border-width: 1px;
    border-color: #000;
}

#map_directions_border
{
    display: block;
    width: 500px;
    position: absolute;
    top: 371px;
    left: 0px;
    height: 109px;
    border-style: solid;
    border-width: 1px;
    border-color: #000;
    background-color: #ffffff;
}

#map_directions
{
    display: block;
    width: 490px;
    position: absolute;
    top: 20px;
    left: 0px;
    height: 79px;
    border-style: none;
    overflow: auto;
    background-color: #ffffff;
}

#lblDirections
{
    display: block;
    top: 0px;
    left: 0px;
    width: 200px;
    height: 20px;
    color: #000000;
}

#SidebarTitle
{
    display: block;
    width: 240px;
    height: 20px;
    font-family: Verdana, Arial;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    background-color: #d7d3c9;
    padding: 7px 0px 0px 0px;
}

.lien
{
    display: block;
    font-family: Verdana, Arial;
    font-size: 12px;
    margin: 5px 0px 0px 0px;
}

.Bullet
{
}
