﻿@font-face {
	font-family: ptsansbold;
	src: url('./fonts/PTSans-Bold.eot') format('embedded-opentype');
	src: url('./fonts/PTSans-Bold.eot?#iefix') format('embedded-opentype'),
		 url('./fonts/PTSans-Bold.ttf') format('truetype');
}
table.choose {
	margin: 0 auto;
	text-align: center;
}
table.playoffs {
	margin: 5px auto 0;
	width: 950px;
	font-family: ptsansbold, arial, verdana, helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	text-align: center;
	text-shadow: none;
	background: #fff;
	border: 1px #bcd5e9 solid;
	border-spacing: 0;
	box-shadow: 0px 3px 5px #000;
	-webkit-box-shadow: 0px 3px 5px #000;
	-moz-box-shadow: 0px 3px 5px #000;
}
table td.sked {
	padding: 2px;
	color: #000;
	background-color: #fff;
	border: 1px #bcd5e9 solid;
}
table th.sked {
	font-family: ptsansbold, arial, verdana, helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	text-align: center;
	background-color: #d8e6f2;
	color: #000;
}
.alert {
	font-size: 16px;
	color: #000;
}
.teamheader {
	font-family: ptsansbold, arial, verdana, helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #aa0088;
}
td.scoretext {
	font-family: courier new, arial, verdana, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #000;
}
span.wintext {
	color: #aa0088;
}
span.spreadtext, .spreadtext {
	font-style: italic;
	color: #aa0088 !important;
}
.w9 {
	width: 9%;
}
.w10 {
	width: 10%;
}
.w11 {
	width: 11%;
}
.w15 {
	width: 15%;
}
.w18 {
	width: 18%;
}
.w24 {
	width: 24%;
}
.w26 {
	width: 26%;
}
.txtleft {
	text-align: left;
}
.txtcent {
	text-align: center;
}
.notes {
	font-size: 10px;
	text-align: center;
}