﻿html
{
    display: block;
    margin: 2px 0px 0px 2px;
}

body
{
    margin: 0px 0px 0px 0px;
}

form
{
    font-size: 12px;
    margin: 0px 0px 0px 0px;
}

.routeName
{
    border-bottom-color: #acacac;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-top-color: #000000;
	
    border-top-style: solid;
    border-top-width: 1px;
    margin: 5px 0px 0px 0px;
    max-width: 450px;
}

.departure
{
    margin: 0px 0px 0px 0px;
    max-width: 450px;
    text-align: center;
    width: 100%;
}

h1
{
    border: 0;
    font-size: 12px;
    font-weight: normal;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

h3
{
    border: 0;
    color: #acacac;
    font-size: 11px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    width: auto;
}

.on-time
{
    color: #008000;
    font-style: italic;
    font-weight: bold;
}

.late
{
    color: #D9BA00;
    font-style: italic;
    font-weight: bold;
}

.early
{
    color: #D91F00;
    font-style: italic;
    font-weight: bold;
}


#header
{
    font-size: 13px;
    font-weight: bold;
}

.routeNameListEntry
{
    font-size: 12px;
    height: 16px;
    margin-right: 0%;
    overflow: hidden;
}


#CopyrightLink
{
    color: #888888;
    float: left;
    font-size: 10px;
    margin: 10px 5px 0px 0px;
}

.stopNameListEntry
{
    font-size: 12px;
    height: 16px;
    margin-right: 0%;
    overflow: hidden;
    width: 99%;
}


#olddata
{
    height: auto;
    width: 100%;
}