/* adapted from a css found on http://icant.co.uk/csstablegallery/
WHITE letter 
*/
.shadow {
  -webkit-box-shadow: 6px 0px 20px #756F6F; /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
     -moz-box-shadow: 6px 0px 20px #756F6F; /* FF3.5 - 3.6 */
          box-shadow: 6px 0px 20px #756F6F; /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
}

/* table */
table {
	margin: 0 0 1em;
	background: #FFF;
	color: #FFFFFF; /* rigo aggiunto: colore di tutti i caratteri delle tabelle #91f32e*/
	border-collapse: collapse;
	border-top: 1px solid #95A521; 		
	border-bottom: 2px solid #ffffff;	
	border-left: 0px solid #95A521;		
	border-right: 0px solid #95A521;	
}

table a:link {color: #FFFFFF;} /*era 91f32e su tutti e due*/
table a:visited {color: #FFFFFF;}
table a:hover {color:#00ffFF;font-weight:bold;border-style:solid; border-color: #ff1717; border-width:1px;}
table a:active {color:#FFF;}


/* caption = table title/heading */
caption {
	text-align: left;
	font: bold small-caps 120%/1.3 "trebuchet ms",Helvetica,Arial,Sans-Serif;
	color: #FFFFFF; /* colore del testo di intestazione delle tabelle */
	margin: .3em 0;
}

/* reduced font size to save space */
tr { font-size: 100%; }

/* tinted rows */
tr.odd {
	background: #682434; 
}

tr.even {
	background: #8F3047;
}

td.odd {
	background: #FFFFFF;
}

/* round robin game against himself */
td.hole {
	background:url(hole.gif) no-repeat center center; 
}

/* table cells */
th {
	font-weight: normal;
	padding: .5em .7em;
	text-align: center;
	vertical-align: middle;
}

td {
	font-weight: normal;
	padding: .2em .9em;
	text-align: left;
	vertical-align: middle;
}

div.cb {
background-color: #9E9AA0; /*giocate col nero: sfondo nero*/
color: white;
font-size: 80%;
text-align: center;
border-bottom: 1px solid black;
border-top: 1px solid black;
border-left: 1px solid black;
border-right: 1px solid black;
}

div.cw {
background-color: #ffffff; /*giocate col bianco: sfondo bianco*/
color:#000000;
font-size: 80%; 
text-align: center;
border-bottom: 1px solid black;
border-top: 1px solid black;
border-left: 1px solid black;
border-right: 1px solid black;
}

div.cf {
text-align: center;
font-size: 80%;
background-color: #4436F1; /* colore di sfondo del BYE*/
border-bottom: 1px solid black;
border-top: 1px solid black;
border-left: 1px solid black;
border-right: 1px solid black;
}
div.res {
font-weight: bold;
text-align: center;	
font-size: 100%; 
}
td.result {
	font-weight: bold;
	text-align: center;	
	font-size: 120%; 
}
td.score {
	font-weight: bold;
	text-align: right;	
	font-size: 140%; 
}
td.name {
	text-align: center;	
}

/* 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 #ffffff; /* colore "top" dei bordi delle varie sezioni - uguale a quello di table{... */
}

/* color for column headings */
thead {
	background: #ed3b3b; /* colore di sfondo della testatina di ogni tabella */
	white-space: nowrap;
	color:#ffffff; /* rigo aggiunto - colore testo dell'header di ogni tabella */
}

/* color for footer */
tfoot {
	background: #515450; /* colore del pič-di-pagina dei cartellini fide */
}

/* bold text for footer */
tfoot th,
tfoot td {
	font-weight: bold;
}
