﻿body 
{
    font-family: Verdana, Sans-Serif, Arial;
    font-size: 8pt;
}

#divMain
{
    width: 800px;
    padding: 5px 25px 5px 25px;
}
.screenTable
{
    width: 100%;
    padding: 5px 15px 5px 15px;   
}
#leftBar
{
    width: 350px;
    vertical-align: top;
}
#tdContent
{
    vertical-align: top;
}
.gadgetHeader
{
    
}
.gadgetLinks
{
}
.headerLinks 
{
    list-style-type: none;
    color: White;
}
.headerLinks A
{
    color: White;
    text-decoration: none;
}
.headerLinks A:HOVER
{
    text-decoration: underline;
}
.noUlLink A
{
    text-decoration: none;
}
.error
{
    color: Red;
    font-weight: bold;
}
.previewText
{
    width: 350px;
}
.Title
{
    font-weight: bold;
    font-size: inherit;
}
H1
{
    color: Purple;
    margin: 0px 0px 5px 0px;
    font-size: 16pt;
}
H3
{
    color: Black;
    font-size: 12pt;
}
H4
{
    color: Black;
    font-size: 8pt;   
}
.gridHeader
{
    background-color: Purple;
    color: Yellow;
}
.gridAlternateRow
{
    background-color: Yellow;
    color: inherit;
}
.entryForm
{
}
.entryForm TD
{
    width: 200px;
}
.entryForm INPUT
{
    width: 200px;
}
