/* Foglio di stile CSS predefinito per un nuovo progetto di applicazione Web */

BODY {
	/*background-image: url(Immagini/background.jpg);
    background-color: #0069ad;*/
	background-position: center top;
	background-repeat: repeat-x;
	background-color: black;
	FONT-FAMILY: Georama, Roboto, Calibri, Tahoma, Arial, Verdana, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	FONT-WEIGHT: normal;
	LETTER-SPACING: normal;
	TEXT-TRANSFORM: none;
	WORD-SPACING: normal;
	margin: 0 0 0 0;
	color: #0069ad;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	
{	font-size:	24px;
	color: #0069ad;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	


A:link	{	
	text-decoration:	none;
	color:	#ededed;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#ededed;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#ededed;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#ffffff;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
	margin: 0 0 0 0;
	border: 0;
	}
.tblPagina {
	/* IE10 */
	background-image: -ms-linear-gradient(top center, #0069ad 0%, #000000 100%);
	/* Mozilla Firefox */
	background-image: -moz-linear-gradient(top center, #0069ad 0%, #000000 100%);
	/* Opera */
	background-image: -o-linear-gradient(top center, #0069ad 0%, #000000 100%);
	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(linear, center top, center bottom, color-stop(0, #0069ad), color-stop(1, #000000));
	/* Webkit (Chrome 11+) */
	background-image: -webkit-linear-gradient(top center, #0069ad 0%, #000000 100%);
	/* Regola standard */
	background-image: linear-gradient(-180deg, #0069ad 0%, #000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0069ad', endColorstr='#000000', GradientType=0); /* horizontal gradient */
	border: solid 0px #ededed;
	width: 100%;
	height: 100%;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
}
.tblFooter {
	background-color: #93a093;
	font-size: 11px;
	border: solid 0px #ededed;
	width: 100%;
	height: 24px;
	padding: 0px 24px 0px 24px;
}

.tblFooter A, A:visited, A:hover
{
    color: #ededed;
}

.tblShinyStat {
	background-color: #000000;
	border: solid 0px #000000;
	width: 100%;
	height: 35px;
	padding: 0px 0px 0px 0px;
}

.tblPrincipale
{
    width: 1000px;
    FONT-SIZE: 11px;
}
.tblAreaRiservata
{
    height: 25px;
    font-size: 11px;
}
.txtAreaRiservata
{
	width: 100px;
	font-size: 10px;
	color: #ededed;
	background-color: Transparent;
	border: solid 1px #ededed;
	padding: 1 1 1 1;
}
.tblMenu {
	
	padding-top: 10px;
	font-size: 13px;
	color: #ffffff;
	text-align: center;
}
.tblMenu A
{
	color: #ededed;
}
.tblMenu A:active
{
	color: #ffffff;#ffffff
}
.tblMenu A:visited
{
	color: #ededed;
}
.tblMenu A:hover 
{
	color: #ffffff;
	text-decoration: none;
}
.tdMenu
{
	background-color: #ededed;
	width: 10%;
	height: 2px;
}
.tdMenuSel
{
	background-color: #ffffff;
	width: 10%;
	height: 2px;
}
.divNews {
	height: 287px; /* altezza di tblNews + 7px dell'immagine Ombra */
	/*background-image: url(Immagini/BGOmbra.png); */
	background-position: center bottom;
	background-repeat: repeat-x;
	width: 495px;
	overflow: hidden;
	border-radius: 5px 5px 5px 5px;
}
.divNewsBorder {
	border: solid 1px #ededed;
	border-radius: 5px 5px 5px 5px;
}
.ifrNews {
	height: 277px;
	width: 493px;
	border-radius: 5px 5px 5px 5px;
}
/*
.tblNews 
{
	height: 280px;
	background-image: url(Immagini/ImgNews01.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	border: solid 1px #ededed;
	border-radius: 5px 5px 5px 5px;
}

.tdNewsLink
{
	background-image: url(Immagini/BGNews.png); 
	background-repeat: repeat;
	color: #ededed;
	font-size: 15px;
	text-align: right;
	padding: 5 5 5 5;
	vertical-align: top;
	height: 100%;
}
.tdNewsTitolo
{
	background-image: url(Immagini/BGNews.png); 
	background-repeat: repeat;
	color: #ededed;
	font-size: 20px;
	text-align: left;
	padding: 5 5 5 5;
	vertical-align: bottom;
	height: 100%;
	font-variant: small-caps;
	width: 205px;
}
.tdNewsTitolo A
{
	color: #ededed;
	text-decoration: none;
}
.tdNewsTitolo A:visited
{
	color: #ededed;
	text-decoration: none;
}
.tdNewsTitolo A:Link
{
	color: #ededed;
	text-decoration: none;
}
.tdNewsTitolo A:hover
{
	color: #ededed;
	text-decoration: none;
}
.tdNewsSottoTitolo
{
	background-image: url(Immagini/BGNews.png); 
	background-repeat: repeat;
	color: #ededed;
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
	vertical-align: bottom;
	padding: 5 5 5 5;
}
.tdNewsSottoTitolo A
{
	color: #ededed;
	text-decoration: none;
}
.tdNewsSottoTitolo A:visited
{
	color: #ededed;
	text-decoration: none;
}
.tdNewsSottoTitolo A:Link
{
	color: #ededed;
	text-decoration: none;
}
.tdNewsSottoTitolo A:hover
{
	color: #ededed;
	text-decoration: none;
}
.tdNewsAltreNews
{
	background-image: url(Immagini/BGNews.png); 
	background-repeat: repeat;
	color: #ededed;
	font-size: 10px;
	font-weight: normal;
	vertical-align: bottom;
	padding: 5 5 5 5;
	text-align: right;
}
.tdNewsAltreNews A
{
	color: #ededed;
	text-decoration: none;
}
.tdNewsAltreNews A:visited
{
	color: #ededed;
	text-decoration: none;
}
.tdNewsAltreNews A:link
{
	color: #ededed;
	text-decoration: none;
}
.tdNewsAltreNews A:hover
{
	color: #ededed;
	text-decoration: none;
}
*/
.divMatch {
	height: 141px; /* altezza di tblMatch + 7px dell'immagine Ombra */
	/*background-image: url(Immagini/BGOmbra.png); */
	background-position: center bottom;
	background-repeat: repeat-x;
	width: 495px;
}
.tblMatch {
	border-radius: 5px 5px 5px 5px;
	height: 134px;
	background-color: #93a093;
	/*background-image: url(Immagini/BGTabella.png); */
	border: solid 1px #ededed;
	font-size: 11px;
	padding: 10px 10px 10px 10px;
	color: #0069ad;
}
.tdMatchSquadra
{
	font-size: 16px;
	color: #ededed;
	padding: 0 0 0 0;
}
.tdMatchData
{
	font-size: 10px;
	color: #0069ad;
}
.tdMatchRisultato
{
	font-size: 16px;
	color: #0069ad;
}

.divMarcatori {
	/*height: 187px;  altezza di tblMarcatori + 7px dell'immagine Ombra per 5 marcatori*/
	height: 227px; /* altezza di tblMarcatori + 7px dell'immagine Ombra */
	/*background-image: url(Immagini/BGOmbra.png); */
	background-position: center bottom;
	background-repeat: repeat-x;
	width: 245px;
}
.tblMarcatori {
	/*height: 180px;*/
	height: 220px;
	background-color: #93a093;
	/*background-image: url(Immagini/BGTabella.png); */
	border: solid 1px #ededed;
	font-size: 13px;
	padding: 10px 10px 10px 10px;
	color: #0069ad;
	border-radius: 5px 5px 5px 5px;
}
/*
.tblMarcatori A,A:visited,A:hover
{
	color: #0069ad;
	text-decoration: none;
}
*/
.divDisciplina
{
	height: 227px; /* altezza di tblMarcatori + 7px dell'immagine Ombra */
	/*background-image: url(Immagini/BGOmbra.png); */
	background-position: center bottom; 
	background-repeat: repeat-x;
	width: 245px;
}
.tblDisciplina {
	height: 220px;
	background-color: #93a093;
	/*background-image: url(Immagini/BGTabella.png); */
	border: solid 1px #ededed;
	font-size: 13px;
	padding: 10px 10px 10px 10px;
	color: #0069ad;
	border-radius: 5px 5px 5px 5px;
}
/*
.tblDisciplina A,A:visited,A:hover
{
	color: #0069ad;
	text-decoration: none;
}
*/
.divClassificaQuick {
	height: 437px; /* altezza di tblMarcatori + 7px dell'immagine Ombra */
	/*background-image: url(Immagini/BGOmbra.png); */
	background-position: center bottom;
	background-repeat: repeat-x;
	width: 495px;
}
.tblClassificaQuick {
	height: 430px;
	background-color: #93a093;
	/*background-image: url(Immagini/BGTabella.png); */
	border: solid 1px #ededed;
	font-size: 13px;
	padding: 10px 10px 10px 10px;
	color: #0069ad;
	border-radius: 5px 5px 5px 5px;
}
.tblClassificaQuickIntestazioni
{	font-weight: bold;
	color: #efefef;
}
.tblClassificaQuickAttiva
{
	font-weight: bold;
	/*background-image: url(Immagini/BGTabella.png); */
}
.divPrimaPagina
{
	height: 247px; /* altezza di tblMarcatori + 7px dell'immagine Ombra */
	/*background-image: url(Immagini/BGOmbra.png); */
	background-position: center bottom; 
	background-repeat: repeat-x;
	width: 240px;
}
.tblPrimaPagina {
	height: 240px;
	background-color: #93a093;
	/*background-image: url(Immagini/BGTabella.png); */
	border: solid 1px #ededed;
	font-size: 11px;
	padding: 10px 10px 10px 10px;
	color: #0069ad;
	border-radius: 5px 5px 5px 5px;
}
.divFotoDelGiorno
{
	height: 247px; /* altezza di tblMarcatori + 7px dell'immagine Ombra */
	/*background-image: url(Immagini/BGOmbra.png); */
	background-position: center bottom; 
	background-repeat: repeat-x;
	width: 240px;
}
.divFotoDelGiornoFoto
{
	height: 147px; /* altezza di tblMarcatori + 7px dell'immagine Ombra */
	width: 224px;	
	overflow: hidden;
	text-align: center;
}
.tblFotoDelGiorno {
	height: 240px;
	background-color: #93a093;
	/*background-image: url(Immagini/BGTabella.png); */
	border: solid 1px #ededed;
	font-size: 11px;
	padding: 10px 10px 10px 10px;
	color: #0069ad;
	width: 245px;
	border-radius: 5px 5px 5px 5px;
}
.divBlog
{
	height: 207px; /* altezza di tblMarcatori + 7px dell'immagine Ombra */
	/*background-image: url(Immagini/BGOmbra.png); */
	background-position: center bottom; 
	background-repeat: repeat-x;
	width: 495px;
}
.tblBlog {
	height: 200px;
	background-color: #93a093;
	/*background-image: url(Immagini/BGTabella.png); */
	border: solid 1px #ededed;
	font-size: 13px;
	padding: 10px 10px 10px 10px;
	color: #0069ad;
	border-radius: 5px 5px 5px 5px;
}
.tblCalcioDAngolo TD
{
	width: 250px;
}
.tblCalcioDAngoloTesto
{
	letter-spacing: 0;
	padding: 8 2 8 2;
	text-align: justify;
	font-size: 11px;
}
.marqueeCalcioDAngolo
{
	height: 144px;
	width: 460px;
}
.divSondaggio
{
	height: 250px; /* altezza di tblMarcatori + 7px dell'immagine Ombra */
	/*background-image: url(Immagini/BGOmbra.png); */
	background-position: center bottom; 
	background-repeat: repeat-x;
	width: 495px;
}
.tblSondaggio {
	height: 243px;
	background-color: #93a093;
	border: solid 1px #ededed;
	font-size: 11px;
	padding: 10px 10px 10px 10px;
	color: #0069ad;
	border-radius: 5px 5px 5px 5px;
}

.divVideo
{
	height: 451px; /* altezza di tblMarcatori + 7px dell'immagine Ombra */
	/*background-image: url(Immagini/BGOmbra.png); */
	background-position: center bottom; 
	background-repeat: repeat-x;
	width: 495px;
}
.tblVideo {
	height: 451px;
	background-color: #93a093;
	/*background-image: url(Immagini/BGTabella.png); */
	border: solid 1px #ededed;
	font-size: 11px;
	padding: 10px 10px 10px 10px;
	color: #0069ad;
	border-radius: 5px 5px 5px 5px;
}

.tblSondaggioResult
{
	border: solid 1px #FFFFFF;
	padding: 0 0 0 0;
	width: 400px;
	height: 5px;
}
.tblSondaggioResult0
{
	background-image: url(immagini/ProgressBar.gif);
	background-repeat: repeat;
}
.tblSondaggioResult1
{
	background-image: url(immagini/ProgressBar.gif);
	background-repeat: repeat;
}
.tblSondaggioResult2
{
	background-image: url(immagini/ProgressBar.gif);
	background-repeat: repeat;
}
.tblSondaggioResult3
{
	background-image: url(immagini/ProgressBar.gif);
	background-repeat: repeat;
}
.tblSondaggioResult4
{
	background-image: url(immagini/ProgressBar.gif);
	background-repeat: repeat;
}
.spanAuguri
{
	font-size: 11px;
	color: #ededed;
}
.tblGenerica {
	background-color: #93a093;
	/*background-image: url(Immagini/BGTabella.png); */
	border: solid 1px #ededed;
	font-size: 11px;
	padding: 10px 4px 20px 4px;
	color: #0069ad;
	width: 100%;
	vertical-align: top;
	border-radius: 5px 5px 5px 5px;
}
.tblGenericaCorpo {
	width: 900px;
	font-size: 11px;
}
.trTitoloPagina TD {
	font-size: 13px;
	color: #0069ad;
	font-weight: bold;
	padding-bottom: 10px;
	padding: 4px 4px 10px 25px;
}

.trLegenda TD {
	font-size: 11px;
	color: #0069ad;
	font-weight: bold;
	padding-bottom: 10px;
	padding: 20px 4px 4px 90px;
}
.tblNotizieTitolo {
	font-size: 13px;
	font-weight: bold;
	height: 40px;
	vertical-align: top;
	border-radius: 5px 5px 5px 5px;
}
.tblNotizieTesto {
	font-size: 12px;
	text-align: justify;
	vertical-align: top;
	height: 100px;
	line-height: 15px;
	border-radius: 5px 5px 5px 5px;
}
.tblNotizieImmagine {
	border: solid 1px #0069ad;
	border-radius: 5px 5px 5px 5px;
}
.txtArticolo
{
	Border: solid 1px #0069ad;
	background-color: #E0E0E0; 
	width: 672px; 
	height: 152px;
}
.txtAutore
{
	Border: solid 1px #0069ad;
	background-color: #E0E0E0; 
	width: 224px; 
	height: 24px;
}
.tblRisultati {
	width: 100%;
	line-height: 20px;
	font-size: 12px;
	padding: 2 2 2 2;
	border-radius: 5px 5px 5px 5px;
}
.tblRisultatiTeam {
	font-size: 20px;
	line-height: 40px;
	border-radius: 5px 5px 5px 5px;
}
.tblRisultatiGol {
	font-size: 24px;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 5px 5px 5px 5px;
}
.tblRisultatiStagione {
	
	text-decoration: underline;
	font-weight: bold;
	border-radius: 5px 5px 5px 5px;
}

.tblRisultatiStagioneCorrente {
	font-size: 15px;
	font-weight: bold;
	border-radius: 5px 5px 5px 5px;
}

.tblRisultatiRiassunto {
	width: 800px;
	text-align: justify;
	font-size: 12px;
	line-height: 15px;
	border-radius: 5px 5px 5px 5px;
}
.tblRisultatiTabellino {
	font-weight: bold;
	font-size: 12px;
	border-radius: 5px 5px 5px 5px;
	padding: 0px 0px 10px 0px;
}
.tblClassificaStagioni {
	font-size: 11px;
	border-radius: 5px 5px 5px 5px;
}
.tblClassifica {
	width: 800px;
	font-size: 12px;
	line-height: 14px;
	padding: 3px 3px 3px 3px;
	border-radius: 5px 5px 5px 5px;
	border: solid 0px white;
}

.tblClassifica TD
{	
	font-size: 12px;
	padding: 5 5 5 5;
}
.tblClassificaIntestazioni TD {
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	padding: 10 10 10 10;
	/*font-size: 13px;
	font-weight: bold;
	border-radius: 5px 5px 5px 5px;*/
}
.tblClassificaSquadraAttiva {
	font-weight: bold;
	border-radius: 5px 5px 5px 5px;
}
.tblClassificaNumeri {
	text-align: center;
	width: 45px;
	border-radius: 5px 5px 5px 5px;
}

.tblClassificaNumeriMini {
	text-align: center;
	width: 20px;
	border-radius: 5px 5px 5px 5px;
}

.tblGiocatore {
	width: 500px;
	padding: 4px 4px 4px 4px;
	border: solid 0px white;
	background-color: #93a093;
	/*background-image: url(Immagini/BGTabella.png); */
	border-radius: 5px 5px 5px 5px;
	font-size: 11px;
}
.tblGiocatoreImg {
	border: solid 1px white;
	border-radius: 5px 5px 5px 5px;
}
.tblGiocatoreStagioni {
	width: 550px;
	padding: 4 4 4 4;
	font-size: 12px;
	line-height: 20px;
	border-radius: 5px 5px 5px 5px;
	border: solid 0px white;
}
.tblGiocatoreStagioniIntestazione {
	font-size: 13px;
	font-weight: bold;
	border-radius: 5px 5px 5px 5px;
}
.tblGiocatoreNome {
	font-weight: bold;
	font-size: 15pt;
	border-radius: 5px 5px 5px 5px;
}
.tblGiocatoreSoprannome {
	font-style: italic;
	font-size: 13pt;
	border-radius: 5px 5px 5px 5px;
}
.tblGiocatoreDescrizione {
	font-size: 8pt;
	border-radius: 5px 5px 5px 5px;
}
.tblGiocatoreRuolo {
	font-size: 13pt;
	border-radius: 5px 5px 5px 5px;
}

.tblSquadraRisultati {
	width: 800px;
	font-size: 12px;
	line-height: 20px;
	padding: 3px 3px 3px 3px;
	border-radius: 5px 5px 5px 5px;
	border: solid 0px white;
}

.tblSquadraRisultatiNome {
	font-weight: bold;
	font-size: 12px;
	border-radius: 5px 5px 5px 5px;
}
.tblSquadraRisultatiStagione {
	font-size: 16px;
	font-weight: bold;
	border-radius: 5px 5px 5px 5px;
}
.tblSquadraRisultatiDettaglio {
	width: 700px;
	font-size: 12px;
	line-height: 20px;
	border-radius: 5px 5px 5px 5px;
}

.tblRisultatoEdit {
	border-top: solid 1px white;
	border-left: solid 1px white;
	border-right: solid 1px white;
	border-bottom: solid 1px white;
	background-color: #efefef;
	width: 640px;
	height: 100px;
	filter: alpha(opacity=80);
	padding: 2 2 2 2;
	border-radius: 5px 5px 5px 5px;
}

.tblRisultatoEdit TD
{
	font-size: 8pt;
	letter-spacing: 0;
}

.tblRisultatoEdit A
{
	color: #3d3d3d;
	text-decoration: underline;
}
.tblRisultatoEdit A:hover
{
	text-decoration: underline;
}
.tblRisultatoEdit A:visited
{
	color: #3d3d3d;
	text-decoration: underline;
}
.tblRisultatoEditTeam {
	font-size: 13pt;
	border-radius: 5px 5px 5px 5px;
}
.tblRisultatoEditData
{
	font-size: 7pt;
	border-radius: 5px 5px 5px 5px;
}
.Errori
{
	font-size: 8pt;
	color: red;
}
.txt
{
	Border: solid 1px #0069ad;
	background-color: transparent; 
}
.tblContatti {
	width: 500px;
	font-size: 13px;
	padding: 0 0 0 0;
	border-radius: 5px 5px 5px 5px;
}
.tblDirigenti {
	width: 500px;
	padding: 2 2 2 2;
	border-radius: 5px 5px 5px 5px;
}
.tblDirigentiNome {
	font-size: 14px;
	font-weight: bold;
	width: 250px;
	border-radius: 5px 5px 5px 5px;
}
.tblDirigentiIncarico {
	font-size: 13px;
	font-style: italic;
	border-radius: 5px 5px 5px 5px;
}
.tblStagioni {
	width: 800px;
	font-size: 12px;
	line-height: 24px;
	border-radius: 5px 5px 5px 5px;
}
.tblStagioniIntestazioni {
	font-size: 13px;
	font-weight: bold;
	border-radius: 5px 5px 5px 5px;
}
.tblSquadra {
	width: 800px;
	padding: 3px 3px 3px 3px;
	font-size: 12px;
	border-radius: 5px 5px 5px 5px;
}
.tblSquadraIntestazioni 
{
	font-size: 13px;
	font-weight: bold;
	border-radius: 5px 5px 5px 5px;
}


.tblGalleria {
	width: 850px;
	padding: 5 5 5 5;
	font-size: 8pt;
	border-radius: 5px 5px 5px 5px;
}
.tblGalleria IMG
{
	border: solid 1px white;
}
.tblGalleriaGruppi {
	width: 670px;
	padding: 5 5 5 5;
	font-size: 12pt;
	border-radius: 5px 5px 5px 5px;
}
.tblArticoli {
	font-size: 11px;
	border-radius: 5px 5px 5px 5px;
}
.tblGenericaGuinness {
	background-color: #93a093;
	/*background-image: url(Immagini/BGTabella.png); */
	border: solid 1px #ededed;
	font-size: 11px;
	color: #0069ad;
	width: 100%;
	vertical-align: top;
	padding: 10 4 0 4;
	border-radius: 5px 5px 5px 5px;
}
.tblGuinness {
	width: 290px;
	border-radius: 5px 5px 5px 5px;
}
.tdGuinnessTitolo {
	font-size: 14px;
	LETTER-SPACING: normal;
	TEXT-TRANSFORM: none;
	WORD-SPACING: normal;
	height: 20px;
	vertical-align: top;
	font-weight: bold;
}
.tdGuinnessNome
{
	padding-left: 24px;
	font-size: 14px;
	vertical-align: top;
}
.tdGuinnessValore
{
	font-size: 14px;
	font-weight: bold;
	vertical-align: top;
}

.tblGuinnessStagioni {
	margin-left: 24px;
	font-size: 12px;
	width: 100%;
	border-radius: 5px 5px 5px 5px;
}
.tblGuinnessStagioni TD
{
	padding: 2 2 2 2;
}
.tblGuinnessStagioniIntestazioni {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

.tblGuinnessStagioniIntestazioni TD{
	text-align: center;
}

.TableSpot {
	text-align: center;
	background-color: white;
	font-size: x-small;
	padding: 10 10 10 10;
	border: solid 1px gray;
	border-radius: 5px 5px 5px 5px;
}
.TableSpot A
{
	color: Gray;
}
.TableSpot A:visited
{
	color: Gray;
}
.TableSpot A:hover
{
	color: Gray;
}
.rwTabella 
{
	height: 22px;	
}
.TestoXSmall
{
	font-size: 9px;
}
.Textbox
{
	border: solid 1px gray;
}

.tdIndirizzo {
	font-size: 11px;
	
}

.tdSquadreCalendario {
	font-size: 26px;
}

.tdSquadreCalendario- {
	padding: 0px 5px 0px 5px;
}

.tblCalendario {
	width: 800px;
	padding: 3px 3px 3px 3px;
	font-size: 11px;
	border-radius: 5px 5px 5px 5px;
	border: solid 0px #ededed;
}

.tdTitle {
	font-size: 24px;
	color: #0069ad;
	font-weight: 500;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}