/*** FOGLIO DI STILE (CSS) - FantaSeT - 2006 ***********/


/******************* BODY  *****************************/
body
{
	background-color: #FCFCFC;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #444444;
	margin: 0px;
	text-align: center;
}


/******************* LINKS *****************************/


a:link, a:active, a:visited
{  
	text-decoration: none;
 	font-weight: bold;
 	color: #0000FF;
}

a:hover
{  
	text-decoration: underline;
}

a.a1:link, a.a1:active, a.a1:visited
{  
	text-decoration: none;
 	font-weight: normal;
 	color: #444444;
}

a.a1:hover
{  
	text-decoration: underline;
}

a.a2:link, a.a2:active, a.a2:visited
{  
	text-decoration: none;
 	font-weight: normal;
 	color: #444444;
}

a.a2:hover
{  
	text-decoration: underline;
}

/******************* TESTO *****************************/

/* TESTO NERO */
.text1
{
	font-size: 10px;
	color: #444444;
}

/* TESTO VERDE CHIARO */
.text2
{
	font-size: 10px;
	color: #FFFFFF;
}

/* TESTO BORDEAUX */
.text3
{
	font-size: 10px;
	color: #0000FF;
}

/******************* BOTTONI *****************************/

.button
{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 10px;
	width: 100px;
	background-color: #E2E5E8;
	border: 1px solid #000000;
	cursor: pointer;
}




/******************* TEXTBOX *****************************/

/* AREA DI TESTO BORDO GRIGIO E SFONDO GRIGIO (LOGIN) */
.loginbox
{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	width: 80px;
	background-color: #EEEEEE;
	border: 1px solid #8C8B8B;
	color: #0000FF;
}



.textbox1
{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 10px;
	width: 200px;
	background-color: #FFFFFF;
	color: #555555;
	background-color: #FCFCFC;	
	border: 1px solid #8C8B8B;
}

.textbox
{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	color: #555555;
	background-color: #FCFCFC;	
	border: 1px solid #8C8B8B;
}


/******************* BOXES *****************************/

/* VIOLA */
.box1
{
	font-size: 10px;
	background-color: #4A4DD2;
	color: #FFFFFF;
}

/* ARANCIO */
.box2
{
	font-size: 10px;
	background-color: #F89122;
	color: #444444;
}

/* VIOLA SCURO */
.box3
{
	font-size: 10px;
	background-color: #0000FF;
	color: #FFFFFF;
}

/* ARANCIO SCURO */
.box4
{
	font-size: 10px;
	background-color: #E6812D;
	color: #FFFFFF;
}

/* GRIGIO MENU */
.box5
{
	font-size: 10px;
	background-color: #DAD6D6;
	color: #444444;
}

/* GRIGIO SCURO */
.box6
{
	font-size: 10px;
	background-color: #8C8B8B;
	color: #FFFFFF;
}

/* BLU CAMPIONATO */
.box7
{
	font-size: 10px;
	background-color: #4961D7;
	color: #FFFFFF;
}
/* BLU CHIARO CAMPIONATO */
.box7b
{
	font-size: 10px;
	background-color: #CFD6E7;
	color: #444444;
}
	
/* VERDE COPPA */
.box8
{
	font-size: 10px;
	background-color: #53AD73;
	color: #FFFFFF;
}
/* VERDE CHIARO COPPA */
.box8b
{
	font-size: 10px;
	background-color: #C9E3CE;
	color: #444444;
}

/* ROSSO SUPERCOPPA */
.box9
{
	font-size: 10px;
	background-color: #B64444;
	color: #FFFFFF;
}
/* ROSSO CHIARO SUPERCOPPA*/
.box9b
{
	font-size: 10px;
	background-color: #E7BBBB;
	color: #444444;
}

/* BLU CHIARO */
.box10
{
	font-size: 10px;
	background-color: #4961D7;
	color: #444444;
}

/* GRIGIO 1 */
.box11
{
	font-size: 10px;
	background-color: #EEEEEE;
	color: #444444;
}

/* BIANCO */
.box12
{
	font-size: 10px;
	background-color: #fefefe;
	color: #444444;
}




/* PORTIERI */
.styleP
{
	font-size: 10px;
	background-color: #EEEEEE;
	color: #444444;
}

/* DIFENSORI */
.styleD
{
	font-size: 10px;
	background-color: #DEE0E6;
	color: #444444;
}

/* CENTROCAMPISTI */
.styleC
{
	font-size: 10px;
	background-color: #CFD6E7;
	color: #444444;
}

/* ATTACCANTI */
.styleA
{
	font-size: 10px;
	background-color: #B9C3DF;
	color: #444444;
}

/* DISABILITATO */
.disabled
{
	font-size: 10px;
	background-color: #EEEEEE;
	color: #ACABAB;
}

