﻿body
{
    background-color: #003300;
    font-family: Arial, Helvetica, sans-serif;
    color: #003300;
    margin-left: 15px;
    margin-right: 15px;
}

div.pageWrapper
{
    border: 4px solid #bbbbbb;
}

div.bannerLayer
{
    background-color: #CCFFD9;
    display: inline-table;
    table-layout:fixed;
    width: 100%;
    height: 100%;

}

div.contentLayer
{
    display: inline-table;
    table-layout:fixed;
    width: 100%;
    height: 100%;
}


div.leftContentCell
{
    background-color: #CCFFd9; 
    display: table-cell; 
    width: 180px;
}

div.rightContentCell
{
    background-color: #CCFFd9; 
    display: table-cell; 
    width: 100%;
}

div.footer{
    background-color: #FF9966;    
    font-size: smaller; 
    text-align: left; 
    word-spacing: 5em; 
    display: inline-table;
    table-layout:fixed;
    width: 100%;
    height: 100%;
}

div.bottom
{
    clear: both;
    text-align: right;
}

DIV.LayerFlash
{
    position: static;
    z-index:2;
    left:-1px;
    top:0px;

    border:1px none #000000;
    margin-top: 0px;
}			

br.small {
    line-height: 5px;
}



table {
    font: 11px/24px Verdana, Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    border-style: solid;

    background-color: white;
    padding: 1px;
}

tr.blue td{
    border-top: 1px solid #DDffcc;
    border-bottom: 1px solid #FB7A31;
    background: lightblue; 


}

tr.grey td {
    border-top: 1px solid #DDffcc;
    border-bottom: 1px solid #FB7A31;
    background: lightgrey;
}

td {
    border-bottom: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-top: 1px solid #CCC;
    padding: 0.5em;
}






#nav
{

    position: relative;
    width: 100%;
    top: 0px;
    float: left;
    margin: 0 0 0 0;
    padding: 0;
    list-style: none;
    background-color: #FF9966;
    left: 0px;
}
#nav li
{
    float: left;
    background-color: #FF9966;
}
#nav li a
{
    font-size: 95%;
    display: block;
    padding: 3px 6px;
    text-decoration: none;
    font-weight: bold;
    color: #003300;
    border-right: 1px solid #ccc;
}
#nav li a:hover
{
    color: #CC22CC;
    background-color: #CCCCCC;
}
#navH
{
    position: relative;
    width: 100%;
    top: 0px;
    float: left;
    margin: 0 0 0 0;
    padding: 0;
    list-style: none;
    left: 0px;
}
#navH li
{
    float: left;
    background-color: #bbbbbb;
}
#navH li a
{
    color:#003300;
    background-color:#FF9966;   
    display:block;
    font-weight:bold;
    width:120px;
    text-align:center;
    padding:3px 6px;
    text-decoration:none;
    text-transform:uppercase;
}
#navH li a:hover
{
    color: #CC22CC;
    background-color: #CCCCCC;
}

img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 25px;
    padding-top: 1px;
}













.code-comment{color:#008000;font-style:italic;}.code-SummaryComment{color:#808080;}.code-keyword{color:Blue;}.code-SDKkeyword{color:#399;}.code-preprocessor{color:Navy;}.code-string{color:Purple;}.code-literal{color:Navy;}.code-pagedirective{background-color:yellow;}.code-attribute{color:red;}.code-tag{color:#800000;}.code-leadattribute{color:#800000;}.code-digit{color:Navy;}.code-none{color:#000;}.code-linenumber{color:#5F9EA0;font-style:normal;}




