div#alltidcontent {
	font-size: 0.98em;
}

div.statbox_leaguetable,
div.statbox_leaguetable_right,
div.statbox_resultstable,
div.statbox_resultstable_right,
div.statbox_fulltable,
div.statbox_halftable,
div.statbox_halftable_right {
	background: #FFF url('images/stats_heading_right.jpg') top right no-repeat;	
	float: left;
	margin-bottom: 15px;
}

div.statbox_leaguetable_right,
div.statbox_resultstable_right,
div.statbox_halftable_right {
	float: right;
}

div.statbox_leaguetable_right,
div.statbox_leaguetable {
	width: 427px;
}

div.statbox_resultstable_right,
div.statbox_resultstable {
    width: 318px;
}

div.statbox_halftable,
div.statbox_halftable_right {
	width: 373px;
}

div.statbox_fulltable {
	width: 755px;
}


div.statbox_leaguetable h2,
div.statbox_leaguetable_right h2,
div.statbox_resultstable h2,
div.statbox_resultstable_right h2,
div.statbox_fulltable h2,
div.statbox_halftable h2,
div.statbox_halftable_right h2 {
	display: block;
	float: left;
	height: 21px;
	background: url('images/stats_heading_left.jpg') top left no-repeat;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding: 6px 9px 0 6px;
	width: 238px;
}

div.statbox_fulltable h2 {
	width: 520px;	
}

div.statbox_leaguetable table,
div.statbox_leaguetable_right table,
div.statbox_resultstable table,
div.statbox_resultstable_right table, 
div.statbox_fulltable table,
div.statbox_halftable table,
div.statbox_halftable_right table {
	clear: both;
	font-size: .8em;
	width: 100%;
}

div.statbox_leaguetable img.conficon,
div.statbox_resultstable img.conficon,
div.statbox_fulltable img.conficon,
div.statbox_halftable img.conficon,
div.statbox_halftable_right img.conficon {
	float: right;
	margin: 6px 5px 0 6px;
}

thead tr {
	background: url('images/stats_th.gif') left bottom repeat-x;
}

thead th {
	text-align: left;
	padding: .2em 0 .8em .4em;
	color: #000;
	font-weight: normal;
}

thead th.end {
	background: url('images/stats_th_end.gif') bottom right no-repeat;	
}

thead th.red_end {
	background: url('images/stats_th_red_end.gif') bottom right no-repeat;	
	color: #fff;
	font-weight: bold;
}

tbody tr {
	vertical-align: top;
}

tbody tr td {
	padding: 2px;
	border-top: 1px solid #F6E5E5; 
	background: #fff;
	text-align: right;
}

tbody tr td.end,
tbody tr.footer td.end,
thead th.end {
	padding-right: 7px;
}

tbody tr.winner td {
	border-bottom: 1px solid #32A80B;
}

tbody tr td.end {
	background: url('images/stats_td_end_bg.gif') bottom right repeat;
}

tbody tr.alt td {
	border-top: 1px solid #F6E5E5; 
	background: #FDF3F3;
}

tbody tr.qualification td {
	border-top: 1px dotted #D84242;
}

tbody tr.relegation td {
	border-top: 1px solid #D84242;
}

tbody tr.alt td.end {
	background: url('images/stats_td_alt_end_bg.gif') bottom right repeat;
}


tbody .footer_alt td {
	padding: 2px 2px 1em 2px;
	background: #FDF3F3 url('images/stats_td_footer_alt_bg.gif') bottom right repeat-x;
}

tbody .footer_alt td.end {
	background: url('images/stats_td_footer_alt_end_bg.gif') bottom right repeat-x;
}

tbody .footer td{
	padding: 2px 2px 1em 2px;
	background: url('images/stats_td_footer_bg.gif') bottom right repeat-x;
}

tbody .footer td.end {
	background: url('images/stats_td_footer_end_bg.gif') bottom right repeat-x;
}


tbody tr.separator td {
	background: #F5999A;
	padding-bottom: 3px;
	color: #000;
}

tbody tr.separator td.red {
	background: #D84242;
	color: #fff;
	font-weight: bold;
}

tbody tr.separator td.end {
	background: #F5999A url('images/stats_td_separator_end.gif') bottom right repeat-y;
}

tbody tr.separator td.red_end{
	background: #D84242 url('images/stats_td_separator_red_end.gif') bottom right repeat-y;
	color: #fff;
	font-weight: bold;
}

tr.semiheader td {
	font-weight: bold;
	background: #fff;
}

.positive {
	color: #32A80B;
}

.negative {
	color: #D72323;
}

.win, 
.win a {
	color: #32880B;
}

.loss,
.loss a {
	color: #D72323;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.half {
	width: 367px;
}

table .matchevents {
	width: 367px;
	line-height: 1.5em;
}

table .matchevents a {
	text-decoration: none;
}

table .matchevents tr th {
	font-weight: bold;
	font-size: 11px;
	border-bottom: 1px solid #000;
	padding: 0 3px;
	margin: 0;
}

table .matchevents tr th a {
	color: #222;
}

table .matchevents tr td {
	padding: 0 3px;
	margin: 0;
	border: 0;
	background: none;
}

table .matchevents .home {
	width: 160px;
	text-align: right;
}

table .matchevents .minute {
	width: 30px;
	text-align: center;
	font-weight: bold;
}

table .matchevents .away {
	width: 160px;
	text-align: left;
}

