/*Proprietà della pagina*/
body{
	background-color: #243f5e;
	text-align:center;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px; 
}
/*Proprietà dello scroll della pagina*/
html {
    scrollbar-face-color:#7d1f1f;/*colore barra*/
    scrollbar-track-color:#3c0909;/*colore sfondobarra*/
    scrollbar-arrow-color:#ea690b;/*colore freccia attiva*/
    scrollbar-highlight-color:#C1C1C1;/*colore bordobarra*/
    scrollbar-3dlight-color:#7d1f1f;/*colore bordo chiarobarra*/
    scrollbar-shadow-color:#3c0909;/*colore barra*/
    scrollbar-darkshadow-color:#3c0909;/*colore barra*/
 }
#divPaginaBianca{
	background-color: #ffffff;
	width:780px;
	padding:10px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#divHeader{
	background-color: #FF9900;
	height:200px;
	width:780px;
}
#divMenuTop{
	background-color: #FF9900;
	background-repeat:repeat-x;
	margin:0px 0px 5px 0px;
	height:33px;
	width:780px;
}
#content {
	background: #243f5e;
	}
#content img {
  border: 1px solid #FF9900;
  text-align:center;
  display:block;
}
.centeredImage {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
}
.text {
	font-size : 15px;
	font-family : Verdana;
	color : #FFFFFF;
	text-decoration : none;
	text-align: center;
	}
.textleft {
	font-size : 15px;
	font-family : Verdana;
	color : #FFFFFF;
	text-decoration : none;
	text-align: left;
	}
.intervista {
	font-size : 12px;
	font-family : Verdana;
	color : #FFFFFF;
	text-decoration : none;
	text-align: left;
	}
	.risposte {
	font-size : 12px;
	font-family : Verdana;
	color : #83D7F2;
	text-decoration : none;
	text-align: left;
	}
.intervistati {
	font-size : 13px;
	font-family : Verdana;
	color : #FF9966;
	text-decoration : none;
	text-align: left;
	}
.footer {
	font-size : 11px;
	font-family : Verdana;
	color : #A60000;
	text-decoration : none;
	text-align: center;
	}
		/* Additional styles */
p {
	padding: 3px;
	margin: 0;
	}
img {
	border: 0;
		}
h1 {
	font-size : 16px;
	font-family : Verdana;
	color : #FFFFFF;
	text-decoration : none;
	text-align: center;
	}
h2 {
	font-size : 12px;
	font-weight:normal;
	font-family : Verdana;
	color : #FFFFFF;
	text-decoration : none;
	text-align: left;
	}
h3 {
	font-size : 12px;
	font-weight:normal;
	font-family : Verdana;
	color : #FFFFFF;
	text-decoration : none;
	text-align: center;
	}
h4 {
	font-size : 10px;
	font-weight:normal;
	font-family : Verdana;
	color : #FFFFFF;
	text-decoration : none;
	text-align: center;
	}
a {
	color: #FFC956;
	text-decoration: underline;
	}
a:hover {
	color: orange;
	}
/* Minitab */
#minitabs {
	margin: 0;
	padding: 0 0 20px 10px;
	border-bottom: 1px solid #FF9900;
	border-top: medium solid #ff0000;
	background: #FFFFFF;
	}

#minitabs li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}
	
#minitabs a:link, #minitabs a:visited {
	float: left;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	padding-bottom: 2px;
	text-decoration: none;
	font-size : 10pt;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color: black;
	}

#minitabs a.active:link, #minitabs a.active:visited, #minitabs a:hover {
	border-bottom: 4px solid red;
	padding-bottom: 2px;
	background: #FF9900;
	font-size : 10pt;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color: black;
	}
/*immagini*/	
.thumb {
	border: 2px solid #300;
	background: #FFFFFF;
}
.thumbvideo {
	border: 2px solid #DBDBDB;
	background: #8B0320;
}
.thumbHover img {
	border: 2px solid #FF9900;
}
.thumbHover a:hover img {
	border: 2px solid #FF9900;
}