﻿body
{
    font-family: Verdana;
    font-size: 11px;
}
.mainTable
{
    margin-left: auto;
    margin-right: auto;
    width: 850px;
}
.masterTable
{
    background: white;
    width: 100%;
}
.subTable
{
    width: 100%;
}
.lightblue
{
    height: 30px;
    background-color: #EFE8FF;
}
.lightpink
{
    height: 30px;
    background-color: #FFF6E1;
}
.orange
{
    background-color: #FFEBBA;
    height: 25px;
}
.lightpink_narrow
{
    background-color: #FFF6E1;
}
.statustable
{
    height: 10;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-color: #999999;
}
select
{
    font-size: 11px;
}
input
{
    font-size: 11px;
    font-weight: bold;
}
.YellowLarge
{
    font-size: 18px;
    color: #FFC425;
    font-weight: bold;
}
.BlackLarge
{
    font-size: 15px;
    color: black;
    font-weight: bold;
}
a
{
    color: #610ABB;
}
.help td
{
    text-align : left;
}