/*	ATTRIBUTI PER FOGLI DI STILE

	color:
	background-color:
	
	backgroud-image: URL("percorso")
	background-repeat:
	
	font-family:
	font-size:
	font-weight:	normal, bold, bolder, light, 100.900
	font-style:		italic, oblique
	
	line-height:	dimensione interlinea
	
	margin-top:
	margin-right:
	margin-bottom:
	margin-left:
	
	text-align:		left, right, center, justify
	text-decoration:	none, underline, blink
	
*/

/* POSIZIONAMENTO ELEMENTI

	position: 	absolute, relative;
	top:
	left:
	right:
	bottom:

*/

/* IMMAGINI

	<img
		src" "
		height=
		width=
		alt=	testo alternativo
		align=
		hspace=
		vspace=
	>
	
*/

	body {		
		scrollbar-face-color:#CBC66A;
	    scrollbar-track-color:black;
	    scrollbar-arrow-color:black;
	    scrollbar-highlight-color:#DAA520;
	    scrollbar-3dlight-color:#FFD700;
	    scrollbar-shadow-color:#A0522D;
	    scrollbar-darkshadow-color:#B8860B;
		}

	h1 {						/* Intestazione Livello 1 */
		font-size: 14pt;
		color: #CBC66A;
		text-decoration: bold  		
		}
	h2 {						/* Intestazione Livello 2 */
		font-size: 10pt;
		color: #CBC66A;
		text-decoration: bold
	}
	table {
		link:	black;
	}
	table a{
		link:		black;		/* non funziona */
		visited:	yellow;		/* non funziona */
		hover:		pink;		/* non funziona */
	}

	table a.vinta:link{color:		#FF00FF;}
	table a.vinta:visited{color:	#FF00FF;}
	table a.vinta:hover{color:	red;}
	table a.vinta{text-decoration:	none;}
		
	table a.persa:link{color:		#FFFF00;}
	table a.persa:visited{color:	#FFFF00;}
	table a.persa:hover{color:	red;}
	table a.persa{text-decoration:	none;}				

	table.calendario{
		color: white;
		font-size: 8pt;
	}
	
	table tr.girone{
		color: black;
		background: white;
		text-align: center;
		font-weight: bold;			
	}
	table td.risultato{
		text-align: center;		
	}
	
	col.left{text-align: center;}
	col.center{text-align: center;}
	col.right{text-align: center;}
	
	colgroup.center{text-align: center;}
	
	div.sx
	{
		width: 280px;
		/*height: 150px;			/* */
		position: relative;			/* relative, absolute*/
		/*margin-top: 0.5em;		/* */
		top: 5px;
	}

	div.cx
	{
		font-size: 8pt;
		/*width: 500px;				/* */
		/*height: 300px;			/* */
		position: relative;			/* relative, absolute*/
		/*margin-top: 0.5em;		/* */
		top: 5px;
		left: 3px;					/* */
		right: 3px;					/* */
	}

	div.dx
	{
		font-size: 8pt;
		width: 250px;
		position: relative;			/* relative, absolute*/
		/*margin-top: 0.5em;		/* */
		top: 5px;					/* */
		/*right: 10px;				/* */
		/*left: 860px;				/* */
	}

	.textgreen{color:	green}

	#offset			/* <div id="offset"> </div> 	posizionamento assoluto di un particolare elemento*/ 
	{
			position: absolute;
			top: 200px;
			left: 300px;
	}
	
	.marmi{
		color: black;
		text-align:	center;
		vertical-align:	top;
	}	

/**** ELENCO ***/
	ul.navbar {
		/*font-size: 8pt;				/* Dimensione testo della navbar */
		/*font-family:  verdana, sans-serif;
		/*color: black;				/* Colore Testo */
		/*background-color: white;	/* Colore Background */
		list-style-type: none;
		position: relative;
		padding: 0;
		margin: 0;					/* Margine superiore laterale */
		top: 0px;					/* Margine superiore */
		/*left: 0em;				/* */
		width: 23em; 
	}
	ul.navbar li {
		background-color: #CBC66A;		/* Colore Background Righe Elenco */
		margin: 0.5em 0;					/* Margine superiore laterale */
		padding: 0.3em;
		border-right: 1em solid black; 
		border-left: 1em solid black 
		}
	ul.navbar a {
		/*font-size: 12pt;			/* Dimensione Link della navbar */
		color: black;				/* Colore Link Tabella Sponsor */
		font-weight: 450;			
		text-decoration: none 		/* Link non sottolineato */
		}
	ul.navbar a:visited {
		color: black 				/* colore link visitato */
		}
	ul.navbar a:hover {
		color: red 					/* colore link evidenziato */
		}
				
/**** ELENCO ***/

	.testogrigio {color: dimgray;}

/**** ELENCO SPONSOR ***/
	ul.navbarsponsor {
		/*font-size: 8pt;					/* Dimensione testo della navbar */
		font-family:  tahoma, sans-serif;
		color: dimgray;						/* Colore Testo */
		background-color: lightslategray;	/* Colore Background LIGHTSLATEGRAY*/
		list-style-type: none;
		/*position: relative;
		/*padding: 0;							/*  */
		margin: 0;						/* Margine superiore laterale */
		/*top: 0px;								/* Margine superiore */
		/*right: 0em;							/*  */
		width: 22em;
		}
	ul.navbarsponsor li {
		background-color: white;			/* Colore Background Righe Elenco */
		margin: 0.5em 0.5em;				/* Margine superiore laterale */
		padding: 0.3em;						/*  */
		
		}
	ul.navbarsponsor a {
		/*font-size: 8pt;			/* Dimensione Link della navbar */
		color: blue;				/* Colore Link Tabella Sponsor */
		visited: green;				/* non funziona */
		hover: yellow;				/* non funziona */
		text-decoration: none 
		}
		ul.navbarsponsor a:link {
				color: blue;		/* colore link 	ORO = "#CBC66A"*/
				}	 		
		ul.navbarsponsor a:visited {
				color: blue;		/* colore link visitato */
				}
		ul.navbarsponsor a:hover {
				color: red;  		/* colore link evidenziato */
				}	
/**** ELENCO SPONSOR ***/
