/* Appearance */
body, td, input, select, textarea {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
}
body, html {
	min-height:100%;
}
body {
	margin:0px;
	background-image:url(../immagini/admin/bg_right.jpg); background-repeat:no-repeat; background-position:bottom right;
}
#cnt {
	height:100%;
	background-image:url(../immagini/admin/bg_left.jpg); background-repeat:no-repeat; background-position:top left;
}

a {
	text-decoration:none;
	color:#333333;
}

a:hover {
	text-decoration:underline;
}

#cnt2 {
	padding:20px;
}
#header {
	height:90px;
	text-align: right;
	padding-right:20px;
	line-height:90px;
}
img {
	border:none;
}

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

h2 {
	margin:0px;
	padding:10px;
	padding-left:20px;
}

h3 {
	font-size:18px;
	margin:0px;
	padding:0px;
	padding-left:20px;
}

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

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

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

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

table {
	border:none;
}

#ul_elenco li {
	list-style:none;
}

.disabled {
	color:#aaaaaa;
}
.disabled input {
	color:#aaaaaa;
}
.disabled select {
	color:#aaaaaa;
}

.clear {
	width:0px;
	height:0px;
	padding:0px;
	margin:0px;
	clear:both;
}

.sep {
	margin-top:4px;
	padding-bottom:4px;
	border-top:1px solid #cccccc;
}

.oddrow {
	background-color: #f6f6f6;
	border-bottom:1px solid #e5e5e5;
}

.evenrow {
	background-color: #ffffff;
	border-bottom:1px solid #e5e5e5;
}

li table {
	width:100%;
	border:none;
}

li table td {
	width:5%;
	text-align:center;
}

li a {
	text-decoration:none;
	color:#333333;
}

#elenco_header td {
	width:5%;
	height:36px;
	background-image:url(../immagini/admin/table_header_gradient.gif); 
	background-repeat:repeat-x;
	font-weight:bold;
	text-align:center;
	border-top:2px solid #c64934;
}

.tabella_header {
	background-image:url(../immagini/admin/table_header_gradient.gif); 
	background-repeat:repeat-x;
	font-weight:bold;
	text-align:center;
	border-top:2px solid #c64934;
}

.elenco_main {
	text-align:left;
	width:40%;
}

#elenco_header {
	width:100%;
}

#header p {
	float:left;
}
.ordina {
	font-weight:bold;
	cursor:move;
}

#top_info {
	height:48px;
	background-color: #f1f3f5;
	border-bottom:1px solid #cccccc;
	border-top:1px solid #ffffff;
}

#page_top {
	background-color:#000000;
	background-image:url(../immagini/admin/top_bg.gif);
	background-repeat:repeat-x;
	height:80px;
	border-bottom:1px solid #333333;
}

.border {
	border:1px solid #cccccc;
}

.bigspacer {
	padding:20px;
}

.testo_rosso {
	color: #c64934;
}

.testo_small {
	color:#666666;
	font-size:10px;
}

.important {
	background-image:url(../immagini/admin/important.png); 
	background-repeat:no-repeat; 
	padding-left:48px; 
	margin-top:48px; 
	margin-bottom:48px;
}

.importante {
	border:1px solid #c64934;
	padding:10px; 
	background-color:#ffffff;
	margin-top:16px; 
}

#tabHolder {
	padding:20px;
}

.testobiancobold {
	font-weight:bold;
	color:#ffffff;
}

.highlight {
	background-color:#ffff99;
	background-image:url(../immagini/admin/highlight.png);
}

.no_elementi {
	padding:50px;
}

fieldset {
	border:1px solid #cccccc;
	padding:0px;
}

#filtro {
	margin-bottom:8px;
}

/* MAIN */
.sezione {
	float:left;
	margin-right:16px;
	margin-bottom:16px;
	background-image:url(../immagini/admin/box-home.png);
	background-repeat:no-repeat;
	width:133px;
	height:128px;
	cursor:pointer;
	color:#c64934;
}

.ok {
	background-image:url(../immagini/admin/clean.png); 
	background-repeat:no-repeat; 
	background-position:4px 4px; 
	padding-left:64px;
}

