﻿.ContentTable
{
    width: 98%;
    /*height: 400px;*/
    background-color:#FFFFFF;
    color:#228b22;
    font-family:Arial;
    font-size:8pt;
    line-height:20px;
    margin: 0px 55px 0px 10px;
    vertical-align: top;
}
.ContentTextHeader
{
    color:#228b22;
    font-family:Arial;
    font-size:10pt;
    font-weight: bold;
    line-height:21px;
    text-align: left;  
}
.MainHeader
{
    color: #336633;
    text-align: left;
    font-size: 16pt;
    font-weight: bold;
    font-family: Arial;
}
.LeftColumn
{
    vertical-align: top;
    text-align:left;
    /*background-color: #a59e73;*/
    width:100px;
    padding: 0px 5px 0px 5px;
    border-right: solid 1px lightgrey;
}
.RightColumn
{
    vertical-align: top;
    background-color: #FFFFFF;
    width: 75px;
}
H3
{
    color: #3c7faf;
    font-family:Arial;
    font-size:9pt;
    font-weight: bold;
    text-align: left;  
}
.MainMenu
{
    background-color: #228b22; /*#336699;#94a2a5;*/
    color: #FFFFFF;
    text-decoration: none;
    font-size: 10pt;
    font-weight: bold;
    font-family: Arial;
    border-top: #228b22 1px groove;
    border-bottom: #228b22 1px groove;
    margin: 2px 0px 2px 0px;
}
.StaticMenuMainMenu A
{
    color: #FFFFFF;
}
.StaticHoverMainMenu A
{
    color: #ffff99;
    background-color: #228b22;
}
.SubMenu
{
    text-align: center;
    padding: 0px 5px 0px 5px;    
}
.StaticMenuSubMenu A
{
    
}
.StaticHoverSubMenu A
{
    color: #228b22;
    /*background-color: #228b22;#395163;*/
}
.StaticMenuItemSubMenu
{
  color: #228b22;
  /*border-left-style: double;
  border-bottom: double 1px gray;
  border-right: solid 1px gray;*/
  text-decoration: none;
  font-size: 9pt;
  font-family: Arial;
  font-weight: bold;  
}
.QuickSmall
{
    width: 100px;
    color: Black;
    font-size: 8pt;
    background-color: white;
    border: solid 1px black;
}
.QuickSmallHeader
{
    color: White;
    font-family: Arial;
    font-size: 8pt;
    font-weight: bold;
    line-height: 15px;
    text-align: left;
    border-bottom: solid 1px black;
    background-color: #228b22;
}
.QuickLarge
{
    width: 85%;
    color: Black;
    font-size: 8pt;
    background-color: white;
    border: solid 1px black;
}
.QuickLargeHeader
{
    color:White;
    background-color: #228b22;
    font-family:Arial;
    font-size:9pt;
    font-weight: bold;
    line-height:21px;
    text-align: left; 
    border-bottom: solid 1px black; 
}
.Footer
{
    color: #FFFFFF;
    text-align:right;
    padding: 0px 20px 0px 0px;
    background-color: #228b22;
    border-bottom: solid 1px #FFFFFF;
    border-top: solid 1px #FFFFFF;
    vertical-align: top;
    text-decoration: none;
    font-size: 8pt;
}
.Footer A
{
   color: #FFFFFF;
   text-decoration: none;
   font-size: 8pt;
}
.AdminTabButton
{
    background-color: Gray;
    color: yellow;
    border-top: solid 4px black;
    border-left: solid 1px black;
    border-right: solid 2px black;
    font-weight: bolder;
}
.LinkPanel
{
    background-color: white;
    border: solid 2px black;
    width: 250px;
    height: 300px;
    position: absolute;
    left: 100px;
    top: 100px;
}
.ImgShadowed
{
    filter:progid:DXImageTransform.Microsoft.DropShadow(OffX=2, OffY=2, Color='gray', Positive='true');
}
