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

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

body.body-homepage{
	font-family: Trebuchet MS, Verdana, 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-color: #EAEAEA;
	background-image: url(../../html/images/grafica/sfondoBodyHomepage.jpg);
	background-repeat: repeat-x;
	background-position:top left;
}
body.body-interno{
	font-family: Trebuchet MS, Verdana, 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-color: #EAEAEA;
	background-image: url(../../html/images/grafica/sfondoBodyInterno.jpg);
	background-repeat: repeat-x;
	background-position:top left;
}

.redsky{
	float:right;
	margin: 70px 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: #0066CC;
	text-decoration: none;
}

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

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

h1{
	font-family: Trebuchet MS, Verdana, Arial,sans-serif;
	font-size: 120%;
	color: #0066CC;
}

h2{
	font-size: 15px;
	color: #0066CC;
}

h2.titoloSezione{
	padding-left: 0px;
	font-size: 15px;
	color: #0066CC;
}

h3{
	font-size: 13px;
	color: #0066CC;
}

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,Arial,sans-serif;
	color: #0066CC;
	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 0px;
	padding: 0px 0px;
	border-bottom: 0px solid #cccccc;
	width: 984px;
	height: 392px;/* 200px */
	background-image: url(../../html/images/grafica/sfondoHeader.jpg);
	background-repeat: no-repeat;
	background-position:top left;
	background-color: transparent;
}

#containerHead{
	text-align:left;
	width:984px;
	margin: 0 auto; /* i margini auto (insieme a una larghezza) centrano la pagina */
	padding: 0px;
	border: 0px solid #cccccc;
}

#flash{
	float:left;
	margin: 0px 0px 0px 0px;
	width:627px;
	height: 333px;
	background-color: transparent;	
	z-index:-1;
}

#navBar{
	width:984px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-color: transparent;
	border-right: 0px solid #CCCCCC;
	border-bottom: 0px solid #CCCCCC;
	float:left;
}

#leftBar{
	float:left;
	margin: 0 0px 0px 0;
	padding: 0px;
	width: 217px;
	background-color: transparent;
	border-right: 0px solid #CCCCCC;
	border-bottom: 0px solid #CCCCCC;
}

#content{
  	float:left;
	font-size:0.9em;
	width: 964px;
	margin: 0px 0px 20px 0px;
	padding: 0px 10px 10px 10px;
}

#rightBar{
	float:right;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 350px;
	height: 310px;
	color: #FFFFFF;
	background-color: transparent;
}

#masthead-interno{
	margin: 0px 0px;
	padding: 0px 0px;
	border-bottom: 0px solid #cccccc;
	width: 984px;
	height: 282px;/* 200px */
	background-image: url(../../html/images/grafica/sfondoHeader-interno.jpg);
	background-repeat: no-repeat;
	background-position:top left;
	background-color: transparent;
}

#flash-interno{
	float:left;
	margin: 0px 0px 0px 0px;
	width:627px;
	height: 133px;
	background-color: #EAEAEA;	
	z-index:-1;
}

#rightBar-interno{
	float:right;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 350px;
	height: 224px;
	color: #FFFFFF;
	background-color: transparent;
}

#user-interno{
	float:left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 627px;
	height: 88px;
	color: #FFFFFF;
	background-color: transparent;
}
/***********************************************/
/*Component Divs                               */
/***********************************************/

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

#navBar ul a:link, #navBar ul a:visited, #navBar ul a:hover, #navBar ul a:active {display: block; float:left; color:#FFFFFF;}
#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: 1px solid #FFFFFF;  float:left;}

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

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

#sectionLinks{
	width:984px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 0px solid #993300;
	font-size: 13px;
}

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

#sectionLinks a:link, #sectionLinks a:visited, #sectionLinks a:active{
	padding: 33px 8px 8px 8px;
	color:#000000;
	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:hover, #sectionLinks a.selected{
	border-top: 0px solid #993300;
	color:#FFFF00;
	background-image: url(../../html/images/grafica/sfondoButtonOn.jpg);
	background-repeat: repeat-x;
	background-position:top center;
	padding: 33px 8px 8px 8px;
}


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

