@charset "utf-8";
/***********************************************/
/* site.css                            		   */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Trebuchet MS, Verdana, Times New Roman, Arial,sans-serif;
	text-align: center; /* centra il contenitore nei browser IE 5*. Il testo viene quindi impostato con l'allineamento predefinito a sinistra nel selettore #container */
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
/*	background-image: url(../../html/images/grafica/sfondo04.jpg);*/
	background-repeat: no-repeat;
	background-position:top center;
	background-color: #FFFFFF;
}
body.interno{
	background-color: #FFFFFF;
}

.redsky{
	float:right;
	margin: 0px 10px 0px 0px;
}

.clearfloat { /* questa classe deve essere inserita in un elemento div o break e deve essere l'elemento finale prima della chiusura di un contenitore che deve contenere per intero un elemento mobile */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

a:link, a:visited, a:hover {
	color: #D80012;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Trebuchet MS, Verdana, Times New Roman, Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-family: Trebuchet MS, Verdana, Times New Roman, Arial,sans-serif;
	font-size: 1.2em;
	color: #D80012;
}

h2{
	font-size: 1.1em;
    line-height: 2.2em;
	color: #D80012;
	background-image:url(../../html/images/grafica/sfondoh2.jpg);
	background-position:bottom left;
	background-repeat:repeat-x;
    display:block;
}

h2.titoloSezione{
	padding-left: 0px;
	font-size: 1.1em;
	color: #D80012;
}

h3{
	font-size: 1.1em;
	color: #D80012;
}

h4{
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}

h5{
	font-size: 100%;
	color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

p{
	margin: 0px;
	padding: 0px;
}

dd,dt{
	margin: 0px;
	padding: 0px;
}
dt.plus {
	background: url(../../html/images/grafica/plus.gif) no-repeat top left !important;
}

dt.minus {
	background: url(../../html/images/grafica/minus.gif) no-repeat top left !important;
}

label{
	font: bold 100% Trebuchet MS, Times New Roman, Arial,sans-serif;
	color: #334d55;
	white-space: normal;
}

em{
	font-size:12px;
}			

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#container{
	text-align:left;
	width:984px;
	margin: 0 auto; /* i margini auto (insieme a una larghezza) centrano la pagina */
	padding: 0px;
	border: 0px solid #cccccc;
/*	background-image: url(../../html/images/grafica/sfondoContainer.jpg);
	background-repeat: repeat-y;
	background-position:top center;*/
	background-color: transparent;
}

#masthead{
	margin: 0px;
	padding: 0px;
	border-bottom: 0px dashed #3D6130;
	width: 100%;
	height: 260px;
	background-color: transparent;
    color: #FFFFFF;
}
#claim{
    font-size:2em;
    font-weight: bold;
    color: #FFFFFF;
	background-color: transparent;
    width: 600px;
    margin: 45px 185px 0 0;
    float:right;
    text-align: right;
}
#masthead-splash{
	margin: 0px;
	padding: 0px;
	border-bottom: 0px solid #cccccc;
	width: 100%;
	height: 162px;
	background-image: url(../../html/images/grafica/sfondoHeaderSplashPage.jpg);
	background-repeat: no-repeat;
	background-position:top center;
	background-color: #DB031A;
}

#navBar{
	margin: 0 0px 0px 0;
	padding: 0px;
	height: 22px;
	min-height: 22px;
    width:650px;
    float:left;
	border-right: 0px solid #CCCCCC;
	border-bottom: 0px solid #CCCCCC;
	background-color: transparent;
}
#content{
	font-size:0.9em;
	width: 944px;
	margin: 0;
	padding: 10px 20px 40px 20px;
	background-color: #E9E9E9;
}
#content-splash{
  	float:left;
	width: 984px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

#breadCrumb{
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	padding: 5px 3px 0px 20px;
	border-bottom: 1px solid #cccccc;
	height: 18px;
	background-color: #E9E9E9;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

/************* #footer styles ***************/

#footer{
	clear: both;
	border-top: 0px solid #cccccc;
	font-size: 75%;
	height:69px;
	color: #000000;
	background-color: #FFFFFF;
	padding: 10px 10px 0px 10px;
	margin: 20px 0px -31px 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#footer a {
	color: #D80012;
}

#footer img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
	color: #cccccc;
	padding: 0px 0px 0px 10px;
	white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
	display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}

/************** .story styles *****************/

.story{
	clear: both;
	padding: 0px 0px 0px 10px;
	font-size: 100%;
	border: 1px solid #cccccc;
	margin: 10px 10px 10px 10px;
	min-height:180px;
}

.story p{
	width: 670px;
	padding: 0px 5px 10px 0px;
	text-align:left;
	white-space: normal;	
}

.story img{
	margin: 3px 10px 10px 0px;
}

.story h2{
	margin: 5px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 16px;
}

/************** .blog styles *****************/

