body.header
{
    margin: 0px;
    padding: 0px;
    background-image: url(../images/header-bkg.jpg);
    border: 2px solid #ccc;
    border-right: 2px solid #aaa;
    border-bottom: 2px solid #888;
    text-align: center;
}

form
{
    margin: 0px;
    padding: 0px;
}

input
{
    margin: 0px;
    height: 16px;
    width: 40px;
    font: bold 65% 'trebuchet ms',helvetica,sans-serif;
}

A.header
{
    color: #eee;
    font: bold 18pt Verdana;
    white-space: nowrap;
}

A.header:link
{
    color: #eee;
    text-decoration: none;
}

A.header:visited
{
    color: #eee;
    text-decoration: none;
}

A.header:hover
{
    color: #eee;
    text-decoration: none;
}

table.headermain
{
    border-collapse: collapse;
    margin: 0px;
    padding: 0px;
    width: 100%;
    color: #eee;
}

td.headerleft
{
    margin: 0px;
    padding: 0px 0px 0px 10px;
    width: 30%;
    font-size: 10pt;
    text-align: left;
}

td.headercenter
{
    margin: 0px;
    padding: 0px;
    text-align: center;
    font: bold 18pt Verdana;
    white-space: nowrap;
}

td.headerright
{
    margin: 0px;
    padding: 3px 10px 3px 0px;
    width: 30%;
    font-size: 10pt;
    text-align: left;
    vertical-align: middle;
}

table.headerleft
{
    margin: 0px;
    padding: 0px;
    border-collapse: collapse;
    float: left;
    color: #eee;
}

table.headerright
{
    margin: 0px;
    padding: 0px;
    border-collapse: collapse;
    float: right;
    color: #eee;
}

td.currentpick
{
    font-weight: bold;
    width: 30px;
    margin: 0px;
    padding: 1px 3px 1px 3px;
    font-size: 8pt;
    text-align: center;
    background-color: #FFFFFF;
    color: #000000;
}

td.nextpick
{
    width: 30px;
    padding: 1px 3px 1px 3px;
    margin: 0px;
    font-size: 8pt;
    text-align: center;
    background-color: #DDDDDD;
    color: #505050;
}
