﻿.headerbg
{
	background-color:#D4D4D4;		
}
.headertext
{
	border-bottom:2px solid #A0A0A0;
	padding:5px 10px 6px 10px;
	font-weight:bold;
	text-align:left;
	color:#FFFFFF;
	background:#000000;
}
.yellowheader .headerbg .headertext
{
	color:#FFF; /*#F9B70B;*/
}
.whiteheader .headerbg .headertext
{
	color:#FFF;
}
/* for elements to the left of stats in the match panel */
.leftheader
{
	color:#FFF;
	float:left;
	margin-right:10px;
	width:359px;
	text-align:left;
}
/* for stats in the match panel */
.rightheader
{
	color:#FFF;
	float:left;
	width:179px;
	text-align:left;
}
/*for head to head*/
.middleheader
{
	color:#FFF;
	float:left;
	width:546px;
	text-align:left;
}

