/* CSS Document */

.stats { width: 96%; margin: 0 auto; border-collapse: collapse; }
.stats th { border-right: 1px solid #666666; border: 1px solid #666666;  }
.stats td { text-align: right; vertical-align: top; border: 1px solid #666666;  }
.statHeader { font-size: 120%; color: #ff6600; border-left: none !important; border-right: none !important; border-top: none !important; }
.color1 td { background-color: #707070; }
.team, .teamCol { text-align: left !important; width: 50%; }
.wins, .losses, .ties, .place{ width: 10%; }
.pct { width: 20% !important; }
.dataHdr th { background-color: #5f5f5f !important; }

.totals td { font-weight: bold; }
.totals td.name { text-align: left !important; }
.teamCol { width: 40% !important; }

