
  /* Listing Template CSS */
  
  .commonList {
    border: 0;
    border-collapse: collapse;
    width: 100%;
    
  }
  
  .commonList td {
    vertical-align: top;
    padding: 0;
    margin: 0;
    
  }
  
  /* Listing Header Row */
  
  .commonList .headerRow {
    border-bottom: solid 1px #bdbdbd;
  }
  
  .commonList .headerRow td {
    font-size: 16px;
    font-weight: bold;
    padding: 2px 0 2px 8px;
    
  }
  
  /* */
  
  .commonList .imageCell {
    border-right: solid 1px #bdbdbd;
    text-align: right;
    white-space: nowrap;
    
  }
  
  .commonList .imageCell img {
    border: 0;
    margin: 6px 6px 6px 0;
    
  }
  
  .commonList .detailsCell {
    padding: 0 6px 0 8px;
    width: 100%;
    
  }
  
  .commonList .detailsCell .header {
    margin: 0 0 4px 0;
    padding: 0;
    
  }
  
  .commonList .detailsCell .header span {
    font-weight: bold;
    font-size: 14px;
    font-family: helvetica, sans-serif;
    color: #383838;
    text-decoration: none;
    
  }
  
  .commonList .detailsCell .header a:hover {
    text-decoration: underline;
    color: #383838;
    
  }
  
  .commonList .detailsCell .header .glyph {
    margin: 0 6px 0 0;
    
  }
  
  .commonList .detailsCell p {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 12px;
    font-family: helvetica, sans-serif;
    color: #383838;
    
  }
  
  .commonList .detailsCell .button {
    float: right;
    display: block;
    margin: 4px 0 0 0;
    padding: 3px 10px;
    background: #f4d31f;
    color: #333333;
    text-decoration: none;
    font-size: 11px;
    font-family: tahoma, sans-serif;
    font-weight: bold;
    
  }
  
  .commonList .detailsCell .alignLeft {
    float: left;
    
  }
  
  .commonList .detailsCell .redButton {
    background: #be0b1f;
    color: #ffffff;
    
  }
  
  .commonList .detailsCell .greenButton {
    background: #30a24b;
    color: #ffffff;
    
  }  
  
  .commonList .spacer {
    height: 10px;
    
  }
