@charset "utf-8";
/* CSS Document */

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	background:#e5e5e5;
	margin:25px 0px 10px 0px;
	padding:0px;
}

a:link, a:active , a:visited {
	color:#FF9900;
	text-decoration:none;
}

a:hover {
	color:#FFCC00;
	text-decoration:none;
}

/* a:link , a:active, a:visited {
	color:#0000CC;
	text-decoration:none;
} 

a:hover {
	color:#00CCFF;
	text-decoration:none;
} */

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

img {
	border:0px;
}

.banner_top {
	margin:55px 5px 0px 165px;
	border:0px;
}

.separatore_neutro {
	margin:0px;
	padding:0px;
	clear:both;
}

#sfondo_laterale_fisso {
	width:900px;
	margin:0px auto;
	background:url(img/sfondo_laterale_fisso.gif) left top no-repeat;
	padding:0px 15px 0px 15px;
}

#contenitore_principale {
	background:url(img/sfondo_pagina.gif) repeat-y;
	height: auto;
	overflow: hidden;
}

#colonna_sx {
	float:left;
	width:233px;
	background:#FFFFFF;
}

#colonna_dx {
	float:left;
	width:667px;
}

#footer {
	clear:both;
	height:85px;
	background:url(img/sfondo_footer.gif) bottom no-repeat #FFFFFF;
	padding:12px 0px 0px 242px;
	font-size:11px;
	color:#666666;
	width: 657px;
	margin: 0px auto;
}

#footer a:link, #footer a:active , #footer a:visited {
	color:#FF9900;
	text-decoration:none;
}

#footer a:hover {
	color: #FF6600;
	text-decoration:none;
}

/*  ################## colonna sx ################## */

#datasopra {
	color:#666666;
	font-size:11px;
	line-height:31px;
	text-align:center;
	background:#e5e5e5;
}

#tastini {
	padding:27px 57px 50px 56px;
	margin:0px;
	height:27px;
}

#tastino_home {
	background: url(img/tastino_home.gif) 0px 0px no-repeat;
	width:37px;
	height:29px;
	float:left;
}

#tastino_home:hover  {
	background: url(img/tastino_home.gif) 0px -29px no-repeat;
	cursor:pointer;
}

#tastino_indietro {
	background: url(img/tastino_indietro.gif) 0px 0px no-repeat;
	width:41px;
	height:27px;
	float:left;
}

#tastino_indietro:hover {
	background: url(img/tastino_indietro.gif) 0px -29px no-repeat;
	cursor:pointer;
}

#tastino_mail {
	background: url(img/tastino_email.gif) 0px 0px no-repeat;
	width:42px;
	height:27px;
	float:left;
}

#tastino_mail img {
	float:left;
	border:0px;
}

#tastino_mail:hover {
	background: url(img/tastino_email.gif) 0px -29px no-repeat;
}

#logo {
	text-align:right;
	height:128px;
}

#menuprincipale ul {
	margin:0px;
	padding:20px;
}

#menuprincipale ul li {
	color:#000000;
	line-height:25px;
	padding:0px 20px 0px 30px;
	list-style:none;
	background:url(img/palllozzo_rosso.gif) left no-repeat;
}

#menuprincipale ul li:hover {
	background:url(img/palllozzo_nero.gif) left no-repeat;
}

#menuprincipale a:link , #menuprincipale a:active , #menuprincipale a:visited , #menuprincipale a:hover{
	color:#000000;
	text-decoration:none;
}

/*  menu area esercenti */  

#menuoperatori ul {
	margin:0px;
	padding:0px 10px 0px 20px;
}

#menuoperatori ul li {
	color:#000000;
	line-height:25px;
	padding:0px 10px 0px 30px;
	list-style:none;
	background:url(img/palllozzo_nero.gif) left no-repeat;
}

#menuoperatori ul li:hover {
	background:url(img/palllozzo_rosso.gif) left no-repeat;
}

#menuoperatori a:link , #menuoperatori a:active , #menuoperatori a:visited , #menuoperatori a:hover{
	color:#000000;
	text-decoration:none;
}

/*  menu area esercenti ADMIN */ 

#menu_admin ul {
	margin:0px;
	padding:0px 0px 0px 4px;
}

