﻿body
{
    margin: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #ff8200;
}

div#header
{
    height: 100px;
    background-image: url(../Images/header_bg.gif);
    background-repeat: repeat-x;
}

div#logo
{
    margin-left: 100px;
    width: 200px;
}

div#header_logon
{
    float: right;
    margin: -90px 20px 0 0;
    padding-bottom: 2px;
    border-bottom: solid 1px #fff;
}
div#header_logon a
{
    color: #fff;
    font-size: 80%;
    font-variant: small-caps;
    text-decoration: none;
}

div#container
{
    padding: 30px 0 30px 0;
    background-color: #fff;
}

div#content
{
    margin: auto;
    width: 800px;
}
p.content
{
    font-size: 80%;
    line-height: 22px;
}
p.content a
{
    color: #00f;
}



strong.title
{
    font-size: 14px; /*color: #ff8200;*/
    color: #333;
    font-variant: small-caps;
    line-height: 24px;
    padding-bottom: 2px;
    border-bottom: dotted 1px #666;
}

table.form
{
    width: 600px;
    font-size: 80%;
    margin: auto;
}
table.form input
{
    padding: 4px;
    width: 260px;
    font-size: 20px;
    border: solid 1px #ddd;
    background-color: #f6f6f6;
}
.text
{
    padding: 4px;
    width: 260px;
    font-size: 20px;
    border: solid 1px #ddd;
    background-color: #f6f6f6;
    background: url(../Images/field_text_bg.gif) #f6f6f6 top repeat-x;
}
table.form th
{
    height: 80px;
}
table.form td
{
}
td.label
{
    width: 210px;
    padding: 0 8px 0 0;
    font-size: 20px;
    text-align: right;
    vertical-align: top;
    white-space: nowrap;
}
td.field
{
    width: 390px;
    vertical-align: top;
}
td.spanned
{
    padding: 6px;
    text-align: center;
}
td.spanned input
{
    border: 0;
    width: auto;
    margin: 0 8px 0 0;
}
td.spanned a
{
    color: #00f;
}

div#ctl00_divHeaderNavigation
{
    position: absolute;
    height: 30px;
    width: 180px;
    margin: -30px 0 0 710px;
    padding: 8px 0 0 0;
    background-color: #fff;
    text-align: center;
}
div#ctl00_divHeaderNavigation a
{
    font-size: 85%;
    color: #333;
    text-decoration: none;
}

div#footer
{
    height: 100px;
    background-image: url(../Images/footer_bg.gif);
    background-repeat: repeat-x;
}
div#footerNavigation
{
    width: 600px;
    margin: auto;
    padding: 10px 0 0 0;
    text-align: center;
}
div#footerNavigation a
{
    margin: 6px;
    padding: 2px;
    font-size: 11pt;
    font-variant: small-caps;
    line-height: 26px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    border-bottom: solid 1px #fff;
    white-space: nowrap;
}

pre.terms
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 80%;
}
textarea.terms
{
    width: 600px;
    padding: 6px;
    border: dotted 2px #ccc;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
}


div.error
{
}
div.message
{
}
div.notice
{
    font-size: 10px;
    text-align: center;
}
td.message
{
    height: 80px;
    text-align: center;
    font-size: 160%;
    font-weight: bold;
    color: #333;
}

table.tablesorter
{
    font-family: arial;
    background-color: #CDCDCD;
    margin: 10px 0pt 15px;
    font-size: 8pt;
    width: 100%;
    text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th
{
    background-color: #ddd;
    border: 1px solid #FFF;
    font-size: 8pt;
    padding: 4px 18px 4px 4px;
}
table.tablesorter thead tr .header
{
    background-image: url(../Images/table_sort_bg.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}
table.tablesorter tbody td
{
    color: #3D3D3D;
    padding: 4px;
    background-color: #FFF;
    vertical-align: top;
}
table.tablesorter tbody tr.odd td
{
    background-color: #ccc;
}
table.tablesorter thead tr .headerSortUp
{
    background-image: url(../Images/table_sort_asc.gif);
}
table.tablesorter thead tr .headerSortDown
{
    background-image: url(../Images/table_sort_desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp
{
    background-color: #ccc;
}

.h
{
    display: none;
    visibility: hidden;
}
