/*  Arial, Verdana, sans-serif */
/* Regola globale per tutti gli elementi */
* {
	font-family: Arial, Verdana, sans-serif; /* Font predefinito per tutta la pagina */
  }
  
  /* Media query per dispositivi mobili */
  @media (max-width: 768px) {
	* {
	  font-family: 'Open Sans Condensed', sans-serif; /* Font per cellulari */
	  /* font-family: 'Roboto', serif; */
	  /* font-variant-caps: all-small-caps; */
	}
  }
  
  /* Media query per dispositivi desktop */
  @media (min-width: 769px) {
	* {
	  font-family: Arial, Verdana, sans-serif; /* Font per PC */
	}
  }


.tit {
	position: relative;
	cursor: pointer;
}
/* Tooltip che appare al tap */
.tit:focus::after, /* Focus per dispositivi mobili */
.tit:hover::after { /* Hover per desktop */
	content: attr(title); /* Mostra il contenuto di data-title */
	position: absolute;
	bottom: 120%; /* Posiziona sopra l'elemento */
	left: 50%;
	transform: translateX(-50%);
	background-color: #510404;
	color: #fff;
	padding: 5px 10px;
	border-radius: 5px;
	font-size: 0.9em;
	white-space: nowrap;
	z-index: 1000;
	opacity: 1;
	visibility: visible;
}

/* Tooltip nascosto di default */
.tit::after {
	content: "";
	position: absolute;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.2s, visibility 0.2s;
}

.titolo {
	
	font-size: x-large;
	font-style: italic;
	font-weight: bold;

}

.Giornata {
	
	font-size: xx-small;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(img/sfu-vs.bmp);
	border: 1px solid #9c0e0e;
	padding-left: 5px;
}
.Giornata2 {
	
	/*font-size: x-small;*/
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(img/sfu-vs.bmp);
	border: 1px solid #9c0e0e;
	padding-left: 5px;
}
.dataCaL {
	
	font-size: xx-small;
	color: #FFFFFF;
	font-style: italic;
	font-weight: normal;
}
a.white{
font-size: xx-small;
color:#fff;
}
a.white2{
font-size: xx-small;
color:#fff;
}
.Competizione {
	
	font-size: xx-small;
	font-weight: bold;
	color: #336600;
	background-image: url(img/sfu-vc.bmp);
	border: 1px solid #9c0e0e;
	padding-left: 5px;
}
.legenda {
	
	font-size: 10px;
	font-weight: bold;
	color: #336600;
	border: 1px solid #9c0e0e;
	border-left-width: 0px;
	border-right-width: 0px;
	margin-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #EEEEEE;
	text-align: justify;
}
.IncSqP {
	
	/*font-size: xx-small;*/
	text-align: center;
	background-image: url(img/sfuP.gif);
	background-repeat: repeat-x;
	background-position: center;
	color: black;
   border-bottom: 1px solid #9c0e0e;
	border-left: 1px solid #9c0e0e;
}
.IncSqD {
	
	/*font-size: xx-small;*/
	text-align: center;
	background-image: url(img/sfu-bia.bmp);
	background-repeat: repeat-x;
	background-position: center;
	color: black;
	border-bottom: 1px solid #9c0e0e;
	border-left: 1px solid #9c0e0e;
}

.IncRisP {
	
	/*font-size: xx-small;*/
	font-weight: bold;
	text-align: center;
	background-image: url(img/sfu-vcc.bmp);
	background-repeat: repeat-x;
	background-position: center;
	color: black;
	border-bottom: 1px solid #9c0e0e;
	border-right: 1px solid #9c0e0e;
	border-left: 1px solid #9c0e0e;
}
.IncRisD {
	
	/*font-size: xx-small;*/
	font-weight: bold;
	text-align: center;
	background-image: url(img/sfu-bia.bmp);
	background-repeat: repeat-x;
	background-position: center;
	color: black;
	border-bottom: 1px solid #9c0e0e;
	border-right: 1px solid #9c0e0e;
	border-left: 1px solid #9c0e0e;
}

.IncSqP2 {
	
	/*font-size: x-small;*/
	text-align: center;
	background-image: url(img/sfuP.gif);
	background-repeat: repeat-x;
	background-position: center;
	color: #113300;
	font-weight: bold;
   	border-bottom: 1px solid #9c0e0e;
	border-left: 1px solid #9c0e0e;
}
.IncSqD2 {
	
	/*font-size: x-small;*/
	text-align: center;
	background-image: url(img/sfu-bia.bmp);
	background-repeat: repeat-x;
	background-position: center;
	color: #113300;
	font-weight: bold;
	border-bottom: 1px solid #9c0e0e;
	border-left: 1px solid #9c0e0e;
}


.RTClassPosD {
	
	/*font-size: x-small;*/
	font-weight: bold;
	text-align: center;
	background-image: url(img/sfu-bia.bmp);
	background-repeat: repeat-x;
	background-position: center;
	color: black;
	border-bottom: 1px solid #9c0e0e;
	border-left: 1px solid #9c0e0e;
}
.RTClassPosP {
	
	/*font-size: x-small;*/
	font-weight: bold;
	text-align: center;
	background-image: url(img/sfuP.gif);
	background-repeat: repeat-x;
	background-position: center;
	color: black;
	border-bottom: 1px solid #9c0e0e;
	border-left: 1px solid #9c0e0e;
}
.RTClassSep {
	
	/*font-size: x-small;*/
	font-weight: bold;
	text-align: center;
	background-color: #9c0e0e;
	background-repeat: repeat-x;
	background-position: center;
	border-bottom: 1px solid #9c0e0e;
	border-left: 1px solid #9c0e0e;
}
.IncRisP2 {
	
	/*font-size: x-small;*/
	font-weight: bold;
	text-align: center;
	background-image: url(img/sfuP.gif);
	background-repeat: repeat-x;
	background-position: center;
	color: #113300;
	border-bottom: 1px solid #9c0e0e;
	border-right: 1px solid #9c0e0e;
	border-left: 1px solid #9c0e0e;
}
.IncRisD2 {
	
	/*font-size: x-small;*/
	font-weight: bold;
	text-align: center;
	background-image: url(img/sfu-bia.bmp);
	background-repeat: repeat-x;
	background-position: center;
	color: #113300;
	border-bottom: 1px solid #9c0e0e;
	border-right: 1px solid #9c0e0e;
	border-left: 1px solid #9c0e0e;
}

