﻿html, body
{
    margin: 0;
    padding: 0;
    height: 100%;
    border: none;
    overflow: hidden;
}

v\:*
{
    behavior: url(#default#VML);
}

#main
{
    position: absolute;
    background: #007AC9;
    margin: 0px;
}

#mapholder
{
    padding: 10px;
}

#map
{
    border: solid 1px #e4e7fb;
}

#smallmap
{
    width: 198px;
    height: 198px;
    border: solid 1px #565e99;
    border-top: none;
    cursor: pointer;
}

#header
{
    padding-bottom: 10px;
    font-family: Tahoma, Verdana;
    font-size: 40px;
    font-weight: bold;
    color: White;
}

#logo
{
    position: absolute;
}

#tools
{
	position: absolute;
	width: 220px;
    height: 282px;
    background-color: #e4e7fb;
    padding: 5px;
    overflow: auto;
    font-family: Tahoma, Verdana;
    font-size: small;
    font-weight: normal;
    color: #565e99;
    line-height: 100%;
}

.toolhelp
{
    cursor: pointer;
    float:right;
    margin-right: 1px;
    margin-top: 4px;
}

#help
{
    position: absolute;
    width: 200px;
    padding: 10px;
    background-color: #fbffd7;
    border: solid 1px Gray;
    font-family: Tahoma, Verdana;
    font-size: small;
    font-weight: normal;
    color: #565e99;
    line-height: 100%;
    z-index: 100;
    text-align: justify;
    visibility: hidden;
}

#helptitle
{
    font-weight: bold;
    margin-bottom: 6px;
}

#helpclose
{
    float: right;
    cursor: pointer;
    color: #a75e6b;
    font-weight: bold;
    margin-top: -3px;
}

.watermark
{
    font-family: Tahoma, Verdana;
    font-size: small;
    font-weight: normal;
    color: #565e99;
    background: #eeeeff;
    padding-left: 3px;
}

.link
{
    cursor: pointer;
    text-decoration: underline;
}

.progress
{
    background-image: url(Images/progress.gif);
    width: 182px;
    height: 15px;
    border: solid 1px #7f9db9;
    margin-top: 4px;
    margin-bottom: 4px;
}

.bl {background: url(Images/bottomleft.png) 0 100% no-repeat}
.br {background: url(Images/bottomright.png) 100% 100% no-repeat}
.tl {background: url(Images/topleft.png) 0 0 no-repeat}
.tr {background: url(Images/topright.png) 100% 0 no-repeat}

.bl2 {background: url(Images/bottomleft2.png) 0 100% no-repeat}
.br2 {background: url(Images/bottomright2.png) 100% 100% no-repeat; padding-bottom: 1px}
.tl2 {background: url(Images/topleft2.png) 0 0 no-repeat}
.tr2 {background: url(Images/topright2.png) 100% 0 no-repeat}

/* Stop popup */
#stoppopup
{
    width: 250px;
    position: absolute;
    font-family: Tahoma, Verdana;
    font-size: small;
    font-weight: normal;
    color: #565e99;
    background-color: White;
    border: solid 1px Navy;
    z-index: 11;
    /*opacity: .80;
    filter: alpha(opacity=80);*/
}
#stoppopupp
{
    width: 240px;
    position: absolute;
    font-family: Tahoma, Verdana;
    font-size: small;
    font-weight: bold;
    color: #565e99;
    background-color: White;
    /*border: solid 1px Navy;*/
    z-index: 11;
    /*opacity: .80;
    filter: alpha(opacity=80);*/
}
#stoppopuptitle
{
    float: left;
    font-weight: bold;
    color: #565e99;
    padding: 3px;
}

#nextdepartures
{
    overflow: auto;
    height: 98px;
    background-color: #565e99;
}

.departureline
{
    font-weight: bold;
    color: White;
    float: left;
    text-align: right;
    padding-left: 4px;
    padding-right: 4px;
}

.departuretime
{
    font-weight: bold;
    color: White;
    float: left;
    text-align: right;    
    padding-right: 4px;
}

.departuredest
{
    font-weight: bold;
    color: Yellow;
    padding-right: 4px;
}

/* Vehicle popup */
#vehiclepopup
{
    width: 220px;
    position: absolute;
    font-family: Tahoma, Verdana;
    font-size: small;
    font-weight: normal;
    color: #565e99;
    background-color: White;
    border: solid 1px Navy;
    z-index: 10;
    padding-bottom: 3px;
    /*opacity: .80;
    filter: alpha(opacity=80);*/
}

#vehiclepopuptitle
{
    float: left;
    font-weight: bold;
    color: #565e99;
    padding: 3px;
}
.halo
{
	font-weight: bold;
    color: #565e99;
    padding: 3px;
}
#nextstops
{
    overflow: auto;
    height: 104px;
}

.nextstop
{
    font-weight: bold;
    background-color: #565e99;
    color: White;
    padding: 3px;
    border-bottom: solid 1px White;
}

.normalstop
{
    font-weight: bold;
    background-color: #565e99;
    color: White;
    padding-left: 3px;
    padding-right: 3px;
}

.currentstop
{
    font-weight: bold;
    background-color: #ff8787;
    color: White;
    padding: 3px;
    border-bottom: solid 1px White;
}
.laststop
{
    font-weight: bold;
    color: Black;
    background-color: #fed80f;
    padding-left: 3px;
    padding-right: 3px;
}

.closepopup
{
    text-align: right;
    padding: 3px;
    cursor: pointer;
    background-color: White;
}

.checkboxes
{
    border-top: solid 1px Navy;
    padding-top: 2px;
    font-size: small;
    vertical-align: super;
}