.Bold { font-weight: bold; }
.Italic { font-style: italic; }
.BoldItalic {
	font-weight: bold;
	font-style: italic;
}
.Underline {
	text-decoration: underline;
}
.BoldUnderline {
	font-weight: bold;
	text-decoration: underline;
}

.White { color: #FFF; }
.White10 {
  color: #FFF;
  font-size: 10px;
}
.White11 {
  color: #FFF;
  font-size: 11px;
}
.White12 {
  color: #FFF;
  font-size: 12px;
}
.White14 {
  color: #FFF;
  font-size: 14px;
}
.White16 {
  color: #FFF;
  font-size: 16px;
}
.White18 {
  color: #FFF;
  font-size: 18px;
}
.White24 {
  color: #FFF;
  font-size: 24px;
}

.Black { color: #333; }
.Black10 {
  color: #333;
  font-size: 10px;
}
.Black11 {
  color: #333;
  font-size: 11px;
}
.Black12 {
  color: #333;
  font-size: 12px;
}
.Black14 {
  color: #333;
  font-size: 14px;
}
.Black16 {
  color: #333;
  font-size: 16px;
}
.Black18 {
  color: #333;
  font-size: 18px;
}
.Black24 {
  color: #333;
  font-size: 24px;
}

.bgWhite { background-color: #fff; }
.bgGrey { background-color: #333; }
.bgLight { background-color: #f5f5f5; }
.bgMain { background-color: #265ca2; }

div.TextCentered {
	text-align: center;
}
div.TextRight {
	text-align: right;
}
div.Sep {
  width: 100%;
  height: 1px;
  background-color: #ddd;
  margin-top: 10px;
  margin-bottom: 20px;
}

fieldset { 
  border: 1px solid #333;
  background-color: #fff;
}
fieldset legend {
	border: 1px solid #333;
	background-color: #265ca2;
	color: #fff;
	padding: 2px 5px 2px 5px;
}
.tdHeader { background-color: #265ca2; }
table.Center {
  margin-left: auto;
  margin-right: auto;
}
td.Top {
	vertical-align: top;
}
td.TopCenter {
	vertical-align: top;
	text-align: center;
}
td.TopRight {
	vertical-align: top;
	text-align: right;
}
td.Bottom {
	vertical-align: bottom;
}
td.Center {
	text-align: center;
}
td.Left {
	text-align: left;
}
td.Right {
	text-align: right;
}
td.BottomRight {
	vertical-align: bottom;
	text-align: right;
}

.box-radius {
  border-radius: 5px;
}

.box-shadow {
  box-shadow: 4px 4px 4px rgba(0,0,0,.2);
}

.nowrap {
  white-space: nowrap;
}

.tooltip { cursor: help; }

.nhlPictures {
  width: 90px;
  height: 90px;
  border: 0;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 2px 3px 1px #ddd;
}
.nhlPicturesDetails {
  width: 113px;
  height: 113px;
  border: 0;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 2px 3px 1px #ddd;
}

.depthStats {
  text-align: center;
}

.TradeTeamName {
	font-size: 18px;
}
