body
{
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
}

a
{
    color: #339999;
    text-decoration: none;
}

a:link
{
    color: #339999;
    text-decoration: none;
}

a:visited
{
    color: #339999;
    text-decoration: none;
}

a:active
{
    color: #339999;
    text-decoration: none;
}

a:hover
{
    color: #FF6600;
    text-decoration: none;
}

a.selected
{
    color: #FF6600;
    text-decoration: none;
}

a.disabled
{
    color: #CCCCCC;
    text-decoration: none;
}

img
{
    border: none;
}

input
{
    border: 1px solid #339999;
    width: 420px;
}

input.small
{
    width: 216px;
}

input.smalltime
{
    width: 197px;
}

input.extrasmall
{
    width: 100px;
}

textarea
{
    border: 1px solid #339999;
    height: 400px;
    width: 420px;
}

select
{
    border: 1px solid #339999;
    width: 422px;
}

select.small
{
    width: 200px;
}

input.button
{
    background-color: #FFFFFF;
    background-image: url("../graphics/button.png");
    border: none;
    color: #FFFFFF;
    font-weight: bold;
    height: 34px;
    width: 129px;
}

input.wide
{
    background-size: 100% 100%;
    width: 420px;
}

input.button:hover
{
    color: #000000;
    cursor: pointer;
}

input.button_selected
{
    background-color: #FFFFFF;
    background-image: url("../graphics/button_selected.png");
    border: none;
    color: #FFFFFF;
    font-weight: bold;
    height: 34px;
    width: 129px;
}

input.checkbox
{
    width: 20px;
}

#window
{
    padding-top: 40px;
}

#banner
{
    background-image: url("../graphics/banner.png");
    background-position: 0px 75px;
    background-repeat: repeat-x;
    color: #000000;
    font-size: 30px;
    height: 132px;
    margin-bottom: 40px;
}

#banner div.logo
{
    background-image: url("../graphics/logo.png");
    background-position: 100px 0px;
    background-repeat: no-repeat;
    height: 132px;
    padding-top: 75px;
    padding-left: 140px;
}

#navigation
{
    float: left;
    width: 200px;
}

#navigation div.title
{
    background-image: url("../graphics/banner.png");
    background-repeat: repeat-x;
    height: 43px;
    margin-bottom: 10px;
    margin-top: 30px;
    padding-top: 5px;
}

#messages
{
    border: 1px solid #339999;
    color: #339999;
    margin-bottom: 40px;
    padding: 5px;
}

#error
{
    border: 1px solid #FF0000;
    color: #FF0000;
    margin-bottom: 40px;
    padding: 5px;
}

#content
{
    border-left: 1px solid black;
    border-top: 1px solid black;
    min-height: 1000px;
    margin-left: 200px;
    padding: 40px;
}

#content table
{
    border-collapse: collapse;
    border-spacing: 0;
}

#content table tr:hover
{
    background: #CAEFFD;
    cursor: pointer;
}

#content table tr.header:hover
{
    background: #FFFFFF;
    cursor: auto;
}

#content table tr.footer:hover
{
    background: #FFFFFF;
    cursor: auto;
}

#content table tr th
{
    color: silver;
    font-size: 18px;
    padding: 20px;
}

#content table tr td
{
    border-top: 1px solid silver;
    padding: 20px;
}

#content table tr.footer td
{
    border-top: 5px double silver;
    font-size: 18px;
}

#content div.form
{
    margin-left: 50px;
    text-align: right;
    width: 620px;
}

#content div.form table
{
    float: right;
}

#content div.form table tr:hover
{
    background: #FFFFFF;
    cursor: auto;
}

#content div.form table tr td
{
    border: none;
    margin: 0;
    padding: 0;
    vertical-align: top;
}