﻿@font-face {
	font-family: patua;
	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');
/*	src: url('http://pizzamanspages.com/fonts/patua.eot') format('embedded-opentype');
	src: url('http://pizzamanspages.com/fonts/patua.eot?#iefix') format('embedded-opentype'),
		 url('http://pizzamanspages.com/fonts/patua.ttf') format('truetype');*/
}
table.choose {
	margin: 0 auto;
	text-align: center;
}
table.skedtable {
	margin: 5px auto 0;
	width: 950px;
	font-family: patua, arial, verdana, helvetica, sans-serif;
	font-style: normal;
	font-size: 13px;
	font-weight: normal;
	color: #000;
	text-align: center;
	text-shadow: none;
/*	background: #ffffff url('NFLPNGHelmets/ind_lg.png') center center no-repeat;*/
	background: #fff;
	border: 1px #bcd5e9 solid;
	border-collapse: collapse;
	border-spacing: 0;
	box-shadow: 0px 3px 5px #000;
	-webkit-box-shadow: 0px 3px 5px #000;
	-moz-box-shadow: 0px 3px 5px #000;
}
table.seriestable {
	margin: 0 auto;
	width: 950px;
	font-family: patua, arial, verdana, helvetica, sans-serif;
	font-style: normal;
	font-size: 13px;
	font-weight: normal;
	color: #000;
	text-align: center;
	text-shadow: none;
	background: #fff;
	border: 1px #bcd5e9 solid;
	border-collapse: collapse;
	border-spacing: 0;
	box-shadow: 0px 3px 5px #000;
	-webkit-box-shadow: 0px 3px 5px #000;
	-moz-box-shadow: 0px 3px 5px #000;
}
.sked a {
	font-family: patua, arial, verdana, helvetica, sans-serif;
	font-size: 13px;
	color: #0033cc;
	text-align: center;
	text-decoration: none;
}
.sked a:hover {
	color: #aa0096;
	text-decoration: underline;
}
.teamheader {
	font-family: patua, arial, verdana, helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #000;
	margin: 0;
}
.teamtext {
	color: #aa0088 !important;
	margin: 0;
}
table td.sked, table tr.sked {
	font-size: 13px;
	color: #000;
	background: transparent;
	border: 1px #bcd5e9 solid;
	border-collapse: collapse;
}
table td.byecolor {
	font-size: 14px;
	color: #000;
	background-color: #eaffea;
	border: 1px #bcd5e9 solid;
	border-collapse: collapse;
	line-height: 40px;
}
table td.notecolor {
	font-size: 12px;
	color: #000;
	background-color: #eaffea;
	border: 1px #bcd5e9 solid;
	border-collapse: collapse;
}
table th.sked {
	font-family: patua, arial, verdana, helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	text-align: center;
	margin: 0 auto;
	background-color: #d8e6f2;
	color: #000;
	border: 1px #bcd5e9 solid;
	border-collapse: collapse;
}
table td.todaysked {
	background-color: #ffffdf;
}
.sked.scoretext, .sked.scoretext a {
	font-family: courier new, arial, verdana, helvetica, sans-serif;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #000;
/*	padding-right: 5px;*/
}
.sked.preview a {
	font-family: patua, arial, verdana, helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	font-size: 12px;
	color: #0033cc;
}
table td.seriesscore {
	font-family: courier new, arial, verdana, helvetica, sans-serif;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #000;
/*	padding-right: 25px;*/
	border: 1px #bcd5e9 solid;
	border-collapse: collapse;
}
table td.seriesscore a {
	font-family: courier new, arial, verdana, helvetica, sans-serif;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	border: none;
}
table th.prereg {
	font-family: patua, arial, verdana, helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	align: center;
	font-size: 14px;
	text-shadow: none;
	background-color: #ffffdf;
	color: #000;
	border: 1px #bcd5e9 solid;
	border-collapse: collapse;
}
table td.byetext {
	margin: 0 auto;
	text-align: center;
	font-size: 13px;
	color: #000;
	background: #ffe8ff;
	border: 1px #bcd5e9 solid;
	border-collapse: collapse;
}
.alert {
	font-family: patua, arial, verdana, helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}
select {
	font-weight: bold;
}
input[type=submit], input[type=button] {
	font-family: patua, 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: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	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 {
	color: #aa0096;
	border: 1px solid #d8e6f2;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	text-decoration: none;
	border-radius: 6px;
	background-color: #fff;
}
.txtlft {
	text-align: left;
}
.txtrgt {
	text-align: right;
}
.txtctr {
	text-align: center;
	margin: 0;
}
.spreadtext {
/*	font-family: courier new, arial, verdana, helvetica, sans-serif;*/
	text-align: right;
	font-size: 13px;
/*	font-weight: bold;*/
	font-style: italic;
	color: #b50000;
}
.nfltoday {
	font-size: 13px;
	color: #000;
	text-align: center;
	background-color: #ffe1ff;
	border: 1px #bcd5e9 solid;
	border-collapse: collapse;
}
.w7 {
	width: 7%;
}
.w9 {
	width: 9%;
}
.w10 {
	width: 10%;
}
.w12 {
	width: 12%;
}
.w14 {
	width: 14%;
}
.w30 {
	width: 30%;
}
.w31 {
	width: 31%;
}