.Girone {
	
    font-size: smaller;
    color: #9e0a02;
    font-weight: bold;
    background-image: url(img/sfu-vc.bmp);
    border: 1px solid #9c0e0e;
    padding-left: 5px;
}

.t-xxs {
	
	/*font-size: xx-small;*/
	color: #000000;
}
.t-xxsL {
	
	font-size: xx-small;
	color: #000000;
	/* text-decoration:underline; */
	cursor:pointer;
}
.t-xxsBP {
	
	 font-size: xx-small; 
	font-weight: bold;
	color: #FFFFFF;
	line-height: 0.9 em; 
	padding: 7px 0 0 5;
}

.t-xxsB {
	
	/*font-size: xx-small;*/
	/*font-weight: bold;*/
	color: #000000;
}
.t-xxsB1 {
	
	font-size: xx-small;
	font-weight: bold;
	color: #ffffff;
}
.t-xxsB12 {
	
	font-size: small;
	font-weight: bold;
	color: #000000;
}
.t-xxsB2 {
	
	font-size: x-small;
	font-weight: bold;
	color: #000000;
	border: 1px solid #9c0e0e;
}

.t-xs {
	
	font-size: x-small;
	color: #000000;
}
.t-s {
	
	font-size: small;
}
.t-s1 {
	
	font-size: small;
	color: #000000;
}
.t-m {
	
	font-size: medium;
	color: #000000;
}
.t-l {
	
	font-size: large;
}
.IntRossoBlu {
	/*
	font-size: x-small;
	color: #990000;
	font-weight: bold;
	border: 1px solid #0033FF;
	text-align: center;
	background: url(img/sfuBlu.gif) repeat-x center center;*/
	background-image: url(img/sfu-vc.bmp);	
	background-repeat: repeat-x;	
	background-position: bottom;
	color: #336600;	font-weight: bold;	
	text-align: center; 
}
.IntRossoBlu2 {
	border: 1px solid #9c0e0e;
	background-image: url(img/sfu-vc.bmp);	
	background-repeat: repeat-x;	
	background-position: bottom;
	color: #336600;	font-weight: bold;	
	text-align: center; 
}
.IntRossoBlu3 {
	border: 1px solid #9c0e0e;
	background-image: url(img/sfu-vc.bmp);	
	background-repeat: repeat-x;	
	background-position: bottom;
	color: #336600;	
	font-weight: bold;	
	text-align: center;
	/*font-size: 12px;  commento mastro per dimensione txt  */ 
}
.IntRossoBlu4 {
	border: 1px solid #9c0e0e;
	background-image: url(img/sfu-vs.bmp);	
	background-repeat: repeat-x;	
	background-position: bottom;
	color: #ffffff;	font-weight: bold;	
	text-align: center; 
}
.testo-blu-bold-cx{color:#336600; font-weight:bold; text-align:center;}
.testo-blu-cx{color:black; text-align:center;}
.testo-bold{color:#336600; font-weight:bold;}

.testo-blu-bold-cx{color:black; font-weight:bold; text-align:center;}
.testo-sx{color:#336600;text-align:left;}
.testo-cx{color:black;text-align:center;}
.testo-dx{color:#336600;text-align:right;}


.testo-8{
	color:#336600; 
	font-family:Arial,sans-serif; 
	/*font-size:8pt;*/
}
.testo-doc{
	color:#336600; 
	font-family:Arial,sans-serif; 
	/*font-size:8pt;*/
	text-align: center;
	border: none;
}
.Celladoc {
	border: none;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(img/sfu-vs.bmp);
}

.riga-doc {
	color: #000000;	
	font-weight: bold;	
	text-align: center; 
	/*border: none; 1px solid #336600;*/
}
.riga-pari{
	background-color: White;
	border: none; /*1px solid #336600;*/

	}
.riga-dispari{
	background-color: #f2f6e5;
	border: none; /*1px solid #336600;*/
	}
.riga-blu-cx {
	border: 1px solid #9c0e0e;
	background-image: url(img/sfu-vs.bmp);	
	background-repeat: repeat-x;	
	background-position: bottom;
	color: #ffffff;	font-weight: bold;	
	text-align: center; 
}

.riga-orange-cx {
	border: 1px solid #9c0e0e;
	background-image: url(img/sfu-vc.bmp);	
	background-repeat: repeat-x;	
	background-position: bottom;
	color: #336600;	font-weight: bold;	
	text-align: center; 
}

.t-xxsV {
	
	/*font-size: xx-small;*/
	color: #009900;
}
.t-xxsVL {
	
	/*font-size: xx-small;*/
	color: #009900;
	/* text-decoration:underline; */
	cursor:pointer;
}
.t-xxsVB {
	
	/*font-size: xx-small;*/
	color: #336600;
	/*font-weight: bold;*/
}
.t-xxsVBL {
	
	/*font-size: xx-small;*/
	color: #336600;
	font-weight: bold;
	/* text-decoration:underline; */
	cursor:pointer;
}


.t-xxsR {
	
	/*font-size: xx-small;*/
	color: #CC0000;
}
.t-xxsRL {
	
	/*font-size: xx-small;*/
	color: #CC0000;
	/* text-decoration:underline; */
	cursor:pointer;
}
.t-xxsRB {
	
	/*font-size: xx-small;*/
	color: #CC0000;
	/*font-weight: bold;*/
}
.t-xxsRBL {
	
	font-size: xx-small;
	color: #CC0000;
	font-weight: bold;
	/* text-decoration:underline; */
	cursor:pointer;
}


.t-xxsG {
	
	/*font-size: xx-small;*/
	color: #999900;
}
.t-xxsGL {
	
	/*font-size: xx-small;*/
	color: #999900;
	/* text-decoration:underline; */
	cursor:pointer;
}
.t-xxsGB {
	
	/*font-size: xx-small;*/
	color: #999900;
	/*font-weight: bold;*/
}
.t-xxsGBL {
	
	/*font-size: xx-small;*/
	color: #999900;
	font-weight: bold;
	/* text-decoration:underline; */
	cursor:pointer;
}


.ClassP {
	
	font-size: xx-small;
	border: 1px solid #9c0e0e;
	color: #000000;
	background-image: url(img/sfu-vcc.bmp);
	background-repeat: repeat-x;
	background-position: center;
}
.ClassD {
	
	font-size: xx-small;
	border: 1px solid #9c0e0e;
	background-image: url(img/sfu-vcc.bmp);
	color: #000000;
	background-repeat: repeat-x;
	background-position: center;
}

.ClassEl {
	border: 1px solid #9c0e0e;
	border-color: #9c0e0e;	
	border-collapse: collapse;	
	font-family: Tahoma, Verdana, Arial;  
	/*font-size: 8pt;*/
}
.ClassBianco {

	
	font-size: xx-small;
	background-color: #FFFFFF;
	border: 1px solid #0033FF;
}

.CDTable {
	border: 1px solid #9c0e0e;
	border-color: #9c0e0e;	
	border-collapse: collapse;	
	font-family: Tahoma, Verdana, Arial;  
}

.CDHeader {
	border: 1px solid #9c0e0e;
	background-color: #336600;
	color: #ffffff;	
	/*font-size: 9pt;*/
	font-weight: bold;	
	text-align: center; 
}

.CDHeaderR {
	border: 1px solid #9c0e0e;
	background-color: #cc3300;
	color: #ffffff;	
	/*font-size: 9pt;*/
	font-weight: bold;	
	text-align: center; 
}

.CDRow {
	color: #336600;	
	/*font-size: 8pt;*/
	font-weight: bold;	
	text-align: center; 
}

/*table {
	border-collapse: collapse;
}*/

.Cella {
	border: 1px solid #9c0e0e;
}

.Cella1 {
	border: 1px solid #9c0e0e;
	background-image: url(img/sfu-vcc.bmp);
}
.Cella3 {
	border: 1px solid #9c0e0e;
	background-image: url(img/sfu-vs.bmp);
	color: #ffffff;
}
.Cella2 {
	border: 1px solid #9c0e0e;
	background-image: url(img/sfu-bia.bmp);
}
.Cella2-dispari {
	border: 0px solid #9c0e0e;
	background-image: url(img/sfu-vcc.bmp);
}
.Cella2-pari {
	border: 0px solid #9c0e0e;
	background-image: url(img/sfu-bia.bmp);
}
.t-xxsBluB {

	
	/*font-size: xx-small;*/
	color: #3300FF;
	/*font-weight: bold;*/
}
.t-xxsBlu {


	
	/*font-size: xx-small;*/
	color: #3300FF;
	/*font-weight: normal;*/
}
.CellaCentro {
	border: 1px solid #9c0e0e;
	text-align: center;

}
.CellaCentro1 {
	border: 1px solid #9c0e0e;
	text-align: center;
   background-image: url(img/sfu-vcc.bmp);
}
.CellaCentro2 {
	border: 1px solid #9c0e0e;
	text-align: center;
background-image: url(img/sfu-bia.bmp);
}
.RosaP {
	background-image: url(img/sfu-vcc.bmp);	
	background-repeat: repeat-x;	
	background-position: bottom;
	color: #000000;	

}
.RosaD {
	background-image: url(img/sfu-bia.bmp);	
	background-repeat: repeat-x;	
	background-position: bottom;
	color: #000000;	
}

.IntBluGiallo {

	
	font-size: x-small;
	color: #0000FF;
	font-weight: bold;
	border: 1px solid #0033FF;
	text-align: center;
	background: url(img/sfuGiallo.gif) repeat-x center center;
}
.IntRossoBluDx {
   
	font-size: x-small;
	color: #336600;
	font-weight: bold;
	border: 1px solid #9c0e0e;
	text-align: right;
	background: url(img/sfu-vc.bmp) repeat-x center center;
	
}
.GiornataForm {

	
	font-size: xx-small;
	color: #000099;
	font-weight: bold;
}
.CompetizioneForm {

	
	font-size: xx-small;
	font-weight: bold;
	color: #336600;
}
.IntLayer {
 
 /*font-size: 11px;*/
 line-height: 14px;
 padding-top: 3px;
 padding-left: 5px;
 padding-right: 5px;
 padding-bottom: 3px;
 background-image: url(img/sfu-bia.bmp);
 border: 1px solid #9c0e0e;
 font-weight: bold;
}
 
.IntLayerORIGINAL {
	
	font-size: small;
	color: #0000FF;
	font-weight: bold;
	border: 1px solid #0033FF;
	text-align: left;
	background: url(img/sfuGiallo.gif) repeat-x center center;
}
.FormP {
	
	/*font-size: xx-small;*/
	border: 0px solid #ffffff;
	/* background-image: url(img/sfu-vcc.bmp); */
	background-repeat: repeat;
	background-position: center;
	/*text-align: center;*/
}
.FormD {
	
	/*font-size: xx-small;*/
	border: 0px solid #ffffff;
	/* background-image: url(img/sfu-bia.bmp); */
	background-repeat: repeat;
	background-position: center;
	/*text-align: center;*/
}

.FormR {
	
	/*font-size: xx-small;*/
	border: 0px solid #ffffff;
	background-color: url(img/sfu-vcc.bmp);
	background-repeat: repeat;
	background-position: center;
	text-align: center;
}
.FormA {
	
	/*font-size: xx-small;*/
	border: 0px solid #ffffff;
	background-image: url(img/sfu-bia.bmp);
	background-repeat: repeat;
	background-position: center;
	text-align: center;
}
.FormV {
	
	/*font-size: xx-small;*/
	border: 0px solid #ffffff;
	background-image: url(img/sfu-vcc.bmp);
	background-repeat: repeat;
	background-position: center;
	text-align: center;
}
.FormG {
	
	/*font-size: xx-small;*/
	border: 0px solid #ffffff;
	background-image: url(img/sfu-bia.bmp);
	background-repeat: repeat;
	background-position: center;
	text-align: center;
}

.FormNome {
	
	font-size: medium;
	font-style: italic;
	font-weight: bold;
	border: 1px #0033FF;
}

.RisP {
	
	font-size: xx-small;
	background-color: #cccccc;
	border: 1px solid #0033FF;
	background-image: url(img/sfuP.gif);
	background-repeat: repeat;
	background-position: center;
	text-align: left;
}

.RisD {
	
	font-size: xx-small;
	background-color: #eeeeee;
	border: 1px solid #0033FF;
	background-repeat: repeat;
	background-position: center;
	text-align: left;
}
.RisNome {
	
	font-size: medium;
	font-style: italic;
	font-weight: bold;
	background-position: center;
	border: 1px #0033FF;
}
.CellaImg {
	text-align: center;
	vertical-align: middle;
	background: center center;
}
.Bianco {
	background-color: white;
    /* background: url(img/sfu-bia.bmp);*/
	border-top: 0px solid #9c0e0e;
	border-right: 0px none #9c0e0e;
	border-bottom: 0px solid #9c0e0e;
	border-left: 1px solid #9c0e0e;
	/*font-size: xx-small;*/
}
.Bianco2 {
	
	background: url(img/sfu-vc.bmp);
	border-left: 1px solid #9c0e0e;
	font-size: smaller;
}

.FormPCentro {
	
	/*font-size: xx-small;*/
	border-right: 0px solid #9c0e0e;
	border-left: 0px solid #9c0e0e;
	/* background-image: url(img/sfu-vcc.bmp); */
	background-repeat: repeat;
	background-position: center;
	text-align: center;
}
.FormDCentro {
	
	/*font-size: xx-small;*/
  	 border-right: 0px solid #9c0e0e;
	border-left: 0px solid #9c0e0e;
	/* background-image: url(img/sfu-bia.bmp); */
	background-repeat: repeat;
	background-position: center;
	text-align: center;
}

.FormRCentro {
	
	font-size: xx-small;
	border-right: 1px solid #9c0e0e;
	border-left: 0px solid #9c0e0e;
	background: #ffccaa;
	text-align: center;
}
.FormACentro {
	
	font-size: xx-small;
  	 border-right: 1px solid #9c0e0e;
	border-left: 0px solid #9c0e0e;
	background: #ffffaa;
	text-align: center;
}
.FormVCentro {
	
	font-size: xx-small;
	border-right: 1px solid #9c0e0e;
	border-left: 0px solid #9c0e0e;
	background: #ddffdd;
	text-align: center;
}
.FormGCentro {
	
	font-size: xx-small;
  	 border-right: 1px solid #9c0e0e;
	border-left: 0px solid #9c0e0e;
	background-image: url(img/sfu-vcc.bmp);
	background-repeat: repeat;
	background-position: center;
	text-align: center;
}

.RisPCentro {
	
	font-size: xx-small;
	background-color: #cccccc;
	border: 1px solid #0033FF;
	background-image: url(img/sfuP2.gif);
	background-repeat: repeat;
	background-position: center;
	text-align: center;
}

.RisDCentro {
	
	font-size: xx-small;
	background-color: #eeeeee;
	border: 1px solid #0033FF;
	background-image: url(img/sfuD2.gif);
	background-repeat: repeat;
	background-position: center;
	text-align: center;
}
.CellaDestra {

	border: 1px solid #0033FF;
	text-align: right;
}
.t-xsB {
	
	/*font-size: x-small;*/
	/*font-weight: bold;*/
	color: #9c0e0e;
	/* background-image: url(img/sfu-vc.bmp); */
	text-align: center;
	border-bottom: 1px solid #9c0e0e;
	border-top: 1px solid #9c0e0e;
	background-color: #eeeeee;
}
.t-xsBTot {
	
	/*font-size: x-small;*/
	/*font-weight: bold;*/
	color: #9c0e0e;
	/* background-image: url(img/sfu-vc.bmp); */
	text-align: center;
	border-bottom: 1px solid #9c0e0e;
	border-top: 1px solid #9c0e0e;
	background-color: #eeeeee;
}
.t-xsB1 {
	
	/*  font-size: 12px;commento mastro per dimensione txt  */
	font-weight: bold;
	color: #336600;
	background-image: url(img/sfu-vc.bmp);
	text-align: center;
	border-bottom: 1px solid #9c0e0e;
	border-top: 1px solid #9c0e0e;
}
.CellaCentroRosso {
	border: 1px solid #0033FF;
	text-align: center;
	background-color:#FF0000

}

.rtTit {
	
	/*font-size: 20px;*/
	color: #ffffff;
}

.rtTit2 {
	
	/*font-size: 18px;*/
	color: #ffffff;
	text-shadow: 1px 1px 1px #9c0e0e;
}


.t-xsWB {
	
	/*font-size: x-small;*/
	font-weight: bold;
	color: #9c0e0e;
}
.t-xsWB1 {
	
	font-size: larger;
	font-weight: bold;
	color: #ffffff;
}
.t-tab {
	
	/*font-size: 12px;*/
	font-weight: bold;
	color: #0066ff;
}
.t-tab1 {
	
	/*  font-size: 12px;commento mastro per dimensione txt  */
	font-weight: bold;
	color: #336600;
	line-height:100%;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	
}
.t-tab2 {
	
	/*  font-size: 12px;commento mastro per dimensione txt  */
	font-weight: normal;
	color: #0066ff;
}
.CellaCentroVerde {

	border: 1px solid #0033FF;
	text-align: center;
	background-color:#00CC00
}
.CellaNoBordo {
	border: none;
}
.CellaNoBordoSx1 {
	border-top: 1px solid #9c0e0e;
	text-align: left;
	color: #9c0e0e;
	/*background-image: url(img/sfu-vc.bmp);*/
	background-color: #eeeeee;
	/*font-weight: bold;*/
	font-size: 14px; 
}
.CellaBordoSx2 {
	border-top: 1px solid #9c0e0e;
	border-left: 1px solid #9c0e0e;
	text-align: left;
	color: #9c0e0e;
	/*background-image: url(img/sfu-vc.bmp);*/
	background-color: #eeeeee;
	/*font-weight: bold;*/
}
.CellaNoBordoDx1 {
	border-top: 1px solid #9c0e0e;
	text-align: right;
	color: #9c0e0e;
	/*background-image: url(img/sfu-vc.bmp);*/
	background-color: #eeeeee;
	/*font-weight: bold;*/
	font-size: 14px; 
}
.CellaNoBordoDx1l {
	border-top: 1px solid #9c0e0e;
	border-left: 1px solid #9c0e0e;
	text-align: left;
	color: #336600;
	/*background-image: url(img/sfu-vc.bmp);*/
	background-color: #eeeeee;
	font-weight: bold;
}
.CellaNoBordoDx1b {
	border-top: 1px solid #9c0e0e;
	text-align: center;
	border-left: 1px solid #9c0e0e;
	font-weight: bold;
	/*background-image: url(img/sfu-vc.bmp);*/
	background-color: #eeeeee;
	color: #9c0e0e;
}
.CellaNoBordoDx2 {
	border-top: 1px solid #9c0e0e;
	text-align: right;
	color: #336600;
	background-color: #eeeeee;
	/*background-image: url(img/sfu-bia.bmp);*/
	font-weight: bold;
}
.CellaNoBordoDx2b {
	border-top: 1px solid #9c0e0e;
	text-align: center;
	border-left: 1px solid #9c0e0e;
	font-weight: bold;
	background-color: #eeeeee;
	/*background-image: url(img/sfu-bia.bmp);*/
	color: #336600;
}
.CellaNoBordoDx2a {
	border-top: 1px solid #9c0e0e;
	text-align: right;
	color: #9c0e0e;
	background-image: url(img/sfu-bia.bmp);
	/*font-weight: bold;*/
}
.CellaNoBordoDx2al {
	border-top: 1px solid #9c0e0e;
	border-left: 1px solid #9c0e0e;
	text-align: left;
	color: #9c0e0e;
	background-image: url(img/sfu-bia.bmp);
	/*font-weight: bold;*/
}
.CellaNoBordoDx2ab {
	border-top: 1px solid #9c0e0e;
	text-align: center;
	border-left: 1px solid #9c0e0e;
	font-weight: bold;
	background-image: url(img/sfu-bia.bmp);
	color: #9c0e0e;
}
.CellaNoBordoDx3 {
	border-top: 1px solid #9c0e0e;
	text-align: right;
	color: #9c0e0e;
	background-color: #eeeeee;
	font-weight: bold;
}
.CellaNoBordoDx3l {
	border-top: 1px solid #9c0e0e;
	border-left: 1px solid #9c0e0e;
	text-align: left;
	color: #9c0e0e;
	background-color: #eeeeee;
	font-weight: bold;
}
.CellaNoBordoDx3b {
	border-top: 1px solid #9c0e0e;
	text-align: center;
	border-left: 1px solid #9c0e0e;
	font-weight: bold;
	background-color: #eeeeee;
	/*background-image: url(img/sfu-vs.bmp);*/
	color: #336600;
}
.CellaNoBordoDx4 {
	border-top: 1px solid #9c0e0e;
	border-bottom: 1px solid #9c0e0e;
	text-align: right;
	color: #ffffff;
	background-image: url(img/sfu-vs.bmp);
	font-size: larger;
	font-weight: bold;
}
.CellaNoBordoDx4b {
	border-top: 1px solid #C61900;
	color: #C61900;
	text-align: center;
	border-left: 1px solid #c61900;
	border-bottom: 1px solid #c61900;
	font-weight: bold;
	background-image: url(img/sfu-vs.bmp);
}
.CellaNoBordoSx4b {
	border-top: 1px solid #C61900;
	color: #C61900;
	text-align: left;
	border-left: 1px solid #c61900;
	border-bottom: 1px solid #c61900;
	font-weight: bold;
	background-image: url(img/sfu-vs.bmp);
}
.t-xxsI {
	
	font-size: xx-small;
	font-style: italic;
}
.RvP {

	
	font-size: xx-small;
	background-color: #cccccc;
	border: 1px solid #9c0e0e;
	background-image: url(img/sfu-vcc.bmp);
	background-repeat: repeat;
	background-position: center;
	text-align: left;
}
.RvD {

	
	font-size: xx-small;
	background-color: #eeeeee;
	border: 1px solid #9c0e0e;
	background-image: url(img/sfu-bia.bmp);
	background-repeat: repeat;
	background-position: center;
	text-align: left;
}
.Rv1 {
	
	font-size: xx-small;
	background-color: #eeeeee;
	border: 1px solid #9c0e0e;
	/*background-image: url(img/sfu-vc.bmp);*/
	background-color: #eeeeee;
	background-repeat: repeat;
	background-position: center;
	text-align: left;
}
.Rv2 {
	
	font-size: xx-small;
	background-color: #eeeeee;
	border: 1px solid #9c0e0e;
	background-image: url(img/sfu-vs.bmp);
	background-repeat: repeat;
	background-position: center;
	text-align: left;
}
.CellaRvCiano {
	border: 1px solid #9c0e0e;
	background: #0359DA;
	color: #FFFFFF;
}
.CellaRvRosso {
	border: 1px solid #9c0e0e;
	background: #DD0000;
	color: #FFFFFF;
}
.CellaRvVerde {
	border: 1px solid #9c0e0e;
	background: #00A800;
	color: #FFFFFF;
}
.CellaRvGiallo {
	border: 1px solid #9c0e0e;
	background: #B5B500;
	color: #FFFFFF;
}
.tmodI {
	font-style: italic;
}
.tmodB {
	font-weight: bold;
}
.tmodBI {
	font-style: italic;
	font-weight: bold;
}
.tmodU {
	text-decoration: underline;
}
.tmodIU {
	font-style: italic;
	text-decoration: underline;
}
.tmodBU {
	font-weight: bold;
	text-decoration: underline;
}
.tmodBIU {
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}
.CellaRvCianoCentro {
	border: 1px solid #9c0e0e;
	background: #0359DA;
	color: #FFFFFF;
	text-align: center;
}
.CellaRvRossoCentro {

	border: 1px solid #9c0e0e;
	background: #DD0000;
	color: #FFFFFF;
	text-align: center;
}
.CellaRvVerdeCentro {

	border: 1px solid #9c0e0e;
	background: #00A800;
	color: #FFFFFF;
	text-align: center;
}
.CellaRvGialloCentro {

	border: 1px solid #9c0e0e;
	background: #B5B500;
	color: #FFFFFF;
	text-align: center;
}
.RvPCentro {

	
	font-size: xx-small;
	background-color: #cccccc;
	border: 1px solid #9c0e0e;
	background-image: url(img/sfu-vcc.bmp);
	background-repeat: repeat;
	background-position: center;
	text-align: center;
}
.RvDCentro {

	
	font-size: xx-small;
	background-color: #eeeeee;
	border: 1px solid #9c0e0e;
	background-image: url(img/sfu-bia.bmp);
	background-repeat: repeat;
	background-position: center;
	text-align: center;
}
body {
 font-family: Verdana, Lucida, helvetica, arial, sans-serif;
 /*font-size: 14px;*/
 font-weight: normal;
 margin-top: 2px;
 margin-bottom: 2px;
 margin-right: 3px;
 margin-left: 3px;
}

h1 {
 font-family: Times New Roman, serif;
/* font-size: 26px;*/
 font-weight: normal;
 color: #e9f2fc;
 background-color: transparent;
 padding: 0px;
 margin: 0px;
 }

h2 {
 font-family: Verdana, Lucida, helvetica, arial, sans-serif;
 /*font-size: 14px;*/
 font-weight: bold;
 line-height: 14px;
 color: #000000;
 background-color: transparent;
 }
 
 h2.titletext {
 font-family: Verdana, Lucida, helvetica, arial, sans-serif;
 /*font-size: 20px;*/
 font-weight: normal;
 line-height: 20px;
 border-bottom: 1px solid #9cba00;
 color: #000000;
 background-color: transparent;
 }
  
 a.titletext {
 font-family: Verdana, Lucida, helvetica, arial, sans-serif;
 font-size: 10px;
 font-weight: normal;
 line-height: 16px;
 border-bottom: 1px solid #9cba00;
 color: #000000;
 background-color: transparent;
 }
 
 h5.titletext {
 font-family: Verdana, Lucida, helvetica, arial, sans-serif;
/* font-size: 14px;*/
 font-weight: bold;
 line-height: 15px;
 padding-left: 0px;
/* border-bottom: 1px solid #769176; */
 color: #336600;
 background-color: transparent;
 }

 h4.titletext {
 font-family: Verdana, Lucida, helvetica, arial, sans-serif;
 /*font-size: 16px;*/
 font-weight: bold;
 line-height: 20px;
 padding-left: 0px;
 border-bottom: 1px solid #769176;
 color: #3333ff;
 background-color: transparent;
 }

 h3.titletext {
 font-family: Verdana, Lucida, helvetica, arial, sans-serif;
/* font-size: 16px;*/
 font-weight: bold;
 line-height: 16px;
 border-bottom: 1px solid #769176;
 color: #000000;
 background-color: transparent;
 }
 
 
 
 
 h2.titolopers {
 font-family: Verdana, Lucida, helvetica, arial, sans-serif;
/* font-size: 30px;*/
 font-weight: normal;
 line-height: 30px;
 border-bottom: 1px solid #9cba00;
 color: #000000;
 background-color: transparent;
 }

p {
 font-family: Verdana, Lucida, helvetica, arial, sans-serif;
 /*font-size: 12px;*/
 font-weight: normal;
 line-height: 18px;
 color: #000000;
 background-color: transparent;
 }

a {
 font-family: Verdana, Lucida, helvetica, arial, sans-serif;
 /*font-size: 12px;*/
 font-weight: normal;
 text-decoration: underline;
 color: #336600;
 background-color: transparent;
 }

a:visited {
 text-decoration: none;

 background-color: transparent;
 }
a:hover {
 text-decoration: underline;
 }
 
a.navlink {
 font-family: Verdana, Lucida, helvetica, arial, sans-serif;
/* font-size: 11px;*/
 font-weight: NORMAL;
 text-decoration: none;
 color: #e9f2fc;
 background-color: transparent;
 }

a.navlink:visited {
 text-decoration: none;
 color: #e9f2fc;
 background-color: transparent;
 }

a.newslink {
 font-family: Verdana, Lucida, helvetica, arial, sans-serif;
/* font-size: 10px;*/
 font-weight: bold;
 line-height: 10px;
 text-decoration: none;
 color: #3333ff;
 background-color: transparent;
 }

a.newslink:visited {
 text-decoration: none;
 color: #900020;
 color: #3333ff;
 background-color: transparent;
 }

a.newslink:hover {
 text-decoration: underline;
 }

li {
 font-family: Verdana, Lucida, helvetica, arial, sans-serif;
/* font-size: 12px;*/
 font-weight: normal;
 line-height: 18px;
 padding-bottom: 7px;
 color: #000000;
 background-color: transparent;
 }

.navcell {
 padding: 3px 7px 3px 7px;
 }

.newsheader {
 font-family: Verdana, Lucida, helvetica, arial, sans-serif;
 /*font-size: 10px;*/
 font-weight: normal;
 line-height: 10px;
 padding-left: 5px;
 color: #e9f2fc;
 background-color: #000099;
 }

.newscell {
 font-family: Verdana, Lucida, helvetica, arial, sans-serif;
/* font-size: 11px;*/
 font-weight: normal;
 line-height: 11px;
 padding-top: 7px;
 padding-left: 5px;
 padding-right: 5px;
 padding-bottom: 9px;
 color: #3333ff;
 background-color: #FFFF99;
 }

.newscel2 {
 font-family: Verdana;
/* font-size: 11px;*/
 font-weight: normal;
 line-height: 14px;
 text-decoration: none;
 padding-top: 2px;
 padding-left: 5px;
 padding-right: 5px;
 padding-bottom: 2px;
 color: #336600;
}

.newscel3 {
 font-family: Verdana;
 /*font-size: 11px;*/
 font-weight: normal;
 line-height: 14px;
 padding-top: 3px;
 padding-left: 5px;
 padding-right: 5px;
 padding-bottom: 3px;
 color: #336600;
}

 .newscel3R {
 font-family: Verdana;
 /*font-size: 11px;*/
 font-weight: normal;
 line-height: 14px;
 padding-top: 3px;
 padding-left: 0px;
 padding-right: 5px;
 padding-bottom: 3px;
 color: #FF0000;
}
 
 .navinput {
  vertical-align: middle;
  width: 120px;
  color: #3333ff;
  background-color: #e9f2fc;
 }

 .navbutton {
  position: relative;
  left: 3px;
  width: 30px;
  background-color: #3333ff;
  color: #e9f2fc;
  font-family: Verdana, Lucida, helvetica, arial, sans-serif;
 /* font-size: 10px;*/
  font-weight: normal;
  vertical-align: middle;
 }

.update {
 font-family: Verdana, Lucida, helvetica, arial, sans-serif;
/* font-size: 10px;*/
 font-weight: normal;
 line-height: 14px;
 color: #e9f2fc;
 background-color: transparent;
 }
 
.edition {
 font-family: Verdana;
 /*font-size: 11px;*/
 font-weight: bold;
 line-height: 35px;
 /*padding-top: 50px;*/
 padding-right: 120px;
 color: #000000;
 background-color: transparent;
 }

.copyright {
 font-family: Verdana, Lucida, helvetica, arial, sans-serif;
 /*font-size: 10px;*/
 font-weight: normal;
 line-height: 10px;
 color: #999999;
 background-color: transparent;
 }
.Stile1 {font-family: Verdana, Lucida, helvetica, arial, sans-serif}
.Stile2 {color: #e9f2fc}
.CellaRvCianoGrigio {

	border: 1px solid #0033FF;
	background: #0359DA;
	color: #CCCCCC;
}
.CellaRvRossoGrigio {

	border: 1px solid #0033FF;
	background: #DD0000;
	color: #CCCCCC;
}
.CellaRvVerdeGrigio {

	border: 1px solid #9c0e0e;
	background: #00A800;
	color: #CCCCCC;
}
.CellaRvGialloGrigio {

	border: 1px solid #9c0e0e;
	background: #B5B500;
	color: #CCCCCC;
}
.RvPGrigio {
	
	font-size: xx-small;
	background-color: #cccccc;
	border: 1px solid #9c0e0e;
	background-image: url(img/sfu-vcc.bmp);
	background-repeat: repeat;
	background-position: center;
	text-align: left;
	color: #666666;
}
.RvDGrigio {
	
	font-size: xx-small;
	background-color: #eeeeee;
	border: 1px solid #9c0e0e;
	background-image: url(img/sfu-bia.bmp);
	background-repeat: repeat;
	background-position: center;
	text-align: left;
	color: #666666;
}
table.mercato{
  width: 50%;
  /*WIDTH=95%;*/
  border: 1px solid; 
  border-color: #9c0e0e;
}
td.merca-test {
	
	/*font-size: 12px;*/
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}
td.merca-test2 {
	
	/*font-size: 12px;*/
	font-weight: bold;
	color: #ffffff;
	width: auto;
	text-align: center;
}
td.merca-data {
	
	/*font-size: 12px;*/
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	padding-right: 15px;
}
td.merca-sqa {
	
	/*font-size: 12px;*/
	width: auto;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}
td.merca-cred {
	
	/*font-size: 12px;*/
	width: auto;
	font-weight: bold;
	text-align: right;
	color: #ffffff;
	padding-right: 10px;
}
td.cred {
	
	/*font-size: 12px;*/
	width: auto;
	color: #000000;
	font-weight: normal;
	text-align: right;
	padding-right: 10px;
	
}
td.cred2 {
	
	/*font-size: 12px;*/
	width: auto;
	color: #000000;
	font-weight: normal;
	text-align: center;
}
td.sqa {
	
	/*font-size: 12px;*/
	width: auto;
	color: #000000;
	font-weight: normal;
	text-align: center;
	padding-left: 5px;
}
td.desc {
 font-family: Verdana, Lucida, helvetica, arial, sans-serif;
 /*font-size: 12px;*/
 font-weight: normal;
 line-height: 18px;
 text-align: center;
 color: #000000;
}
td.desc2 {
 font-family: Verdana, Lucida, helvetica, arial, sans-serif;
 /*font-size: 12px;*/
 font-weight: normal;
 line-height: 18px;
 text-align: center;
 color: #000000;
 width: auto;
 
}
td.data {
	
	/*font-size: 11px;*/
	width: auto;
	color: #336600;
	font-weight: normal;
	text-align: center;
	padding-right: 10px;
	vertical-align: baseline;
	}
tr.testa {
  background-color: #336600;
  line-height: 125%;
  
}
/*COPYRIGHT*/
.cpr {
 font-family: Verdana, Lucida, helvetica, arial, sans-serif;
 /*font-size: 10px;*/
 font-weight: normal;
 line-height: 14px;
 color: #999999;
 background-color: transparent;
}
.cpr2 {
 font-family: Verdana, Lucida, helvetica, arial, sans-serif;
 /*font-size: 10px;*/
 font-weight: bold;
 line-height: 14px;
 color: #999999;
 background-color: transparent;
}

table.doc{
	
	font-size: x-small;
	border: none;
}


/* TABELLE INDEX.HTM */

table.principale {
	border: 3px solid #9c0e0e;
	background-color: #336600; 
	width: 980px;
}


table.menu {
	border: 1px solid #9c0e0e;
	width: 166px;
}

table.mini {
	border: none;
}


/* MINI CLASSIFICHE */
.rigaD {
	
	font-size: xx-small;
	text-align: center;
	background-color: #f2f6e5;
	color: black;
	border-bottom: 1px solid #9c0e0e;
}
.rigaP {
	
	font-size: xx-small;
	text-align: center;
	background-color: black;
	border-bottom: 1px solid #9c0e0e;
	background-color: white;
}
.rigaD2 {
	
	font-size: xx-small;
	text-align: left;
	background-color: #f2f6e5;
	color: black;
	width: 98%;
	border-bottom: 1px solid #9c0e0e;
}
.rigaP2 {
	
	font-size: xx-small;
	text-align: left;
	background-color: White;
	color: black;
	width: 98%;
	border-bottom: 1px solid #9c0e0e;
}
.rigaVSp {
	
	text-align: center;
	font-weight: bold;
	color: #336600;
	/*font-size: 10px;*/
	background-color: White;
	width: 3px;
	border-bottom: 1px solid #9c0e0e;
}
.rigaVSd {
	
	text-align: center;
	font-weight: bold;
	color: #336600;
	/*font-size: 10px;*/
	background-color: #f2f6e5;
	width: 3px;
	border-bottom: 1px solid #9c0e0e;
}
.rigaDgol {
	
	font-size: xx-small;
	text-align: center;
	font-weight: bold;
	background-color: #f2f6e5;
	color: black;
	border-bottom: 1px solid #9c0e0e;
}
.rigaPgol {
	
	font-size: xx-small;
	text-align: center;
	font-weight: bold;
	background-color: White;
	color: black;
	border-bottom: 1px solid #9c0e0e;
}
.rigaTit {
	/*VISIBILITY: hidden;*/
	
	text-align: left;
	font-weight: bold;
	background: url(img/sfu-vc.bmp);
	background-position: center;
	color: #336600;
	/*font-size: 11px;*/
}
.rigaDat {
	/*VISIBILITY: hidden;*/
	
	background: url(img/sfu-vc.bmp);
	background-position: center;
	color: #336600;
	/*font-size: 10px;*/
	font-style: italic;
	font-weight: normal;
}


.vuota {
	border-bottom: 1px solid #9c0e0e;
	font-size: 1px;
}
.rigaDu {
	
	font-size: xx-small;
	text-align: center;
	font-weight: bold;
	background-color: #f2f6e5;
	color: black;
	border-bottom: 1px solid #9c0e0e;
}
.rigaPu {
	
	font-size: xx-small;
	text-align: center;
	font-weight: bold;
	background-color: White;
	color: black;
	border-bottom: 1px solid #9c0e0e;
}
.rigaPTtot {
	
	font-size: xx-small;
	text-align: left;
	font-weight: bold;
	background-color: White;
	color: black;
	border-bottom: 1px solid #9c0e0e;
}
.rigaDTtot {
	
	font-size: xx-small;
	text-align: left;
	font-weight: bold;
	background-color: #f2f6e5;
	color: black;
	border-bottom: 1px solid #9c0e0e;
}
.rigaDuGP {
	
	font-size: xx-small;
	text-align: left;
	font-weight: bold;
	background-color: #f2f6e5;
	color: black;
	border-bottom: 1px solid #9c0e0e;
}
.rigaPuGP {
	
	font-size: xx-small;
	text-align: left;
	font-weight: bold;
	background-color: White;
	color: black;
	border-bottom: 1px solid #9c0e0e;
}
.rigaD3 {
	
	font-size: xx-small;
	text-align: right;
	background-color: #f2f6e5;
	color: black;
	border-bottom: 1px solid #9c0e0e;
}
.rigaP3 {
	
	font-size: xx-small;
	text-align: right;
	background-color: White;
	color: black;
	border-bottom: 1px solid #9c0e0e;
}
/* CONTENITORE MINICLASSIFICHE */

.tooltip {
border: 3px double #9c0e0e;
background-image: url(img/sfu-vcc.bmp);
PADDING: 8px;
font-family: Verdana;
/*FONT-SIZE: 8pt;*/
VISIBILITY: hidden;
POSITION: absolute;
/*layer-background-color: #D1C9EB;*/
text-align: center;
}

 h2.mini {
 font-family: Verdana, Lucida, helvetica, arial, sans-serif;
/* font-size: 14px;*/
 font-weight: bold;
 border-bottom: 1px solid #9cba00;
 color: #000000;
 }


.outFrame {
	
	font-size: xx-small;
	color: #336600;
	font-weight: bold;
	border: 1px solid #9c0e0e;
	padding-left: 5px;
}
