html, body {
	margin: 0;
	padding: 0;
	color: #222;
	background: #000;
	font: 12px "Arial";
	text-align: center;
}

a img { border: 0; }
a {
text-decoration:none;
}

textarea { font: 12px Arial, Helvetica, sans-serif; }



#container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

#banner {
	margin: 12px 0;
}

#credits {
	position: relative;
	margin-top: -20px;
	margin-bottom: 3px;
	right: 0;
	text-align: right;
	font: 9px "Lucida Grande", "Lucida Sans Unicode", Lucida, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#credits a {
	color: #DFE4E1;
	text-decoration: none;
}

#credits a:hover {
	color: #FFF;
	text-decoration: underline;
}

#navigation {
	background-image: url('../../images/navigation-bg.gif');
	height: 32px;
	border-bottom: 1px solid #000;
	font: bold 9px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

#navigation a {
	color: #000;
	text-decoration: none;
}

#navigation a:hover {
	text-decoration: underline;
}

#navigation .active {
	color: #fff;
}

#navigation #contacts  {
	border-left: 1px dashed #000;
	float: right;
	padding: 3px 14px 3px 14px;
	margin-top: 6px;	
}
#navigation #rss {
	float: left;
	padding: 3px 14px 3px 14px;
	margin-top: 3px;
	margin-left: 3px;
}

#rss a{padding-left:5px;}

#banner #rss {
	position:relative;
	top:-30px;
	left:750px;
	width:70px;
}

#areas {
	position: absolute;
	width: 800px;
	text-align: right;
}

#header {
	height: 223px;
	border-bottom: 1px solid #000;
}

.newsletterTitle { font: normal 20px Verdana; }
.testoIntroduttivo { font: normal 10px Verdana; }
.titoloNews { font: normal 20px Verdana; color:#891216 }
.newsHeader { background-image: url('../../images/news-bg.jpg'); }
.newsletterHeader { background-image: url('../../images/newsletter-bg.jpg'); }
.programHeader { background-image: url('../../images/program-bg.jpg'); }
.eventsHeader { background-image: url('../../images/events-bg.jpg'); }
.showsHeader { background-image: url('../../images/shows-bg.jpg'); }
.musicHeader { background-image: url('../../images/music-bg.jpg'); }
.exhibitionHeader { background-image: url('../../images/exhibition-bg.jpg'); }
.spazioteatroHeader { background-image: url('../../images/spazioteatro-bg.jpg'); }
.contactsHeader { background-image: url('../../images/contacts-bg.jpg'); }
.linksHeader { background-image: url('../../images/links-bg.jpg'); }
.biglietteriaHeader { background-image: url('../../images/biglietteria-bg.jpg'); }
.galleryHeader { background-image: url('../../images/gallery-bg.jpg'); }
.claudioHeader { background-image: url('../../images/claudioAcerbi.jpg'); }

.titolo{
backgorund-color: #fff;
}

#archiveButton{
	height: 34px;
	width: 175px;
	margin-left: 45px;	
	margin-top: -3px;
	background-image: url('../../images/sfondoBottone.png');
	background-repeat: no-repeat;
	text-align: center;
	font: bold 12px "Verdana";
	color: #A0A6A4;		
}

* html #archiveButton { /* Regole per IE (dalla 5.5 in poi) */
height: 34px;
width: 175px;
background-color: #000;
back\ground-color: transparent;
background-image: url(blank.gif);
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../../images/sfondoBottone.png" ,sizingMethod="scale");
}

#attachButton{
	height: 34px;
	width: 175px;	
	margin-left: 475px;
	margin-top: -34px;
	background-image: url('../../images/sfondoBottone.png');
	background-repeat: no-repeat;
	text-align: center;
	font: bold 12px "Verdana";
	color: #A0A6A4;		
}

* html #attachButton { /* Regole per IE (dalla 5.5 in poi) */
height: 34px;
width: 175px;
background-color: #000;
back\ground-color: transparent;
background-image: url(blank.gif);
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../../images/sfondoBottone.png" ,sizingMethod="scale");
}

#videoButton{
	height: 34px;
	width: 175px;
	margin-left: 280px;
	margin-top: -34px;	
	background-image: url('../../images/sfondoBottone.png');
	background-repeat: no-repeat;
	text-align: center;
	font: bold 12px "Verdana";
	color: #A0A6A4;		
}

* html #videoButton { /* Regole per IE (dalla 5.5 in poi) */
height: 34px;
width: 175px;
background-color: #000;
back\ground-color: transparent;
background-image: url(blank.gif);
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../../images/sfondoBottone.png" ,sizingMethod="scale");
}