.sezione_sel {
	background-image:url(../immagini/admin/box-home-sel.png);
	color:#333333;
}

#btn_filtra {
	cursor:pointer;
	width:73px;
	padding-right:20px;
	height:22px;
	background-image:url(../immagini/admin/j_button_filtro.png); background-repeat:no-repeat;
	border:none;
}

#btn_mostratutto {
	cursor:pointer;
	width:115px;
	padding-right:20px;
	height:22px;
	background-image:url(../immagini/admin/j_button_mostratutto.png); background-repeat:no-repeat;
	border:none;
}

/* BOX MESSAGGI VARI */
.info {
	border:1px solid #cccccc;
	padding:10px;
	padding-left:32px; 
	background-color:#eeeeee;
	margin-bottom:10px;
	background-image:url(../immagini/admin/icon_info.gif); background-repeat:no-repeat; background-position:8px 12px;
}

/* DETTAGLIO */
.dettaglio_tabella {
	border:1px solid #cccccc;
	background-color:#f7f7f7;
	margin-bottom:8px;
}
.dettaglio_tabella td, .dettaglio_tabella_nobg td {
	padding:5px;
}

.dettaglio_tabella_nobg {
	border:1px solid #cccccc;
	margin-bottom:8px;
}

.dettaglio_tabella table td {
	background-color:#eeeeee;
}

.dettaglio_header_tabella {
	height:24px;
	background-image:url(../immagini/admin/table_header_gradient.gif); 
	background-repeat:repeat-x;
	font-weight:bold;
}

.small_cancella {
	float:right;
	width:140px;
	height:22px;
	background-image:url(../immagini/admin/j_button2_left.png);
	background-position:left 0px;
	background-repeat:no-repeat;
}
.small_cancella a {
	text-decoration:none;
	color:#333333;
}

.small_cancella div {
	padding-right:24px;
	padding-top:2px;
	height:22px;
	background-repeat:no-repeat;
	background-image:url(../immagini/admin/j_button2_del.png);
	background-position:right 0px;
}

.campo_errore {
	border:2px solid #aa0000;
}

.campo_ok {
	/*border:2px solid #418300;*/
	border: 2px #ffffff inset;
}
.campo_nullo {
	border:none;
}

.file_ok {
	/*border:2px solid #418300;*/
	border: 0px;
}

.alternativo_errore {
	border:2px solid #ff8800;
}

#storico_email {
	border:1px solid #cccccc;
	border-top:none;
	height:150px;
	overflow-x:hidden;
	overflow-y:auto;
	padding:10px;
}

#storico_email_titolo {
	margin-top:8px;
	padding:5px;
	border:1px solid #cccccc;
	border-bottom:none;
	background-color:#eeeeee;
	font-weight:bold;
}

/* TOOLBAR */

.toolbar {
	padding-left:16px;
	cursor:pointer;
}

.toolbar p {
	padding:5px;
}

.toolbar a:hover {
	border:1px solid #cccccc;
}

.icon_new {
	height:32px;
	background-image:url(../immagini/admin/icon-32-new.png);
	background-repeat:no-repeat;
	background-position:center top;
}

.icon_modifica {
	height:32px; 
	background-image:url(../immagini/admin/icon-32-edit.png); 
	background-repeat:no-repeat; 
	background-position:center top;
}

.icon_foto {
	height:32px; 
	background-image:url(../immagini/admin/icon-32-foto.png); 
	background-repeat:no-repeat; 
	background-position:center top;
}

.icon_voci {
	height:32px; 
	background-image:url(../immagini/admin/icon-32-menu.png); 
	background-repeat:no-repeat; 
	background-position:center top;
}

.icon_localitadisagiate {
	height:32px; 
	background-image:url(../immagini/admin/icon-32-menu.png); 
	background-repeat:no-repeat; 
	background-position:center top;
}

.icon_attiva {
	height:32px; 
	background-image:url(../immagini/admin/icon-32-publish.png); 
	background-repeat:no-repeat; 
	background-position:center top;
}

.icon_disattiva {
	height:32px; 
	background-image:url(../immagini/admin/icon-32-unpublish.png); 
	background-repeat:no-repeat; 
	background-position:center top;
}

