 /* =============================================================================
Theatre Royal Winchester - Press Room
============================================================================= */

#content h2 {
  padding-bottom: 12px;
}

#content p {
  margin: 0 8px 17px 8px;
}

/* Table
============================================================================= */

#table {
  font: normal 11px Tahoma, Arial, sans-serif;
  color: #262626;
  padding-top: 8px;
}

  #table a {
    color: #5b5721;
    text-decoration: underline;
  }

  #table a:hover {
    color: #858148;
    text-decoration: none;
  }

  #table #top_row {
    height: 20px;
    border-bottom: 1px solid #c1c1c1;
  }

    #table #top_row a {
      background: url(../../img/global/icons/sort.gif) 8px 3px no-repeat;
      padding: 0 0 0 16px;
    }

  #table li {
    float: left;
  }

  #table #top_row #name {width: 491px; float: left;}
  #table #top_row #date {width: 98px; float: left;}

  #table .row {
    height: 1%;
    padding: 6px 0 5px 0;
    border-bottom: 1px solid #c1c1c1;
  }

  #table .alt {background-color: #f6f6f6;}

  #table .row .pic {
    width: 36px;
    padding: 0 0 0 8px;
    float: left;
    height: 30px;
    white-space: nowrap;
  }
  #table .row .pic a {
    background: url(/img/global/icons/image.gif) 0 0 no-repeat;
    display: block;
    height: 20px;
    border: 0;
    text-decoration: none;
  }
  #table .row .pic a.pdf {background: url(/img/global/icons/pdf.gif) 5px 0 no-repeat;}

  #table .row .name {font: normal 12px Arial, Verdana, sans-serif; width: 455px; float: left;}
  #table .row .date {width: 98px; float: left;}

    #table .row .book_tickets a {color: #8f8779;}

/* Pagination
============================================================================= */

p.showing {
  font: normal 11px Tahoma, Arial, sans-serif;
  margin: 0;
  padding: 17px 0 0 8px;
  float: left;
}

p.pagination {
  font: normal 11px Tahoma, Arial, sans-serif;
  color: #848383;
  margin: 0;
  padding: 17px 0 0 0;
  float: right;
}

  p.pagination strong {color: #262626;}