﻿body
{
    background-color:#000000;
    color: #FFFFFF;
    margin: 5;
    font-family: Arial;
}

div.title
{
    height: 50px;
    vertical-align: top;
}

div.buttonline
{
    min-width: 300px;
    margin-bottom: 10px;
}

a.buttonlink
{
    color: #FFFFFF;
    text-decoration: none;
}

div.button, div.thisbutton
{
    height: 20px;
    margin: 1px;
    background-color: #222244;
    border-style: ridge;
    border-width: 2px;
    border-color: #AAAAAA;
    float:left;
    font-size: 12pt;
    font-weight: bold;
    width: 31%;
    text-align: center;
    cursor: pointer;
}

div.thisbutton
{
    background-color: #442244;
    cursor: auto;
}


div.lift
{
    height: 25px;
    background-color: #0C0C0C;
    font-size: 12pt;
    font-weight: bold;
    margin: 2px;
    clear: both;
}

div.legend
{
    margin: 2px;
    margin-top: 20px;
    color: #999999;
    font-size: 9pt;
    font-weight: bold;
}

div.daycast
{
    background-color: #0C0C0C;
    font-size: 12pt;
    margin: 5px;
    clear: both;
    min-height: 52px;
}

div.daycast img
{
    height: 52px;
    width: 52px;
    float:left;
    margin-right: 10px;
}

div.daytitle
{
    color: #FFDD00;
    font-weight:bold;
}

table.roads
{
    border-spacing: 0px 10px;
    clear: both;
}

tr.passline
{
    background-color: #0C0C0C;
    font-size: 12pt;
    min-width: 300px;
    vertical-align:top;
}

td.passnumber
{
    text-align: center;
    color: #FFDD00;
    font-weight:bold;
    font-size: 16pt;
    padding: 0px 10px 10px 10px;
}

td.passinfo
{
    padding: 0px 10px 10px 10px;
}

div.passname
{
    color: #FFDD00;
    font-weight:bold;
}

div.passelevation
{
    color: #888888;
    font-size:9pt;
    padding-bottom: 10px;
}

td.passstatus
{
    font-size: 11pt;
    padding-bottom: 10px;
}