.title {
  font-weight: bold;
  text-align: left;
  font-size: x-large;
}

table.box { 
  border-collapse: collapse; 
  background: white; 
  width: 100%; 
  margin: 0px;
  padding: 2px;
  }

td.box { 
  border-collapse: separate; 
  /* background: white;  */
  padding: 2px;
  }

th.box { 
  border-collapse: separate; 
  /* background: white;  */
  padding: 2px;
  }

tr.box:first-child th.box { 
  background: #FF8E1D;
  text-align: left;
  font-weight: bold;
	border: solid 1px #000;
  padding: 0px;
  }
  
tr.box:first-child td.box {
  background: #FF8E1D;
  text-align: left;
  font-weight: bold;
	border: solid 1px #000;
  }
  
 img {
  vertical-align:middle;
}
  
 img.player {
 border: solid 1px #000;
  vertical-align:middle; 
  background-image:  url("/images/ice_mini.jpg");
  max-width: 56px;
}

img.leagueLogo{
  vertical-align:middle;
  height: 50px;
}

img:hover.leagueLogo{
	outline: 1px solid black; 
  /* border: solid 1px #000; */
}

img.teamLogo{
  vertical-align:middle;
  height: 50px;
  width: 50px;
}

img:hover.teamLogo{
	outline: 1px solid black; 
  /* border: solid 1px #000; */
}

img.teamLogo2{
  vertical-align:middle;
  width: 30px;
}

td.status3 {
	background: white;
	border: solid 1px #000;
}

td.status2 {
	background: lightgrey;
	border: solid 1px #000;
}

td.status1 {
	background: lime;
	border: solid 1px #000;
}

td.status0 {
	background: lightyellow;
	border: solid 1px #000;
}

td.statusOut {
	background: red;
	border: solid 1px #000;
}

tr.even:nth-child(2n+1) {
    background-color: #DDDDDD;
}
  