/* -----------------------------------------------------------------------------------------
 * phpBB3 Football MOD v. 0.9.0
 * Football Print Markup Styles
 * @copyright (c) 2010 football (http://football.bplaced.net)
 * ----------------------------------------------------------------------------------------- */ 
img {border-width:0; display: block !important;}

/* Table for rank in a box */
table.rank 						{ font-size: 0.9em;}
table.rank thead th 				{ font-weight: normal; text-transform: uppercase; padding: 0 2px 1px 2px; }
table.rank td 						{ padding: 0 2px; }
table.rank td.td_rank 				{ text-align: right; }
table.rank td.td_pts 				{ text-align: right; }
table.rank td.td_wins 				{ padding: 0 2px 0 4px; text-align: right; }

/* Table for football data */
/* Specific column styles */
table.football 					{ font-size: 0.9em; white-space: nowrap; width: auto; border: 1px solid #000000; }
table.football th 					{ text-align: center;}
table.football thead th 			{ font-weight: bold; text-transform: uppercase; line-height: 1.3em; padding: 0 4px 2px 4px; }
table.football thead th span 		{ padding-left: 7px; }
table.football tbody td 			{ padding: 1px 2px; }
table.football tbody th 			{ padding: 1px 2px; }
table.football th.td_tendency 		{ padding: 4px 2px 0 2px; font-weight:bold; }
table.football th.td_pts_total  	{ text-align: right; padding:4px 4px 0 2px; }
table.football td.td_rank 			{ text-align: right; }
table.football td.td_group 		{ text-align: center; }
table.football td.td_hits 			{ text-align: center; }
table.football td.td_bonus 		{ text-align: center; }
table.football td.td_wins 			{ text-align: right; padding: 0 2px 0 4px; }
table.football td.td_match_no 		{ text-align: right; }
table.football td.td_logo 			{ text-align: center; }
table.football td.td_team 			{ text-align: left; padding: 0 1em 0 2px; }
table.football td.td_team_home 	{ text-align: right; width: 155px; }
table.football td.td_team_guest 	{ text-align: left; width: 155px; }
table.football td.td_vs 			{ text-align: center; max-width: 1em; padding: 0; }
table.football td.td_goals_home 	{ text-align: right; max-width: 3em; padding: 0;}
table.football td.td_goals_guest 	{ text-align: left; max-width: 3em; padding:0; white-space: nowrap;}
table.football td.td_pts 			{ text-align: right; padding: 0 2px 0 2px; }
table.football td.td_button 		{ text-align: right; padding-right: 4px; }
table.football td.td_result 		{ text-align: center; }
table.football td.td_season 		{ text-align: center; }
table.football td.td_league 		{ text-align: center; }
table.football td.td_pts_total 	{ text-align: right; padding: 0 4px 0 2px; }
table.football td.td_points	 	{ text-align: right; padding: 0 2em 0 2px; }
table.football td.td_fp 			{ text-align: center; }
table.football td.td_matches 		{ text-align: center; }
table.football td.td_diff 			{ text-align: right; }
table.football td.td_counter 		{ text-align: right; }

table.rank td.color_finally,
table.football .color_finally, .color_finally ,
table.football .match_win, .match_win		{ font-weight: bold; color: #00AA00; }

table.rank td.color_provisionally,
table.football .color_provisionally, .color_provisionally ,
table.football .match_lost, .match_lost 	{ font-weight: bold; color: #AA0000; }

table.football .match_draw, .match_draw 	{ font-weight: bold; color: #6A6A6A; }

table.rank td.color_not_rated,
table.football .color_not_rated, 
.color_not_rated						{ font-weight: bold; color: purple; }

.row_result {
	font-weight: bold;
}
