﻿body
{
    font-family: Arial;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    border: 0px;
    background-color: #DCDCDC;
}

.FooterPanel
{
    font-size: 9px;
    color: White;
    width: 100%;
    height: 16px;
    vertical-align: sub;
    text-align: center;
    background-color: #ED1C24;
    padding-top: 3px;
}

.HeaderPanel
{
    height: 141px;
}

.SidePanel
{
    width: 150px;
    vertical-align: top;
    text-align: left;
}

.ContentPanel
{
    width: 500px;
    padding: 10px 10px 10px 10px;
    vertical-align: top;
    text-align: left;
}

.ErrorAlert
{
    background-color: #FFFF66;
    vertical-align: top;
    text-align: left;
}

.HeadingText
{
    font-size: 20px;
    font-weight: bold;
    color: #ED1C24;
}

.SubheadingText
{
    font-size: 12px;
    font-weight: bold;
    color: #F7931E;
}

.TextBoxStyle
{
    font-family: Arial;
    font-size: 12px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.MainTextBox
{
    font-size: 18px;
}

.MainPromptText
{
    font-size: 12px;
    font-weight: bold;
}

.RedAdPanel
{
    height: 75px;
    width: 115px;
    background-image: url("Images/RedBox.gif");
    text-align: center;
    padding: 7px 7px 7px 7px;
    cursor: pointer;
}

.AdHeading
{
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    color: White;
    text-decoration: none;
}

.AdText
{
    font-family: Arial;
    font-size: 12px;
    color: White;
    text-decoration: none;
}

a:hover
{
    text-decoration: none;
}

a
{
    color: White;
    text-decoration: none;
}

a.visited
{
    text-decoration: none;
    color: White;
}

.SearchPanel
{
    height: 70px;
    width: 350px;
    background-image: url("Images/SearchBox.gif");
    text-align: center;
    cursor: pointer;
}

.MenuText
{
    font-weight: bold;
    color: #ED1C24;
    font-size: 11px;
}

.MenuPanel
{
    padding-left: 5px;
    width: 112px;
}