﻿*
{
    font-family: Trebuchet, Helvetica, sans-serif;
    font-size: 16px;
}

body
{
    margin: 0 0 0 0;
}

a
{
    color: #0000FF;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

#Wrapper
{
    width: 924px;
    margin: 0 auto;
    background-color: #FFFFFF;
}

#Logo
{
    padding: 20px;
    width: 122px;
    height: 122px;
    background-color: #66FF66;
    float: left;
    color: #0000FF;
    background-image: url('Images/logo.jpg');
}

#Header
{
    padding: 20px;
    width: 522px;
    height: 86px;
    background-color: #66FF66;
    font: font-family: Arial, Helvetica, sans-serif;
    font-size: 50px;
    color: #0000FF;
    float: left;
}

#Login
{
    padding: 20px;
    width: 160px;
    height: 86px;
    background-color: #66FF66;
    float: left;
}

#Menu
{
    float: left;
    width: 762px;
    height: 36px;
    background-color: #C0C0C0;
    color: #FFFF99;
    font-weight: bold;
}


#Main
{
    clear: both;
    width: 924px;
    min-height: 500px;
}

#LeftColumn
{
    width: 260px;
    height: 500px;
    background-color: #66FF66;
    float: left;
}

#RightColumn
{
    width: 664px;
    height: 500px;
    background-color: #FFFF99;
    float: left;
    color: #333333;
}

#Footer
{
    clear: both;
    height: 100px;
    background-color: #C0C0C0;
    color: #FFFF99;
    font-weight: bold;
}

.MainMenu
{
    height: 36px;
}

.MainMenuStaticMenuItemStyle, .MainMenuStaticMenuItemStyle a
{
    text-decoration: none;
    padding: 8px 5px 8px 5px;
    height: 20px;
    color: #FFFF66;
}

.MainMenuStaticHoverStyle, .MainMenuStaticHoverStyle a
{
    color: #808080;
    background-color: #FFFF99;
}

.LeftColumnMenuStaticMenuItemStyle
{
    height: 35px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 10px;
}

.CenteredHorizontal
{
    margin-right: auto;
    margin-left: auto;
}

.TableHeader
{
    font-size: x-large;
    padding-bottom: 30px;
}

.TableFooter
{
    padding-top: 30px;
}

.CellBorders td, .CellBordersNoTop td
{
    padding: 4px;
    border-width: 1px;
    border-color: #C0C0C0;
    border-right-style: solid;
    border-bottom-style: solid;
    text-align: center;
}

.NoTopBorder
{
    border-width: 1px;
    border-left-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
}
.LeftAlign
{
    text-align: left;
}

.LinkCell
{
    cursor: pointer;
}
.LinkCell:hover
{
    text-decoration: underline;
    color: #0000FF;
}

.LeftBorder tr
{
    border-color: #C0C0C0;
    border-width: 1px;
    border-left-style: solid;
}

.Group
{
    font-size: 30px;
    text-decoration: underline;
    padding: 10px 0px 5px 20px;
}

.GroupItem
{
    padding: 4px 0px 4px 40px;
}

.scrolling
{
    max-height: 417px;
    overflow: auto;
    overflow-x: hidden;
}

