/* 
* CSS Document
* table.css
* 
* Author    :   Greg Merriman
* Created   :   Sun 12 Aug 2007
* Modified  :   Sat 18 Aug 2007
*/

/* styles for pages with tables for bryncricketclub.co.uk */


/*----------[fixtures and results table styles]----------*/

table
{
  font-size: 1.2em;
  border: solid 1px #666;
  border-collapse: collapse;
}

caption
{
  display: none;
}

th
{
  padding: 0.8em 1.0em;
  background-color: #ccc;
}

th, td
{
  border-right: solid 1px #666;
  border-bottom: solid 1px #666;
}

td
{
  padding: 0.6em 1.0em;
  text-align: center;
}


/*----------[fixtures table styles]----------*/

#fixtureTable
{
  margin: 2.0em 0 2.0em 0;
}

tr.tableMidweek
{
  color: #444;
  background-color: #eee;
}

tr.tableMidweek:hover
{
  color: #000;
  background-color: #aaa;
}

tr.tableSaturday
{
  color: #000;
  background-color: #ddd;
}

tr.tableSaturday:hover
{
  color: #000;
  background-color: #999;
}

td.opponents
{
  text-align: left;
}


/*----------[league table styles]----------*/

#leagueTable
{
  margin: 2.0em 0 2.0em 0;
}

#leagueTable tr:hover
{
  color: #000;
  background-color: #bbb;
}

#leagueTable tr.bryn
{
  background-color: #ddd;
  text-transform: uppercase;
}

#leagueTable tr.bryn:hover
{
  color: #000;
  background-color: #999;
}

#leagueTable tr td.team
{
  text-align: left;
}


/*----------[honours board table styles]----------*/

#honoursBoard
{
  margin: 2.0em 0 2.0em 0;
}

td.name
{
  font-weight: bold;
  text-align: left;
}

td.honour
{
  font-weight: bold;
  font-style: italic;
}
