﻿/************************************************************/
/*                                                          */
/*  Contains styles for containers.  Does not define text   */
/*  styles within this stylesheet.  Text styles are         */
/*  defined by a per-element basis (using classes) in       */
/*  their respective stylesheets.                           */
/*                                                          */
/************************************************************/

TABLE.Main
{
    width: 1000px;
    border-collapse: collapse;
    border-right: solid 1px #000000;
    border-bottom: solid 1px #000000;
}

TD.TopToolBar
{
    height: 40px;
    background-image: url(../Images/Backgrounds/TopToolBar.jpg);
    text-align: left;
    vertical-align: bottom;
    padding-left: 30px;
    padding-bottom: 10px;
}

TD.TopToolBar_Search
{
    height: 40px;
    background-image: url(../Images/Backgrounds/TopToolBar.jpg);
    text-align: right;
    vertical-align: bottom;
    padding-right: 30px;
    padding-bottom: 10px;
    width: 245px;
}

TABLE.LogoToolBar
{
    width: 1000px;
    height: 42px;
    background-color: #323F8D;
    border-collapse: collapse;
}

TD.LogoToolBar_Right
{
    padding-right: 30px;
    vertical-align: middle;
    text-align: right;
}

TD.DateTime
{
    padding-left: 25px;
    border-right: solid 5px #C0D0A3;
}

TD.MainNavigation
{
    height: 54px;
    background-color: #A3B282;
    text-align: left;
    vertical-align: middle;
}

TD.SidePanel_Left
{
    width: 215px;
    vertical-align: top;
}

TD.SidePanel_Right
{
    width: 245px;
    vertical-align: top;
}

TD.MainPanel_Homepage
{
    width: 540px;
    vertical-align: top;
}

TD.MainPanel_Subpage
{
    width: 700px;
    vertical-align: top;
}

TD.MainPanel_Blank
{
    width: 1000px;
    vertical-align: top;
}

TD.SidePanelBlock_Header
{
    /* Colors defined by ASP.NET custom control */
    height: 42px;
    text-align: left;
    vertical-align: middle;
    padding-left: 10px;
}

TD.SidePanelBlock_Content
{
    /* Colors defined by ASP.NET custom control */
    text-align: left;
    padding: 8px 8px 8px 16px;
}

TD.SidePanelBlock_Sponsors
{
    /* Colors defined by ASP.NET custom control */
    text-align: center;
    padding: 8px 8px 8px 16px;
}

DIV.SubpageSidepanelBlock
{
    width: 238px;
    background-color: #FFF7DB;
    border: solid 1px #4D706D;
    padding: 10px 10px 10px 10px;
}
