﻿td
{
    font-family: "Verdana" , "Arial" , "Helvetica" , "sans-serif";
    font-size: 8pt;
    color: #6D6E71;
    line-height: 140%;
}
.backGroundImage
{
    background: #FFFFFF url('images/shadow.gif') fixed 50% top;
    position: relative;
    visibility: visible;
    height: 10px;
    z-index: 100;
    top: 0px;
    left: 0px;
    width: 100%;
}
.menuFixer
{
    z-index: 200;
    color: #29654A;
    background-color: Silver;
}
.blank
{
    font-size: 1pt;
}
body
{
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    height: 100%;
    background-color: #666666;
    font-family: "Verdana" , "Arial" , "Helvetica" , "sans-serif";
    font-size: 8pt;
}
.Controls table
{
    width: 98%;
    border-width: thin;
    border-top: 1px solid #787878;
    border-right: 1px solid #787878;
    border-left: 1px solid navy;
    border-bottom: 1px solid navy;
}
.Controls th
{
    width: 100%;
    font-size: x-small;
    border-top: 1px solid #787878;
    border-right: 1px solid #787878;
    border-left: 1px solid navy;
    border-bottom: 1px solid navy;
    white-space: nowrap;
    background-color: #f7f7f7;
    color: navy;
}
.Controls td
{
    font-size: x-small;
    padding: 3px;
    border-top: 1px solid #787878;
    border-right: 1px solid #787878;
    border-left: 1px solid navy;
    border-bottom: 1px solid navy;
    white-space: nowrap;
    background-color: white;
    color: black;
}
.Controls TextBox
{
    border: 0;
}