.icon_cancella {
	height:32px; 
	background-image:url(../immagini/admin/icon-32-delete.png);
	background-repeat:no-repeat; 
	background-position:center top;
	cursor:pointer;
}

.icon_salva {
	height:32px; 
	background-image:url(../immagini/admin/icon-32-save.png);
	background-repeat:no-repeat; 
	background-position:center top;
}

.icon_applica {
	height:32px; 
	background-image:url(../immagini/admin/icon-32-apply.png);
	background-repeat:no-repeat; 
	background-position:center top;
}

.icon_chiudi {
	height:32px; 
	background-image:url(../immagini/admin/icon-32-cancel.png);
	background-repeat:no-repeat; 
	background-position:center top;
}

.icon_invia {
	height:32px; 
	background-image:url(../immagini/admin/icon-32-send.png);
	background-repeat:no-repeat; 
	background-position:center top;
}

.icon_storico {
	height:32px; 
	background-image:url(../immagini/admin/icon-32-storico.png);
	background-repeat:no-repeat; 
	background-position:center top;
}

.icon_aggiorna {
	height:32px; 
	background-image:url(../immagini/admin/icon-32-aggiorna.png);
	background-repeat:no-repeat; 
	background-position:center top;
}

/* PAGINAZIONE */

#paginazione_holder {
	height:36px;
	padding-top:8px;
	background-color:#eeeeee;
	text-align:center;
	border-top:2px solid #c64934;
}

#paginazione_holder a {
	text-decoration:none;
	color:#333333;
}

#per_pagina_holder {
	float:left;
}

#per_pagina {
	margin-right:8px;
}

#segnaposto {
	margin-left:8px;
}

.paginazione_successiva, .paginazione_ultima, .paginazione_successiva_dis, .paginazione_ultima_dis, .paginazione_pagine {
	height:22px;
	background-image:url(../immagini/admin/j_button2_left.png);
	background-position:left;
	background-repeat:no-repeat;
}

.paginazione_precedente, .paginazione_prima, .paginazione_precedente_dis, .paginazione_prima_dis {
	height:22px;
	background-image:url(../immagini/admin/j_button2_right.png);
	background-position:right;
	background-repeat:no-repeat;
}

.paginazione_successiva, .paginazione_successiva_dis, .paginazione_precedente, .paginazione_precedente_dis{
	width:100px;
}

.paginazione_ultima, .paginazione_ultima_dis, .paginazione_prima, .paginazione_prima_dis{
	width:70px;
}

.paginazione_pagine {
	padding-left:12px;
}

.paginazione_prima div, .paginazione_prima_dis div, .paginazione_precedente div, .paginazione_precedente_dis div {
	padding:2px;
	padding-left:20px;
	background-position:left 0px;
	background-repeat:no-repeat;
}

.paginazione_successiva div, .paginazione_successiva_dis div, .paginazione_ultima div, .paginazione_ultima_dis div, .paginazione_pagine div {
	padding:2px;
	padding-right:20px;
	background-position:right 0px;
	background-repeat:no-repeat;
}

.paginazione_prima div {
	background-image:url(../immagini/admin/j_button2_first.png);
}

.paginazione_prima_dis div {
	background-image:url(../immagini/admin/j_button2_first_off.png);
	color:#aaaaaa;
}

.paginazione_precedente div {
	background-image:url(../immagini/admin/j_button2_prev.png);
}

.paginazione_precedente_dis div {
	background-image:url(../immagini/admin/j_button2_prev_off.png);
	color:#aaaaaa;
}

.paginazione_successiva div {
	background-image:url(../immagini/admin/j_button2_next.png);
}

.paginazione_successiva_dis div {
	background-image:url(../immagini/admin/j_button2_next_off.png);
	color:#aaaaaa;
}

.paginazione_ultima div {
	background-image:url(../immagini/admin/j_button2_last.png);
}

.paginazione_ultima_dis div {
	background-image:url(../immagini/admin/j_button2_last_off.png);
	color:#aaaaaa;
}

