/*-----------------------------------
    MODIFICHE AL FILE ORIGINALE:

inseriti in  caption {font-size:20px e color:#fff}
aggiunto H3{font-size:20px e color:#fff} (TAG presente solo nel titolo del torneo in tutte le pagine)
cambiati i colori delle righe pari e dispari:
tr.odd
tr.even
tolta la sezione "borders to separate body sections"
alla sezione "table" eliminati tuti i border - vedi sotto -
alla sezione "table cells" e' stato tolto il 'tr,' prima del td e, per far uscire le scritte nere nella lista giocatori,
la sezione e' stata duplicata, al posto di td e' stato messo 'tr' e cambiati solo i colori dei font FFF e 000

------------------------------------*/



H3 {color:#FFF; font-size:20px}

/* table */
table {
	margin: 0 0 1em;
	background: #a7586c;
	border-collapse: separate;
	border: 1px solid #000;
}


/*  BORDER ELIMINATI:
	border-top: 1px solid #363;
	border-bottom: 2px solid #363;
	border-left: 0px solid #363;
	border-right: 0px solid #363;
*/

}

/* caption = table title/heading */
caption {
	text-align: left;
	font: bold small-caps 120%/1.3 "trebuchet ms",Helvetica,Arial,Sans-Serif;
	color: #fff;
	margin: .3em 0;
	font-size:20px;
}

/* reduced font size to save space */
tr { font-size: 100%; }

/* tinted rows */
tr.odd {
	background: #ff8089;
}

tr.even {
	background: #F2F2F2;
}

td.odd {
	background: #DFD;
}

/* round robin game against himself */
td.hole {
	background:url(hole.gif) no-repeat; 
}

/* table cells */

/* ORIGINALE:
tr, td {
	font-weight: normal;
	padding: .5em .9em;
	text-align: left;
	vertical-align: middle;
	color:#000;
}
FINE ORIGINALE */


tr {
	font-weight: normal;
	padding: .5em .9em;
	text-align: left;
	vertical-align: middle;
	color:#fff;
}


td {
	font-weight: normal;
	padding: .5em .9em;
	text-align: left;
	vertical-align: middle;
	color:#000;
}

/* borders to separate body sections */


/*
tbody tr:first-child th,
tbody tr:first-child td,
tfoot tr:first-child th,
tfoot tr:first-child td {
border-top: 2px solid #363;
}
*/

/* color for column headings */
thead {
	background: #000;
	color:#fff;
	white-space: nowrap;
}

/* color for footer */
tfoot {
	background: #C8B4D3;
}

/* bold text for footer */
tfoot th,
tfoot td {
	font-weight: bold;
}