
.tournament_list, .tournament_standings, .tournament_games_list {
	position: relative;
	width: 100%;
	font-variant: small-caps;
}

.tournament_list .tournament_row, .tournament_games_list .tournament_game_row {
	position: relative;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 32px;
	border: 1px solid #FFF;
	border-bottom: 1px solid #DDD;
}

.tournament_list .tournament_row:hover {
	background-color: #f8e7e7;
	border: 1px solid #dbbebe;
}

.tournament_list .tournament_other {
	position: absolute;
	top: 2px;
	right: 2px;
	font-size: 12px;
	color: #888;
	text-align: right;
}

.tournament_list .tournament_title {
	position: absolute;
	left: 4px;
	font-size: 20px;
	width: 400px;
	overflow: hidden;
	height: 20px;
	top: 2px;
}

.tournament_list .tournament_options {
	position: absolute;
	left: 4px;
	top: 30px;
	height: 16px;
	width: 280px;
	font-size: 12px;
	border: 1px solid #CCC;
	margin: 0px;
	background-color: #EAEAEA;
}

.tournament_standings .tournament_row {
	position: relative;
	left: 0px;
	font-size: 16px;
	height: 25px;
}

.tournament_standings .tournament_row_expanding {
	position: relative;
	left: 0px;
	font-size: 16px;
}

.tournament_standings .tournament_row_left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 25%;
	font-size: 14px;
}

.tournament_standings .tournament_row_middle {
	position: absolute;
	color: #000;
	top: 0px;
	left: 25%;
	width: 45%;
}

.tournament_standings .tournament_row_right {
	position: absolute;
	top: 0px;
	left: 70%;
	width: 30%;
	text-align: right;
	font-size: 12px;
}

.tournament_standings .tournament_row_middle_long {
	position: absolute;
	top: 0px;
	left: 25%;
	width: 75%;
}

.tournament_standings .tournament_options {
	position: relative;
	height: 16px;
	width: 280px;
	font-size: 12px;
	border: 1px solid #CCC;
	margin: 0px;
	background-color: #EAEAEA;
}

.tournament_game_row .game_number_header {
	position: absolute;
	left: 0%;
	font-size: 12px;
	width: 6%;
	top: 2px;
	color: #900;
}

.tournament_game_row .game_number {
	position: absolute;
	left: 0%;
	font-size: 16px;
	width: 6%;
	top: 18px;
}

.tournament_game_row .game_round_header {
	position: absolute;
	left: 6%;
	font-size: 12px;
	width: 6%;
	top: 2px;
	color: #900;
}

.tournament_game_row .game_round {
	position: absolute;
	left: 6%;
	font-size: 16px;
	width: 6%;
	top: 18px;
}

.tournament_game_row .game_plays_header {
	position: absolute;
	left: 12%;
	font-size: 12px;
	width: 6%;
	top: 2px;
	color: #900;
}

.tournament_game_row .game_plays {
	position: absolute;
	left: 12%;
	font-size: 16px;
	width: 6%;
	top: 18px;
}

.tournament_game_row .game_location_header {
	position: absolute;
	left: 18%;
	font-size: 12px;
	width: 52%;
	top: 2px;
	color: #900;
}

.tournament_game_row .game_location {
	position: absolute;
	left: 18%;
	font-size: 12px;
	overflow: hidden;
	width: 52%;
	top: 18px;
}

.tournament_game_row .game_winner_header {
	position: absolute;
	left: 70%;
	font-size: 12px;
	width: 30%;
	top: 2px;
	color: #900;
}

.tournament_game_row .game_winner {
	position: absolute;
	left: 70%;
	font-size: 16px;
	overflow: hidden;
	width: 30%;
	top: 18px;
}

.tournament_games_list .tournament_game_sub_row {
	position: relative;
	width: 93%;
	left: 4%;
	padding: 10px;
	min-height: 22px;
	border: 1px solid #FFF;
	border-left: 1px dashed #DDD;
	border-bottom: 1px dashed #DDD;
}

.tournament_game_sub_row .player_row {
	position: relative;
	width: 100%;
	min-height: 22px;
}

.player_row .player_number {
	position: absolute;
}

.player_row .player_icon {
	position: absolute;
	left: 30px;
}

.player_row .player_playing_name {
	position: absolute;
	left: 60px;
}

.player_row .player_defeated_name {
	position: absolute;
	left: 60px;
	text-decoration: line-through;
}

.tournament_game_sub_row .score_row {
	position: relative;
	width: 100%;
	min-height: 22px;
}

.score_row .score_plays_header {
	position: absolute;
	left: 0%;
	font-size: 12px;
	width: 6%;
	color: #900;
}

.score_row .score_plays {
	position: absolute;
	left: 0%;
	font-size: 16px;
	width: 6%;
}

.score_row .score_score_header {
	position: absolute;
	left: 6%;
	font-size: 12px;
	width: 10%;
	color: #900;
}

.score_row .score_score {
	position: absolute;
	left: 6%;
	font-size: 16px;
	width: 10%;
}

.score_row .score_winner_header {
	position: absolute;
	left: 16%;
	font-size: 12px;
	width: 44%;
	color: #900;
}

.score_row .score_winner {
	position: absolute;
	left: 16%;
	font-size: 16px;
	width: 44%;
}

.score_row .score_duration_header {
	position: absolute;
	left: 60%;
	font-size: 12px;
	width: 15%;
	color: #900;
}

.score_row .score_duration {
	position: absolute;
	left: 60%;
	font-size: 16px;
	width: 15%;
}

.score_row .score_against_header {
	position: absolute;
	left: 75%;
	font-size: 12px;
	width: 25%;
	color: #900;
}

.score_row .score_against {
	position: absolute;
	left: 75%;
	font-size: 16px;
	width: 25%;
}
