/* TEAM-STATS */

table.team-stats {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 600px;
}

table.team-stats tr:hover {
	background-color: #363636;
}

table.team-stats td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding: 3px 3px 3px 5px;
	border: 1px solid #3f3f3f;
	text-align: right;
}

table.team-stats td.player {
	width: 90px;
	text-align: left;
}

table.team-stats tr.cat {
	text-transform: uppercase;
	color: #636363;
}

	table.team-stats tr.cat:hover {
		background: none;
	}

table.team-stats tr.totals {
	background: #4c4c4c;
	font-weight: bold;
	color: white;
}

	table.team-stats tr.totals td {
		line-height: 20px;
	}
	
table.team-stats tr.opponents {
	background: #262626;
	font-weight: bold;
	color: white;
}

	table.team-stats tr.opponents td {
		line-height: 20px;
	}
	
table.team-stats td.points {
	font-weight: bold;
	background-color: #252525;
	color: #e7e7e7;
}

table.team-stats td.dyne-rating {
	background-color: #2d2d2d;
	font-style: italic;
	color: #636363;
}

table.team-stats tr.fgrebs {
	color: #4c4c4c;
	text-align: center;
	text-transform: uppercase;
}

	table.team-stats tr.fgrebs td {
		border: none;
		text-align: center;
	}
	
	
	
	
	