.paginazione_pagine div {
	background-image:url(../immagini/admin/j_button2_right_cap.png);
}

/* ORDINI */
.paga_1 {
	color:#ff0000;
	font-weight:bold;
}
.paga_2 {
	color:#666666;
	font-weight:bold;
}
.paga_3 {
	color:#009900;
	font-weight:bold;
}

/* FOTO AGGIUNTIVE */
.foto_scegli, .foto_svuota, .foto_carica, .foto_salva {
	float:left;
	margin-right:8px;
	height:22px;
	background-image:url(../immagini/admin/j_button2_left.png);
	background-position:left;
	background-repeat:no-repeat;
}

.foto_scegli div, .foto_svuota div, .foto_carica div, .foto_salva div{
	padding:2px;
	padding-right:24px;
	padding-left:8px; 
	background-position:right 0px;
	background-repeat:no-repeat;
}

.foto_scegli div {
	background-image:url(../immagini/admin/j_button2_readmore.png);
}

.foto_svuota div {
	background-image:url(../immagini/admin/j_button2_del.png);
}

.foto_carica div {
	background-image:url(../immagini/admin/j_button2_next.png);
}

.foto_salva div {
	background-image:url(../immagini/admin/j_button2_save.png);
}

.foto_salva {
	width:60px;
}

.foto_scegli div a, .foto_svuota div a, .foto_carica div a, .foto_salva div a {
	text-decoration:none;
	color:#333333;
}

.foto_thumb {
	background-color:#ffffff; 
	float:left; 
	border:1px solid #cccccc; 
	margin-right:8px; 
	margin-bottom:8px; 
	padding:10px;
}

.foto_thumb img {
	cursor:pointer;
}

/* BORDI ARROTONDATI */
#header_sezione {
	margin-bottom:8px;
}

#header_sezione .ct, #header_sezione .cb, #header_sezione .cm {
	background-color:#f9f9f9;
	padding:0px;
}

.ct {
	height:6px; 
	background-image:url(../immagini/admin/ct.png); 
	background-repeat:repeat-x;
}
.c1 {
	height:6px; 
	background-image:url(../immagini/admin/c1.png); 
	background-repeat:no-repeat; 
	background-position:top left;
}
.c2 {
	height:6px; 
	background-image:url(../immagini/admin/c2.png); 
	background-repeat:no-repeat; 
	background-position:top right;
}
.c3 {
	height:6px; 
	background-image:url(../immagini/admin/c3.png); 
	background-repeat:no-repeat; 
	background-position:bottom left;
}
.c4 {
	height:6px; 
	background-image:url(../immagini/admin/c4.png); 
	background-repeat:no-repeat; 
	background-position:bottom right;
}
.cm {
	border-left:1px solid #cccccc; 
	border-right:1px solid #cccccc;
	padding:20px;
}
.cb {
	height:6px; 
	background-image:url(../immagini/admin/cb.png); 
	background-repeat:repeat-x;
}

/* NEWSLETTER AJAX */
#newsletter_invio_container {
	width:100%;
	height:203px;
	text-align:center;
}
#newsletter_invio_container table {
	width:100%;
}
#newsletter_invio_container table td {
	height:203px;
}
#newsletter_invio, #newsletter_invio select, #newsletter_invio input {
	width:100%;
	margin-top:8px;
}
#newsletter_invio {
	margin:0px;
}
#big_btn {
	cursor:pointer;
	width:86px;
	height:26px;
	border:none;
	padding-right:30px;
}
.big_btn {
	background-image:url(../immagini/admin/btn_invia.png); background-repeat:no-repeat; 
}
.newsletter_btn_dis {
	background-image:none;
	color:#666666;
	background-image:url(../immagini/admin/btn_invia_dis.png); background-repeat:no-repeat; 
}
#newsletter_storico_container {
	width:100%;
	height:250px;
	text-align:center;
}
#newsletter_storico_container table {
	width:100%;
}
#newsletter_storico_container table #noresult {
	height:250px;
}

#newsletter_storico_container {
	width: 100%;		/* table width will be 99% of this*/
	height: 250px; 	/* must be greater than tbody*/
	overflow: hidden;
	margin: 0 auto;
}

