table.table_score{
	border: 0px #fff solid;
	border-spacing: 1px;
	width: 100%;
}

table.table_score th{
	background: #a80000 url('i/bg_score_game.jpg') no-repeat top left;
	width:283px;
	height:32px;
	text-align:center;
	color:#ffffff;
	font-size:15px;
	font-weight:bold;
}

table.table_score td{
	font-size:12px;
	color:#000;
	background-color: #eaeaea;
	padding: 1px 5px;
}

table.table_score td.table_score_score{
	color: #4e96c8;
}

table.table_score tr.row_2 td{
	background-color:#cecece;
	color:#000;
	font-weight:bold;
}