#language{
	position: relative;
	width:100px;
	height: 24px;
	float:right;
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 0px 0px;
	border-bottom: 0px solid #cccccc;
	font-size: 12px;
	color: #FFFFFF;

}

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

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

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

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

#language a:hover, #language a:active, #language a.selected{
	border-top: 0px solid #cccccc;
	background-color: #003366;
	color: #FFFFFF;
	padding: 3px 3px 3px 3px;
}

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

#footer{
	clear: both;
	border-top: 0px solid #cccccc;
	font-size: 75%;
	width: 984px;
	height:154px;
	color: #FFFFFF;
	background-color: #EAEAEA;
	text-align: left;
	background-image: url(../../html/images/grafica/sfondoFooter.jpg);
	background-repeat: no-repeat;
	background-position:top left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 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: #FFFFFF;
}
#footer p {
	color: #FFFFFF;
	padding: 90px 20px 0px 10px;
}

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

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

/*************** #rightBar styles **************/

#rightBar h1{
	color: #FFFF00;
	padding: 5px 0px 3px 10px;
}
#rightBar p{
	color: #FFFFFF;
	padding: 3px 0px 3px 10px;
	font-size: 11px;
}

/*************** #rightBar-interno styles **************/

#rightBar-interno h1{
	color: #FFFF00;
	padding: 5px 0px 3px 10px;
}
#rightBar-interno p{
	color: #FFFFFF;
	padding: 3px 0px 3px 10px;
	font-size: 11px;
}

/*************** #user-interno styles **************/

#user-interno h1{
	color: #FFFF00;
	padding: 5px 0px 3px 10px;
}
#user-interno p{
	color: #FFFFFF;
	padding: 3px 0px 3px 10px;
	font-size: 11px;
}

/*************** #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; 
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 11px;
	margin: 0px 0px 5px 0px;
	padding: 3px 0px 0px 10px;
	border-bottom: 1px solid #cccccc;
	height: 16px;
	background-color: #FFFFFF;
	background-image: url(../../html/images/grafica/sfondoBreadcrumb.jpg);
	background-repeat: repeat-x;
	background-position:top left;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */

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

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

.story p{
	width: 954px;
	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 10px;
	height:190px;
	min-height:190px;
	float:left;
}

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

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

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

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

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

.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{
	padding: 0px 10px 0px 10px;
	font-size: 100%;
	border: 0px solid #cccccc;
	margin: 10px 10px 10px 0px;
	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: 470px;
	float:right;
	border: 0px solid #cccccc;
	margin: 10px 10px 10px 0px;	
}

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

/************** .elenco styles *****************/

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

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

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

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

.elenco li{
	margin: 5px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 16px;
}

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

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

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

.multimedia span{
	width: 140px;
	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: 140px;
	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;
}

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

.relatedLinks{
	width: 217px;
	background-color: transparent;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	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:#FF9900;
	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:#FFFF00;
}

span.registratiOra {
	background-color:#FF9900;
	background-image:url(../../html/images/grafica/sfondoRead.jpg);
	background-position:center top;
	background-repeat:repeat-x;
	clear:left;
	float:right;
	color:#FFFFFF;
	font-size:10px;
	line-height:18px;
	font-weight:bold;
	margin:2px 6px 0px 0px;
	padding:3px;
}

span.registratiOra a {
	color:#FFFF00;
}

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

/************** cerca-annuncio styles *****************/
#cerca-annuncio{
	height: 84px;
	padding: 5px 5px 5px 140px;
	background-color: transparent;
	background-image: url(../../html/images/grafica/sfondoCerca.jpg);
	background-repeat: no-repeat;
	background-position:bottom left;	
}
#nascondi-introduzione{
	height: 20px;
	padding: 0px 0px 0px 0px;
	background-color: transparent;
	background-image: url(../../html/images/grafica/sfondoIntroduzione.jpg);
	background-repeat: no-repeat;
	background-position:bottom left;
	text-align: center;	
}

