/************** BOX SCORE **************/
a {
  color: #283e6b;
}

a:hover {
  color: #C10435;
}

h2 {
  background-color: #333333;
}

.boxscore {
  width: 720px;
}

.score {
  width: 720px;
}

.information {
  width: 720px;
  border: 1px solid  #333333;
  background-color: #a7a9ac;
}

.teamScore {
  font-size: 30px;
  line-height: 30px;
  text-align: center;
}

.summary {
  width: 720px;
  border: 1px solid  #333333;
  background-color: #999999;
}


.leaderSummary {
  width: 170px;
  border: 1px solid  #333333;
  background-color: #999999;
}

.teamSummary {
  width: 350px;
  border: 1px solid  #333333;
  background-color: #999999;
}

.teamHeader td{
  background-color: #333333;
  color: #FFFFFF;
  text-transform: uppercase;
  /* font-weight: bold; */
  padding: 2px 10px;
}

.teamHeader a {
  color: #a7a9ac;
}

.teamHeader a:hover {
  color: #C10435;
}


.bioHeader {
  background-color: #333333;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: bold;
}

.bioHeader a {
  color: #a7a9ac;
}

.bioHeader a:hover {
  color: #C10435;
}

.header td{
  background-color: #283e6b;
  font-size: 10px;
  text-align: center;
  text-transform: uppercase;
}

.header a{
  color: #A7A9AC;
}

.header a:hover {
  color: #C10435;
}

.boxscoreStats {
  text-align: center;
}

.boxscoreStats-row0 {
  text-align: center;
  background-color: #A7A9AC;
}

.boxscoreStats-row1 {
  text-align: center;
}

.sort {
  background-color: #555555;
  color: #FFFFFF;
}

/*
.boxscoreStats:hover {
  background-color: #eeeeee;
  color: #000000;
}
*/

.player {
  text-align: left;
  font-weight: bold;
}

.date {
  text-align: left;
}

.totals {
  font-weight: bold;
  text-align: center;
}





.stats-header td{
  background-color: #333333;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: bold;
  padding: 2px 10px;
}

.schedule-header td{
  background-color: #333333;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: bold;
  padding: 2px 10px;
}