﻿body {
   font-family: Arial, Helvetica, sans-serif;
   margin-left: 0px;
   margin-top: 0px;
   margin-right: 0px;
   margin-bottom: 0px;
   background-color: silver;
}

.directionaltext {
   font-size: 12px;
   color: #336699;
   text-align: right;
   font-weight: bold;
   font-style: italic;
   padding-bottom: 2px;
   padding-right: 2px;
   height: 10px;
   padding-top: 3px;
}

.disabledLeftNav {
   color: silver;
}

.outer {
   width: 870px;
   margin: auto;
   display: table;
}

.inner {
   width: auto;
   margin: 0px;
   display: table;
}

.divMaster {
   width: 870px;
   height: 610px;
   overflow: hidden;
}
.divBannerHeader {
   background-image: url('../images/bannerheader.png');
   height: 100px;
}

.divContent {
   background-color: white;
}


.divLeftNav {
   background-image: url('../images/leftnav.png');
   background-position: top;
   width: 132px;
   height: 510px;
   float: left;
   background-repeat: no-repeat;
   padding: 13px;
   font-weight: bold;
   color: #FFFFFF;
}

.divLeftNav a {
   color: #CDBB57;
   font-size: 9pt;
}


.divMain {
   width: 725px;
   height: 600px;
   float: left;
   background-color: #FFFFFF;
}

.divTopNav {
   height: 20px;
   float: left;
   overflow: hidden;
   clear: right;
   font-size: 11px;
}

.divBottomNav {
   position: absolute;
   top: 589px;
   height: 19px;
   width: 725px;
}

.divPageContent {
   height: 480px;
   overflow: auto;
   padding-top: 5px;
   padding-bottom: 5px;
   padding-left: 5px;
   padding-right: 5px;
}
.divPageContent table {
   line-height: 18px;
}
.divPageContent table td {
   font-size: 9pt;
}
.divPageContent a {
   color: #336699;
}

img {
   border-width: 0px;
}

#loading {  
    width             : 200px;  
    height            : 90px;  
    background-color  : #ff9900;  
    position          : absolute;  
    left              : 50%;  
    top               : 110;  
    margin-left       : -100px;  
    text-align        : center;  
    color             : #ffffff;  
    font-weight       : bold;  
    border            : 2px solid #333333;  
}  