#body {
	border-top: 5px solid #DFE4E1;
	background-color: #3F3F40;
	height: 255px;
	margin: 0;	
	overflow: hidden;
}

#popup {	
	background-color: #3F3F40;
	height: 200px;
	margin: 0;
	overflow: visible;
}

#footer {
	margin-bottom: 1em;
	overflow: hidden;
	font: 9px "Lucida Grande", "Lucida Sans Unicode", Lucida, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* scrollers */

.summaryScroller {
	position: relative;
	width: 266px;
	height: 160px;
	overflow: hidden;
}

.summaryScrollerGallery{
	position: relative;
	width: 266px;
	height: 160px;
	overflow: hidden;
	border-rigth: 1px dashed white;
}

.articleScroller {
	position: relative;
	width: 500px;
	height: 170px;
	overflow: hidden;	
}

.articleFoto{		
	width: 200px;
	height: 195px;
	overflow: hidden;	
	text-align: center;	
}

.internalFoto{			
	width: 170px;
	height: 170px;
	overflow: hidden;	
	margin:0 auto;
}

.articleScrollerCol3{
	position: relative;
	width: 300px;
	height: 170px;
	overflow: hidden;
}

.scrollerContainer {
	position: absolute;
}

.scrollerContainer .empty {
	color: #FFF;
	margin-left: 40px;
	font-size: 12px;
	margin-top: 20px;
}

.scrollerControls {
	position: relative;
}

.scrollerControls img {
	display: block;
	margin-bottom: 3px;
}

.summary .scrollerControls {
	margin-top: 142px;
	margin-left: 245px;
}

.article .scrollerControls {
	margin-top: 150px;
	margin-left: 489px;
}

.articleCol3 .scrollerControls {	
	margin-top: 150px;
	margin-left: 289px;
}

.article .scrollerContainer img {
	float: left;
	margin-right: 12px;
	width: 140px;
}

.article .scrollerContainer .icon img {
	width: 14px;
	float: right;
}

/* navlist */

#navlist {
	margin: 0;
	padding: 6px 0 0 16px;
	float: left;
}

#navlist li {
	display: inline;
	padding: 3px 14px 3px 14px;
	float: left;
	width: auto;
	border-right: 1px dashed #000;
}

/* arealist */

#arealist {
	margin: 0;
	font: bold 12px Arial, Helvetica, sans-serif;
}

#arealist ul {
	margin: 0;
	padding: 0;
}

#arealist li {
	list-style: none;
	margin: 0;
	text-align: right;
	text-transform: uppercase;
	display: block;
	padding: 16px 6px 0 0;
	f: 49px;
	max-height: 33px;
	margin-bottom: 9px;
}

#arealist li a {
	color: #718C7B;
	text-decoration: none;
}

#arealist #music { border-right: 14px solid #F07A00; }
#arealist #music.active,
#arealist #music a:hover { color: #F07A00; }
#arealist #events { border-right: 14px solid #00AFEE; }
#arealist #events.active,
#arealist #events a:hover { color: #00AFEE; }
#arealist #shows { border-right: 14px solid #B2CB00; }
#arealist #shows.active,
#arealist #shows a:hover { color: #B2CB00; }
#arealist #exhibition { border-right: 14px solid #FACD00; }
#arealist #exhibition.active,
#arealist #exhibition a:hover { color: #FACD00; }

/* footlist */

#footlist {
	list-style-type: none;
	padding: 0;
	margin: .7em 0 0 0;
	width:100%;
}

#footlist li {
	border-left: 1px dashed #FFF;
	float: left;
	line-height: 1.1em;
	margin: 0 .5em 0 -.5em;
	padding: 0 1.2em .2em 1.2em;
}

#footlist a {
	color: #DFE4E1;
	text-decoration: none;
	font-size: 10px;
}

#footlist a:hover {
	color: #FFF;
	text-decoration: underline;
	font-size: 10px;
}

/* eyelet */

#eyelet {
	position: relative;
	width: 300px;
	top: 0px;
	left: 385px;
	font-size: 16px;
	line-height: 17px;
	color: #FFF;
}

#eyelet h1 {
	font-weight: normal;
	font-size: 22px;
	margin: 0 0 5px 0;
}

#eyelet h2 {
	margin: 0;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 25px;
	line-height: 23px;
	letter-spacing: -0.1em;
}

/* column */

.column {
	border-right: 1px dashed #FFF;
	float: left;
	margin-top: 28px;
}

.columnWidthButtons {	
	float: left;
	margin-top: 14px;
	border-right: 1px dashed #FFF;	
}

/* summary */

