﻿body
{
    font-family: Calibri, Arial;
    font-size: 13pt;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    color: Black;
}

a:link 
{
    color:Silver;
}
a:hover
{
    color:Red;
}
a:visited
{
    color:Gray;
}

.NavMenuFrames
{
    border: outset 4px gold;
    background-color:#373F03;
    font-family: Tahoma, Verdana, Sans-Serif;
    font-size: 10pt;
    color: gold;
    margin:10px;
    margin-top:0px;
    padding:2px;
}

.pnlMainBody
{
    height:100%;
    width:100%;
/*    background-color:White; */
    padding:2px;
}

.LeftMenuWrapper
{
    position: relative;
    left: 0px;
    top: 0px;
    float:left;
    width: 195px;
    height: 782px;
    color:White;
}

.LeftNavTitle
{
    font-size:10pt;
    text-decoration:underline;
    font-weight:bold;
    color:White;
}

.MainBodyWrapper
{
    background-color:White;
    position: relative;
    left: 0px;
    top: 0px;
    float:left;
    width: 600px;
    min-height:400px;
    /* height: 784px; */
    border: outset 4px gold;

}
.RightColWrapper
{
    position: relative;
    left: 0px;
    top: 0px;
    width: 195px;
    height: 782px;
    color:White;
}

.BreadCrumbNav
{
    background-color:#CCCCCC;
    border-bottom:1px solid #999999;
    position: relative;
    left: 0px;
    top: 0px;
    width: 600px;
    height: 19px;
}

.RequiredMessage
{
    font-family: Tahoma, Verdana, Sans-Serif;
    font-size: 8pt;
    color: #CC0000;
    margin-left:15px;
    font-style: italic;
}
.PleaseNote
{
    font-family: Tahoma, Verdana, Sans-Serif;
    font-size: 8pt;
    color: #008800;
    margin-left:5px;
    font-style: italic;
}

.FieldTypes
{
    width:98%;
    border: solid #008800 1px;
    margin-bottom: 25px;
    padding: 2px;
    font-size:11pt;
}

.indent15
{
    margin-left:15px;
}
.indent25
{
    margin-left:25px;
}
.indent30
{
    margin-left:30px;
}