﻿body
{
    margin: 0;
}

html, body, #Content {
   min-height: 100%; 
   width: 99.95%;
   height: 100%;
   }
html>body, html>body #Content {
height: auto; 
}

#Content
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: small;
    font-style: normal;
    font-variant: normal;
    color: #333333;
    position: absolute;
    top: 0;
    left: 0;
}
#Content a:link
{
    color: #17510D;
    text-decoration: none;
    font-weight: bold;
}
#Content a:visited
{
    color: #57914D;
    text-decoration: none;
    font-weight: bold;
}
#Content a:hover
{
    text-decoration: underline;
    font-weight: bold;
}
#Content a:active
{
    text-decoration: none;
    font-weight: bold;
}
#Content a[href^="http:"]:link
{
    color: #17510D;
    text-decoration: none;
    font-weight: bold;
}
#Content a[href^="http:"]:visited
{
    color: #57914D;
    text-decoration: none;
    font-weight: bold;
}
#Content a[href^="http:"]:hover
{
    text-decoration: underline;
    font-weight: bold;
}

#Header
{
    width: 100%;
    height: 100px;
    background-color: #DCD8A7;
}

#MenuBar
{
    font-size: small;
    color: #FFFFFF;
    background-color: #57914D;
    width: 99%;
    height: 20px;
    padding-top: 2px;
    padding-left: 1%;
}
#MenuBar a:link {color: #FFFFFF;font-weight: bold;text-decoration: none; cursor:auto;}
#MenuBar a:visited {color: #FFFFFF;font-weight: bold;text-decoration: none; cursor:auto;}
#MenuBar a:hover {color: #FFFFFF;font-weight: bold;text-decoration: none; cursor:pointer;}
#MenuBar a:active {color: #FFFFFF;font-weight: bold;text-decoration: none; cursor:wait;}

#DashBoardMenu
{
    color: #333333;
    width: 20%;
    padding-top: 2px;
    padding-right: 2%;
    font-size: small;
    float: left;
}
#DashBoardMenu a:link {color: #27611D;font-weight: bold;text-decoration: none; cursor:auto;}
#DashBoardMenu a:visited {color: #27611D;font-weight: bold;text-decoration: none; cursor:auto;}
#DashBoardMenu a:hover {color: #27611D;font-weight: bold;text-decoration: none; cursor:pointer;}
#DashBoardMenu a:active {color: #27611D;font-weight: bold;text-decoration: none; cursor:wait;}

#Main
{
    width: 72%;
    padding-right: 2%;
    padding-left: 2%;
    padding-bottom: 20px;
    height: 100%;
    line-height: 140%;
    float: right;
}

.MainPanel
{
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
    padding-bottom: 20px;
}

#PanelStyle1
{
    width: 72%;
    padding-right: 2%;
    color: #333333;
    float: left;
    height: 100%;
}
#PanelStyle2
{
    width: 22%;
    padding-right: 2%;
    color: #333333;
    float: right;
    line-height: 140%;
}

#Footer
{
    width: 98%;
    height: 17px;
    background-color: #57914D;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #FFFFFF;
    clear: both;
    position: absolute;
    bottom: 0;
    padding-top: 3px;
    padding-left: 1%;
    padding-right: 1%;
}
#Footer a:link {color: #FFFFFF;font-weight: bold;text-decoration: none; cursor:auto;}
#Footer a:visited {color: #FFFFFF;font-weight: bold;text-decoration: none; cursor:auto;}
#Footer a:hover {color: #FFFFFF;font-weight: bold;text-decoration: none; cursor:pointer;}
#Footer a:active {color: #FFFFFF;font-weight: bold;text-decoration: none; cursor:wait;}

.BoldText
{
    font-weight: bold;
}

.WhiteBold
{
    font-weight: bold;
    color: #FFFFFF;
}

.newtab
{
target-new: tab !important;
}

.LinkLabel
{
font-weight: bold;
cursor: default;
}
.maintext
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: small;
    font-style: normal;
    font-variant: normal;
}
.TextBox
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: inherit;
    font-style: normal;
    font-variant: normal;
    line-height: 140%;
}
.TitleText
{
    font-weight: bold;
    font-size: larger;
}
.EditBox
{
    padding: 2%;
    border: 1px solid #996633;
    background-color: #DCD8A7;
}
.Comments
{
    float: left;
}
.CommentsInset
{
    float: left;
    text-align: right;
}
