.oddRow {
	background-color: #F6F6F6;	
}

.evenRow {
	background-color: #FFFFFF;	
}

.clear {
	clear: both;
}

.game {
	vertical-align: center;
	height: 25px;
}

.game_colored {
	background-color: #F6F6F6;
	vertical-align: middle;
	height: 25px;
}

.game_date, .game_round, .game_team, .game_result, .game_updated {
	width: 140px;
	overflow: hidden;
	float: left;
	height: 25px;
}

.game_round {
	width: 200px;
}

.game_result {
	width: 50px;
	text-align: center;
}

.game_updated {
	width: 120px;
}


