﻿html, body
{
    background-color: #ffffff;
    height: 100%;
}

a
{
    color:  #000000;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

.textalignright
{
    text-align:right;
}

.textaligncenter
{
    text-align:center;
}

.titleLabel
{
    color: #256aeb;
}

.nav
{
    color: #256aeb;
    text-decoration: none;
}

.nav:hover
{
}

#mainTable
{
/*    width:800px; */
    height: 100%; 
    min-height: 100%; 
    padding: 0px;
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
/*    background-color: #ebefff; */
    background-repeat: repeat;
    border-top-width: 1px;
    border-left-width: 1px;
    border-left-color: #000000;
    border-bottom-width: 1px;
    border-bottom-color: #000000;
    border-top-color: #000000;
    border-right-width: 1px;
    border-right-color: #000000;
}

#detailsTable
{
/*    min-height: 100%; */
    padding: 0px;
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
    background-color: #d9e0ff;
    /* background-color: #ebefff; */
    background-repeat: repeat;
}

#header
{
    height: 64px;
    line-height: 60px;
    text-align: left;
    color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 36px;
    font-weight: bold;
    font-style: italic;
    padding-left: 10px;
    background-color: #c6d2ff;
}

#navigation
{
    float: left;
    width: 170px;
    background-color: #c6d2ff;
    height: 100%;
}

#navigationContent
{
    color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
    margin-left: 25px;
    white-space: nowrap;
    margin-top: 30px;
}

#subnavigation
{
    background-color: #dedede;
    height: 19px;
    background-repeat: no-repeat;
    background-position: left top;
    line-height: 19px;
    left: -3px;
    position: relative;
}

#logout
{
    text-align: left;
    padding-right: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

#content
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    float: left;
    padding: 10px;
    padding-top: 10px;
    width: 750px; 
}
