/*
 * nav
 */
div#centre-column-content table.month-nav {
  margin-top: 10px;
  margin-bottom: 5px;
}
table.month-nav h2 {
  color: #116027;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
}
table.month-nav td a {
  font-weight: bold;
  text-decoration: none;
}
table.month-nav td a:hover{
  text-decoration: underline;
}

/*
 * table
 */
div#centre-column-content table.month-view {
  width: 100%;
}
table.month-view th,
table.month-view td  {
  width: 80px;
  w\idth: 75px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 2px;
}
table.month-view th {
  background: #c4c6c8 url(/images/th-bg.gif) top left repeat-x;
  color: #116027;
  font-weight: bold;
  padding: 4px;
}
table.month-view td .thedate {
  text-align: right;
}
table.month-view td {
  background: #d1e7ce;
  height: 80px;
  he\ight: 72px;
  min-height: 72px;
  vertical-align: top;
  font-family: Tahoma;
}
table.month-view td.weekend {
  background: #badbb6;
}
table.month-view td.previous-month {
  background: #e3f1e2;
}
table.month-view td.next-month {
  background: #cae3c7;
}
table.month-view td.current-day {
  background: #fff;
}
table.month-view td ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
table.month-view td li {
  font-size: 0.9em;
  line-height: 1em;
  padding-top: 2px;
  padding-bottom: 2px;
  border-top: 1px solid #3d5d9b;
}
table.month-view td li a {
  display: block;
  color: #3d3d3d;
  text-decoration: none;
}
table.month-view td li a.fixture {
  color: #3d5d9b;
}
table.month-view td li a:hover {
  text-decoration: underline;
}
