/* Stats */

#game-stats
{
	color: #FFFFFF;
	width: 773px;
	border: 1px solid #999;
}

.score-field
{
	width: 25px;
}

.game-stats-wrapper
{
	color: #FFFFFF;
	width: 773px;
	height: 345px;
	text-align: center;
}
.game-stats-container-left
{
	float: left;
	width: 66%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}
.game-stats-container-right
{
	float: right;
	width: 33%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}
.home-team-stats-container
{
	float: left;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 50px;
}
.away-team-stats-container
{
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 40px;
}
.fixture-stats-container
{
	float: right;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 20px;
}

.stats-container-header
{
	/*background: #FF0000 url(../images/stats-bg.gif) no-repeat scroll left;*/
	color: #FFFFFF;
	width: 772px;
	text-align: center;	
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	font-style: italic;
	font-weight: bold;
}

*html .hometeam-logo-container
{
	width: 100%;
	text-align: center;
	height: auto;	
	padding-left: 25%;
	padding-bottom: 5px;
}

.hometeam-logo-container
{
	width: 100%;
	text-align: center;
	height: auto;	
	padding-left: 35%;
	#padding-left: 0px;
	padding-bottom: 5px;
}
.awayteam-logo-container
{
	width: 100px;
	h-align: center;	
}
.stats-conatiner
{
	width: 372px;
	text-align: center;	
	vertical-align: top;
}
.stats-content-table
{
	border: collapse;
	margin-left: auto; 
	margin-right: auto;
}
.season-column
{
	width: 100px;
	border-top: none;
	border-left: none;
	border-right: none;
	color: #666;
}
.result-column
{
	width: 100px;
	border-top: none;
	border-left: none;
	border-right: none;
	color: #999;
}

.season-column-header
{
	width: 100px;
	border-top: none;
	border-left: none;
	border-right: none;
	line-height: 100%;
	font-style: italic;
	color: #999;
	padding-bottom: 3px;
}
.result-column-header
{
	width: 100px;
	border-top: none;
	border-left: none;
	border-right: none;
	line-height: 100%;
	font-style: italic;
	color: #999;
	padding-bottom: 3px;
}
.stats-label
{
	width: 30%;
	border: 1px solid #999;
}
.form-guide
{
	text-align: center;
	padding-top: 5px;
	border-top: 1px solid #222;
	background-color: #111;
	color: #999;
}
.team-stats-table
{
	width: 100%;
	color: #666;
	border-collapse: collapse;
}
.team-stats-table td{
	border: 1px solid #222;
	height: 15px;
}
.section-top
{
	height: 30px;
	background: no-repeat top right;
	background-image: url(/images/section-header-only-200x30.png);
}
.section-body
{
	background: repeat-y top right;
	background-image: url(/images/section-body-only-200x20.png);
	padding-top: 0px;
}
.section-bottom
{
	height: 30px;
	background: no-repeat top right;
	background-image: url(/images/section-bottom-only-200x30.png);
}
