
table.standings {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px;
}
table.standings caption,
table.standings tr.conference th {
	font-size: 8.5pt;
	background-color: #c75505;
	border: 1px solid #bfc2c4;
	color: #ffffff;
	padding: 2px 4px;
	text-align: left;
	font-weight: bold;
	margin-left: -1px !important;
	margin-left: 0;
}
table.standings tr.spacer th {
	border-left: none;
	border-right: none;
	background-color: transparent;
	height: 20px;
	border-bottom: none;
}
table.standings th,
table.standings td {
	border: 1px solid #bfc2c4;
	text-align: right;
	padding: 1px 4px;
	font-size: 8.5pt;
}
table.standings th {
	background-color: #505055;
	color: #ffffff;
	font-weight: bold;
	text-align: right;
}
table.standings th.division {
	background-color: #330000;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
}
table.standings tr td.teamName,
table.standings tr th.teamName {
	text-align: left;
}
table.standings tr.even td {
	background-color: #e4e9ea;
}
table.standings tr:hover td {
	background-color: #f9c96c;
}
table.standings th abbr {
	text-decoration: none;
}