#menu_admin ul li {
	color:#000000;
	line-height:25px;
	padding:0px 10px 0px 30px;
	list-style:none;
	background:url(img/palllozzo_rosso.gif) left no-repeat;
}

#menu_admin ul li:hover {
	background:url(img/palllozzo_nero.gif) left no-repeat;
}

#menu_admin a:link , #menuoperatori a:active , #menuoperatori a:visited , #menuoperatori a:hover{
	color:#000000;
	text-decoration:none;
}

/* CALENDARIO */

#calendario {
	float:left;
	height:210px;
	width:213px;
	padding: 5px 10px 0px 10px;
}

#calendario table td {
	width:24px;
	height:24px;
	background:#FFFFFF;
	text-align:center;
	padding:0px;
	margin:0px;
}

#calendario table td:hover {
	background:url(img/sfondo_cellaarancio.gif) center center #FFFFFF;
	color:#FFFFFF;
	width:24px;
	height:24px;
	line-height:24px;
	text-align:center;
}

#calendario .giorno {
	background:url(img/sfondo_cellagrigia.gif) center center #FFFFFF;
	width:24px;
	height:24px;
	line-height:24px;
	text-align:center;
}

#calendario .giorno_corrente {
	background:url(img/sfondo_cellaarancio.gif) center center #FFFFFF;
	color:#FFFFFF;
	width:24px;
	height:24px;
	text-align:center;
}

#calendario .evento {
	background:url(img/sfondo_cellagialla.gif) center center #FFFFFF;
	color:#FFFFFF;
	width:24px;
	height:24px;
	text-align:center;
}


#calendario .giorno_corrente a:link , #calendario .giorno_corrente a:active , #calendario .giorno_corrente a:visited, 
#calendario .evento a:link , #calendario .evento a:active , #calendario .evento a:visited {
	color:#FFFFFF;
	text-decoration:none;
}


#calendario a:link , #calendario a:active , #calendario a:visited {
	color:#000000;
	text-decoration:none;
}

#calendario a:hover {
	text-decoration:none;
	color:#FFFFFF;
}

.mese {
	width:200px;
	height:35px;
}

.tasto_cal {
	float:left;
	width:24px;
}

.mese_corrente {
	float:left;
	width:150px;
	text-align:center;
	color:#f24f11;
	line-height:24px;
	font-weight:bold;
	font-size:14px;
}

.anno {
	color:#808080;
}

#calendario img {
	border: 0px;
	cursor:pointer;
}

.elenco_completo {
	color:#FFFFFF;
	background:#f24f11;
	text-align:center;
	margin-top:10px;
}

/* FINE CALENDARIO */

/* EVENTO IN HOME PAGE */

#evento {
	width:280px;
	padding:30px 10px 10px 10px;
	background: url(img/intesta_eventihome.gif) top left no-repeat #cccccc;
}

#evento img {
	border:0px;
}

/* EVENTO IN HOME PAGE */

/* admin area */

#admin_area {
	margin:0px auto 0px auto;
	width:203px;
	background:url(img/intesta_adminarea.gif) top left no-repeat #FFFFFF;
	padding:30px 0px 10px 5px;
	clear:both;
}

#admin_area form input {
	width:190px;
	border:1px solid #CCCCCC;
	background:#FFFFFF;
}

#admin_area .tasto_enter {
	width:70px;
	background:url(img/palllozzo_rosso.gif) left no-repeat;
	margin:5px auto;
	padding:0px 0px 0px 30px;
	line-height:25px;
	font-size:11px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#admin_area .tasto_enter:hover {
	background: url(img/palllozzo_nero.gif) left no-repeat;
}

#admin_area a:link , #admin_area a:active , #admin_area a:visited , #admin_area a:hover {
	color:#000000;
	text-decoration:none;
}

#admin_area .tasto_remind {
	width:160px;
	background: url(img/pallozzo_piccolo_arancio.gif) left no-repeat;
	margin:5px auto;
	padding:0px 0px 0px 20px;
	line-height:20px;
	font-size:11px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#admin_area .tasto_remind:hover {
	background: url(img/pallozzo_piccolo_nero.gif) left no-repeat;
}

/* fine admin */

/*  ################## fine colonna sx ############# */

/*  ################## colonna dx ################## */