/************** .annunci styles *****************/

.annunci{
	padding: 0px 0px 0px 4px;
	font-size: 12px;
	border: 1px solid #cccccc;
	background-color: #EAEAEA;
	background-image: url(../../html/images/grafica/sfondoBreadcrumb.jpg);
	background-repeat: repeat-x;
	background-position:bottom left;
	margin: 10px 10px 0px 0px;
	width: 300px;
	height:140px;
	min-height:140px;
	float:left;
}
.annunci .corpoScheda{
	width: 300px;
	height:116px;
	min-height:116px;	
}
.annunci .fineScheda{
	width: 300px;
	height:22px;
	min-height:22px;	
}
.annunci span.scheda{
	padding: 1px 4px 4px 0px;
	font-size: 12px;
	text-align: center;
	color:#FFFFFF;
	background-color: transparent;
	background-image: url(../../html/images/grafica/bottonScheda.gif);
	background-repeat: no-repeat;
	background-position:top left;
	margin: 0px 0px 0px 0px;
	width: 98px;
	height:18px;
	float: right;
}
.annunci p{
	padding: 0px 5px 10px 0px;
	text-align:left;
	white-space: normal;	
}

.annunci img{
	margin: 3px 10px 10px 0px;
	padding: 0px 0px 0px 0px;
}

.annunci h2{
	margin: 3px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 13px;
	line-height: 14px;
}

.boxHome{
	padding: 0px 0px 0px 4px;
	font-size: 12px;
	border: 0px solid #cccccc;
	background-color: #FFFFFF;
	background-image: url(../../html/images/grafica/sfondoBox.jpg);
	background-repeat: repeat-x;
	background-position:top left;
	margin: 10px 5px 0px 0px;
	width: 310px;
	height:620px;
	min-height:620px;
	float:left;
}
.boxHome h2.titolo{
	padding: 0px 0px 0px 16px;
	font-size: 13px;
	line-height: 21px;
	color: #FFFFFF;
	background-color: #FFFFFF;
	background-image: url(../../html/images/grafica/titolo.jpg);
	background-repeat: no-repeat;
	background-position:top left;
	margin: 5px 5px 0px 0px;
	width: 290px;
	float:left;
}
.boxHome .annunci{
	border: 0px;
	background-color: #FFFFFF;
}
#scheda-sinistra{
	width: 450px; 
	float: left;
	margin: 10px 10px 0 0;	
	padding: 0px 0px 0px 10px;
}
#scheda-destra{
	width: 470px; 
	float: left;
	margin: 10px 0 0 0;	
	padding: 0px 0px 0px 10px;
}
h2.schedaAnnuncio{
	margin: 5px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 16px;
}
/*.story{
	clear: both;
	padding: 0px 0px 0px 10px;
	font-size: 100%;
	border: 0px solid #cccccc;
	margin: 10px 10px 10px 0px;
}

.story p{
	width: 954px;
	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;
}*/
#contatta-utente{
	width: 455px; 
	float: right; 
	border: 1px solid #006699; 
	padding: 5px;
	margin: 10px 0 0 0;
	background-image: url(../../html/images/grafica/sfondoSchedaAnnunci.jpg);
	background-color: #EBF0F5;
	background-repeat: no-repeat;
	background-position:top left;
}
/************** errors styles *****************/
.errors{
}
ul.errors{
}

.concert_day { color: #FFFFFF !important; background-color: #0066CC !important; }

.ac_img {
    width: 16px;
    background: url('../../html/scripts/jquery/loading-gray.gif');
    background-repeat: no-repeat;
    height: 16px;
    float: left;
}

p.description {
	width: 100%;
}