.blog{
	padding: 0px 0px 0px 10px;
	font-size: 100%;
	border: 1px solid #cccccc;
	margin: 10px 10px 10px 0px;
	width: 450px;
	height:170px;
	min-height:170px;
	float:left;
}

.blog p{
	padding: 0px 5px 10px 0px;
	text-align:left;
	white-space: normal;	
}

.blog img{
	margin: 3px 10px 5px 0px;
}

.blog h2{
	margin: 0px 10px 5px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 2.1em;
    font-size: 1.1em;
}

/************** .news styles *****************/

.news{
	padding: 0px 0px 0px 0px;
	font-size: 100%;
	border-bottom: 0px solid #cccccc;
	margin: 0px 5px 12px 5px;
	float:left;
}

.news p{
	padding: 0px 5px 10px 0px;
	text-align:left;
	white-space: normal;	
}

.news img{
	margin: 3px 10px 10px 10px;
}

.news h2{
	font-size: 13px;
	margin: 5px 0px 2px 0px;
	padding: 2px 2px 2px 0px;
	white-space: normal;
}
.news h2 a{
}

.news-body{
	width: 95%;
	padding: 0px 10px 0px 10px;
	font-size: 100%;
	border: 1px solid #cccccc;
	margin: 10px 10px 10px 10px;
	min-height:180px;
	float:left;
}

.news-body p{
	padding: 0px 5px 10px 0px;
	text-align:left;
	white-space: normal;	
}

.news-body img{
	margin: 3px 10px 10px 0px;
}

.news-body h2{
	margin: 5px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 16px;
	white-space: normal;
}

#news-destra{
	width: 313px;
	float:right;
	border: 0px solid #cccccc;
	margin: 10px 10px 10px 10px;	
}

#news-sinistra{
	width: 320px;
	float:left;
	border: 1px solid #cccccc;
	margin: 10px 10px 10px 10px;	
}

/************** .multimedia styles *****************/

.multimedia{
	padding: 0px 0px 0px 0px;
	font-size: 100%;
	border: 1px solid #cccccc;
	margin: 10px 10px 0px 0px;
	height:180px;
	min-height:180px;
	float:left;
	background-color:#FFFFFF;
}

.multimedia p{
	padding: 0px 5px 10px 0px;
	text-align:left;
	white-space: normal;	
}

.multimedia img{
	margin: 10px 10px 5px 30px;
}

.multimedia span{
	width: 150px;
	display:block;
	margin: 0px 5px 5px 5px;
	padding: 0px 0px 0px 0px;
	font-size: 10px;
	line-height: 12px;
	white-space: normal;
}

.multimedia h3{
	clear:both;
	width: 150px;
	display:block;
	margin: 0px 5px 5px 5px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	line-height: 14px;
	white-space: normal;
}




/************* #search styles ***************/

#search{
	margin:-10px 0px 0px 0px;
	padding: 5px 5px 0px 10px;
	background-color:#EAEAEA;
	border-top: 0px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
	float:right;
	display:block;
	position:relative;
	top:0;
	right:0;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 0px solid #EEE; float:left;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

/*********** #navBarSplash link styles ***********/

#navBarSplash ul a:link, #navBarSplash ul a:visited {display: block;}
#navBarSplash ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBarSplash li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBarSplash li {border-bottom: none;}



/*********** #sectionLinks styles ***********/

#sectionLinks{
	width:650px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	border-bottom: 0px solid #D80012;
	font-size: 13px;
    position:relative;
   	color:#D80012;
}

#sectionLinks h3{
	padding: 0px 0px 0px 0px;
}

#sectionLinks a:link{
	padding: 3px 6px 16px 6px;
	border-top: 0px solid #993300;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
/*	background-image: url(../../html/images/grafica/sfondoButtonOn.jpg);
	background-repeat: repeat-x;
	background-position:top center;*/
}
#sectionLinks a:visited{
	border-top: 0px solid #993300;
	padding: 3px 6px 16px 6px;
}
#sectionLinks a:hover, #sectionLinks a.selected{
	border-top: 0px solid #993300;
    color: #FFFFFF;
	background-image: url(../../html/images/grafica/sfondoButtonOn.jpg);
	background-repeat: repeat-x;
	background-position:top center;
	padding: 3px 6px 16px 6px;
}

/*********** #sectionLinksSplash styles ***********/

#sectionLinksSplash{
	width:900px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border-bottom: 0px solid #993300;
	font-size: 13px;
}
#sectionLinksSplash ul{
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
#sectionLinksSplash ul li{
	float:left;
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

#sectionLinksSplash a:link{
	padding: 6px;
	color:#FFFFFF;
	border-top: 0px solid #993300;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
/*	background-image: url(../../html/images/grafica/sfondoButtonOn.jpg);
	background-repeat: repeat-x;
	background-position:top center;*/
}

