﻿body
{
    background-color: #999966;
}

.HeaderTable1
{
    border-right: #999999 1px solid;
    border-top: #999999 1px solid;
    border-left: #999999 1px solid;
    border-bottom: #999999 1px solid;
    background-image: url(App_Themes/Default/Images/GradientHeader.gif);
    background-repeat: repeat-x;
}

.MainContent
{
    color: #606010;
    background-color: lightgreen;
}

.FooterTable
{
    border-top: #303030 thin solid;
}
.HighLight
{
    background-color: peachpuff;
}
.normalrow
{
}
.Title
{
    color:moccasin;
    font-size: 18px;
    font-family: Verdana;
    font-weight: bold;
    text-transform: uppercase;
}

.SubTitle
{
    color: dimgray;
    font-size: 12px;
    font-family: 'Arial Black';
    font-weight: normal;
    text-transform: uppercase;
}

.Area
{
    font-size: 14px;
    color: navy;
    font-weight: bold;
    font-family: Verdana;
    text-transform: uppercase;
}

.Field
{
    color: darkgreen;
    text-decoration: none;
    font-family: Sans-Serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    font-variant: normal;
}

.Key
{
    color: Black;
    font-size: 12px;
    font-family: Serif;
    font-weight: bold;
}

.Text
{
    color: Black;
    font-size: 12px;
    font-family: Serif;
    font-weight: normal;
}

.SmallText
{
    color: Black;
    font-size: 10px;
    font-family: Serif;
    font-weight: normal;
}

.Error
{
    color: white;
    background-color: crimson;
    font: messagebox;
}

.Warning
{
    color: #303030;
    background-color: yellow;
    font: messagebox;
}

.Ok
{
    color: #303030;
    background-color: lime;
    font: messagebox;
}

.Command
{
    color: Black;
    text-transform: uppercase;
    font: menu;
}

.SmallCommand
{
    color: Black;
    text-transform: uppercase;
    font: menu;
}

.Link
{
    font-size: 14px;
    color: black;
    font-weight: bold;
    font-family: Serif;
    text-decoration: none;
}

.SmallLink
{
    font-size: 10px;
    color: black;
    font-weight: normal;
    font-family: Serif;
}

