@charset "iso8859-1";

BODY {
	margin: 0px; }

A {
	color: #3e72ae;
	text-decoration: none; }

A:hover {
	color: #c11e23;
	text-decoration: underline; }

.stTable {
	width: 100%;
	font-family: Arial;
	font-size: 9pt; 
	color: #000000;
	border-collapse: collapse; }

tr.stRowH {

/* to hide the table header */
	display:none; }

tr.stRow1 {
	background: #F4F4F4; }

tr.stRow2 {
	background: #FFFFFF; }

.stTable td {
	padding: 0px;
	height: 20px;
	text-align: center; }

.stTable .stC2 {
	text-align: left; }

.stColSel {
	background: #ebeae9; }

/* first cells (position) */
.stC1 {
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	width: 55px; }

/* players cells */
.stC2 {
	font-family: Arial;
	font-size: 9pt;
	width: 287px; }

/* other cells */
.stC3, .stC4, .stC5, .stC6, .stC7, .stC8 {
	font-family: Arial;
	font-size: 9pt;
	width: 80px;
	text-align: center; }

/* to display country code */
SUP { 
	font-size: 9px;
	color: #666666; }