
html, body
{
    font-family: sans, Arial;
}

caption
{
    font-weight: bold;
    background-color: lavender;
    border: 1px solid black;
}

table
{
    background-color: #d3d3d3;
    border: 1px solid black;
    border-spacing: 0px;
}

td
{
    white-space: nowrap;
}

tr.odd
{
    background-color: #c6c6c6;
}

td.summary_name
{
    text-align: right;
    font-weight: bold;
    padding-right: 12px;
    width: 50%;
}

td.summary_value
{
    text-align: left;
}


td.callsign,td.count
{
    text-align: center;
    width: 33%;
}

td.aircraft
{
    padding-left: 24px;
    text-align: left;
}

td.duration
{
    text-align: center;
}

td.dow,td.datetime,td.month,td.hour,td.day,td.server
{
    text-align: center;
    width: 50%;
}

td.datetime
{
    padding: 0px 24px 0px 24px;
}

td.rank
{
    text-align: right;
    width: 5%;
}


table.summary
{
    width: 50%;
    border-spacing: 1px 1px;
}

table.pilots_most_flight
{
    width: 50%;
}


table.pilots_longest_flight_single
{
    width: 90%;
}

table.pilots_longest_flight_total
{
    width: 70%;
}

table.aircraft_most_flight
{
    width: 60%;
}

table.aircraft_most_pilot
{
    width: 60%;
}

table.aircraft_longest_flight_total
{
    width: 70%;
}

table.month_stats
{
    width: 70%;
}

table.day_stats
{
    width: 70%;
}

table.hour_stats
{
    width: 80%;
}

table.dow_stats
{
    width: 50%;
}

table.server_stats
{
    width: 50%;
}


table.vgraph
{
    border: 0px;
    height: 128px;
    padding: 0px;
    margin: 0px;
    width: 100%;
}


td.vgraph
{
    text-align: center;
    vertical-align: top;
    padding: 0px;
    margin: 0px;
}


div.vgraphdiv
{
    position: relative;
    height: 128px;
    overflow: hidden;
}


div.vgraph
{
    position: absolute;
    color: white;
    text-align: center;
    vertical-align: middle;
    background-color: #00a;
    border-left: 1px solid white;
    border-bottom: 1px solid #555;
    border-right: 1px solid #555;
    left: 0px;
    top: 0px;
}

#dow_stats_graph div.vgraph
{
    width: 36px;
    margin-left: 4px;   /* FIXME */
}


#hour_stats_graph div.vgraph
{
    width: 16px;
    margin-left: 3px;
}


#day_stats_graph div.vgraph
{
    width: 1px;
    margin: 0px;
    padding: 0px;
}


span.vgraph_col_hour
{
    font-size: 75%;
}


#dow_stats_graph td.vgraph
{
    width: 14%;
}


#hour_stats_graph td.vgraph
{
    width: 4%;
}


span.top
{
    color: red;
    font-weight: bold;
}

span.normal
{
}


img.aircraft
{
    margin: 8px 8px 8px 8px;
    vertical-align: middle;
}


