﻿body 
{
    margin: 0px 0px 0px 0px;
    background: #788BB9;
    font-family: Verdana;
    font-size: 10px;
    color: #999999;
}
.Grid
{
    font-size: 10px;
}
.SuperMenu
{
    font-size: 14px;
    font-weight: bold;
    color: White;
}
.Title
{
    font-size: 12px;
    font-weight: bold;
    color: Gray;
}
.SemiTitle
{
    font-size: 11px;
    font-weight: bold;
    color: #666666;
}
.SemiTitleInGray
{
    font-size: 11px;
    font-weight: bold;
    color: #333333;
}
.SemiTitleInGrayHigh
{
    font-size: 14px;
    font-weight: bold;
    color: #333333;
}
.InGray
{
    font-size: 11px;
    font-weight: normal;
    color: #666666;
}
.SemiBody
{
    font-size: 11px;
    font-weight: normal;
    color: Gray;
}
.MainTable
{
    margin: auto;
    width: 900px;
}
.LeftPane
{
    width: 150px;
    background-color: #374A9D;
    padding-right: 3px;
}
.MiddlePane
{
    width: 700px;
    background-color: White;
}
.RightPane
{
    width: 200px;
    background-color: #A8A8A8;
    padding-left: 3px;
    padding-top: 3px;
    padding-right: 3px;
}
.MiddleUpperPane
{
    width: 700px;
    height: 30px;
    font-size: 17px;
    font-weight: bold;
    color: #3854A5;
    padding-left: 4px;
    background-color: #73A9C5;
}
.RightUpperPane
{
    width: 200px;
    background-color: #6297B3;
    padding-left: 3px;
    padding-top: 3px;
    padding-right: 3px;
}
a.Link
{
    color: #000000;
    text-decoration: none;
    font-size: 10px;
}
a.Hover
{
    color: Red;
    text-decoration: underline;
    font-size: 10px;
}
a.Visited
{
    color: #000000;
    text-decoration: none;
    font-size: 10px;
}
a
{
    color: #999999;
    text-decoration: none;
    font-size: 10px;
}
.MasterMenuItem
{
    font-size: 11px;
    font-weight: bold;
    color: White;
}
.SubMenuItem
{
    font-size: 10px;
    font-weight: normal;
    color: #95B4FF;
}
.Input
{
    border: 1px dashed gray;
    padding: 2px 2px 2px 2px;
    background-color: #EAEAEA;
    color: gray;
}
.DropDownList
{
    border: 1px dashed gray;
    padding: 2px 2px 2px 2px;
    background-color: #EAEAEA;
    color: gray;
}
.ImagePanel
{
    border: none;
    text-align: center;
}
.ModalBackground 
{ 
 background-color: #FAFAFA; 
 filter:alpha(opacity=70); 
 opacity:0.7;
}
