table {
	text-align	:	center;
	width		:	700px;
	margin-bottom	:	5%;
	margin-left	:	5%;
}
table#tutte {
	text-align	:	center;
	width		:	120px;
}
table#tutte td.tutte {
	background-image:	url("../images/pgn/bottone_giallo.png");
	background-repeat:	no-repeat;
	background-position:	center;
	width		:	120px;
}
table#tutte td.tutte:hover {
	background-image:	url("../images/pgn/bottone_giallo_hover.png");
	background-repeat:	no-repeat;
	background-position:	center;
	width		:	120px;
}

td {
	border		:	0px;
	border-style	:	solid;
	border-color	:	#bbf;
	padding-top	:	5px;
	padding-bottom	:	5px;
	width		:	200px;
	height		:	60px;
	vertical-align	:	middle;
}

img {
	border		:	0px;
}

form {
	display		:	inline;
}
input {
	display		:	inline;
	border		:	0px;
	color		:	yellow;
	background-color:	transparent;
	font-weight	:	bold;
	cursor		:	hand;
	font-family	:	times new roman;
	font-size	:	105%;
}

td.turno {
	width		:	100px;
}

td a {
	color		:	black;
}

td.a {
	background-image:	url("../images/pgn/bottone_blu.png");
	background-repeat:	no-repeat;
	background-position:	center;
}

td.a:hover {
	background-image:	url("../images/pgn/bottone_blu_hover.png");
	background-repeat:	no-repeat;
	background-position:	center;
}

td.b {
	background-image:	url("../images/pgn/bottone_rosso.png");
	background-repeat:	no-repeat;
	background-position:	center;
}

td.b:hover {
	background-image:	url("../images/pgn/bottone_rosso_hover.png");
	background-repeat:	no-repeat;
	background-position:	center;
}

td.c {
	background-image:	url("../images/pgn/bottone_verde.png");
	background-repeat:	no-repeat;
	background-position:	center;
}

td.c:hover {
	background-image:	url("../images/pgn/bottone_verde_hover.png");
	background-repeat:	no-repeat;
	background-position:	center;
}

td.tutte {
	background-image:	url("../images/pgn/bottone_giallo.png");
	background-repeat:	no-repeat;
	background-position:	center;
}

td.tutte:hover {
	background-image:	url("../images/pgn/bottone_giallo_hover.png");
	background-repeat:	no-repeat;
	background-position:	center;
}

td.tutte a { color : #fc0;  }		td.tutte a:hover { color : yellow; }
td.a a     { color : blue;  }		td.a a:hover     { color : #bdf; }
td.b a     { color : #f7d;  }		td.b a:hover     { color : #ffc9ff; }
td.c a     { color : green; }		td.c a:hover     { color : #cfc; }


/** 2011-12 */

.quadratino_partite {
	background-image:	url("../images/pgn/bottone_blu.png");
	background-repeat:	no-repeat;
	background-position:	center;
	border		:	0px;
	border-style	:	solid;
	border-color	:	#bbf;
	padding-top	:	30px;
	width		:	200px;
	height		:	60px;
	text-align:center;
	float:left;
}

.quadratino_partite a {
	color : blue;
}

.quadratino_partite:hover {
	background-image:	url("../images/pgn/bottone_blu_hover.png");
}

.quadratino_partite a:hover {
	color : #bdf;
}

.numero_turno {
	font-size:10px;
	font-weight:bold;
	font-family:arial;
	color : #bdf;
}

.quadratino_partite_off {
	background-image:	url("../images/pgn/bottone_blu_off.png");
	background-repeat:	no-repeat;
	background-position:	center;
	border		:	0px;
	border-style	:	solid;
	border-color	:	#bbf;
	padding-top	:	30px;
	width		:	200px;
	height		:	60px;
	text-align:center;
	float:left;
}

/** *** */
