﻿@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: 900px;
	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;
}
img.flag {
	border: 1px #999999 solid;
}
.alert {
	font-size: 16px;
	color: #000;
}
.teamheader {
	font-family: ptsansbold, arial, verdana, helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	background-color: #d8e6f2;
	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: #ca0000;
}
span.spreadtext, .spreadtext {
	font-style: italic;
	color: #aa0088 !important;
}
.w9 {
	width: 9%;
}
.w10 {
	width: 10%;
}.w11 {
	width: 11%;
}.w18 {
	width: 18%;
}.w26 {
	width: 26%;
}
.txtleft {
	text-align: left;
}
.purpleback {
	background-color: #ffe8ff;
}
span.purplescore {
	font-weight: bold;
	color: #aa0088;
}