.textarea {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif, Verdana, Geneva;
	text-align: center;
}

.titolo {
	font-family: Arial, Helvetica, sans-serif, Verdana, Geneva;;
	color: #888888;
	font-size: 11pt;
	font-weight: bold;
} 

.tabella1 {
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif, Verdana, Geneva;
	font-weight: bold;
}

.tabella2 {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif, Verdana, Geneva;
	color: White;
	font-weight: bold;
}

.schema {
	font-family: Trebuchet MS, arial, verdana;
	color: #000000;
	font-size: 10px;
	} 
	
.formazione {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 9px;
	font-weight: bold;
	} 

.H1 {
	font-size: 14px;
	font-family: arial, verdana;
	color: White;
	font-weight: bold;
	background: Green;
}
.id3 {
font-size : 10px;
font-family : arial, verdana;
color : #000000;
font-weight : normal;
}
.inputb {
border : 1 #999999 solid;
color : #000000;
width : 120px;
font-family : arial, verdana;
background : #ffffff;
font-size : 11px;
}
.inputa {
border : 1 #999999 solid;
color : #000000;
width : 100px;
font-family : arial, verdana;
background : #ffffff;
font-size : 11px;
}
.inputl {
border : 1 #999999 solid;
color : #000000;
width : 150px;
font-family : arial, verdana;
background : #ffffff;
font-size : 11px;
}



.piede {
font-family : Arial, verdana;
color : #000000;
font-size : 7pt;
font-weight : bold;
} 

.menusx {
font-family : Arial, verdana;
color : #6666CC;
font-size : 12pt;
font-weight : normal;
} 



td {
font-family : arial, verdana;
font-size : 11px;
}
p {
font-family : arial, verdana;
font-size : 11px;
background : transparent;
}
body {
font-family : arial, verdana;
font-size : 11px;
background : #cdcdcd;
}

A:active , A:visited , A:link {
	font-size: 11px;
	font-family: arial, verdana;
	color: Green;
	font-weight: bold;
	background: transparent;
	text-decoration: none;
}
A:hover {
	font-size: 12px;
	font-family: arial, verdana;
	color: #006400;
	font-weight: bold;
	background: transparent;
	text-decoration: underline;
}

/******* MENU ****/
#main {
	margin: 0 0 0 71px;
    position: relative;
    text-align: center;
    width: 153px;
}

ul {
	margin: 0;
	padding: 0;
}

ul.container {
  	height: 302px;
  	margin-left: 4px;
    width: 152px;
    background: url("http://fantadesio.it/script/background.jpg") repeat-y;
}

/*codice css specifico per chrome e safari */  
@media screen and (-webkit-min-device-pixel-ratio:0) {  
#main {
  	margin: 0px;
    position: relative;
    text-align: center;
   	width: 135px;
   	padding-left:56px;
   	}
}



li {
	list-style: none;
	text-align: left;
}

li.menu {
	/* Voci dell'elenco principale */
	width: 100%;
	padding: 0;
}

li.title a {
	/* Voce del menu principale */
	display: block;
	position: relative;
	width: 124px;
	height: 18px;
	padding: 5px 14px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: url("http://fantadesio.it/script/background.jpg") 0px 0px;
	color: #ffffff;
	font-family: BPreplay,Arial,Helvetica,sans-serif;
	font-size: 11px;
	overflow: hidden;
	border-bottom: 1px solid #FFFFFF;
}

li.title a:hover {
	background: url("http://fantadesio.it/script/background-hover.jpg") 0px 0px;
	text-decoration: none;
}

li.title a span {
	/* Questo span agisce come parte finale della sezione title */
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 4px;
	height: 44px;
}


.sub-menu {
	/* Sotto menu */
	display: none;
	width: 100%;
	padding-top: 1px;
}

.sub-menu li {
	/* Voci del sotto menu */
	border-bottom: 1px solid #220300;
	background-color: #FFCC32;
	color: #220300;
}

.sub-menu li a {
		display: block;
		padding: 4px 15px;
		color: #220300;
		text-decoration: none;
		font-size:10px;
}

.sub-menu li a:hover {
		background: url("http://fantadesio.it/script/background-hover.jpg") 0px 0px;
		width:122px;
		color: #220300;
		text-decoration: none;
		font-size:10px;
}


