/* CSS Document */

body {
}

div.schedule {
  width: 600px;
}

div.schedule h1 {
  background-color: #9F4506;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt;
  color: #FFFFFF;
  text-align: center;
  margin: 7pt 0 12pt 0;
  padding: 2pt 0 2pt 0;
}

div.schedule table.games {
  width: 600px;
}

div.schedule table.games td {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  padding: 2pt 2pt 3pt 2pt;
  border-bottom: solid #CCCCCC 1pt;
  line-height: 8pt;
}

div.schedule table.games th {
  font-family:Arial, Helvetica, sans-serif;
  font-size:9pt;
  color:#666666;
  text-align:left;
  padding: 0 0 5px 4px;
  border-bottom:solid #000000 1pt;
}

div.schedule tr.on td {
  background-color: #E6E6E6;
}

