/*--[ global settings ]----------------------------------------------------------------*/
body {
	font-size: 12px;
	font-family :  tahoma, Arial, Verdana, Geneva,Helvetica, sans-serif;
	color: #000000;
}

#content h2 {
color: #148144;
margin: 0 0 20px 0;
padding: 0;
	font-size: 12px;
	font-family :  tahoma, Arial, Verdana, Geneva,Helvetica, sans-serif;
border-bottom: 1px solid #94CD42;
}

/*--[ content ]----------------------------------------------------------------*/
	#content {
	float: left;
	width: 545px;
	font-size: 12px;
	font-family :  tahoma, Arial, Verdana, Geneva,Helvetica, sans-serif;
	padding-bottom: 30px;
	margin: 0;
	}
	#content p {
	padding: 0;
	margin-bottom: 0;
	margin-top: 10px;
	text-align: justify;
	font-size: 12px;
	font-family :  tahoma, Arial, Verdana, Geneva,Helvetica, sans-serif;
	color: #333333;
	}

/*--[ match page specific items  ]-------------------------------------------------*/
.matchtitle 
{
	padding: 			0 0 10px 0;
}
.matchscore 
{
	background: 		#000;
	color: 				#FFF;
	width: 				30px;
	line-height: 		30px;
	text-align: 		center;
	float: 				left;
	border-bottom: 		1px #FFF solid;
}

.greypanel
{
	float: 				left;
	background-color: 	#EAEAEA;
	line-height: 		30px;
	padding-left: 		10px;
	width: 				720px;
}
.reportteamname
{
	float:				left;
}
.scorers
{
	margin-left:		10px;
	float:				left;
	font-size:			90%;
	color:				#999;
}
.matchdetails
{
	padding: 			5px 0 10px 5px;
}
#matchstatistics
{
	float: 				right;
	border: 			1px solid #CCC;
	margin: 			10px 0 10px 10px;
	padding: 			1px 5px 5px 5px;
	font-size:			0.9em;
}
#matchstatistics p 
{
	margin: 			0;
}
#matchstatistics ul 
{
	list-style: 		none;
	text-indent: 		0;
	margin: 			0;
	padding: 			0 0 0 3px;
}
#matchstatistics li
{
	list-style: 		none;
	text-indent: 		0;
	margin: 			0;
}