#sectionLinksSplash a:visited{
	color:#FFFFFF;
	border-top: 0px solid #993300;
	padding: 6px;
}

#sectionLinksSplash a:hover, #sectionLinksSplash a.selected{
	border-top: 0px solid #993300;
	background-image: url(../../html/images/grafica/sfondoButtonOn.jpg);
	background-repeat: repeat-x;
	background-position:top center;
	padding: 6px;
}

/*********** #language styles ***********/

#language{
	position: relative;
/*	width:105px;*/
	height: 18px;
	float:right;
	margin: 0px 10px 0px 0px;
	padding: 2px 0px 16px 0px;
	border-bottom: 0px solid #cccccc;
	font-size: 11px;
	color: #000000;
}

#language select{
	font-size: 11px;
}

#language h3{
	padding: 10px 0px 2px 10px;
}

#language a:link{
	padding: 3px 6px 16px 6px;
	border-top: 0px solid #cccccc;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#language a:visited{
	border-top: 0px solid #cccccc;
	padding: 3px 6px 16px 6px;
}

#language a:hover, #language a.selected{
	border-top: 0px solid #993300;
    color: #FFFFFF;
	background-image: url(../../html/images/grafica/sfondoButtonOn.jpg);
	background-repeat: repeat-x;
	background-position:top center;
	padding: 3px 6px 16px 6px;
}

/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

/************** styles **************/

table.tabCentrale {
	font-family: Trebuchet MS, verdana, sans-serif;
	background-color: #EAEAEA;
	width:100%;
}
tr.tabCentraleTitolo {
	font-family: Trebuchet MS, verdana, sans-serif;
	background-color: #CCCCCC;
	height: 15px;
	text-align: left;
	vertical-align: middle;
}
tr.tabCentraleContenuto {
	font-family: Trebuchet MS, verdana, sans-serif;
	background-color: #FFFFFF;
	height: 15px;
	text-align: left;
	vertical-align: middle;
}
/* */
#pager{
	top:0;
}
/* */
p.button {
	float:right;
	border: 1px solid #999999;
	background-color:#EAEAEA;
	padding:4px;
}
#edit-image{
	border: 1px solid #999999;
	padding:4px;
	margin:4px;
	background-color: #EEEEEE;
}
#edit-video{
	border: 1px solid #999999;
	padding:4px;
	margin:4px;
	background-color: #EEEEEE;
}
#select-image{
	height:380px;
	border: 1px solid #999999;
	padding:4px;
	margin:4px;
	background-color: #EEEEEE;
}
#list-select-image{
	width:650px;
	height:330px;
	overflow:scroll;
}
#list-select-album-image{
	width:450px;
	height:330px;
	overflow:scroll;
	float:left;
}
#list-select-album-image-right{
	border:1px solid #999999;
	width:170px;
	height:330px;
	padding:5px;
	overflow:auto;
	float:right;
}
.drop {
	background-color:#E9B96E;
	border:3px double #C17D11;
	height:auto !important;
	margin:10px;
	min-height:200px;
	/*opacity:0.7;*/
	text-align:center;
	width:150px;
}
.droppable-active {
	/*opacity:1;*/
}
.droppable-hover {
	background-color:#FFFFFF;
	border-color:#FF0000;
	outline-color:black;
	outline-style:dotted;
	outline-width:1px;
	/*opacity:0.3;*/
}

span.leggiTutto {
	background-color:#D80012;
	background-image:url(../../html/images/grafica/sfondoRead.jpg);
	background-position:center top;
	background-repeat:repeat-x;
	color:#FFFFFF;
	display:block;
	clear:left;
	float:left;
	font-size:10px;
	font-weight:bold;
	margin:2px 0px 0px 0px;
	padding:3px;
	bottom:0px;
	left:-40px;
}

span.leggiTutto a {
	color:#FFFFFF;
}

/************** tag table styles *****************/
.story table, .elenco table{
	background-color: #999999;
	clear:right;
	margin: 10px;
}
.story th{
	background-color: #999999;
	color:#FFFFFF;
	margin:1px;
	padding:5px;
}
.story td{
	background-color: #FFFFFF;
	margin:1px;
	padding:5px;
}

/************** errors styles *****************/
ul.ui-state-error{
	margin: 3px 0px 0px 0px;
}
li.errors{
	list-style-type: none;
	margin: 0px 0px 0px -30px;
}

/************** homepage styles *****************/
.scroll-content-item { width: 100px; height: 100px; float: left; margin: 10px 10px 0px 49px; font-size: 3em; line-height: 96px; text-align: center; }
* html .scroll-content-item { display: inline; } /* IE6 float double margin bug */
#content2 { border: 0px solid #ccc; margin-right: 0px; height: 570px; overflow: hidden; position: relative; }
#slider-vertical { position: relative; float:right; height: 350px; margin-top:120px; }
#scroll-pane { position: absolute; }



