﻿#backgrounddiv
{
    background-image: url("../images/topbg.gif");
    background-repeat: repeat-x;
}

.whitebordertop
{
    background-image: url("../images/whiteborder/top.png");
}

.whiteborderleft
{
    width: 8px;
    background-image: url("../images/whiteborder/left.png");
}

.whiteborderright
{
    width: 8px;
    background-image: url("../images/whiteborder/right.png");
}

.whiteborderbottom
{
    background-image: url("../images/whiteborder/bottom.png");
}

.googlemaps
{
    background-image: url("../images/loadingmap.png");
    background-repeat: no-repeat;
    background-position: right top ;
}

.vemap
{
    background-image: url("../images/loadingmap.png");
    background-repeat: no-repeat;
    background-position: right top;
}

.birdseye
{
    background-image: url("../images/loadingmap.png");
    background-repeat: no-repeat;
    background-position: right top;
}

.googlestreetmap
{
    position:absolute;
    background-image: url("../images/loadingmap.png");
    background-repeat: no-repeat;
    background-position: right top ;
    width: 500px;
    height: 400px;
    border: solid 1px #C0BBBB;
}

#mapcontrolcontainer
{
    background-image: url("../images/mapcontrols/container.png");
    position:relative;
    width:64px;
    height:113px;
    z-index: 255;
}

.compasscontrolcontainer
{
    background-image: url("../images/mapcontrols/compasscontainer.png");
    position:relative;
    width:64px;
    height:65px;
    z-index: 255;
    font-size: 9px;
    text-align: center;
    padding-top: 7px;
    background-repeat: no-repeat;
}

#compasstop
{
    background-image: url("../images/mapcontrols/compasstop.png");
    background-repeat: no-repeat;
    background-position: bottom;
    width: 57px;
    height: 9px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 6px;
}

#compassbottom
{
    background-image: url("../images/mapcontrols/compassbottom.png");
    background-repeat: no-repeat;
    background-position: top;
    width: 57px;
    height: 9px;
    text-align: center;
    padding-top: 3px;
}

#compassleft
{
    background-image: url("../images/mapcontrols/compassleft.png");
    background-repeat: no-repeat;
    background-position: right;
    padding-left: 4px;
    padding-right: 5px;
    padding-top: 5px;
    width: 10px;
    height: 15px;
    position:relative;
    float:left;
}

#compassright
{
    background-image: url("../images/mapcontrols/compassright.png");
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 5px;
    padding-top: 5px;
    width: 10px;
    height: 15px;
    position:relative;
    float:left;
}