#testata {
	background:url(img/testata.gif) top center no-repeat;
	height:150px;
}

#sotto_testata {
	border-left:5px solid #000000;
	background:url(img/sotto_testata.gif) top center no-repeat;
	padding:80px 0px 0px 10px;
	line-height:20px;
	color:#666666;
	font-size:11px;
} 

#sotto_testata .nero {
	color:#000000;
}

#contenitore_centrale {
	padding:0px 34px 0px 17px;
}

/* ricerca */

#tendine_ricerca {
	padding:0px;
	margin:0px;
	height:23px;
}

#tendina_semplice {
	background:url(img/tendina_arancio.gif) center no-repeat;
	border-right:6px solid #FFFFFF;
	text-align:center;
	color:#FFFFFF;
	font-size:10px;
	float:right;
	width:101px;
	line-height:23px;
}

#tendina_avanzata {
	background: url(img/tendina_grigia.gif) center no-repeat;
	border-right:6px solid #FFFFFF;
	text-align:center;
	color:#000000;
	font-size:10px;
	float:right;
	width:101px;
	line-height:23px;
}

#tendina_avanzata:hover , #tendina_semplice:hover {
	cursor:pointer;
}

#ricerca_semplice, #ricerca_avanzata {
	background:#f24f11;
	color:#ffffff;
	/* padding:5px; */
}



#ricerca_semplice select, #ricerca_avanzata select {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	width:290px;
}

#ricerca_avanzata .data {
	width:90px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}

.tag {
	width:180px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}

/* ricerca */

/* contenuto */

#contenuto {
	margin:20px 0px 0px 0px;
	padding:0px 0px 0px 22px;
}

#contenuto_largo {
	margin:20px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#primopiano {
	background:url(img/sfondo_primopiano.gif) bottom repeat-y #808080;
	color:#FFFFFF;
	padding:10px 0px 10px 0px;
	height:200px;
}

.primopiano {
	background:url(img/sfondo_primopiano.gif) bottom repeat-y #808080;
	color:#FFFFFF;
	padding:10px 0px 10px 0px;
	height:200px;
}

#img_pp {
	width:414px;
	float:left;
	height:200px;
	background:url(img/intesta_primopiano.gif) left center no-repeat #999999;
	overflow: hidden;
}

.img_pp {
	width:414px;
	float:left;
	height:200px;
	background:url(img/intesta_primopiano.gif) left center no-repeat #999999;
	overflow: hidden;
}

#testo_pp {
	float:right;
	padding:10px;
	width:165px;
	height: 180px;
	overflow: hidden;
}

a:link, a:active , a:visited {
	color:#FF9900;
	text-decoration:none;
}

a:hover {
	color:#FFCC00;
	text-decoration:none;
}

#news_home {
	background: url(img/intesta_news_home.gif) top left no-repeat; 
	padding-top:25px;
	margin-top:20px;
	height: 200px; 
	float: left; 
	width: 300px; 
	border-right:5px solid  #ffffff; 
	border-left:11px solid #ffffff;
	text-align:left;  
}

#marqueecontainer {
	margin: 3px 7px 3px 7px;
	height: 480px;
	overflow: hidden;
	position: relative;
}

#vmarquee {
	width: 100%;
	position:relative;
	/* height: 60px; */
}

#homeleft {
	float:left;
}

#prossimamente {
	padding:30px 10px 5px 10px;
	margin:20px 0px 0px 0px;
	background: url(img/prossimamente.gif) 10px 5px no-repeat #cccccc;
	width:280px;
}

#sfondo_pp {
	margin:0px 0px 0px 34px;
	width:380px;
	height:200px;
	overflow:hidden;
}

.sfondo_pp {
	margin:0px 0px 0px 34px;
	width:380px;
	height:200px;
	overflow:hidden;
}

#titolo_img  {
	background: url(img/sfondo_trasp.png) repeat;
	height: 70px;
	margin: 120px 0px 0px 0px;
	padding:5px;
	display:none;
}

#titolo_img h1  {
	font-size:20px;
	color:#FFFFFF;
	margin:0px;
	padding:0px;
}

.titolo_img  {
	background: url(img/sfondo_trasp.png) repeat;
	height: 70px;
	margin: 120px 0px 0px 0px;
	padding:5px;
	display:none;
}

