.skeddiv {
	font-family: lfaxd, arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	width: 760px;
	color: #fff;
	background: #222;
	text-shadow: 1px 1px 1px #000;
	margin: 7px auto 20px;
	padding: 7px 15px 10px;
/*	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;*/
}
table.skedtable {
	font-family: arial, verdana, helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	color: #000;
	text-align: center;
	text-shadow: none;
	background: #fff;
	border: transparent;
}
table.skedtable td img {
	vertical-align: middle;
}
.teamtext {
	color: #0000ff;
}
table td.sked {
	font-weight: bold;
	color: #000;
	background-color: #fff;
}
table th.sked {
	font-family: arial, verdana, helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	align: center;
	background-color: #000;
	color: #fff;
}
table th.prereg {
	font-family: arial, verdana, helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	align: center;
	font-size: 12px;
	text-shadow: none;
	background-color: #ffffcc;
	color: #000;
}
table tr.sked {
	font-weight: bold;
	color: #000;
	background-color: #fff;
}
table td.byetext {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background: #000;
	border: 1px #bcd5e9 solid;
}
.alert {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
.tabletitle {
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
.tablefooter {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
.nfltablefooter {
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
.seriestable {
	width: 720px;
}
.seriesfooter {
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	background:#000
}
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: #fff;
	text-decoration: none;
	border: 1px solid #abc7e3;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-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 #abc7e3;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	text-decoration: none;
	border-radius: 6px;
	background-color: #fff;
}
input[class=closebutton], input[class=pmget] {
	font-family: exo2bold, arial, verdana, helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	padding: 3px 6px 4px;
	text-decoration: none;
	background-color: #fff;
	text-decoration: none;
	border: 2px solid #000;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: background-color .4s;
	-moz-transition: background-color .4s;
	-o-transition: background-color .4s;
	-ms-transition: background-color .4s;
	transition: background-color .4s;
}