﻿body, html
{
    background-position: center top;
    background-image: url(Assets/bground2.png);
    background-repeat: no-repeat;
    background-color: #d3d3d3;
    padding: 0px;
    margin: 0px;
    height: 100%;
    width: 100%;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    color: #111111;
}

A:link
{
    text-decoration: none; /*color: #0066CC;*/
    color: #AF041F;
}

A:visited
{
    text-decoration: none;
    color: #AF041F;
}

A:visited IMG
{
    border-color: #AF041F;
}

A:hover
{
    text-decoration: underline;
    color: #AF041F;
}

ul
{
    margin-top: 2px;
}

li
{
    margin-top: 5px;
}

.list_text
{
    color: #111111;
}

.header
{
    font-family: Georgia, Times New Roman;
    padding: 40px 0px 0px 27px;
    font-weight: 700;
    font-size: 19px;
    color: #decf95;
}

.title
{
    padding: 5px 0px 4px 0px;
    font-weight: bold;
    font-size: 20px;
    color: #111111;
}

.subtitle
{
    padding: 5px 0px 4px 0px;
    font-weight: bold;
    font-size: 15px;
    color: #111111;
}

.navItem
{
    font-family: Georgia, Times New Roman;
    padding: 15px 15px 10px 15px;
    font-weight: 700;
    font-size: 13px;
    font-variant: small-caps;
    color: #decf95;
}

.menu A:link
{
    text-decoration: none; /*color: #0066CC;*/
    color: #decf95;
}

.menu A:visited
{
    text-decoration: none;
    color: #decf95;
}

.menu A:visited IMG
{
    border-color: #ffffff;
}

.menu A:hover
{
    text-decoration: none;
    color: #ffffff;
}

.filter
{
    color: #333333;
    background-color: #f0f0f0;
    border: 1px solid #cccccc;
    padding: 5px 5px 10px 5px;
    margin: 0px 0px 5px 0px;
}

.county
{
    font-weight: 700;
    padding: 0px 0px 5px 0px;
    margin: 0px 5px 0px 5px;
}

.row
{
    width: 500px;
    margin: 0px 5px 0px 5px;
    border-top: solid 1px #cccccc;
}

.rowPostponed
{
    background-color: #f6f6f6;
    width: 500px;
    margin: 0px 5px 0px 5px;
    border-top: solid 1px #cccccc;
}

.headerTable
{
    color: #000000;
    font-weight: bold;
    font-size: 11px;
    background-color: #e0e0e0;
    border: 1px solid #bbbbbb;
}

.headerDateCell
{
    width: 80px;
    padding: 3px 0px 3px 5px;
}

.headerAddressCell
{
    width: 210px;
    padding: 3px 0px 3px 0px;
}

.headerPostponedToCell
{
    width: 140px;
    padding: 3px 0px 3px 0px;
}

.headerStartTimeCell
{
    width: 110px;
    padding: 3px 0px 3px 0px;
}

.headerBidCell
{
    width: 100px;
    padding: 3px 5px 3px 0px;
}

.dateCell
{
    width: 80px;
    padding: 5px 0px 5px 0px;
}

.addressCell
{
    width: 210px;
    padding: 5px 0px 5px 0px;
}

.postponedToCell
{
    padding: 5px 0px 5px 0px;
    font-weight: bold;
}

.startTimeCell
{
    width: 110px;
    padding: 5px 0px 5px 0px;
}

.bidCell
{
    width: 100px;
    padding: 5px 0px 5px 0px;
}

.DayHeader
{
    border-bottom: solid 1px #cccccc;
}

.teamFlag
{
    height: 12px;
    width: 12px;
    border: 1px solid black;
    background-color: white;
    display: inline-block;
    margin-right: 5px;
}