.titolo_img h1  {
	font-size:20px;
	color:#FFFFFF;
	margin:0px;
	padding:0px;
}

/* fine contenuto */

#date {
	background:url(img/bordo_date.gif) top repeat-x;
	padding:5px 0px 0px 0px;
	margin:5px 0px 0px 0px;
}

#date table {
	width:100%;
	padding:0px;
	margin:0px;
	border:0px;
}

 .stile1 {
	padding:0px;
	/* background:#F6F6F6; */
	margin:0px;
}

 .stile2 {
	padding:0px;
	/* background:#ececec; */
	margin:0px;
}

#date table tr , #date table {
	margin:0px;
	padding:0px;
}


#date table tr td {
	padding:2px;
	margin:0px;
	vertical-align:middle;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

.data {
	width:25%;
}

.campo {
	width:30%;
}

.data_piccola {
	width:20%;
}

.tasto {
	width:25px;
}

.tasto_spento {
	width:25px;
	background:#FFFFFF;
}

.hidden {
	display: none;
}

.html_content {
	background:#FFFFFF;
	padding:10px;
}

.titolo_data {
	background:#CCCCCC;
	text-align:right;
	padding:5px;
	color:#999999;
	text-transform:uppercase;
	margin-bottom:10px;
	font-size:14px;
	font-weight:bold;
}

.continua {
	text-transform:uppercase;
	margin:10px 0px 10px 0px;
	text-align:right;
}

.desc_content {
	padding:10px;
}

/*  ################## fine colonna dx ############# */

/*  ################### generici ################### */

.titolo {
	text-align:right;
	color:#999999;
	padding:10px;
	margin:0px;
	font-size:20px;
}

.tasto_img {
	cursor:pointer;
}

.errore {
	text-align:center;
	color:#FF0000;
	text-transform:uppercase;
	font-weight:bold;
	font-size:16px;
}

#descrizione {
	float:left;
	width:323px;
	padding:0px 10px 5px 0px;
}

.titolo_right {
	text-align:right;
	color:#ffa619;
	padding:0px 10px 20px 0px;
	margin:0px;
	font-size:20px;
}

/* altri stili per titolo spettacolo */

.titolo_right_show {
	text-align:left;
	color:#ffa619;
	padding:0px 0px 5px 0px;
	margin:0px;
	font-size:20px;
}

.titolo_attori {
	text-align:left;
	font-style: italic;
}

.titolo_regia {
	text-align:left;
	font-weight:bold;
}

.titolo_produzione {
	text-align:left;
	font-weight:bold;
}

.titolo_genere {
	padding:10px 0px 0px 0px;
	text-align:left;
	font-weight:bold;
	color: #FFA619;
}

/* fine altri stili titolo spettacolo */

.titolo {
	text-align:left;
	color:#ff9900;
	padding:10px 10px 10px 0px;
	margin:0px;
	font-size:20px;
}

.separatore_punti {
	border-bottom:1px solid #CCCCCC;
}

/* locandina */

#locandina {
	float:right;
	width:240px;
	padding:5px;
	background:#ececec;
	border-left:10px solid #FFFFFF;
}

#locandina .img_thumbs {
	margin-right:auto;
	margin-left:auto;
	margin-bottom:10px;
	border:0px;
}

/* ######## */

/* photogallery area */

#foto_gallery {
	/* border-top: 20px solid #CCCCCC; */
	padding:15px 15px 15px 5px;
}

.single_foto {
	float:left;
	width:133px;
	/* background:#e6e6e6; */
	padding:5px;
}

.single_foto img {
	float:left;
	border:0px;
}

/* fine photogallery area */

#barra_filtra {
	/* background:#e6e6e6; */
	padding:2px 2px 2px 5px;
	/* margin-left:53px; */
	text-align:left;
	font-size:12px;
	font-weight:bold;
	border-bottom: 7px solid #FFFFFF;
}

#barra_filtra label {
	padding:0px 5px 0px 0px;
}

#barra_filtra img {
	padding-left: 5px;
	border-bottom:2px solid #FFFFFF;
	vertical-align:middle;
}

#barra_filtra select {
	font-size:12px;
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	width:180px;
	color:#000000;
	font-weight:normal;
}

#barra_filtra span {
	width:auto;
}
