﻿#Header
{
    height: 360px;
}

.LeftColumn
{
    padding: 0px 0px 0px 10px;
    width: 375px;
    vertical-align: top;
}

.RightColumn
{
    width: 375px;
    vertical-align: top;
}

.ContentPanel
{
    width: 365px;
    height: 140px;
}

.LoginPanel
{
    background-image: url(../../Media/Images/HomePage/LoginPanel/Background.gif);
    background-repeat: repeat-x;
    height: 12px;
}

.LoginPanel table
{
    height: 30px;
    margin-left: 10px;
}

.LoginPanel table a,
.LoginPanel table a:active,
.LoginPanel table a:visited,
.LoginPanel table a:hover
{
    color: #FFF;
}

.LoginPanel table input.TextBox
{
    border: solid 0px #FFF;
    height: 16px;
    width: 99px;
    padding: 0px 0px 0px 0px;
    margin: 2px 0px 0px 11px;
}

.LoginPanel table div.Backer
{
    background-image: url(../../Media/Images/HomePage/LoginPanel/TextBox/Backer.gif);
    background-repeat: no-repeat;
    height: 20px;
    width: 120px;
    padding: 0px;
    margin: 0px;
}

.FlashContainer
{
    height: 360px;
}