﻿@font-face {
	font-family: ptsansb;
	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: ptsansb, 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.playoffs td {
	border-top: 1px #bcd5e9 solid;
	border-bottom: 1px #bcd5e9 solid;
}
.teamtext {
	color: #aa0088 !important;
}
.spreadtext {
	font-style: italic;
	color: #aa0088 !important;
}
table td.teamname {
	font-size: 14px;
	text-align: left;
	padding: 2px;
	color: #000;
	background: #fff;
	border-top: 1px #bcd5e9 solid;
	border-bottom: 1px #bcd5e9 solid;
}
table.playoffs td.sked {
	padding: 3px 3px 3px 2px;
	color: #000;
	background: #fff;
	border-top: 1px #bcd5e9 solid;
	border-bottom: 1px #bcd5e9 solid;
}
table.playoffs td.todaysked, .todaysked {
	color: #aa0088;
}
table.playoffs th.sked {
	font-family: ptsansb, 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: ptsansb, arial, verdana, helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	background-color: #d8e6f2;
	color: #000;
}
input[type=submit], input[type=button] {
	cursor: pointer;
	font-family: ptsansb, arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	color: #0033cc;
	padding: 3px 6px;
	text-decoration: none;
	background-color: #d8e6f2;
	text-decoration: none;
	border: 1px solid #d8e6f2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0px 2px 4px #000;
	-webkit-box-shadow: 0px 2px 4px #000;
	-moz-box-shadow: 0px 2px 4px #000;
	-webkit-transition: background-color .4s;
	-moz-transition: background-color .4s;
	-o-transition: background-color .4s;
	-ms-transition: background-color .4s;
	transition: background-color .4s;
}
input[type=submit]:hover, input[type=button]:hover {
	cursor: pointer;
	color: #aa0096;
	border: 1px solid #d8e6f2;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	text-decoration: none;
	background-color: #fff;
}
.w2 {
	width: 2%;
}
.w3 {
	width: 3%;
}
.w4 {
	width: 4%;
}
.w5 {
	width: 5%;
}
.w6 {
	width: 6%;
}
.w7 {
	width: 7%;
}
.w8 {
	width: 8%;
}
.w9 {
	width: 9%;
}
.w10 {
	width: 10%;
}
.w11 {
	width: 11%;
}
.w12 {
	width: 12%;
}
.w13 {
	width: 13%;
}
.w14 {
	width: 14%;
}
.w15 {
	width: 15%;
}
.w16 {
	width: 16%;
}
.w17 {
	width: 17%;
}
.w18 {
	width: 18%;
}
.w19 {
	width: 19%;
}
.w27 {
	width: 27%;
}
.w28 {
	width: 28%;
}
.w30 {	
	width: 30%;
}
.w31 {	
	width: 31%;
}
.w32 {	
	width: 32%;
}
.spacer {
	width: 1px;
	background-color: #d8e6f2;
}
td.scoretext {
	font-family: courier new, arial, verdana, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-align: center;
}
td.wintext {
	color: #ca0000;
}