﻿html, form, body, #contents
{
    min-height: 100%;
    height: 100%;
}

body
{
    font-family: Verdana, Arial, Sans-Serif;
    color: #38230E;
    font-size: 10pt;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    background-color: #f3f4f4;
    margin-top: 0;
}

#contents
{
    position: absolute;
    width: 80%;
    min-width: 810px;
    background-color: White;
    border-left: solid 1px Silver;
    border-right: solid 1px Silver;
    padding-right: 10px;
}

html > body, html > body #contents
{
    height: auto;
}

#main
{
    padding-top: 15px;
    padding-left: 15px;
    height: auto;
    margin-bottom: 50px;
}

#footer
{
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-bottom: 12px;
}

a:link, a:visited
{
    color: #006699;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}

h1, h2
{
    color: #006699;
    margin: 0;
}

h1
{
    font-size: 16pt;
    font-weight: bold;
}

h2
{
    font-size: 14pt;
    font-weight: normal;
}

.table_entries
{
    background-color: White;
    border-color: #DEDFDE;
}

.table_entries_row
{
    background-color: #F7F7DE;
}

.table_entries_altrow
{
    background-color: White;
}

.table_entries_footer
{
    background-color: #CCCC99;
}

.table_entries_header
{
    background-color: #6B696B;
    font-weight: bold;
    color: White;
}

.table_std
{
    background-color: #F7F7DE;
    border: solid 1px;
    border-collapse: collapse;
}

.table_std td
{
    background-color: #F7F7DE;
    border: solid 1px;
    padding: 3px;
}

.table_outline
{
    background-color: #F7F7DE;
    border: solid 1px;
}

.menu, .usermenu, .CompanyMenu, .resmenu
{
    background-color: #0099FF;
    padding-top: 3px;
    padding-bottom: 3px;
    white-space: nowrap;
}

.resmenu
{
    margin-bottom: 12px;
}

.menu
{
    position: absolute;
    left: 320px;
    top: 25px;
    white-space: nowrap;
}

.usermenu
{
    position: absolute;
    left: 320px;
    top: 51px;
}

.menu a, .usermenu a, .CompanyMenu a, .resmenu a
{
    font-weight: bold;
    color: White;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.resmenu a
{
    font-weight: bold;
    color: White;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 4px;
    font-size: 9pt;
    margin-bottom: 10px;
}

.ActiveMenu, .ActiveCompanyMenu, .ActiveResourcesMenu
{
    background-color: #006699;
}

.Company
{
    background-color: #006699;
    color: White;
    font-weight: bold;
    font-size: larger;
    padding-left: 10px;
    padding-top: 6px;
    padding-bottom: 10px;
}

.plusftr
{
    padding-top: 20px;
}

.registertable
{
    border-collapse: collapse;
    margin-right: 15px;
}

.registertable_ins
{
    background-color: #f3f4f4;
    padding-left: 10px;
    padding-right: 10px;
}

.instructions
{
    background-color: #f3f4f4;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    border: solid 1px silver;
}
