    .listing {
           /*   width: 520px;*/
              } 
    
     .listing tr td {
              background: #EEEEEE;
              padding: 5px;
              vertical-align: top;
              border-bottom: 1px solid #cbcbcb;              
              }

     tr.alt td {
            background: #F8f8f8;
    
           }
           
    tr.header td  {
          
                  background: #c0c0c0;
                  font-weight: bold;
                  color: #FFFFFF
                  }
                  
    tr.dotted td {
                  border-bottom: 1px dotted #CCC;
                  vertical-align: middle;
                  }
    
    tr.secondrow  {
                  font-size: .9em;
                  }
                  
    td.border-left, th.border-left {
                    border-left: 1px solid #FFF;
                    
                    }
    
    td.border-right, th.border-right {
                    border-right: 1px solid #FFF;
                    width: 80px;
                    }
    
    table.sublisting {padding-bottom: 10px;
    }                
                    
    table.sublisting tr td, table.sublisting tr th  {
                        padding: 3px;
                  }
                  
    tr.sublistingrow td {
                        border-bottom: 1px solid #FFFFFF;
                        }
                        
    table.sublisting tr th  {
                        border-bottom: #cbcbcb 1px solid;
                      
                        
                  }

                  
    ul.sublistingmode {
                      margin: 0px;
                      padding: 0px;
                      }
                      
    ul.sublistingmode li{ 
                      display: block;                     
                      margin-right: 10px;
                      margin-left: 10px;
                      list-style-type: none;
                      }
    