#newsletter_storico_container table {
	width: 99%;		/*100% of container produces horiz. scroll in Mozilla*/
	border: none;
	background-color: #f7f7f7;
}
	
#newsletter_storico_container table>tbody	{  /* child selector syntax which IE6 and older do not support*/
	overflow: auto; 
	height: 220px;
	overflow-x: hidden;
}
	
#newsletter_storico_container thead tr {
	position:relative; 
	top: expression(offsetParent.scrollTop); /*IE5+ only*/
}
	
#newsletter_storico_container thead td, thead th {
	text-align: center;
	font-size: 11px; 
	background-image:url(../immagini/admin/table_header_gradient.gif);
	background-repeat:repeat-x;
	border-top:2px solid #c64934;
	color: #333333;
	font-weight: bold;
}	
	
#newsletter_storico_container td	{
	color: #000;
	padding-right: 2px;
	font-size: 11px;
	text-align: center;
	border-bottom: solid 1px #d8d8d8;
	border-left: solid 1px #d8d8d8;
}
	
#newsletter_storico_container td:last-child {padding-right: 20px;} /*prevent Mozilla scrollbar from hiding cell content*/
  
/* TOOLTIPS */
.tip { 
	padding:10px;
	width:120px;
	border:1px solid #cccccc; background-color:#eeeeee;
}
.tip-title {
	font-weight:bold;
	padding-bottom:8px;
}
 
/* FANCYUPLOAD */
#demo-status
{
	background-color:		#eeeeee;
	padding:				10px 15px;
	width:					420px;
}

#demo-status .progress
{
	background:				white url(../immagini/fancyupload/progress.gif) no-repeat;
	background-position:	+50% 0;
	margin-right:			0.5em;
}

#demo-status .progress-text
{
	font-size:				0.9em;
	font-weight:			bold;
}

#demo-list
{
	list-style:				none;
	width:					420px;
	margin:					0;
	padding:0;
}

#demo-list li.file
{
	border-bottom:			1px solid #eee;
	background:				url(../immagini/fancyupload/file.png) no-repeat 4px 4px;
}
#demo-list li.file.file-uploading
{
	background-image:		url(../immagini/fancyupload/uploading.png);
	background-color:		#D9DDE9;
}
#demo-list li.file.file-success
{
	background-image:		url(../immagini/fancyupload/success.png);
}
#demo-list li.file.file-failed
{
	background-image:		url(../immagini/fancyupload/failed.png);
}

#demo-list li.file .file-name
{
	font-size:				1.2em;
	margin-left:	     	44px;
	display:				block;
	clear:					left;
	line-height:			40px;
	height:					40px;
	font-weight:			bold;
}
#demo-list li.file .file-size
{
	font-size:				0.9em;
	line-height:			18px;
	float:					right;
	margin-top:				2px;
	margin-right:			6px;
}
#demo-list li.file .file-info
{
	display:				block;
	margin-left:	  10px;
	font-size:				0.9em;
	line-height:			20px;
	clear
}
#demo-list li.file .file-remove
{
	clear:					right;
	float:					right;
	line-height:			18px;
	margin-right:			6px;
}

/* SQUEEZEBOX */

#sbox-window embed, #sbox-window object, #sbox-window select
{
	visibility:				visible;
}

#sbox-overlay
{
	position:				absolute;
	background-color:		#000;
}

#sbox-window
{
	position:				absolute;
	background-color:		#fff;
	text-align:				left;
	overflow:				visible;
	padding:				10px;
	-moz-border-radius:		3px;
	-webkit-border-radius:	3px;
}

#sbox-btn-close
{
	position:				absolute;
	width:					30px;
	height:					30px;
	right:					-15px;
	top:					-15px;
	background:				url(../immagini/squeezebox/closebox.png) no-repeat center;
	border:					none;
}

.sbox-window-ie6 #sbox-btn-close
{
	background-image:		url(../immagini/squeezebox/closebox.gif);
}

.sbox-loading #sbox-content
{
	background-image:		url(../immagini/squeezebox/spinner.gif);
	background-repeat:		no-repeat;
	background-position:	center;
}

