#StandingsContainer { 
	margin:				auto;
	cursor:				default;
	}
#StandingsContainer tr { 
	height:				25px;
	}

#StandingsContainer abbr {
	cursor:				default;
	}
#StandingsContainer .Header {
	font-weight:		bold;
	background-color:	transparent;
	color:				#000000;
	}

#StandingsContainer .Rank {
	width:				30px;
	}
#StandingsContainer .Played {
	width:				18px;
	}
#StandingsContainer .Wins {
	width:				18px;
	}
#StandingsContainer .Draws {
	width:				18px;
	}
#StandingsContainer .Losses {
	width:				18px;
	}
#StandingsContainer .GoalDifference {
	width:				35px;
	}
#StandingsContainer .Points {
	width:				23px;
	}
#StandingsContainer .TruthRanking {
	width:				23px;
	}
.standingsContainer #U {
	font-weight:		bold;
	}

.standingsContainer .type_1 {
	background-color:	#007700;
	color:				#FFF;
	}
#StandingsContainer.standingsContainer .type_1 {
	background-color:	#D2FFD2;
	color:				#555;
	}
.standingsContainer .type_1_Over {
	background-color:	#50AF30;
	color:				#FFF;
	}
.standingsContainer .type_1 td,
.standingsContainer .type_1_Over td {
	border-bottom:		1px solid #777;
	}

#StandingsContainer.standingsContainer .type_1 td,
#StandingsContainer.standingsContainer .type_1_Over td {
	border-bottom:		1px solid #777;
	}

.standingsContainer .type_2 {
	background-color:	#6CCD4B;
	color:				#FFF;
	}
.standingsContainer .type_2_Over {
	background-color:	#8FD977;
	color:				#FFF;
	}
.standingsContainer .type_2 td,
.standingsContainer .type_2_Over td {
	border-bottom:		1px solid #777;
	}
.standingsContainer .type_3 {
	color:				#FFF;
	}

#StandingsContainer.standingsContainer .type_3 {
	color:				#555;
	}

.standingsContainer .type_3_Over {
	color:				#555;
	background-color:	#F2F2F2;
	}
.standingsContainer .type_3 td,
.standingsContainer .type_3_Over td {
	border-bottom:		1px solid #777;
	}
.standingsContainer .type_4 {
	background-color:	#D20000;
	color:				#FFF;
	}
#StandingsContainer.standingsContainer .type_4 {
	background-color:	#FFDDDD;
	color:				#555;
	}
.standingsContainer .type_4_Over {
	background-color:	#F22;
	color:				#FFF;
	}
.standingsContainer .type_4 td,
.standingsContainer .type_4_Over td {
	border-bottom:		1px solid #777;
	}

#StandingsContainer.standingsContainer .type_4 td,
#StandingsContainer.standingsContainer .type_4_Over td {
	border-bottom:		1px solid #777;
	}
