table.scoreboard {
  border: 2px solid #CF372F;
  border-collapse: collapse;
}

table.standings, table.schedule {
  border-width: 0px;
  border-collapse: collapse;
  width: 730px;
}

table.standings td, table.schedule td {
  padding: 1px 4px;
  font-size: 11px;
}

table.schedule tr.date{
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #CF372F;
  text-align: center;
  text-transform: uppercase;
}

table.standings tr.title, table.schedule tr.title {
  font-size: 14px;
  font-weight: bold;
  color: #336699;
  border-bottom: 1px solid red;
  text-align: center;
  text-transform: uppercase;
}

table.standings tr.header, table.schedule tr.header {
  font-size: 12px;
  font-weight: bold;
}

table.standings tr.row0, table.standings tr.row1 {
}

table.standings tr.row0 {
}

table.standings tr.row1 {
}

table.standings td.team {
}

table.standings a, table.schedule a {text-decoration: none;}
table.standings a:link, table.schedule a:link {color: #CF372F}     /* unvisited link */
table.standings a:visited, table.schedule a:visited {color: #CF372F}  /* visited link */
table.standings a:hover, table.schedule a:hover {color: #336699}   /* mouse over link */
table.standings a:active, table.schedule a:active {color: #336699}   /* selected link */

table.standings td.conf {
}

table.standings td.overall {
}

table.schedule td.inprogress {
  background-color: #FFFF66;
}

table.schedule tr.conf {
  font-weight: bold;
}

table.schedule tr.overall {
}

table.schedule td.result {
}

/************/
table#d3s-include td {
  padding: 1px 4px;
  font-size: 11px;
}

#d3s-include a:link {color: #CF372F}
#d3s-include a:visited {color: #CF372F}
#d3s-include a:hover {color: #336699}
#d3s-include a:active {color: #336699}


