@charset "utf-8";

@import url(base.css);
@import url(common.css);

/*======================================

     Standing Table

=======================================*/
table#scorerTable{
	width: 645px;
	margin: 0 0 0 5px;
	font-size: 77%;
	color: #464646;
	margin-bottom: 5px;
	border-style: none solid solid none;
	border-width: 1px;
	border-color: #7b848a;
}
table#scorerTable tr.oddRow{
	background-color: #eaeced;
}
table#scorerTable tr.evenRow{
	background-color: #fff;
}
table#scorerTable td{
	text-align: right;
	padding: 6px 5px;
	border-style: solid none none solid;
	border-width: 1px;
	border-color: #7b848a;
}
table#scorerTable th{
	line-height: 1px;
	border-style: solid none none solid;
	border-width: 1px;
	border-color: #7b848a;
}
table#scorerTable td.rankCell{
	text-align: center;
	color: #fff;
	background-color: #a7afb4;
}
table#scorerTable td.playerCell{
	text-align: left;
}
table#scorerTable td.teamCell{
	text-align: center;
}
table#scorerTable td.countryCell{
	text-align: center;
}