/****************************************

TOM CSS

****************************************/	
body{
	margin: 0 auto;
	padding: 0 auto;
	text-align: center;
	background: #00008B;
	}
	
#pagina{
		text-align: left;
		font-family: VERDANA, ARIAL, SANS-SERIF;
		background: #FFFFFF;
	}
#header{
	background: #00008B; /*url('../img/header.jpg');*/
	color: #00BFFF;
	text-align: left;
	padding: 10px;
	border-bottom: 10px solid #B6D077;
}

#header img{
	width: 100%;
}

.bianco{
	color: #FFFFFF;
}

#contenuto{
	margin: 3px;	
}

#contenuto p {
	font-size: .8em;
	margin: .8em;
	}
	
#footer{
	padding: 3px;
	color: #FFFFFF;
	background: #00008B;
	text-align: center;	
}

/*indici ul e li*/
#filmati{
	list-style-type: none;
	/*list-style-type: disc;*/
	margin: 15px;
	padding:0px;	
}
#filmati li{
	display: list-item;
	/*display: inline; */
	margin: 0px;
	padding:0px;
}

#icona{
/*float: left;*/
vertical-align: middle;
width: 25px; 
height: 25px; 
border: none; 
}

#back_home{
float: right;
margin-right: 50px;
}

#back_home a{
color: #FFFFFF;
}


/*****************************
Font
******************************/

ul.indice h4, ul.filmati h4{
	font-size: .9em;
	color: #00008B;
	margin: 0;
	padding: 0;
	}

.chairmen {
	font-size: .7em;
	font-weight: bold;
	font-style: italic;
	margin-top: 0;
	}

.autori{
	color: #000000;
	font-size: .7em;
	font-weight: bold;
	font-style: italic;
	}
	
.titoli{
	color: #0000FF;
	font-size: .7em;
	}

#filmati li a:link, h4 a:link{
	color: 0000FF;
	text-decoration: none;
	/*#00008B;*/
	}

#filmati li a:hover, h4 a:hover{
	 color: 0000FF;
	text-decoration: underline;
	}

#filmati li a:active, h4 a:active {
	color: 0000FF;
	text-decoration: underline;
	} 

#filmati li a:visited, h4 a:visited {
	color: 0000FF;
	text-decoration: none;
	}
 
/****************************************

FINE TOM CSS Inizio Accordion Orizzontale

****************************************/

/*Main Container*/
.hrzContainer3 {
	width:100%;
}
.hrzContainer3 ul{
	list-style-type: none;
	margin: 0px;
	padding:0px;	
}
.hrzContainer3 li{
	display: inline; 
	margin: 0px;
	padding:0px;
}
/*Handle*/
.handle3 {
	float: left;
	width: 64px;
	height: 484px;/*310px;*/
	text-align:center;
	background: #666;
	border: 1px solid white;
}
.handle3 img{
	margin-top:2px;
	filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;
}
.handleOver3{
	background: #00008b;
	border: 1px solid white;
}
.handleOver3 img{
	margin-top:2px;
	filter:alpha(opacity=70);-moz-opacity:.70;opacity:.70;
}
.handleSelected3{
	background: #000;
	border: 1px solid white;
}
/*Content Container*/
.contentWrapper3{
	text-align: justify;
}
.contentInnerWrapper3{
	padding: 10px;
}
.contentWrapper3 h3{
	border-bottom: 1px solid silver;
	color: #1E90FF;
}
/*Animation Start*/
.contentStart3 {
	padding-left: 0px;	
	float: left;
	width:0px;
	height: 484px;/*310px;*/
	overflow:hidden;
}
/*Animation End*/
.contentEnd3 {
	float: left;	
	height: 484px;/*310px;*/
}

