﻿body 
{
    font-family:Arial, Helvetica, Sans-Serif;
    margin:0 auto;
}

.header
{
    background-position: left top;
    padding:0px;
    width: 100%;
    height: 134px;
    background-image: url('../Images/Header_BG.jpg');
    background-repeat: repeat-x;
    margin:0 auto; 
    text-align:center;
    position:relative;
    top: 0px;
    left: 0px;
}

.footer
{
    padding: 5px;
    margin: 0 auto 45px auto;
    font-size: 11px;
    width: auto;
    background-color: #C1C7D8;
}

.footer td
{
    padding-right:25px;
     font-size:11px;
}

.footer a:hover
{
    color:Black;
    text-decoration: underline;
}

.navigation
{
    padding-top:25px; 
    padding-bottom:15px;
    padding-right:0px;
    padding-left:0px;
    width: 100%;
    margin:0 auto; 
    text-align:center;
    position:relative;
    top: 0px;
    left: 0px;
}

.navigation td
{
    padding-right:35px;
}

.navigation a
{
    padding:2px;
    font-weight:bold;
}

.navigation a:hover
{
    color: #F7956A;
    text-decoration: underline;
}

a:hover {
   color: #F26322;
}

a 
{
   text-decoration:none;
   color: #005BA8;
}
a:active{
   color: #005BA8; 
}

.tableNew
{
    color: #000000;
    font-size: 9pt;
    text-transform:uppercase;
}

.tableRowText
{
    border-width: 1px;
    border-color: #999999;
    background-color: white;
    text-align: left;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    
}

.tableRow
{
    font-size: 9pt;
    text-align: left;
}

.tableAltRowText
{
    font-size: 9pt;
    background-color: #E8E8E8;
    text-align: left;
}
.tableHeading {
   color: #545414;
   font-size: 10pt;
   font-weight: bold;
}
.tableData {
   color: #545414;
   font-size: 10pt;
}

.borderRight
{
  border-right-style:solid; 
  border-width:1px; 
  border-color:Black;   
}

.pager span
{
    color:#005BA8;
    font-weight:bold;
}

.login
{
    height: 200px;
    margin-top: 75px;
}

.login table tr td
{
    padding:5px;
}

