
  @media all 
  {
  
    /**
     * content element table formatting
     *
     * common settings
     *
     */
     
    table.contenttable {
      
      color: #999;
      font-weight: normal;
      width: 488px;
      border: 0;
      margin-bottom: -2px;
    }
    
    table.contenttable td {
      background: #ccc;
    }
    
    div#dbMainContentLeft .contenttable p {
      width:auto !important;
      margin: 5px 0px 5px 5px !important;
    }
    
    table.marginTop {
      margin-top: 20px;
    }
     
    /**
     * layout 0
     *
     *
     *
     */
     
    table.contenttable-0 {
      font-size: 70%;
    }
    
    table.contenttable-0 tr td {
      padding: 3px;
      text-align: center;
    }
    
    table.contenttable-0 td.td-0 {
      text-align: left !important;
      width: auto;
    }
    
    table.contenttable-0 td.td-1,
    table.contenttable-0 td.td-2,
    table.contenttable-0 td.td-3,
    table.contenttable-0 td.td-4,
    table.contenttable-0 td.td-5 {
      width: 40px !important;
    }
    
    /**
     * layout 1
     *
     *
     *
     */
     
    table.contenttable-1 {
      font-size: 70%;
    }
    
    table.contenttable-1 tr td {
      padding: 3px;
      text-align: center;
    }
    
    table.contenttable-1 td.td-0 {
      text-align: left !important;
      width: auto;
    }
    
    table.contenttable-1 td.td-1,
    table.contenttable-1 td.td-2,
    table.contenttable-1 td.td-3 {
      width: 56px !important;
    }
    
    /**
     * layout 2
     *
     *
     *
     */
     
    table.contenttable-2 {
      font-size: 70%;
    }
    
    table.contenttable-2 tr td {
      padding: 3px;
      text-align: center;
    }
    
    table.contenttable-2 td.td-0 {
      text-align: left !important;
      width: auto;
    }
    
    table.contenttable-2 td.td-1,
    table.contenttable-2 td.td-2 {
      width: 88px !important;
    }
    
    /**
     * layout 3
     *
     *
     *
     */
     
    table.contenttable-3 {
      font-size: 70%;
    }
    
    table.contenttable-3 tr td {
      padding: 3px;
      text-align: center;
    }
    
    table.contenttable-3 td.td-0 {
      text-align: left !important;
      width: auto;
    }
    
    table.contenttable-3 td.td-1 {
      width: 184px !important;
    }
    
    /**
     * special sites
     *
     *
     */
    body#db69 .td-1,
    body#db27 .td-1 {
      width: 40% !important;
    }
    
    body#db32 .td-1,
    body#db33 .td-1,
    body#db34 .td-1  {
      width: 35% !important;
    }
    
    body#db26 table.contenttable-0 td.td-1,
    body#db26 table.contenttable-0 td.td-2,
    body#db26 table.contenttable-0 td.td-3,
    body#db26 table.contenttable-0 td.td-4,
    body#db26 table.contenttable-0 td.td-5 {
      width: 44px !important;
    }
    
    body#db26 table.contenttable-1 td.td-1 {
      width: 252px !important;
    }
    
    body#db26 table.contenttable-3 td.td-1,
    body#db26 table.contenttable-3 td.td-2,
    body#db26 table.contenttable-3 td.td-3,
    body#db26 table.contenttable-3 td.td-4,
    body#db26 table.contenttable-3 td.td-5,
    body#db26 table.contenttable-3 td.td-6,
    body#db26 table.contenttable-3 td.td-7 {
      width: 35px !important;
    }
    
    body#db26 table.contenttable-3 td.td-last {
      width: 37px !important;
    }

  }
