table.table_score_30{
	margin-top: 15px;
}

table.table_score{
	border: 0px #fff solid;
	border-spacing: 1px;
}

table.table_score th{
	background-color: #eaeaea;
	border:1px solid #7b7b7b;
	width:151px;
	height:32px;
	text-align:center;
	color:#000000;
	font-size:12px;
	font-weight:bold;
}

table.table_score td{
	padding:7px;
	background-color:#fffffb;
	border:1px solid #7b7b7b;
	font-size:12px;
	color:#848484;
}

table.table_score tr.row_0 td {
	background-color:#ffffff;
	padding:7px 10px 7px 10px;
	font-size:12px;
}
table.table_score tr.row_1 td {
	background-color:#fffffb;
	padding:7px 10px 7px 10px;
	font-size:12px;
	font-weight:normal;
}

table.table_score td.table_score_name{
	color: #000000;
	font-size:12px;
	font-weight:normal;
}

table.table_score td.table_score_score{
	color: #000000;
	font-size:13px;
	font-weight:normal;
}


table.table_score tr.row_2 td{
	background-color:#fffffb;
	color:#848484;
	font-weight:normal;
	font-size:13px;
}