#sbox-content
{
	clear:					both;
	overflow:				auto;
	background-color:		#fff;
	height:					100%;
	width:					100%;
}

.sbox-content-image#sbox-content
{
	overflow:				visible;
}

#sbox-image
{
	display:				block;
}

.sbox-content-image img
{
	display:				block;
}

.sbox-content-iframe#sbox-content
{
	overflow:				visible;
}

.body-overlayed embed, .body-overlayed object, .body-overlayed select
{
	visibility:				hidden;
}

/* MENU */

#menu_cnt1 {
	background-image:url(../immagini/admin/topmenu-bar-bg.png); background-repeat:repeat-x;
}

#menu_cnt2 {
	background-image:url(../immagini/admin/topmenu-bar-bg-right.png); background-position:right 0px; background-repeat:no-repeat;
}

/* this is the main UL element*/
.dropdown{
	visibility:hidden;
	margin:0;
	padding:0;
	list-style:none;
	margin-bottom:16px;
	background-image:url(../immagini/admin/topmenu-bar-bg-left.png);  background-position:left 0px; background-repeat:no-repeat;
}

/* these are the inner menus*/
.dropdown ul{
	margin:0;
	padding:0;
	list-style:none;
}

/* these are all the LIs in the menu*/
.dropdown li{
	margin:0;
	width:160px;
	cursor:pointer;
	font-weight:bold;
	color:#ffffff;
	height:30px;
	padding-left:2px;
	padding-right:8px;
}

.dropdown li img {
	margin-right:6px;
}

/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.dropdown a{
	padding:3px;
	text-decoration:none;
	color:#333333;
	width:100%;
	height:22px;
	font-weight:normal;
}

.dropdown a:hover{
	background-color:#c64934;
	border:1px solid #c64934;
	color:#ffffff;
	padding:2px;
}

/* these are the LIs that only belong to submenu*/
.dropdown ul li{
	border:1px solid #888888;
	border-bottom:1px solid #cccccc;
	background-image:url(../immagini/admin/topmenu-li-bg.png); background-repeat:repeat-y; 
	border-top:none;
}

/* these are the LIs that contains a submenu*/
.dropdown li.submenu{
	margin-left:8px;
	padding-left:20px;
	width:80px;
	padding:5px;
}

/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
.dropdown ul li.submenu{
	background-image:url('../immagini/admin/expand_right.gif');
	background-position:center right;
	padding:5px;
	width:120px;
}
.dropdown .ultimo_li {
	border-top:1px solid #888888;
}

/* classi di selezione */
.primo_livello_sel {
	background-image:url(../immagini/admin/topmenu-bar-bg-sel.png); background-position:right 0px; background-repeat:no-repeat;
}
.primo_livello {
	background-image:url(../immagini/admin/topmenu-bar-sep.png); background-position:right 0px; background-repeat:no-repeat;
}

/* ROAR */
.roar-body
{
	position:				absolute;
	color:					#fff;
	text-align:				left;
	z-index:				999;
}

.roar
{
	position:				absolute;
	width:					300px;
	cursor:					pointer;
}
.roar-bg
{
	position:				absolute;
	z-index:				1000;
	width:					100%;
	height:					100%;
	left:					0;
	top:					0;
	background-color:		#000;
	background-image:		url(../immagini/admin/clean-small.png); background-repeat:no-repeat; background-position:8px 10px;
	-moz-border-radius:		10px;
	-webkit-border-radius:	5px;
	-webkit-box-shadow:		0 0 5px rgba(0, 0, 0, 0.5);
}
.roar-body-ugly .roar
{
	background-color:		#333;
}
.roar-body-ugly .roar-bg
{
	display:				none;
}
.roar h3
{
	position:				relative;
	/*padding:				15px 10px 0;*/
	padding:				15px;
	padding-left:			36px; 
	margin:					0;
	border:					0;
	font-size:				13px;
	color:					#fff;
	z-index:				1002;
}
.roar p
{
	position:				relative;
	padding:				10px 10px 15px;
	margin:					0;
	font-size:				12px;
	color:					#fff;
	z-index:				1002;
}