﻿    .container {
       /* So the overflow scrolls */
       overflow:auto;
       /* Style */
       border: 0px solid black;            
    }
    .container table 
    {
       width:785px; 
      
    }     
    .container table th {
        /* Keep the header cells positioned as we scroll */
        position:relative;
                
        /* Style */
        /*color: #F7F6F3;*/
        background: #d4ccb4;
        font-weight: bold;
        border-bottom: solid 1px #fff;
        border-left: solid 0px #fff;
        text-align: center;
        padding-left:5px;      
        /*padding: 5px;*/
        font-variant: small-caps;
     }
            
    .container table th a {
        /* Style */
        color: #F7F6F3;           
    }            
            
    .container table
    {
        border-right: solid 0px #fff;
        border-top: solid 0px #fff;       
    }
         
            
    .container table tbody {
        /* For alignment of the scroll bar */
        overflow-x:hidden;
     }  
            
    .container table tbody tr td {
        /* Style */
        color: #333333;
        background: White;
        text-align: left;
        padding-left:3px;
        background-color: #e7e3d7 !important;
        border-bottom: solid 0px #fff;
        border-left: solid 0px #fff;
        padding: 5px;
    }
