﻿@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.skedtable, 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;
}
.teamtext {
	color: #aa0088 !important;
}
table td.teamname {
	font-size: 14px;
	text-align: left;
	padding: 2px;
	color: #000;
	background-color: #fff;
	border-top: 1px #bcd5e9 solid;
	border-bottom: 1px #bcd5e9 solid;
}
table td.teamname img {
	text-align: left;
	padding-right: 3px;
}
table td.centname {
	font-size: 12px;
	text-align: center;
	padding: 2px;
	color: #000;
	background-color: #fff;
	border: 1px #bcd5e9 solid;
}
table td.sked {
	padding: 2px;
	color: #000;
	background-color: #fff;
	border-top: 1px #bcd5e9 solid;
	border-bottom: 1px #bcd5e9 solid;
	border-collapse: collapse;
}
table td.todaysked {
	color: #000;
	background-color: #ffe1ff;
	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;
}
table th.sked.largetext {
	font-size: 16px;
}
.alert {
	font-size: 16px;
	color: #000;
}
.teamheader {
	font-family: ptsansbold, arial, verdana, helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #000;
}
input[type=submit], input[type=button] {
	cursor: pointer;
	font-family: ptsansbold, 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;
}
span.blacktext {
	color: #000;
}
.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%;
}
.w20 {
	width: 20%;
}
.w25 {
	width: 25%;
}
.w27 {
	width: 27%;
}
.w30 {
	width: 30%;
}
.w35 {
	width: 35%;
}
.w36 {
	width: 36%;
}
.spacer {
	width: 1px;
	background-color: #d8e6f2;
}
div.mlbcolumn {
	float: left;
	width: 465px;
	text-align: center;
	padding: 0 0 0 12px;
	list-style-type: none;
}
div.mlbsingle {
	margin: 10px auto 0;
	width: 300px;
	text-align: center;
	padding: 0;
	list-style-type: none;
}
div.mlbdouble {
	float: left;
	width: 450px;
	text-align: center;
	padding: 0 0 0 324px;
	list-style-type: none;
}
.mlbtable {
	width: 450px;
	font-size: 12px;
	background-color: #fff;
	border: 1px solid #bcd5e9;
	margin: 5px 0;
	box-shadow: 0px 3px 5px #000;
	-webkit-box-shadow: 0px 3px 5px #000;
	-moz-box-shadow: 0px 3px 5px #000;
}
.mlbtable a {
	font-size: 14px;
	font-weight: normal;
	color: #aa0088;
	color: #0033cc;
}
.mlbtable a:hover {
	color: #0033cc;
	color: #aa0088;
	text-decoration: underline;
}
td.mlbname {
	width: 155px;
	font-size: 16px;
	color: #000;
	padding: 0;
	text-align: left;
}
td.mlbname img {
	float: left;
	padding-right: 7px;
}
td.mlbscore {
	font-family: courier new, arial, verdana, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold; 
	color: #000;
	padding: 0;
	text-align: center;
	border-top: 1px #bcd5e9 solid;
	border-bottom: 1px #bcd5e9 solid;
}
td.mlbdesc {
	font-size: 14px;
	color: #000;
	padding: 0 0 3px;
	width: 100px;
	text-align: center;
}
#scorefooter2 {
	clear: both;
	margin: 0 0 10px;
	padding: 0;
}