/* autore: Andrea Pernici */

a:link {color: #FF5959}     /* unvisited link */
a:visited {color: #FF5959}  /* visited link */
a:hover {color: #990000}   /* mouse over link */
a:active {color: #990000}   /* selected link */

#a_sel:link {color: #FFFFFF}     /* unvisited link */
#a_sel:visited {color: #FFFFFF}  /* visited link */
#a_sel:hover {color: #FFFFFF;}   /* mouse over link */
#a_sel:active {color: #FFFFFF}   /* selected link */

/* Dovremmo settare le caratteristiche del font */
/* Caratteristiche h1, h2, h3, p etc... */
/* -----------------------------inizio----------------------------- */
/* Definiamo il carattere per il gli header delle sezioni */

h1 {
font-family: Verdana, Geneva, sans-serif;
font-size: 6pt;
font-weight: bold;
color: rgb(255,254,255);
letter-spacing: 0em;
margin: 2px 2px 2px 5px;
}

h2 {
font-family: Verdana, Geneva, sans-serif;
font-size: 15pt;
font-weight: bold;
color: #000066;
letter-spacing: 0em;
text-indent: 1cm;
}

h3 {
font-family: Verdana, Geneva, sans-serif;
font-size: 7pt;
font-weight: bold;
color: #000066;
letter-spacing: 0em;
text-indent: 1.5cm;
}

/* Definiamo il carattere per le sezioni */
p {
font-family: Verdana, Geneva, sans-serif;
font-size: 7pt;
letter-spacing:  0em;
/*line-height: 100%;*/
padding-top: 3px;
padding-left: 3px;
padding-right: 3px;
}

p.link{
margin-left: 2.5cm;
font-size: 8pt;
}

p.link-1{
font-size: 9pt;
}

p.big {
line-height: 0.5cm;
font-size: 8pt;
}

p.big-1 {
line-height: 0.4cm;
font-size: 7pt;
}

p.big-2 {
line-height: 0.4cm;
font-size: 11pt;
}

/* Classi per la gestione delle sezioni in cui va alternato il colore riga x chiarezza: PAGELLE, RISULTATI, PROSSIMO TURNO */

.sotto_header {
font-family: Verdana, Geneva, sans-serif;
font-size: 7pt;
font-weight: bold;
font-color: Brown;
height: 16px;
letter-spacing: 0em;
background-color:#FFCC99;
border-top: 0px;
border-left: 0px;
border-right: 0px;
border-bottom: 1px;
border-color: rgb(255,102,51);
border-style: dashed;
}

.testo_dispari{
font-family: Verdana, Geneva, sans-serif;
font-size: 7pt;
letter-spacing: 0em;
background-color:rgb(255,255,203)
/*min-width:40px;*/
}

.testo_pari{
font-family: Verdana, Geneva, sans-serif;
font-size: 7pt;
letter-spacing:  0em;
background-color:gainsboro
}
/* -----------------------------fine----------------------------- */


/* Classi per la gestione delle pagine: STAFF, SQUADRA, SOCIETA' */
.container { position: absolute;
    width: 800px;
	height: 755px;
	top: 165px;
	left: 80px; 
	z-index: 4;
	background-image: url('immagini/sfondo.jpg');
	background-repeat: repeat-y;
}

.container2 { position: absolute;
    width: 800px;
	height: 921px;
	top: 165px;
	left: 80px; 
	z-index: 4;
	background-image: url('immagini/sfondo.jpg');
	background-repeat: repeat-y;
}

.subcontainer{
font-family: Verdana, Geneva, sans-serif;
font-size: 10pt;
letter-spacing:  0em;
line-height: 0.8cm;
}

.cariche {
	float: left;
	margin: 0;
	width: 40%;
	font-weight: bold;
	text-align: left;
	text-indent: 3cm;
	color: #990000;
}

.nome {
	margin-left: 50%;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
	color: #990000;
}

/* -----------------------------fine----------------------------- */

div.header,div.footer
{
padding:0.5em;
color:white;
background-color:gray;
clear:left;
}

/* Spazio dedicato all'ombreggiatura di sinistra */
div.left{
	position: absolute;
	top:0px;
	left: 0px;
    height: 960px;
    width: 80px;
	margin: 0;
	background-image: url('left.gif');
	background-repeat: repeat-y;
	background-position: right;
}

/* Spazio dedicato all'ombreggiatura di sinistra */
div.left2{
	position: absolute;
	top:0px;
	left: 0px;
    height: 1120px;
    width: 80px;
	margin: 0;
	background-image: url('left.gif');
	background-repeat: repeat-y;
	background-position: right;
}

 /* INUTILIZATA PER ORA*/
div.content{
	top: 0px;
    margin-left: 150px;
    height: auto;
    width: 800px;
	border:1px solid gray;
	/*border-top: 1px;
    border-left: 1px;
    border-right: 1px;
    border-bottom: 1px;
    border-color: #FF5959;
    border-style: solid;*/
}

/* Spazio dedicato all'ombreggiatura di destra */
div.right{
	position:absolute;
	top:0px;
	left: 880px;
    height: 960px;
    width: 50px;
	background-image: url('right.gif');
	background-repeat: repeat-y;
	background-position: left;
}

/* Spazio dedicato all'ombreggiatura di destra */
div.right2{
	position:absolute;
	top:0px;
	left: 880px;
    height: 1120px;
    width: 50px;
	background-image: url('right.gif');
	background-repeat: repeat-y;
	background-position: left;
}

/* Spazio dedicato all'intestazione */
.intestazione{position: absolute;
    top: 0px;
    left: 80px;
    height: 165px;
    width: 800px;
    z-index: 3
}


/* Spazio dedicato al pie' di pagina */
.counter {position: absolute;
    top: 939px;
    left: 80px;
    height: auto;
	width: 794px !important;
    width: 800px;
    z-index: 3;
	text-align: center;
    background-color: rgb(255,255,255);
    overflow: hidden}
	
.counter2 {position: absolute;
    top: 1105px;
    left: 80px;
    height: auto;
	width: 794px !important;
    width: 800px;
    z-index: 3;
	text-align: center;
    background-color: rgb(255,255,255);
    overflow: hidden}
	
/* Spazio dedicato al pie' di pagina */
.bottom {position: absolute;
    top: 920px;
    left: 80px;
    height: 12px !important;
	height: 18px;
	width: 794px !important;
    width: 800px;
    z-index: 3;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 7pt;
    font-weight: bold;
	text-align: right;
    color: rgb(255,255,255);
    line-height: 100%;
    background-color: rgb(0,0,102);
	padding: 3px;
    overflow: hidden}
	
/* Spazio dedicato al pie' di pagina */
.bottom2 {position: absolute;
    top: 1086px;
    left: 80px;
    height: 12px !important;
	height: 18px;
	width: 794px !important;
    width: 800px;
    z-index: 3;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 7pt;
    font-weight: bold;
	text-align: right;
    color: rgb(255,255,255);
    line-height: 100%;
    background-color: rgb(0,0,102);
	padding: 3px;
    overflow: hidden}

/* Caratteristiche grafiche e di posizionamento della sezione header dedicata alle news */
.news_head {position: absolute;
    top: 190px;
    left: 97px;
    height: 12px !important;
	height: 16px;
    width: 413px !important;
	width: 416px;
    z-index: 3;
    border-top: 3px;
    border-left: 3px;
    border-right: 3px;
    border-bottom: 1px;
    border-color: rgb(0,0,102);
    border-style: double;
    background-color: rgb(0,0,102);
    overflow: hidden
}

/* cornice dell'immagine per le news */
.cornice {position: absolute;
    top: 206px;
    left: 97px;
    height: 136px;
	width: 138px !important;
    width: 140px;
    z-index: 1;
    line-height: 120%;
    border-top: 0px;
    border-left: 3px;
    border-right: 0px;
    border-bottom: 3px;
    border-color: rgb(0,0,102);
    border-style: double;
    background-color: rgb(255,255,255);
    overflow: hidden
}
	
/* Caratteristiche grafiche e di posizionamento della sezione corpo dedicata alle news */	
.news {
	position: absolute;
    top: 206px;
    left: 237px;
    height: 136px;
    width: 276px;
	z-index: 2;
    border-top: 0px;
    border-left: 0px;
    border-right: 3px;
    border-bottom: 3px;
    border-color: rgb(0,0,102);
    border-style: double;
    overflow: hidden
}

.news1 {
	position: absolute;
    top: 386px;
    left: 237px;
    height: 136px;
    width: 276px;
	z-index: 2;
    border-top: 0px;
    border-left: 0px;
    border-right: 3px;
    border-bottom: 3px;
    border-color: rgb(0,0,102);
    border-style: double;
    overflow: hidden
}

.news_head1 {position: absolute;
    top: 370px;
    left: 97px;
    height: 12px !important;
	height: 16px;
    width: 413px !important;
	width: 416px;
    z-index: 3;
    border-top: 3px;
    border-left: 3px;
    border-right: 3px;
    border-bottom: 1px;
    border-color: rgb(0,0,102);
    border-style: double;
    background-color: rgb(0,0,102);
    overflow: hidden
}

/* cornice dell'immagine per le news */
.cornice1 {position: absolute;
    top: 386px;
    left: 97px;
    height: 136px;
	width: 138px !important;
    width: 140px;
    z-index: 1;
    line-height: 120%;
    border-top: 0px;
    border-left: 3px;
    border-right: 0px;
    border-bottom: 3px;
    border-color: rgb(0,0,102);
    border-style: double;
    background-color: rgb(255,255,255);
    overflow: hidden
}
	
/* caratteristiche grafiche delle header dedicate a rassegna, pagelle, news etc... */
#sezioni_head {
	height: 12px !important;
	height: 14px;
	border-width: 1px;
    border-color: rgb(0,0,0);
    border-style: solid;
    background-color: #FF5959;
    overflow: hidden;
}
/* caratteristiche grafiche delle sezioni dedicate a rassegna, pagelle, news etc... */
#sezioni {
	border-width: 1px;
    border-color: #FF5959;
    border-style: dashed;
    background-color: rgb(255,255,203);
	padding: 2px;
	overflow: hidden /* scroll */
}

.sinistra{
	text-align: left;
	text-indent: 4px;
	float:left;
	width:80%;
	margin:0;
}
.destra{
	text-align: right;
	margin-left:20%;
}

/* Dovremmo settare le posizioni e la grandezza di ogni sezione */
/* Posizionamento header e sezione pagelle */
/* -----------------------------inizio----------------------------- */
.pagelle_head {position: absolute;
    top: 190px;
    left: 706px;
	width: 158px;
    z-index: 3;
	}
	
.pagelle {position: absolute;
    top: 206px;
    left: 706px;
    /*height: 198px;*/
	height: auto;
	width: 156px !important;
    width: 160px;
    z-index: 3;
	}
/* -----------------------------fine----------------------------- */
/* Posizionamento header e sezione rassegna stampa */
/* -----------------------------inizio----------------------------- */
.rassegna_head {position: absolute;
    top: 190px;
    left: 526px;
    width: 166px;
    z-index: 3;
	}
.rassegna {position: absolute;
    top: 206px;
    left: 526px;
    height: 148px;
    width: 164px !important;
	width: 168px;
    z-index: 3;
	}	
.link_rassegna{position: absolute;
    top: 335px;
    left: 526px;
    height: auto;
    width: 164px;
    z-index: 4;
}
/* -----------------------------fine----------------------------- */
/* Posizionamento header e sezione archivio news */
/* -----------------------------inizio----------------------------- */
.archivionews_head {position: absolute;
    /*top: 370px;*/
	top: 890px;
	left: 343px;
    /*left: 97px;*/
    width: 350px;
    z-index: 3;
	}

.archivio_news {position: absolute;
    /*top: 386px;*/
	top: 906px;
	/*left: 97px;*/
    left: 343px;
    height: 148px;
    width: 348px !important;
	width: 352px;
    z-index: 3;
	}
	
.link_archivio_news{position: absolute;
    /*top: 515px;*/
	top: 1035px;
	/*left: 97px;*/
    left: 343px;
    height: auto;
    width: 350px;
    z-index: 4;
}
/* -----------------------------fine----------------------------- */
/* Posizionamento header e sezione risultati giornata */
/* -----------------------------inizio----------------------------- */
.risultati_head {position: absolute;
    top: 550px;
    left: 97px;
    width: 233px;
    z-index: 3;
	}

.risultati {position: absolute;
    top: 566px;
    left: 97px;
    /*height: 148px;*/
	height: 120px !important;
	height: 124px;
    width: 231px !important;
	width: 235px;
    z-index: 3;
	}
/* -----------------------------fine----------------------------- */
/* Posizionamento header e sezione prossima giornata */
/* -----------------------------inizio----------------------------- */
.prossima_head {position: absolute;
    top: 700px;
    left: 97px;
    width: 233px;
    z-index: 3;
	}

.prossima {position: absolute;
    top: 716px;
    left: 97px;
    /*height: 148px;*/
	height: 120px !important;
	height: 124px;
    width: 231px !important;
	width: 235px;
    z-index: 3;
	}
/* -----------------------------fine----------------------------- */


	
/* Posizionamento header e sezione classifica */
/* -----------------------------inizio----------------------------- */
.classifica_head {position: absolute;
    top: 419px;
    left: 706px;
    width: 158px;
    z-index: 3;
	}
	
.classifica {position: absolute;
    top: 435px;
    left: 706px;
    /*height: 218px;*/
	height: 238px !important;
	height: 240px;
    width: 156px !important;
	width: 160px;
    z-index: 3;
	}
/* -----------------------------fine----------------------------- */

/* Posizionamento header e sezione classifica marcatori */
/* -----------------------------inizio----------------------------- */
.marcatori_head {position: absolute;
    top: 682px;
    left: 706px;
    width: 158px;
    z-index: 3;
	}
	
.marcatori {position: absolute;
    top: 698px;
    left: 706px;
    /*height: 148px;*/
	height: auto;
    width: 156px !important;
	width: 160px;
    z-index: 3;
	}
/* -----------------------------fine----------------------------- */

.storia {position: absolute;
    top: 551px;
    left: 343px;
    height: 70px;
    width: 350px;
    z-index: 3;
    font-family: Verdana;
    font-size: 7pt;
    line-height: 100%;
    border-width: 1px;
    border-color: rgb(255,102,51);
    border-style: dashed;
    /*background-color: rgb(255,255,203);*/
    overflow: hidden
	}

/* Posizionamento cornici delle immagini */
/* -----------------------------inizio----------------------------- */
.squadra {position: absolute;
    top: 630px;
    left: 343px;
    height: 146px;
    width: 350px;
    z-index: 4;
    line-height: 120%;
    border-width: 1px;
    border-color: rgb(255,102,51);
    border-style: dashed;
    background-color: transparent;
    overflow: hidden}
	
.azionariato {position: absolute;
    top: 850px;
    left: 97px;
	height: 215px;
	width: 235px;
    z-index: 3;
	line-height: 120%;
    border-width: 1px;
    border-color: rgb(255,102,51);
    border-style: dashed;
    background-color: transparent;
    overflow: hidden
	}
	
.azionariato2 {position: absolute;
    top: 845px;
    left: 706px;
	height: 220px;
	width: 160px;
    z-index: 3;
	line-height: 120%;
    border-width: 1px;
    border-color: rgb(255,102,51);
    border-style: dashed;
    background-color: transparent;
    overflow: hidden
	}
	
.sponsor {position: absolute;
    top: 790px;
    left: 339px;
    height: 77px;
    width: 360px;
    z-index: 4;
    line-height: 120%;
    border-width: 1px;
    border-color: rgb(255,102,51);
    border-style: dashed;
    background-color: transparent;
    overflow: hidden}

.contorno_banner1 {position: absolute;
    top: 280px;
    left: 900px;
    height: auto;
    width: 90px;
    z-index: 3;
	text-align: center;
    line-height: 120%;
    border-width: 1px;
    border-color: rgb(255,102,51);
    border-style: dashed;
    background-color: transparent;
    overflow: hidden}

.contorno_forum {position: absolute;
    top: 30px;
    left: 900px;
    height: auto;
    width: 110px;
    z-index: 3;
    background-color: transparent;
    overflow: hidden}
	
/* -----------------------------fine----------------------------- */

/* Posizionamento immagini */
/* -----------------------------inizio----------------------------- */

/* immagine per la squadra */
.squadra_img {position: absolute;
    top: 394px;
    left: 147px;
    height: 142px;
    width: 300px;
    z-index: 3
	}
	
/* immagine per la fotogallery */
.gallery_img {position: absolute;
    top: 370px;
    left: 526px;
    height: 164px;
    width: 166px;
    z-index: 3;
	border-width: 1px;
    border-color: rgb(255,102,51);
    border-style: dashed;
    background-color: transparent;
	}
	
/* -----------------------------fine----------------------------- */