.summary {
	font: 10px Arial, Helvetica, sans-serif;
	padding: 0;
	width: 266px;
	color: #8B9891;
}

.summary h1 {
	padding: 0 0 0 50px;
	margin: -8px 0 0 0;
	font: normal 38px "Times New Roman";
	color: #56575A;
}

.summary h2 {
	width: 176px;
	border-bottom: 1px dashed;
	color: #FFF;
	padding-bottom: 5px;
	font-weight: normal;
	font-size: 12px;
	margin: -15px 0 0 0;
	cursor: pointer;
}

.summary .firstNews {
	color: #00FF00;
}

.summary h3 {
	margin: 0;
	font-size: 11px;
	color: #FFF;
	text-align: right;
}

.summary a {
	text-decoration: none;
}

.summary .summaryIcon {
	float: left;
	width: 44px;
	height: 28px;
	background-image: url('../../images/default-icon.gif');
}

.summary .eventsIcon { background-image: url('../../images/events-icon.gif'); }
.summary .exhibitionIcon { background-image: url('../../images/exhibition-icon.gif'); }
.summary .showsIcon { background-image: url('../../images/shows-icon.gif'); }
.summary .musicIcon { background-image: url('../../images/music-icon.gif'); }
.summary .galleryIcon { background-image: url('../../images/gallery-icon.gif'); }

.summary .item {
	padding: 0 40px 0 50px;
}

.summary .item p {
	margin: 8px 0;
}

.summary .marker {
	position: relative;
	color: #DFE4E1;
	top: 6px;
	left: -34px;
	width: 25px;
	text-align: right;
	font: 24px "Times New Roman";
	line-height: 18px;
	padding-right: 2px;
	margin-top: 15px;
}

.summary .firstMarker {
	position: relative;
	color: #00FF00;
	top: 6px;
	left: -34px;
	width: 25px;
	text-align: right;
	font: 24px "Times New Roman";
	line-height: 18px;
	padding-right: 2px;
	margin-top: 15px;
}

