/* Gthumb "Flicker" layout */

  table.properties {
    margin-top: 1em;
    padding: 5px;
    border: 1px solid #e3e3e3;
    background: #f3f3f3;
    font-size: 9pt;
    color: #b7b3b3;
    border-collapse: collapse;
  }

  table.properties tr td {
    border-bottom: 1px solid #e3e3e3;
    padding: 3px 4px 3px 4px;
  }

  table.thumbnails {
    border-collapse: collapse;
    padding: 0;
    margin: 0px;
  }

  tr.tr_index {
    text-align: center;
    vertical-align: top;
  }

  td.td_index {
    width: 95px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #e3e3e3;
    padding: 7px;
  }

  div.nav_bar {
    padding: 3px;
    border: 1px solid #e3e3e3;
    background: #f3f3f3;
  }

  div.page_nav_bar {
    text-align: left;
    margin-bottom: 5px;
  }

  div.page_nav_bar, div.nav_bar, div.nav_bar table {
    font-size: 7pt;
  }

  td.nav_button_preview, td.nav_button_up {
    width: 50px; 
    height: 50px; 
    padding: 0px;
    text-align: center;
    vertical-align: middle;
  }

  div.copyright {
    padding-top: 25px;
  }

  div.comment {
    text-align: left;
    padding: 5px;
    border: 1px solid #e3e3e3;
    background: #f3f3f3;
    font-size: 9pt;   
  }

  div.preview_comment {
    padding-top: 10px;
    padding-bottom: 15px;
    width: 500px;
  }

  td.title {
    text-align: center;
  }

  div.title {
    font-size: 12pt;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e3e3e3;
  }

  span.page_index {
    font-size: 9pt;
    padding-left: 5px;
    padding-right: 5px;
  }

  img.thumbnail {
    border: 0px;
  }

  div.preview {
  }

  table.nav_thumb {
    border-collapse: collapse;
    width: 90px; 
    height: 90px;
    margin: auto;
    padding: 0px;
    border: 0px solid #e3e3e3;
  }

  table.nav_thumb tr, table.nav_thumb tr td {
    text-align: center;
    vertical-align: middle;
    border: 0px;
    margin: 0px;
    padding: 0px;
  }
