/* CSS Document */

table.listing
     {
     /*width: 100%;*/
     border-collapse: collapse;
     border: none;
     }


table.listing th, table.listing td
     {
     padding: 3px;
     border: 1px solid #ffffff;
     vertical-align: top;
     }

.l2
     {
     background-color: #cbcbcb;
     color: white;
     }

table.listing th
     {
     color: white;
     background-color: #B0B0B0;
     font-weight: bold;
     background-image: url('../images/tableheaderbg.png');

     }
     
table.listing th,table.listing td
     {
     line-height: 1.4em;
     }

.endCell
     {
     width: 98px;
     }

    
.farleftCell
     {
     width: 98px;
     text-align: center;
     }

.farleftCellNoWidth
     {
    
     }
     
.colRowCellGrey
     {
     background-color: #E6E6E6;
     }  




/*gallery css*/

.galleryThumbs a
     {
     display: block;
     float: left;
     padding: 12px;
     width: 98px;
     height: 98px;
     margin: 0px 0px 5px 5px ;
     
     }


