/* =============================================================================
Theatre Royal Winchester - Team
============================================================================= */

ul#tabs {
  background: url(../../img/global/backgrounds/tabs.gif) 0 0 repeat-x;
  height: 32px;
  padding: 0 8px;
}

  ul#tabs li {float: left; margin: 0 2px 0 0;}

  ul#tabs li a {
    display: block;
    height: 32px;
    cursor: pointer;
  }

  ul#tabs li a#about_us {background: url(../../img/autumn/tabs/about/about_us.gif) 0 -32px no-repeat; width: 92px;}
  ul#tabs li a#history {background: url(../../img/autumn/tabs/about/history.gif) 0 -32px no-repeat; width: 81px;}
  ul#tabs li a#the_team {background: url(../../img/autumn/tabs/about/the_team.gif) 0 -32px no-repeat; width: 97px;}
  ul#tabs li a#the_board {background: url(../../img/global/buttons/the_board.gif) 0 -32px no-repeat; width: 97px;}

  ul#tabs li a#about_us_active {background: url(../../img/autumn/tabs/about/about_us.gif) 0 0 no-repeat; width: 92px;}
  ul#tabs li a#history_active {background: url(../../img/autumn/tabs/about/history.gif) 0 0 no-repeat; width: 81px;}
  ul#tabs li a#the_team_active {background: url(../../img/autumn/tabs/about/the_team.gif) 0 0 no-repeat; width: 97px;}
  ul#tabs li a#the_board_active {background: url(../../img/global/buttons/the_board.gif) 0 0 no-repeat; width: 97px;}

.team {
  margin: 20px 0 0 0;
}
.team_top {margin-top: 26px;}

.team td {
  padding: 0;
  margin: 0;
  vertical-align: top;
  background-color: #8f8779;
}

.team td.space {width: 20px; background: #FFFFFF;}

.team td div {
  color: #ece7df;
  font: normal 11px Tahoma, Arial, sans-serif;
  text-align: center;
  padding: 0;
  margin: 0;
}

.team td.end {
  padding: 0 0 20px 0;
}

.team td p {
  margin: 3px 0 0 0;
  padding: 0 0 13px 0;
  width: 117px;
}

.team td span {
  color: #fff;
  font: normal 12px Arial, Helvetica, sans-serif;
}

.team td a {
  color: #fff;
  text-decoration: underline;
}

.team td a:hover {text-decoration: none;}