.summary .eventsMarker { border-right: 5px solid #00AFEE; }
.summary .exhibitionMarker { border-right: 5px solid #FACD00; }
.summary .showsMarker { border-right: 5px solid #B2CB00; }
.summary .musicMarker { border-right: 5px solid #F07A00; }

.summary form {
	margin-left: 50px;
}

.summary textarea {
	width: 190px;
	height: 80px;
}

.summary .planText{
	margin: 0px 20px 0px 20px;
	font-size: 11px;
	color: #FFF;	
}

.summary .planTextPopup {
	margin: 0px 20px 0px 20px;
	font-size: 11px;
	color: #FFF;
	text-align: left;	
}

.summary .titlePopup {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font: normal 38px "Times New Roman";
	color: #737478;
}

.planText a:active {text-decoration:none;color:#56575A}
.planText a:link {text-decoration:none;color:#56575A}
.planText a:visited {text-decoration:none;color:#56575A}
.planText a:hover {text-decoration:none;color:#56575A}
/* text */

.text {
	font: 12px Arial, Helvetica, sans-serif;
	padding: 0;
	width: 600px;
	color: #DFE4E1;
	padding-top: 28px;
}

.text p {
	padding-left: 50px;
}

.text h1 {
	padding: 0 0 0 50px;
	margin: -8px 0 0 0;
	font: normal 38px "Times New Roman";
	color: #56575A;
}

.text .icon {
	float: left;
	width: 44px;
	height: 28px;
	background-image: url('../../images/default-icon.gif');
}

/* links */

.links {
	font: 11px Arial, Helvetica, sans-serif;
	margin-left: 20px;
	margin-top: 20px;
}

.links a {
	color: #FFF;
	text-decoration: none;
}

/* article */

.article {
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFF;
	padding: 0;
	width: 532px;
	border: none;
}

.articleCol3 {
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFF;
	padding: 0;
	width: 320px;
	border: none;
}

.formRicerca{
	margin: 227px 0 0 -20px;
}

.article h1 {
	margin: 3px 0 0 0;
	padding: 0 40px 0 50px;
	font-weight: bold;
	font-size: 12px;
	color: #FFF;
	text-transform: uppercase;
}

.article h2 {
	margin: 0 0 8px 50px;
	border-bottom: 1px dashed #FFF;
	font: bold 17px "Times New Roman";
}

.article h3 {
	position: relative;
	top: -8px;
	margin: 0;
	font-size: 11px;
	color: #FFF;
	text-align: right;
}

.article p {
	padding: 0 30px 0 50px;
	font-size: 10px;
	line-height: 18px;
	margin: 11px 10px 0 0;
}

.article form {
	position: absolute;
	margin-top: -218px;
	margin-left: 347px;
}

.article form select {
	background-color: #373737;
	font-size: 10px;
	color: #99A4A0;
	border-width: 1px;
}

.article form input {
	margin: 0 0 -3px 3px;
}

.article .marker {
	position: absolute;
	color: #DFE4E1;
	margin-left: 15px;
	width: 25px;
	text-align: right;
	font: 24px "Times New Roman";
}

.articleCol3 h1 {
	margin: 3px 0 0 0;
	padding: 0 40px 0 50px;
	font-weight: bold;
	font-size: 12px;
	color: #FFF;
	text-transform: uppercase;
}

.articleCol3 h2 {
	margin: 0 0 8px 15px;
	border-bottom: 1px dashed #FFF;
	font: bold 17px "Times New Roman";
}

.articleCol3 h3 {
	position: relative;
	top: -8px;
	margin: 0;
	font-size: 11px;
	color: #FFF;
	text-align: right;
}

.articleCol3 h4 {
	margin: 3px 0 0 0;
	padding: 0 40px 0 15px;
	font-weight: bold;
	font-size: 12px;
	color: #FFF;
	text-transform: uppercase;
}

.articleCol3 p {
	padding: 0 0px 0 15px;
	font-size: 10px;
	line-height: 18px;
	margin: 11px 10px 0 0;
}

.articleCol3 .marker {
	position: absolute;
	color: #DFE4E1;
	margin-left: 15px;
	width: 25px;
	text-align: right;
	font: 24px "Times New Roman";
}

.articleCol3 form {
	position: absolute;
	margin-top: -218px;
	margin-left: 145px;
}

.articleCol3 form select {
	background-color: #373737;
	font-size: 10px;
	color: #99A4A0;
	border-width: 1px;
}

.articleCol3 form input {
	margin: 0 0 -3px 3px;
}

.biglietteria {
	position: relative;
	width: 475px;
	height: 195px;
	margin-left: 8px;
	text-align: left;	
	}
	
.biglietteria table {
	position: static;	
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 0px;
	text-align: left;
	margin-top: 0px;
	empty-cells: show;	
	}

.biglietteria th {
	color: #718c7b;
    font-weight: bolder;
	font-size: 10px;	
	padding: 0px 10px 3px 0px;
	border-bottom: 1px dotted #FFFFFF;
	vertical-align: top;	
}

.biglietteria td {
	color: #FFFFFF;    
	font-size: 10px;	
	padding: 3px 10px 3px 0px;		
	border-bottom: 1px dotted #FFFFFF;
	vertical-align: top;		
}

.biglietteria td.middle{
	vertical-align: middle;
}

.biglietteria td.completo{
	text-transform: uppercase;
	color: #FF0033;
	font-weight: bolder;
	font-size: 10px;
}

.biglietteria td.prenota {	
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bolder;
	font-size: 10px;
}

.biglietteria p {
	padding: 0 0 0 0;
	font-size: 11px;		
}

.biglietteria input
{
color: #51524D;
background: #FFFFFF;
border: 1px solid #51524D;

font: normal 10px Verdana;
}

.biglietteria input.totale
{
color: #FFFFFF;
background: #3F3F40;
border: 1px solid #3F3F40;
font-family: Arial, Helvetica, sans-serif;
font: normal 10px;
}

.biglietteria select
{
color: #51524D;
background: #DFDFDF;
border: 1px solid #51524D;
font-family: Arial, Helvetica, sans-serif;
font: normal 10px;
}

.biglietteria a:active {text-decoration:none;color:#FFFFFF}
.biglietteria a:link {text-decoration:none;color:#FFFFFF}
.biglietteria a:visited {text-decoration:none;color:#FFFFFF}
.biglietteria a:hover {text-decoration:none;color:#FFFFFF}


.article .eventsCategory { color: #00AFEE; }
.article .exhibitionCategory { color: #FACD00; }
.article .showsCategory { color: #B2CB00; }
.article .musicCategory { color: #F07A00; }

.articleCol3 .eventsCategory { color: #00AFEE; }
.articleCol3 .exhibitionCategory { color: #FACD00; }
.articleCol3 .showsCategory { color: #B2CB00; }
.articleCol3 .musicCategory { color: #F07A00; }

/* attachment */

#attachment {
	margin-top: -218px;
	position: absolute;
	padding: 0 0 0 50px;
	font-size: 10px;
}

#attachment a {
	color: #FFF;
	text-decoration: none;
}

#attachment a:hover {
	text-decoration: underline;
}

/* newsletter */

#newsletter {
	width: 250px;
	height: 197px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #8B9891;
	padding: 0;
}

#newsletter h1 {
	font: 18px "Times New Roman";
	color: #FFF;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 14px;
	padding: 0 20px;
	line-height: 20px;
}

#newsletter h2 {
	font: 10px Arial, Helvetica, sans-serif;
	margin: 0;	
	color: #FFF;
	padding: 12px 20px;	
}

#newsletter h2.piede{
	margin: 0;
}

#newsletter p {
	padding: 0 20px;
	margin: 0;
	margin-bottom: 12px;
}

/*
#newsletter img {
	margin: -5px 10px 20px 20px;	
	float: left;
}
*/
#newsletter #subscribe a {
	margin: 0 70px 10px 20px;
	border: 1px dashed #FFF;
	border-top: none;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	font: bold 11px Thaoma, Arial, Helvetica, sans-serif;
	color: #FFF;
	padding: 5px 7px;
}

#newsletter a:link { background: #3F3F40; }
#newsletter a:visited { background: #3F3F40; }
#newsletter a:hover { background: #56575A; }
#newsletter a:active { background: #8B9891; }

.newsletter {
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFF;
	width: 442px;
	border: none;
	margin: 28px 0 0 50px;
}

.newsletter h1 {
	margin: 3px 0 0 0;
	font-weight: bold;
	font-size: 12px;
	color: #FFF;
	text-transform: uppercase;
}

.newsletter p {
	font-size: 12px;
	margin: 20px 0 10px 0;
	color: #8B9891;
}

.newsletter input {
	margin: 0 8px 0 8px;
	font-size: 9px;
	width: 200px;
}

.newsletter a {
	color: #FFF;
	text-decoration: none;
}

.newsletter .message {
	margin-top: 10px;
	color: #FFF;
	background-color: #F00;
	padding: 1px 3px 1px 3px;
}

.logo {
	border-right: 0;
	padding: 20px 0 0 50px;
}

/*marina gallery*/

.tdcontenuto {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-width: 1px;
	font-family: Arial, Helvetica, sans-serif;	
}

.tdcontenutoSel {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-width: 1px;
	font-family: Arial, Helvetica, sans-serif;	
	color: #56575A;
}

.item a{
	text-decoration: none;
	color: white;
}

.tablecontenutosx {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	width: 190px;
	clear: no;
	float: left;	
	padding: 0px;
}
.galleryContainer {	
	width: 520px;
	height: 160px;
	overflow: hidden;	
}


ul#miniature{margin:0;padding:0;list-style-type:none}

ul#miniature li{
	float: left;
	margin: 4px;
	background: url(../../images/ombra.gif);
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left:7px;
	}
#indice {
	position:relative;
	margin: 0;
	padding-top: 0px;
	height: 16px;
	width: 300px;	
}

#indiceUl{
	margin:0;
	padding-right:20px;
	list-style-type:none;
	float: right;
}

#indiceUl a{
	text-decoration:none;
	color:white;
}

#indiceLi{
	float: left;
	margin: 15px 2px;
	padding-top: 0;
	padding-right: 0px;
	height: 16px;
	width: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	}

#indiceLiSelez{
	float: left;
	margin: 15px 2px;
	padding-top: 0;
	padding-right: 0px;
	height: 16px;
	width: 16px;
	border: 1px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
}


#frDx2col {
	margin: 0px;
	height: 21px;
	width: 12px;
	background-repeat: no-repeat;
	background-color: #3f3f40;
	border:0px;
	padding: 0px;
		
}
#frSx2col {
	margin:0px;
	height: 21px;
	width: 12px;
	background-repeat: no-repeat;
	background-color: #3f3f40;
	padding: 0px;
}

#indiceValori2col {
	margin:0px;
	background-color: #3f3f40;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #79897e;
	text-align: center;
	border: 0px;
	height: 21px;
}
#tabellaindice2col {
	margin:0;
	height: 20px;
	width: 82px;
	position: absolute;
	left: 700px;
	top: 79px;
	background-color:#000000;
	text-align: center;
	border: 0px;
	padding:0px;
	text-align: center;

}

/*inserimento banner piccolo*/

#bannerHomeSmall{
padding-top:20px;
}


#footerLogoAddress{
-x-system-font:none;
color:#FFFFFF;
font-family:Arial,Helvetica,sans-serif;
font-size:10px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
margin:0;
padding:12px 20px;
}

#footerLogoAddress img {
float:left;
margin:-5px 10px 20px -12px;
}

#footerLogoAddress  .piede{
	margin: 0;
	color:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	float:left;
}

