﻿/* 
-------------------------------------------------------
	standingsTable CSS 
------------------------------------------------------- 
*/
 
ul.leagueStandings { float: left; width: 100%; list-style: none; }
ul.leagueStandings li { float: left; width: 50%; }
table.standings { margin: auto; width: 300px; text-align: center; border-collapse: collapse; }
table.standings td { padding: 1px 2px; margin: 1px 0px 0px 1px; }
td.teamName { text-align: left; }
tr.slotRow { background-color: #FFEAC3; }
tr.divider { border-style: solid; border-width: 1px 0px 0px 0px; border-color: #000000; margin-top: 1px; }

tr.conf1header { background: #0000CC; color: #FFFFFF; font-weight: bold; }
tr.conf2header { background: #CC0000; color: #FFFFFF; font-weight: bold; }
tr.conf1slotRow { background-color: #CCCCFF; }
tr.conf2slotRow { background-color: #FFCCCC; }