/****************************/
/* 	stylesheet standard 		*/
/* 	www.principi-acaja.it		*/
/* 	versione : 2.2x		 			*/
/****************************/

#testa {
	text-align: center;
}

/* PSEUDOCLASSI PER I LINK */
A:link {
	color: #FFFFFF;
	background-color: #AA0000;
	text-decoration: none;
}

A:active {
	color: #FFFFFF;
	background-color: #AA0000;
	text-decoration: none;
}

A:visited {
	color: #FFFFFF;
	background-color: #AA0000;
	text-decoration: none;
}

A:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #000000;
}

/* CLASSI PER I LINK */
A.SysLinks {	/*utilizzati nella prima pagina*/
	font-family: arial;
	font-size: 0.8em;
	cursor: hand;
	text-transform: uppercase;
}

A.SomCamp { /*sommario per i campionati*/
	font-family: arial,sans;
	font-size: 0.6em;
	
}

A.NextPrev {	/*usato per la navigazione nella galleria immagini*/
	font-family: monospace;
}

/* CLASSI PER LINK CON IMMAGINI */
A.imm:link, A.imm:active, A.imm:hover, A.imm:visited {
  background-color: #777777;
}


/* DEFINIZIONE PER CORPO */
BODY  {
	color: #FFFFFF;
	background-color: #777777;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 95%;
	/*border: 1px solid red;*/
}

DIV.TitCentro { /*usata per i titoli da centrare*/
	text-align: center;
}

H1.Thanks { /*grazie guestbook*/
	color: #AA0000;
}

H1.TitCamp { /*titoli dei campionati centrati*/
	color: #AA0000;
	text-align: center;
}

H2.Contatti { /*titolo dei contatti*/
	/*color: #AA0000;*/
	color: #000000;
	text-align:center;
}

H2.TitStampa { /*titoli testate giornalistiche*/
	/*color: #BBBBBB;*/
	color: #000000;
	font-style: italic;
}

H2.TitStampaDx { /*titoli testate giornalistiche*/
	/*color: #BBBBBB;*/
	color: #000000;
	text-align: right;
	font-style: italic;
}

H2.SubTitStampa { /*sottotitoli stampa*/
	color: #FFFFFF;
	text-align: center;
}

H3.Contatti { /*titolo dei contatti*/
	color: #000000;
	font-weight: lighter;
	/*text-align:center;*/
}

H3.Gare { /*titoli per le gare (pag. campionati)*/
	/*color: #BBBBBB;*/
	color: #000000;
	text-align: center;
	font-weight: bold;
	font-style: italic;
}

H3.SubTitStampa { /*sottotitoli stampa*/
	color: #FFFFFF;
	text-align: center;
}

H4.Centrato { /*usato nella rassegna stampa*/
	text-align: center;
}

IMG {
	border: none;
	padding-left: 5px;
	padding-right: 5px;
}

INPUT.btn {
	color: #FFFFFF;
	background-color: #666666;
	border-width: 2px;
	border-color: #AA0000;
	border-style: outset;
	padding: 0px 0px 0px 0px;
	font-size: 1em;
	font-weight: bold;
}

LI { /* per il programma e le liste */
	line-height: 1.5em;
}

P.Nota {	/*paragraf per nota in calce*/
	font-family: arial;
	color: #BBBBBB;
	font-size: 0.7em;
	text-align: center;
}

P.Centrato {	/*paragrafo di testo centrato*/
	text-align: center;
}

P.StdPar { /*paragrafo standard giustificato*/
	text-align: justify;
}

P.StdPar:first-letter {
	font-size: 175%;
	font-weight: bold;
}

P.TitMsg {
	color: #000000; /*era FF0000*/
	text-align: center;
	font-weight: bold;
	font-style: italic;
}

SPAN.TitCamp { /*titoli dei campionati*/
	font-size: 1em;
	color: #BBBBBB;
}

SPAN.TxtGrigio { /*testi grigi tipo guestbook*/
	color: #BBBBBB;
	font-weight: bold;
	font-style: italic;
}

SPAN.TxtNero { /*testi neri tipo programma*/
	color: #000000;
	font-weight: bold;
}

SPAN.TitTorneo {
	text-align: center;
}

SPAN.under {
	text-decoration: underline overline;
	font-weight: bold;
	background-color: #AA0000;
}

TABLE {
	border:none;
}

TABLE.Dot {
	border-top: 1px dotted #000000;
	border-right: none;
	border-bottom: none;
	border-left: 1px dotted #000000;
}

TD.Dot {
	text-align: justify;
	border-top: none;
	border-right: 1px dotted #000000;
	border-bottom: 1px dotted #000000;
	border-left: none;
}

TD.dx {
	text-align: right;
	color: #BBBBBB;
	font-weight: bold;
	font-style: italic;
}

TD.IntTorneo {
	color: #AA0000;
	text-align: right;
}

TD.TdCentro {
	text-align: center;
}

TR.TrCentro {
	text-align: center;
}

TR.TitoloAlbo TD {
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
}

TR.Even TD { /*classe righe pari albo d'oro */
	color: #FFFFFF;
	padding: 5px 5px 5px 5px;
	border-top: none;
	border-right: 1px dotted #000000;
	border-bottom: 1px dotted #000000;
	border-left: none;
}

TR.Odd TD { /*classe righe dispari per albo d'oro*/
	color: #FFFFFF;
	padding: 5px 5px 5px 5px;
	border-top: none;
	border-right: 1px dotted #000000;
	border-bottom: 1px dotted #000000;
	border-left: none;
}