#tbl_header {
	width:100%;
	border:1px #CCCC00 solid;
	background-color:#FFFFCC;	
}
#tbl_footer {
	width:100%;
	/*background-color:#cccc00;*/
	font-size:10pt;
	border:0px;
	border:0;
	padding:5px;
}
td.w_10 {
	width:10px;
}
#ranking
{
	margin: 20px;
	width: 600px;
	text-align: center;
	border-collapse: collapse;
}
#ranking th
{
	font-size: 110%;
	font-weight:bolder;
	padding: 5px;
	color: #000;
	background-color:#CCCC00;
	border-bottom: 4px solid #FF9900;
	border-top: 4px solid #FF9900;

}
#ranking th.team
{
text-align:left;
}

#ranking td
{
	padding: 5px;
	border-bottom: 1px solid #000;
	border-top: 1px solid transparent;
}
#ranking td.team
{
text-align: left;
}
#ranking tr.reth {
	background-color:silver;
}
#fixture
{
	margin: 20px;
	width: 650px;
	text-align: center;
	border-collapse: collapse;
}
#fixture th
{
	font-size: 110%;
	font-weight:bolder;
	padding: 3px;
	color: #000;
	background-color:#CCCC00;
	border-bottom: 4px solid #FF9900;
	border-top: 4px solid #FF9900;

}
#fixture th
{
	font-size: 110%;
	font-weight:bolder;
	padding: 3px;
	color: #000;
	background-color:#CCCC00;
	border-bottom: 4px solid #FF9900;
	border-top: 4px solid #FF9900;

}
#fixture th.game
{
text-align:left;
}

#fixture td
{
	padding: 5px;
}
#fixture td.game
{
text-align: left;
}
#fixture .odd {
	background-color:#dddddd;
}