body {					
	margin: 15px 0 0 0;
	padding: 0 0 0 0;
	font-size: 12px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif, Trebuchet MS, Verdana;
	background: #D1E0E5 url(/layout/sfondo_gradiente.png) 0 0 repeat-x;
}
a:link, a:visited {	
	text-decoration: none;
}
img {		
	border: none;
}
h2 {
	
}
#super_contenitore {
	width: 1000px;
	height: auto;
	margin: auto;
	background: none;
}
#super_contenitore.benvenuto {
	display: block;
	width: 1000px;
	height: 540px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -280px 0 0 -500px;
	background: none;
}
/* inizio effetto cornice con ombra */
#ombra_superiore, #ombra_inferiore {
	width: 1000px;
	height: 13px;	
}
#ombra_superiore_cornersx, #ombra_superiore_cornerdx, #ombra_inferiore_cornersx, #ombra_inferiore_cornerdx {
	float: left;
	width: 25px;
	height: 13px;
	line-height: 13px;
	background: url(/layout/ombra_angolosxtop.png) 0 0 no-repeat;	
}
#ombra_superiore_cornerdx {
	background: url(/layout/ombra_angolodxtop.png) 0 0 no-repeat;	
}
#ombra_inferiore_cornersx {
	background: url(/layout/ombra_angolosxbottom.png) 0 0 no-repeat;	
}
#ombra_inferiore_cornerdx {
	background: url(/layout/ombra_angolodxbottom.png) 0 0 no-repeat;	
}
#ombra_superiore_line, #ombra_inferiore_line {
	float: left;
	width: 950px;
	height: 13px;
	line-height: 13px;
	background: url(/layout/ombra_sopra.png) 0 0 repeat;	
}
#ombra_inferiore_line {
	background: url(/layout/ombra_sotto.png) 0 0 repeat;	
}
#contenitore_perombra {
	width: 1000px;
	height: auto;
	background: url(/layout/ombra_sfondo.png) 0 0 repeat;	
}
/* fine effetto cornice con ombra */

#corpo {
	width: 954px;
	height: auto;
	margin: auto;
	padding: 0 5px 0 5px;
	border: 5px solid #EDEDED;
}
#corpo_per_sfondo {
	width: 954px;
	height: auto;
	margin: 5px 0 5px 0;
	padding: 0 0 0 0;
	background: url(/layout/corpo_per_sfondo.png) 0 0 repeat;
}
/* inizio: colonne disponibili per il layout */
#corpo_uno {
	float: left;
	height: auto;
	width: 260px;
	background: #FFFFFF;
}
#corpo_due {
	float: left;
	width: 694px;
	height: auto;
	min-height: 580px;
}
#corpo_tre, #corpo_quattro, #corpo_cinque {
	display: block;
	float: left;
}
/* fine: colonne disponibili per il layout */

/* inizio logo (assoluto e per la scritta) */
h3 {
	width: 260px;
	height: 180px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #EDEDED;
}
#logo_assoluto {
	position: absolute;
	width: 260px;
	height: 180px;
	line-height: 180px;
	color: #FFFFFF;
	background: url(/layout/logo.jpg) 0 0 no-repeat;
	z-index: 1;
}
#logo_assoluto a:link, #logo_assoluto a:hover {
	display: block;
	width: 260px;
	height: 180px;
	line-height: 180px;
	background: url(/layout/logo.jpg) 0 0 no-repeat;
}
#logo_assoluto a:hover {
	display: block;
	width: 260px;
	height: 180px;
	line-height: 180px;
	background: url(/layout/logo.jpg) 0 -180px no-repeat;
}
/* fine logo (assoluto e per la scritta) */

/* inizio menù */
#menu {
	float: left;
	width: 260px;
	height: auto;
	margin: 0 0 0 0;
}
#linea_sopra_ul {
	width: 252px;
	height: 1px;
	line-height: 1px;
	overflow: hidden;
	border-bottom: 1px dotted #666666;
	background: #EDEDED;
}
#linea_sopra_ul.sopra_li {
	margin: 0 0 3px 0;
}
#linea_sopra_ul_cambiopadding {
	width: 252px;
	height: 1px;
	line-height: 1px;
	overflow: hidden;
	margin: 3px 0 3px 0;
	border-bottom: 1px dotted #666666;
	background: #EDEDED;
}

#menu ul {
	width: 252px;
	/*height: 56px;*/
	line-height: 20px;
	margin: 0 0 0 0;
	padding:0 8px 0 0;
	font-size:16px;
	font-weight: bold;
	color: #666666;
	overflow: hidden;
}
#menu ul.selezionato {
	width: 250px;
	height: 53px;
	background: #EDEDED;
	padding:3px 8px 0 2px;
}
#menu ul.conmenusecondario {
	width: 250px;
	background: #FFFFFF url(/layout/sfondo_menu_ul.png) 0 -8px repeat-x;
	padding:3px 8px 0 2px;
}
#menu ul a:link, #menu ul a:visited {
	display: block;
	width: 250px;
	height: 53px;
	line-height: 20px;
	padding: 3px 8px 0 2px;
	margin: 0 0 0 0;
	color: #333333;
}
#menu ul a:hover {
	display: block;
	width: 250px;
	height: 53px;
	line-height: 20px;
	color: #000000;
	padding: 3px 8px 0 2px;
	background: #EDEDED;
}
#menu ul span {
	height: 30px;
	width: 252px;
	line-height: 15px;
	margin: 0 0 0 0;
	padding:0 0 0 0;
	font-size:12px;
	font-weight: normal;
	text-transform: none;
	color: #666666;
	overflow: hidden;
}
#menu ul a:hover  span {
	color: #333333;
}
#menu ul li {
	width: 252px;
	height: 20px;
	line-height: 20px;
	margin:0 0 3px 0;
	padding:0 0 0 0;
	font-size:14px;
	color: #FFFFFF;
	overflow: hidden;
	background: #A6CCE3;
	
	/*text-align: right;*/
}

#menu ul li.nuovo_articolo a:link, #menu ul li.nuovo_articolo a:visited  {
	background: #006cad;
}
#menu ul li.nuovo_articolo a:hover {
	background: #005487;
}
#menu ul li.nuovo_articolo_selezionato {
	width: 248px;
	height: 20px;
	line-height: 20px;
	margin:0 0 3px 0;
	padding:0 2px 0 2px;
	background: #005487;
}
#menu ul li.selezionato_li {
	width: 248px;
	height: 20px;
	line-height: 20px;
	margin:0 0 3px 0;
	padding:0 2px 0 2px;
	background: #7FB5D6;
}
#menu ul li a:link, #menu ul li a:visited {
	display: block;
	width: 248px;
	height: 20px;
	line-height: 20px;
	color: #FFFFFF;
	padding:0 2px 0 2px;
	background: #A6CCE3;
}
#menu ul li a:hover {
	display: block;
	width: 248px;
	height: 20px;
	line-height: 20px;
	padding:0 2px 0 2px;
	color: #FFFFFF;
	background: #7FB5D6;
}

#div_archivio_blog  {
	width: 260px;
	height: auto;
	line-height: 20px;
	margin: 20px 0 0 0;
	padding:0 0 0 0;
}
#archivio_blog {
	width: 252px;
	height: auto;
	line-height: 20px;
	margin: 0 0 0 0;
	padding:0 8px 0 0;
	font-size:16px;
	font-weight: bold;
	color: #FF0000;
	overflow: hidden;
}
/* fine menù */

/* inizio contenuti pagina */
h1 {
	width: 658px;
	height: 33px;
	line-height: 33px;
	font-size: 24px;
	font-weight: bold;
	margin: 23px 0 0 23px;
	padding: 0 0 0 5px;
	color: #FFFFFF;
	background: #E2E2E2;
}
.stella {
	padding: 0 0 0 1px;
	border: none;
	
}
.primastella {
	padding: 0 0 0 5px;
	border: none;
	
}
#contenuti {
	width: 663px;
	height: auto;
	margin: 5px 0 5px 23px;
	padding: 0 0 0 0;
}
#testo_generico {
	width: 657px;
	height: auto;
	line-height: 18px;
	margin: 0 0 5px 0;
	padding: 0 3px 0 3px;
	color: #666666;
	font-size: 12px;
}
#testo_generico a:link, #testo_generico a:visited {
	font-weight: bold;
	color: #81B3C6;
	padding: 0 3px 0 3px;
}
#testo_generico a:hover {
	font-weight: bold;
	color: #FFFFFF;
	background: #81B3C6;
	padding: 2px 3px 2px 3px;
}
#testo_generico b {
	font-weight: normal;
}
#testo_generico u {
	font-weight: bold;
	text-decoration: none;
}
#programma ul {
	width: 663px;
	line-height: 20px;
	margin:0 0 3px 0;
	padding:0 0 0 0;
	font-size:14px;
	font-weight: bold;
	color: #FFFFFF;
	overflow: hidden;
	text-align: center;
	background: #A6CCE3;
}

#programma ul.selezionato_pr {
	width: 653px;
	height: 20px;
	line-height: 20px;
	margin:0 0 3px 0;
	padding:0 5px 0 5px;
	background: #A6CCE3;
}
#programma ul a:link, #programma ul a:visited {
	display: block;
	width: 653px;
	height: 20px;
	line-height: 20px;
	color: #FFFFFF;
	padding:0 5px 0 5px;
	background: #A6CCE3 url(/layout/pr_apri.png) 645px -20px no-repeat;
}
#programma ul a:hover {
	display: block;
	width: 653px;
	height: 20px;
	line-height: 20px;
	background: #7FB5D6 url(/layout/pr_apri.png) 645px 0 no-repeat;
}
#programma ul.chiudi a:link, #programma ul.chiudi a:visited {
	background: #A6CCE3 url(/layout/pr_chiudi.png) 645px -20px no-repeat;
}
#programma ul.chiudi a:hover {
	background: #7FB5D6 url(/layout/pr_chiudi.png) 645px 0 no-repeat;
}

#programma ul li {
	float: left;
	width: 320px;
	height: 98px;
	list-style: none;
	color: #666666;
	font-size: 12px;
	font-weight: normal;
	overflow: hidden;
	padding: 5px 5px 5px 5px;
	border-top: 3px solid #EDEDED;
	border-right: 3px solid #EDEDED;
	background: #E2E2E2;
}
#programma ul li span {
	/*text-transform: uppercase; alla fine mi piace di più senza!*/ 
	font-weight: bold;
}
#programma ul li.no_margin {
	border-right: none;
}
#programma_testounico {
	width: 653px;
	height: auto;
	color: #666666;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	padding: 5px 5px 5px 5px;
	border-top: 3px solid #EDEDED;
	background: #E2E2E2;
}
#map {
	display: block;
	width: 653px;
	height: 300px;
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
	border: 5px solid #FFFFFF;
	/*background: url(/img/google.png) 0 0 no-repeat;*/
}
#testo_tipo_indirizzi, #testo_tipo_hotel {
	width: 657px;
	height: auto;
	line-height: 18px;
	margin: 5px 0 5px 0;
	padding: 3px 3px 7px 3px;
	color: #666666;
	font-size: 12px;
	border-bottom: 3px solid #E2E2E2;
}
/*
#testo_tipo_hotel {
	border-top: 3px solid #E2E2E2;
	border-bottom: none;
}
*/
#testo_tipo_hotel.ultimo {
	border-bottom: 3px solid #E2E2E2;
}
#testo_tipo_indirizzi a:link, #testo_tipo_indirizzi a:visited, #testo_tipo_hotel a:link, #testo_tipo_hotel a:visited {
	font-weight: bold;
	color: #81B3C6;
	padding: 0 3px 0 3px;
}
#testo_tipo_indirizzi a:hover, #testo_tipo_hotel a:hover {
	font-weight: bold;
	color: #FFFFFF;
	background: #81B3C6;
	padding: 2px 3px 2px 3px;
}
#testo_tipo_indirizzi b, #testo_tipo_hotel b {
	font-weight: normal;
}
#testo_tipo_indirizzi u, #testo_tipo_hotel u {
	font-weight: bold;
	text-decoration: none;
}
#testo_tipo_indirizzi.no_border {
	border-bottom: none;
}
#testo_tipo_indirizzi span, #testo_tipo_hotel span{
	font-weight: bold;
	font-size: 17px;
	line-height: 22px;
	color: #333333;
}


/*inizio form miei dati*/
#modificadati {
	clear: both;
	width: 300px;
	height:auto;
	text-align: left;
	margin: 0;
	padding: 0;
}
#modificadati fieldset {
	width: 350px;
	height: 40px;
	margin: 0 0 5px 0;
	padding: 0;
	border: none;
}
#modificadati #fieldset_impostazioni {
	height: 80px;
}
#modificadati label {
	width: 350px;
	text-align: left;
	line-height: 20px;
}
#modificadati label b {
	color: #F97000;
}
#modificadati input {
	width: 344px;
	height: 14px;
	line-height: 14px;
	padding: 2px 2px 2px 2px;
	border: 1px solid #999999;
	color: #000000;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
}
#modificadati #giorni {
	width: 20px;
	display: inline;
	height: 12px;
	line-height: 12px;
	text-align: center;
}
#contieni_scelta {
	clear: left;
}
#contieni_radio_grande {
	float:left;
	width:320px;
	height: 20px;
	line-height: 20px;
	font-weight: normal;
}
#contieni_radio, #contieni_radio_block  {
	float:left;
	width:30px;
	height: 20px;
	line-height: 20px;
	font-weight: normal;
}
#contieni_radio_block  {
	background: url(/layout/commenta_utenti_tutti.png) center -60px no-repeat;
}
#contieni_radio_block.verde  {
	background: url(/layout/commenta_utenti_tutti.png) center -80px no-repeat;
}
#contieni_radio_block.admin  {
	background: url(/layout/commenta_utenti_tutti.png) center -20px no-repeat;
}
#contieni_radio_block.elimin  {
	background: url(/layout/commenta_utenti_tutti.png) center -40px no-repeat;
}
#contieni_radio_block.utenteapprovvato  {
	background: url(/layout/commenta_utenti_tutti.png) center 0 no-repeat;
}

#modificadati #fieldsetpulsante {
	width: 200px;
	height: 25px;
	line-height: 20px;
	padding: 0;
	margin: 0 0 0 0;
}
#invia_modificadati {
	display: block;
	float: left;
	height: 18px;
	line-height: 18px;
	width: 55px;
	text-align: center;
	margin:  5px 0 0 5px;
	border: 1px solid #6490AB;
	background: #A6CCE3;	
}
#invia_modificadati a:link, #invia_modificadati a:visited {
	display: block;
	padding: 0 0 0 0;
	margin:  0 0 0 0;
	color: #6490AB;
}
#invia_modificadati a:hover {
	display:block;
	color: #FFFFFF;
	background: #7FB5D6; 
	padding: 0 0 0 0;
	margin:  0 0 0 0;
}
#invia_modificadati.annulla {
	margin:  5px 0 0 0;
	border: 1px solid #999999;
}
#invia_modificadati.annulla_impostazioni {
	margin:  5px 0 0 0;
}
#invia_modificadati.annulla a:link, #invia_modificadati.annulla a:visited, #invia_modificadati.annulla_impostazioni a:link, #invia_modificadati.annulla_impostazioni a:visited {
	display: block;
	color: #999999;
	background: #FFFFFF;	
}
#invia_modificadati.annulla a:hover, #invia_modificadati.annulla_impostazioni a:hover {
	display: block;
	color: #999999;
	background: #EDEDED;	
}

/*inizio form miei dati*/
#elenco_hotel {
	width: 663px;
	height: 152px;
	margin: 0 0 0 0;
	padding: 10px 0 10px 0;
	overflow: hidden;
	border-bottom: 3px solid #E2E2E2;
}
#elenco_hotel_img_small  {
	float: left;
	display: block;
	width: 175px;
	height: 142px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	overflow: hidden;
	border: 5px solid #FFFFFF;
}
#elenco_hotel_img_small img:hover {
	display: block;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}
#elenco_hotel_testo {
	float: left;
	width: 468px;
	height: 127px;
	line-height: 18px;
	margin: 0 0 0 0;
	padding: 2px 5px 5px 5px;
	overflow: hidden;
}
#elenco_hotel_testo a:link, #elenco_hotel_testo a:visited {
	font-weight: bold;
	color: #81B3C6;
}
#elenco_hotel_testo a:hover {
	font-weight: bold;
	color: #67919B;
}
#elenco_hotel_testo b {
	font-weight: normal;
}
#elenco_hotel_testo u {
	text-decoration: none;
	font-weight: bold;
}
#elenco_hotel_testo_indirizzo {
	font-weight: bold;
	font-size: 13px;
	line-height: 16px;
	color: #999999;
	overflow: hidden;
}
#elenco_hotel_testo_titolo, #elenco_hotel_testo_titolo a:link, #elenco_hotel_testo_titolo a:visited  {
	font-weight: bold;
	font-size: 17px;
	line-height: 22px;
	color: #000000;
	overflow: hidden;
}
#elenco_hotel_testo_titolo a:hover {
	color: #666666;
	background: none;
}
#elenco_hotel_continua, #elenco_hotel_continua a:link, #elenco_hotel_continua a:visited {
	float: left;
	width: 471px;
	height: 18px;
	line-height: 18px;
	font-weight: bold;
	color: #81B3C6;
	margin: 0 0 0 0;
	padding: 0 5px 0 2px;
	overflow: hidden;
}
#elenco_hotel_continua a:hover {
	font-weight: bold;
	color: #67919B;
}

#immagine_copertina {
	display: block;
	width: 653px;
	height: 300px;
	margin: 10px 0 10px 0;
	padding: 0 0 0 0;
	overflow: hidden;
	border: 5px solid #FFFFFF;
}
#blocco_gallery {
	width: 663px;
	height: auto;
	margin: 10px 0 5px 0;
	padding: 0 0 0 0;
	border-top: 3px solid #E2E2E2;

}
#blocco_gallery_titolo {
	width: 660px;
	line-height: 22px;
	font-size: 17px;
	font-weight: bold;
	margin: 5px 0 0 0;
	padding: 0 0 0 3px;
	color: #333333;
}
#pagine_gallery {
	width: 653px;
	height: 20px;
	line-height: 20px;
	margin: 5px 0 5px 0;
	padding: 0 5px 0 5px;
	color: #000000;
	font-weight: bold;
	background: #E2E2E2;
}
#pagine_gallery ul {
	display: inline;
	height: 20px;
	line-height: 20px;
	padding: 0 2px 0 2px;
	color: #000000;
	font-weight: bold;
	background: #E2E2E2;
}
#pagine_gallery ul a:link, #pagine_gallery ul a:visited {
	height: 20px;
	line-height: 20px;
	color: #999999;
}
#pagine_gallery ul a:hover {
	color: #333333;
	background: none;
}
#pagine_gallery_img {
	display: block;
	width: 653px;
	height: auto;
	margin: 10px 0 10px 0;
	padding: 0 0 0 0;
	overflow: hidden;
	border: 5px solid #FFFFFF;
}

/*inizio news*/
#elenco_news {
	width: 663px;
	height: 152px;
	margin: 0 0 0 0;
	padding: 10px 0 10px 0;
	overflow: hidden;
	border-bottom: 3px solid #E2E2E2;
}
#elenco_news.elenco_news_aperto {
	height: auto;
}
#elenco_news_img_small  {
	float: left;
	display: block;
	width: 175px;
	height: 142px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	overflow: hidden;
	border: 5px solid #FFFFFF;
}
#elenco_news_img_small img:hover {
	display: block;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}
#elenco_news_testo img {
	float: left;
	display: block;
	margin: 3px 5px 3px 0;
	padding: 0 0 0 0;
	border: 5px solid #FFFFFF;
}
#elenco_news_testo img:hover {
	display: block;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}
#elenco_news_testo {
	float: left;
	width: 468px;
	height: 127px;
	line-height: 18px;
	margin: 0 0 0 0;
	padding: 2px 5px 5px 5px;
	overflow: hidden;
}
#elenco_news_testo.news_aperta {
	width: 653px;
	height: auto;
}
#elenco_news_testo a:link, #elenco_news_testo a:visited {
	font-weight: bold;
	color: #81B3C6;
}
#elenco_news_testo a:hover {
	font-weight: bold;
	color: #67919B;
}
#elenco_news_testo u {
	text-decoration: none;
	font-weight: bold;
}
#elenco_news_testo b {
	font-weight: normal;
}
#elenco_news_testo_data {
	font-weight: bold;
	font-size: 13px;
	line-height: 16px;
	color: #999999;
	overflow: hidden;
}
#elenco_news_testo_titolo, #elenco_news_testo_titolo a:link, #elenco_news_testo_titolo a:visited  {
	font-weight: bold;
	font-size: 17px;
	line-height: 22px;
	color: #000000;
	overflow: hidden;
}
#elenco_news_testo_titolo a:hover {
	color: #666666;
	background: none;
}
#elenco_news_continua, #elenco_news_continua a:link, #elenco_news_continua a:visited {
	float: left;
	width: 442px;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	color: #81B3C6;
	margin: 0 0 0 0;
	padding: 0 5px 0 2px;
	overflow: hidden;
}
#elenco_news_continua a:hover {
	font-weight: bold;
	color: #67919B;
}
#paginazione  {
	width: 653px;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	font-size: 15px;
	text-align: right;
	margin: 0 0 0 0;
	padding: 7px 5px 0 5px;
	color: #666666;
}
#paginazione a:link, #paginazione a:visited {
	font-size: 11px;
	color: #666666;
}
/*fine news*/
/*inizio blog*/
#elenco_blog {
	width: 663px;
	height: auto;
	margin: 0 0 0 0;
	padding: 10px 0 5px 0;
	border-bottom: 3px solid #E2E2E2;
}
#elenco_blog img {
	float: left;
	display: block;
	width: auto;
	height: auto;
	margin: 3px 5px 3px 0;
	padding: 0 0 0 0;
	border: 5px solid #FFFFFF;
}
#elenco_blog_testo {
	float: left;
	width: 653px;
	height: auto;
	line-height: 18px;
	margin: 0 0 0 0;
	padding: 2px 5px 5px 5px;
	overflow: hidden;
}
#elenco_blog_testo p{
	margin: 0;
	padding: 0;
}
#elenco_blog_testo a:link, #elenco_blog_testo a:visited {
	font-weight: bold;
	color: #81B3C6;
}
#elenco_blog_testo a:hover {
	font-weight: bold;
	color: #67919B;
}
#elenco_blog_testo u {
	text-decoration: none;
	font-weight: bold;
}
#elenco_blog_testo b {
	font-weight: normal;
}
#elenco_blog_testo_data {
	font-weight: bold;
	font-size: 13px;
	line-height: 16px;
	color: #999999;
	overflow: hidden;
}
#elenco_blog_testo_titolo, #elenco_blog_testo_titolo a:link, #elenco_blog_testo_titolo a:visited  {
	font-weight: bold;
	font-size: 17px;
	line-height: 22px;
	color: #000000;
	overflow: hidden;
}
#elenco_blog_testo_titolo a:hover {
	color: #666666;
	background: none;
}
#elenco_blog_comandi {
	width: 653px;
	height: 20px;
	line-height: 20px;
	padding: 0 5px 0 5px;
}
.elenco_blog_comandi_commenta, .elenco_blog_comandi_modifica, .elenco_blog_comandi_elimina, .elenco_blog_comandi_eliminab, .elenco_blog_comandi_blocca_utente, .elenco_blog_comandi_blocca_msg , .elenco_news_comandi_modifica {
	float: left;
	display: block;
	width: 22px;
	height: 20px;
	line-height: 20px;
	margin: 0 2px 0 0;
}
.elenco_blog_comandi_modifica {
	margin: 0 0 0 0;
}
.elenco_news_comandi_modifica {
	margin: 0 0 0 5px;
}
.elenco_blog_comandi_elimina, .elenco_blog_comandi_eliminab, .elenco_blog_comandi_blocca_utente {
	margin: 0 2px 0 2px;
}
.elenco_blog_comandi_commenta a:link, .elenco_blog_comandi_commenta a:visited, .elenco_blog_comandi_modifica a:link, .elenco_blog_comandi_modifica a:visited, .elenco_blog_comandi_elimina a:link, .elenco_blog_comandi_elimina a:visited, .elenco_blog_comandi_eliminab a:link, .elenco_blog_comandi_eliminab a:visited, .elenco_blog_comandi_blocca_utente a:link, .elenco_blog_comandi_blocca_utente a:visited, .elenco_blog_comandi_blocca_msg a:link, .elenco_blog_comandi_blocca_msg a:visited, .elenco_news_comandi_modifica a:link, .elenco_news_comandi_modifica a:visited  {
	display: block;
	width: 22px;
	height: 20px;
	line-height: 20px;
	background: url(/layout/commenta.png) 0 0 no-repeat;
}
.elenco_blog_comandi_modifica a:link, .elenco_blog_comandi_modifica a:visited, .elenco_news_comandi_modifica a:link, .elenco_news_comandi_modifica a:visited  {
	background: url(/layout/commenta_modifica.png) 0 0 no-repeat;
}
.elenco_blog_comandi_elimina a:link, .elenco_blog_comandi_elimina a:visited {
	background: url(/layout/commenta_elimina.png) 0 0 no-repeat;
}
.elenco_blog_comandi_eliminab a:link, .elenco_blog_comandi_eliminab a:visited {
	background: url(/layout/commenta_elimina.png) 0 -20px no-repeat;
}
.elenco_blog_comandi_blocca_utente a:link, .elenco_blog_comandi_blocca_utente a:visited {
	background: url(/layout/commenta_blocca_utente.png) 0 0 no-repeat;
}
.elenco_blog_comandi_blocca_msg a:link, .elenco_blog_comandi_blocca_msg a:visited {
	background: url(/layout/commenta_blocca_msg.png) 0 0 no-repeat;
}
.elenco_blog_comandi_commenta a:hover, .elenco_blog_comandi_modifica a:hover, .elenco_blog_comandi_elimina a:hover, .elenco_blog_comandi_eliminab a:hover, .elenco_blog_comandi_blocca_utente a:hover, .elenco_blog_comandi_blocca_msg a:hover, .elenco_news_comandi_modifica a:hover {
	width: 22px;
	height: 20px;
	line-height: 20px;
	background: url(/layout/commenta.png) 0 -20px no-repeat;
}
.elenco_blog_comandi_modifica a:hover, .elenco_news_comandi_modifica a:hover {
	background: url(/layout/commenta_modifica.png) 0 -20px no-repeat;
}
.elenco_blog_comandi_elimina a:hover {
	background: url(/layout/commenta_elimina.png) 0 -20px no-repeat;
}
.elenco_blog_comandi_eliminab a:hover {
	background: url(/layout/commenta_elimina.png) 0 0px no-repeat;
}
.elenco_blog_comandi_blocca_utente a:hover {
	background: url(/layout/commenta_blocca_utente.png) 0 -20px no-repeat;
}
.elenco_blog_comandi_blocca_msg a:hover {
	background: url(/layout/commenta_blocca_msg.png) 0 -20px no-repeat;
}

#elenco_blog_comandi_info {
	float: right;
	display: block;
	width: 544px;
	height: auto;
	line-height: 11px;
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	margin: 0 0 0 11px;
}
#elenco_blog_comandi_info a:link, #elenco_blog_comandi_info a:visited {
	color: #81B3C6;
}
#elenco_blog_comandi_info  a:hover {
	color: #67919B;
}
#elenco_blog_blocco_commento {
	width: 663px;
	height: auto;
	margin: 5px 0 0 0;
	border-bottom: 3px solid #E2E2E2;
}
#elenco_blog_blocco_commento.spostato {
	padding: 0 0 0 5px;
}
#elenco_blog_blocco_commento_sfondo {
	width: 653px;
	height: auto;
	padding: 0 5px 2px 5px;
	margin: 0 0 5px 0;
	background: #E2E2E2;
}
#elenco_blog_blocco_commento_titolo {
	float: left;
	width: 403px;
	height: 20px;
	line-height: 20px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
}
#elenco_blog_blocco_commento_elimina  {
	float: left;
	text-align: right;
	width: 250px;
	height: 20px;
	line-height: 20px;
	color: #999999;
	font-weight: bold;
	font-size: 11px;
}
#elenco_blog_blocco_commento_elimina a:link, #elenco_blog_blocco_commento_elimina a:visited  {
	color: #999999;
}
#elenco_blog_blocco_commento_elimina a:hover {
	color: #333333;
}
#elenco_blog_blocco_commento_testo {
	clear: both;
	width: 643px;
	height: auto;
	line-height: 18px;
	color: #999999;
	margin: 0 0 0 10px;
	padding: 0 5px 2px 0;
}
#elenco_blog_blocco_commento_testo a:link, #elenco_blog_blocco_commento_testo a:visited {
	font-weight: bold;
	color: #81B3C6;
}
#elenco_blog_blocco_commento_testo a:hover {
	font-weight: bold;
	color: #67919B;
}
#elenco_blog_blocco_commento_testo u {
	text-decoration: none;
	font-weight: bold;
}
#elenco_blog_blocco_commento_testo b {
	font-weight: normal;
}
#elenco_blog_blocco_commento_scrivi {
	width: 635px;
	height: 20px;
	line-height: 20px;
	font-size: 13px;
	font-weight: bold;
	color: #81B3C6;
	margin: 0 0 5px 0;
	padding: 0 0 0 28px;
	background: url(/layout/commenta.png) 0 0 no-repeat;
}
/*fine blog*/

/*inizio form blog*/
#lasciauncommento {
	clear: both;
	width: 658px;
	height: 122px;
	line-height: 122px;
	text-align: left;
	margin: 0 0 8px 0;
}
#lasciauncommento fieldset {
	width: 663px;
	height: 40px;
	border: none;
}
#lasciauncommento textarea {
	float: left;
	width: 590px;
	height: 120px;
	line-height: 18px;
	border: 1px solid #999999;
	color: #000000;
	padding: 0 2px 0 2px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
}
#lasciauncommento #fieldsetinvia {
	float: left;
	width: 60px;
	height: 20px;
	line-height: 20px;
	text-align: left;
	padding: 0;
	margin: 100px 0 0 0;
}
#lasciauncommento #invia {
	width: 55px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	margin: 0 0 0 5px;
	border: 1px solid #7FB5D6;
	letter-spacing: 1PX;
	background: #A6CCE3;
}
#lasciauncommento #invia a:link, #lasciauncommento #invia a:visited {
	display: block;
	color: #FFFFFF;
	height: 20px;
	line-height: 20px;
	width: 55px;
	background: #A6CCE3;
}
#lasciauncommento #invia a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #7FB5D6; 
}
/*fine form blog*/

/*inizio form scrivi articolo*/
#scriviarticolo {
	width: 663px;
	text-align: left;
}
#scriviarticolo fieldset {
	width: 646px;
	height: 60px;
	border: none;
}
#scriviarticolo label {
	display: block;
	width: 640px;
	text-align: left;
	line-height: 20px;
	height: 18px;
	color: #FFFFFF;
	font-size: 12px;
	padding: 0 0 0 6px;
	margin: 0 0 0 0;
	
	background: #999999;
}
#scriviarticolo label b {
	color: #000000;
}
#scriviarticolo input {
	width: 502px;
	height: 26px;
	line-height: 26px;
	color: #000000;
	padding: 24px 139px 0 4px;
	margin: 0 0 0 10px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	font-size: 12px;
	border: none;
	border-right: 1px solid #999999;
	
	background: url(/layout/input_file.png) 0 0 repeat;
}
#scriviarticolo #invio {
	width: 30px;
	height: 26px;
	line-height: 26px;
	color: #000000;
	padding: 22px 78px 0 0px;
	margin: -1px 0 0 -3px;
	border: none;
	background: url(/layout/btn_pubblica.jpg) 0 0 no-repeat;
	cursor: pointer;
}
#scriviarticolo #invio:hover {
	background: url(/layout/btn_pubblica.jpg) 0 -20px no-repeat;
}
#scriviarticolo #titolo_articolo, #scriviarticolo #giornoinizio, #scriviarticolo #giornofine {
	width: 636px;
	height: 26px;
	line-height: 26px;
	height: 26px;
	border: 1px solid #999999;
	color: #000000;
	padding: 4px 4px 0 4px;
	margin: 0 0 0 0;
	font-weight: bold;
	font-size: 17px;
	background-image:none;
	background: #FFFFFF;
}
div.fileinputs {
	position: relative;
	width: 646px;
	height: 50px;
}
div.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	width: 646px;
	height: 50px;
}
#scriviarticolo input.file {
	position: relative;
	text-align: right;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
	padding: 4px 4px 0 4px;
	width: 636px;
	height: 50px;
	font-size: 34px;
}
#18pxmargin {
	display: block;
	height: 18px;
	width: 500px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: #CC3366;
}
#scegli_categorie {
	width: 644px;
	height: auto;
	margin: 5px 0 19px 10px;
	padding: 0 0 5px 0;
	background: #FFFFFF;
	border: 1px solid #999999;
	border-top: none;
	overflow: hidden;
}
#scriviarticolo #categorie {
	float: left;
	text-align: left;
	width: 20px;
	height: 20px;
	line-height: 18px;
	border: none;
	color: #000000;
	padding: 0 0 0 0;
	margin: 5px 0 0 10px;
	font-weight: bold;
	font-size: 12px;
	background-image:none;
	background: none;
}
#finto_label {
	width: 640px;
	height: 19px;
	line-height: 19px;
	padding: 0 0 0 4px;
	font-weight: bold;
	color:#FFFFFF;
	background: #999999;
}
#nome_categoria {
	float: left;
	width: 611px;
	height: 20px;
	line-height: 20px;
	margin: 5px 0 0 3px;
}
#scriviarticolo textarea {
	width: 636px;
	height: 242px;
	line-height: 18px;
	border: 1px solid #999999;
	color: #000000;
	padding: 4px 4px 4px 4px;
	margin: 0 0 0 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
}
#scriviarticolo #bloccomsg  {
	width: 633px;
	height: 275px;
	margin: 0 0 0 2px;
}

#scriviarticolo #fieldsetpulsante {
	width: 663px;
	height: 20px;
	line-height: 20px;
	text-align: left;
	padding: 0;
	margin: 0 0 20px 0;
}
#scriviarticolo #pulsante {
	float: left;
	height: 20px;
	width: 80px;
	text-align: center;
	margin: 0 0 0 5px;
	border: 1px solid #7FB5D6;
	letter-spacing: 1PX;
	background: #A6CCE3;
}
#scriviarticolo #pulsante a:link, #scriviarticolo #pulsante a:visited {
	display: block;
	color: #FFFFFF;
	height: 20px;
	width: 80px;
	background: #A6CCE3;
}
#scriviarticolo #pulsante a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #7FB5D6; 
}
#scriviarticolo #pulsante.annulla_scrivi {
	margin: 0 0 0 486px;
	border: 1px solid #999999;
}
#scriviarticolo #pulsante.annulla_scrivi a:link, #scriviarticolo #pulsante.annulla_scrivi a:visited {
	display: block;
	color: #999999;
	background: #FFFFFF;	
}
#scriviarticolo #pulsante.annulla_scrivi a:hover {
	display: block;
	color: #999999;
	background: #EDEDED;	
}


#testoinviomail {
	color: #000000;
	font-size: 12px;
	text-align: center;
	margin: 10px 0 10px 0;
}
#testoinviomail a:link, #testoinviomail a:visited {
	color: #FF4817;
	padding: 0 2px 0 2px;
}
#testoinviomail a:hover{
	color: #FFFFFF;
	background: #FF4817;
}
#testoinviomail img {
	text-align: center;
	margin: 10px 0 10px 0;
}

#testoinviomail a:link, #testoinviomail a:visited {
	font-weight: bold;
	color: #81B3C6;
	padding: 0 3px 0 3px;
}
#testoinviomail a:hover {
	font-weight: bold;
	color: #FFFFFF;
	background: #81B3C6;
	padding: 2px 3px 2px 3px;
}
/*fine form scrivi articolo*/

/*inizio crea e modifica categoria*/
.contenitore_categoria {
	clear: both;
	width: 600px;
	height: 20px;
	line-height: 20px;
	margin: 5px 0 5px 5px;
	
	
}
#mofica_categoria {
	float: left;
	display: block;
	width: 300px;
	height: 20px;
	line-height: 20px;
	margin: 0 0 0 0;
	padding: 0 5px 0 5px;
	background: #EDEDED;
}
#btn_modifica {
	float: left;
	display: block;
	width: 80px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	margin: 0 0 0 5px;
	background: #EDEDED;
}
#btn_modifica a:link, #btn_modifica a:visited {
	display: block;
	width: auto;
	height: 20px;
	line-height: 20px;
	color: #000000;
	background: #EDEDED;
}
#btn_modifica a:hover {
	color:#FFFFFF;
	background: #666666;
}
#btn_modifica.elimina a:hover {
	color:#FFFFFF;
	background: #FF3300;
}
/*form per il cambio categoria*/
#cambia_categoria {
	clear: both;
	width: 400px;
	height: 20px;
	line-height: 20px;
	margin: 0 0 0 0;
}
#cambia_categoria input {
	width: 300px;
	margin: 0 0 0 0;
	padding: 0 2px 0 2px;
}
#cambia_categoria #invia {
	width: auto;
	margin: 0 0 0 5px;
}
/*fine crea e modifica categoria*/
#aggiungi_categoria, #aggiungi_categoria a:link, #aggiungi_categoria a:visited {
	clear: both;
	width: 630px;
	height: 40px;
	line-height: 45px;
	text-indent: 5px;
	margin: 0 5px 0 5px;
	color: #006cad;
	font-weight: bold;
}
#aggiungi_categoria a:hover {
	color: #005487;
}
#spazio_per_form {
	clear: both;
	display: block;
	width: 630px;
	height: 10px;
	margin: 0 5px 0 5px;
}
/*inizio form conferma presenza*/
#confermapresenza {
	width: 640px;
	height: 100px;
	line-height: 100px;
	text-align: left;
	margin: 20px 0 8px 0;
}
#confermapresenza fieldset {
	height: 14px;
	line-height: 14px;
	margin:0 0 5px 0;
	border: none;
}
#confermapresenza label {
	color: #666666;
	font-weight: normal;
	font-size: 12px;
}
#confermapresenza #fieldsetconferma {
	width: 185px;
	height: 25px;
	line-height: 25px;
	text-align: left;
	margin: 0 0 0 12px;
	padding: 0 0 0 0;
	border-top: 3px solid #E2E2E2;
}
#confermapresenza #conferma {
	width: 183px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border: 1px solid #7FB5D6;
	letter-spacing: 1px;
	margin: 5px 0 0 0;
	padding: 0 0 0 0;
	background: #A6CCE3;
}
#confermapresenza #conferma a:link, #confermapresenza #conferma a:visited {
	width: 183px;
	height: 20px;
	line-height: 20px;
	display: block;
	color: #FFFFFF;
	background: #A6CCE3;
}
#confermapresenza #conferma a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #7FB5D6; 
}
/*fine form conferma presenza*/

#paginazione  {
	width: 653px;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	font-size: 15px;
	text-align: right;
	margin: 0 0 0 0;
	padding: 7px 5px 0 5px;
	color: #666666;
}
#paginazione a:link, #paginazione a:visited {
	font-size: 11px;
	color: #666666;
}

#paginazione a:hover {
	color: #000000;
}
/* fine contenuti pagina */


/*inizio form contatti*/
form {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
#richiestainformazioni {
	width: 430px;
	text-align: left;
}
#richiestainformazioni fieldset {
	width: 430px;
	height: 40px;
	border: none;
}
#richiestainformazioni label {
	width: 413px;
	text-align: left;
	line-height: 20px;
}
#richiestainformazioni label b {
	color: #F97000;
}
#richiestainformazioni input {
	width: 413px;
	height: 16px;
	line-height: 16px;
	border: 1px solid #999999;
	color: #000000;
	padding: 4px 2px 0 2px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
}
#richiestainformazioni textarea {
	width: 413px;
	height: 250px;
	line-height: 18px;
	border: 1px solid #999999;
	color: #000000;
	padding: 0 2px 0 2px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
}
#richiestainformazioni #bloccomsg  {
	width: 430px;
	height: 275px;
}

#richiestainformazioni #fieldsetpulsante {
	width: 430px;
	height: 20px;
	line-height: 20px;
	text-align: left;
	padding: 0;
	margin: 0 0 0 0;
}
#richiestainformazioni #pulsante {
	height: 20px;
	width: 50px;
	text-align: center;
	margin: 0 0 0 378px;
	border: 1px solid #7FB5D6;
	letter-spacing: 1PX;
	background: #A6CCE3;
}
#richiestainformazioni #pulsante a:link, #richiestainformazioni #pulsante a:visited {
	display: block;
	color: #FFFFFF;
	height: 20px;
	width: 50px;
	background: #A6CCE3;
}
#richiestainformazioni #pulsante a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #7FB5D6; 
}
#testoinviomail {
	color: #000000;
	font-size: 12px;
	text-align: center;
	margin: 10px 0 10px 0;
}
#testoinviomail a:link, #testoinviomail a:visited {
	color: #FF4817;
	padding: 0 2px 0 2px;
}
#testoinviomail a:hover{
	color: #FFFFFF;
	background: #FF4817;
}
#testoinviomail img {
	text-align: center;
	margin: 10px 0 10px 0;
}

#testoinviomail a:link, #testoinviomail a:visited {
	font-weight: bold;
	color: #81B3C6;
	padding: 0 3px 0 3px;
}
#testoinviomail a:hover {
	font-weight: bold;
	color: #FFFFFF;
	background: #81B3C6;
	padding: 2px 3px 2px 3px;
}
/*fine form contatti*/


/* inizio footer */
#footer  {
	clear: both;
	width: 1000px;
	height: 40px;
	line-height: 20px;
	font-size: 11px;
	color:#999999;
}
#footer_sx {
	float: left;
	width: 482px;
	height: 20px;
	line-height: 20px;
	font-size: 11px;
	color:#999999;
	padding: 0 0 0 18px;
}
#footer_sx a:link, #footer_sx a:visited {
	height: 20px;
	line-height: 20px;
	font-size: 11px;
	color:#999999;
	font-weight: bold;
}
#footer_sx a:hover {
	color:#666666;
}
#footer_sx.dx {
	float: left;
	text-align: right;
	padding: 0 18px 0 0;
}
/* fine footer */
/*inizio welcome e registrati*/
#welcome {
	display: block;
	width: 954px;
	height: 540px;
	background: #FFFFFF url(/layout/logo_big3.png) center 43px no-repeat;
}
#welcome_testo {
	display: block;
	width: 954px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #006CAE;
	font-size: 20px;
	font-weight: bold;
}
#welcome_login, #welcome_registrati {
	display: block;
	width: 500px;
	height: 153px;
	margin: 327px 0 0 227px;
}
#welcome_registrati {
	/*height: 345px;*/
	margin: 132px 0 0 227px;
	margin: 102px 0 0 227px;
}
#welcome_login.posizione_fissata {
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -60px 0 0 -250px;
	z-index: 4;
}
#welcome_registrati.posizione_fissa {
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -172px 0 0 -250px;
	z-index: 4;
}
#alert_lungo {
	clear: both;
	display: block;
	width: 473px;
	height: auto;
	line-height: 18px;
	margin: 0 0 0 0;
	padding: 0 0 0 27px;
	background: url(/layout/alert_lungo.png) 0 0 repeat;
}
#alert_top {
	display: block;
	width: 700px;
	height: 27px;
	line-height: 27px;
}
#alert_top_ang_ts, #alert_top_ang_td, #alert_top_ang_bs, #alert_top_ang_bd {
	float: left;
	display: block;
	width: 27px;
	height: 27px;
	line-height: 27px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: url(/layout/alert_angolo_ts.png) 0 0 no-repeat;
}
#alert_top_ang_td {
	background: url(/layout/alert_angolo_td.png) 0 0 no-repeat;
}
#alert_top_ang_bs {
	background: url(/layout/alert_angolo_bs.png) 0 0 no-repeat;
}
#alert_top_ang_bd {
	background: url(/layout/alert_angolo_bd.png) 0 0 no-repeat;
}
#alert_top_tratto_su, #alert_top_tratto_giu {
	float: left;
	display: block;
	width: 446px;
	height: 27px;
	line-height: 27px;
	background: url(/layout/alert_tratto_su.png) 0 0 repeat;
}
#alert_top_tratto_giu {
	background: url(/layout/alert_tratto_giu.png) 0 0 repeat;
}
#linea_chiudi_alert {
	display: block;
	height: 2px;
	line-height: 2px;
	width: 446px;
	margin: 6px 0 0 0;
	padding: 0 0 0 0;
	background: #FFFFFF;
}
#testo_invito {
	height: 18px;
	line-height: 18px;
	width: 446px;
	font-size: 11px;
	font-weight: bold;
	margin: 6px 0 0 0;
	padding: 2px 0 0 0;
	color: #FFFFFF;
	border-top: 2px solid #FFFFFF;
}
#testo_invito a:link, #testo_invito a:visited{
	display: block;
	padding: 0 2px 0 2px; 
	color: #FFFFFF;
}
#testo_invito a:hover {
	color: #FFFFFF;
	background: #7FB5D6;
}
#welcome_contieni_titolo {
	width: 446px;
	height: 17px;
	line-height: 17px;
}
#welcome_titolo, #welcome_titolo_email, #welcome_titolo_registrati {
	width: 446px;
	height: 17px;
	line-height: 17px;
	color: #FFFFFF;
	font-size: 13px;
	border-bottom: 2px solid #FFFFFF;
	
}
#welcome_titolo.chiusura_alert, #welcome_titolo_email.chiusura_alert, #welcome_titolo_registrati.chiusura_alert {
	float: left;
	width: 432px;
}
#welcome_chiudi_alert {
	float: left;
	display: block;
	width: 14px;
	height: 17px;
	line-height: 17px;
	border-bottom: 2px solid #FFFFFF;
}
#welcome_chiudi_alert a:link, #welcome_chiudi_alert a:visited {
	display: block;
	width: 14px;
	height: 17px;
	line-height: 17px;
	background: url(/layout/blocco_chiudi_alert.png) 0 -34px no-repeat;
}
#welcome_chiudi_alert a:hover {
	display: block;
	width: 14px;
	height: 17px;
	line-height: 17px;
	background: url(/layout/blocco_chiudi_alert.png) 0 0 no-repeat;
}
#welcome_indicazioni, #welcome_indicazioni_email, #welcome_indicazioni_registrati {
	width: 446px;
	height: auto;
	line-height: 15px;
	margin: 5px 0 0 0;
	padding: 0 0 5px 0;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
}
#welcome_indicazioni a:link, #welcome_indicazioni a:visited, #welcome_indicazioni_email a:link, #welcome_indicazioni_email a:visited, #welcome_indicazioni_registrati a:link, #welcome_indicazioni_registrati a:visited  {
	font-weight: bold;
	color:#006CAE;
	padding: 0 2px 0 2px;
}
#welcome_indicazioni a:hover, #welcome_indicazioni_email a:hover, #welcome_indicazioni_registrati a:hover  {
	background: #FFFFFF;
}
/*fine welcome e registrati*/

/*inizio form form_login*/
#form_login, #form_registrati, #form_login_email {
	width: 446px;
	height: 38px;
	text-align: left;
	margin: 0 0 0 0;
}
#form_registrati {
	width: 446px;
	height: 205px;
	text-align: left;
	margin: 0 0 0 0;
}
#form_login fieldset, #form_registrati fieldset, #form_login_email fieldset {
	float: left;
	width: 192px;
	height: 38px;
	border: none;
	margin: 0 5px 0 0;
	padding: 0 0 0 0;
	
}
#form_registrati fieldset {
	margin: 0 5px 10px 0;
}
#form_registrati #welcome_privacy {
	float: none;
	width: 446px;
	height: 20px;
	line-height: 20px;
	border: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#form_registrati #privacy {
	float:left;
	width: 18px;
	border: none;
	padding: 0 0 0 0;
	margin: 4px 2px 0 0;
}
#form_registrati #labelprivacy {
	float: left;
	width: 420px;
	height: 20px;
	line-height: 23px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#labelprivacy a:link, #labelprivacy a:visited {
	color: 7FB5D6;
	color:#006CAE;
	padding: 0 2px 0 2px;
}
#labelprivacy a:hover{
	background: #FFFFFF;
}
#form_login label, #form_registrati label, #form_login_email label {
	display: block;
	width: 190px;
	text-align: left;
	line-height: 18px;
	height: 18px;
	font-size: 11px;
}
#form_login label b, #form_registrati label b, form_login_email label b{
	color: #F97000;
}
#form_login input, #form_registrati input, #form_login_email input {
	width: 188px;
	height: 16px;
	border: 1px solid #006CAE;
	color: #000000;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
}
#form_login #fieldsetpulsante, #form_registrati #fieldsetpulsante, #form_login_email #fieldsetpulsante {
	float: left;
	width: 52px;
	height: 36px;
	line-height: 18px;
	text-align: left;
	padding: 0;
	margin: 0 0 0 0;
}
#form_login #pulsante, #form_registrati #pulsante, #form_login_email #pulsante {
	height: 18px;
	width: 50px;
	font-size: 11px;
	text-align: center;
	margin: 18px 0 0 0;
	border: 1px solid #4293BC;
	background: #A6CCE3;
}
#form_login #pulsante a:link, #form_login #pulsante a:visited, #form_registrati #pulsante a:link, #form_registrati #pulsante a:visited, #form_login_email #pulsante a:link, #form_login_email #pulsante a:visited  {
	display: block;
	color: #FFFFFF;
	height: 18px;
	width: 50px;
	background: #A6CCE3;
	background: #7FB5D6; 
}
#form_login #pulsante a:hover, #form_registrati #pulsante a:hover, #form_login_email #pulsante a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #7FB5D6; 
	background: #A6CCE3;
}
/*fine form form_login*/
/* inizio alert */
#sfondo_blocco {
	position: fixed;
	width: 100%;
	height: 100%;
	top:0;
	bottom: 0;
	left: 0;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	background: #000000;
	z-index: 3;
}
/* fine alert */
/* inizio login fisso */
#login_fisso {
	position: fixed;
	height: 65px;
	height: auto;
	width: 500px;
	top:0;
	left: 45%;
	z-index: 2;
}
#login_fisso.logout {
	width: 400px;
}
#allungo_login {
	height: 130px;
	width: 500px;
	margin: 0 0 0 0;
}
#allungo_login_sx {
	float: left;
	height: 130px;
	width: 54px;
	margin: 0 0 0 0;
	background: url(/layout/login_latosx.png) 0 0 repeat-y;
}
#allungo_login_sx.allungo_dx {
	background: url(/layout/login_latodx.png) 0 0 repeat-y;
}
#allungo_login_centro {
	float: left;
	height: 130px;
	width: 392px;
	background: url(/layout/login_sfondo.png) 0 0 repeat;
}
#allungo_persodati {
	height: 100px;
	width: 382px;
	margin: 10px 0 10px 0;
	padding: 5px 5px 5px 5px;
	font-size: 11px;
	line-height: 15px;
	color: #182A30;
	background: #FFFFFF;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#allungo_persodati a:link, #allungo_persodati a:visited {
	font-weight: bold;
	color: #182A30;
}
#allungo_persodati a:hover {
	background: #182A30;
	color: #FFFFFF;
}
#allungo_contieni_titolo {
	width: 382px;
	height: 17px;
	line-height: 17px;
	margin: 0 0 10px 0;
}
#allungo_titolo {
	float: left;
	width: 368px;
	height: 17px;
	line-height: 17px;
	color: #182A30;
	font-size: 13px;
	border-bottom: 2px solid #182A30;
}
#allungo_chiudi_titolo {
	float: left;
	display: block;
	width: 14px;
	height: 17px;
	line-height: 17px;
	border-bottom: 2px solid #182A30;
}
#allungo_chiudi_titolo a:link, #allungo_chiudi_titolo a:visited {
	display: block;
	width: 14px;
	height: 17px;
	line-height: 17px;
	background: url(/layout/blocco_chiudi_alert.png) 0 -17px no-repeat;
}
#allungo_chiudi_titolo a:hover {
	display: block;
	width: 14px;
	height: 17px;
	line-height: 17px;
	background: url(/layout/blocco_chiudi_alert.png) 0 0 no-repeat;
}
#login_fisso_angolo {
	float: left;
	height: 65px;
	width: 54px;
	background: url(/layout/login_angolosx.png) 0 0 no-repeat;
}
#login_fisso_angolo.angolodestro {
	background: url(/layout/login_angolodx.png) 0 0 no-repeat;
}
#login_fisso_tratto {
	float: left;
	height: 65px;
	width: 392px;
	background: url(/layout/login_tratto.png) 0 0 repeat-x;
}
#login_fisso_tratto.logout_tratto {
	width: 292px;
}
#login_dimenticato {
	clear: both;
	width: 392px;
	height: 22px;
	line-height: 22px;
	font-size: 10px;
	color: #FFFFFF;
}
#login_dimenticato a:link, #login_dimenticato a:visited {
	color: #FFFFFF;
}
#login_dimenticato a:hover {
	color: #386172;
}
#login_bentornato, #login_esegui_logout {
	clear: both;
	width: 292px;
	height: 16px;
	line-height: 16px;
	font-size: 11px;
	text-align: center;
	color: #FFFFFF;
	overflow: hidden;
	margin: 10px 0 0 0;
}
#login_esegui_logout {
	margin: 0 0 0 0;
}
#login_esegui_logout a:link, #login_esegui_logout a:visited  {
	color: #FFFFFF;
	font-weight: bold;
}
#login_esegui_logout a:hover  {
	color: #386172;
}
#accedi, #accedi_email   {
	width: 392px;
	color: #FFFFFF;
	font-size: 11px;
	margin: 0 0 0 0;
}
#accedi.form_recupero_mail, accedi_email.form_recupero_mail  {
	width: 300px;
}
#accedi fieldset, #accedi_email fieldset  {
	float: left;
	width: 175px;
	height: 18px;
	border: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#accedi #fieldset_recupera_mail, #accedi_email #fieldset_recupera_mail  {
	width: 205px;
	margin: 10px 0 0 0;
}
#accedi label, #accedi_email label  {
	float: left;
	text-align: left;
	height: 18px;
	line-height: 18px;
	margin: 0 5px 0 0;
}
#accedi #recupero_dati, #accedi_email #recupero_dati {
	color: #000000;
}
#accedi input, #accedi_email input  {
	float: left;
	width: 96px;
	height: 16px;
	margin: 0 0 0 0;
	padding: 0 2px 0 2px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}
#accedi #recupera_mail, #accedi_email #recupera_mail {
	width: 146px;
	color: #FFFFFF;
	background: #000000;
}
#accedi #fieldeset_invia, #accedi_email #fieldeset_invia  {
	width: 40px;
	height: 16px;
	border: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#accedi #pulsante_invio, #accedi_email #pulsante_invio  {
	width: 38px;
	height: 16px;
	line-height: 16px;
	border: 1px solid #4293BC;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #FFFFFF;
	text-align: center;
	background: #7FB5D6; 
}
#accedi #pulsante_invio.recupero, #accedi_email #pulsante_invio.recupero  {
	margin: 10px 0 0 0;
}
#accedi #pulsante_invio a:link,  #accedi #pulsante_invio a:visited, #accedi_email #pulsante_invio a:link,  #accedi_email #pulsante_invio a:visited  {
	display: block;
	width: 38px;
	height: 16px;
	line-height: 16px;
	color: #FFFFFF;
	background: #7FB5D6; 
}
#accedi #pulsante_invio a:hover, #accedi_email #pulsante_invio a:hover {
	background: #3E7C9B; 
}
/* fine login fisso */
/* inizio pannello di controllo */
#panel_ricerca {
	clear: both;
	width: 663px;
	height: 20px;
	line-height: 20px;
	text-align: right;
	margin: 5px 0 0 0;
	padding: 0 0 0 0;
}
#panel_seleziona {
	clear: both;
	float: left;
	width: 500px;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #7FB5D6;
	border-bottom:1px solid #D3D3D3;
}
#panel_seleziona a:link, #panel_seleziona a:visited  {
	color: #7FB5D6;
}
#panel_seleziona a:hover  {
	color: #006CAD;
}
#impostazioni {
	float: right;
	width:163px;
	height: 20px;
	line-height: 20px;
	text-align: right;
	font-size: 11px;
	color: #7FB5D6;
	font-weight: bold;
}
#impostazioni a:link, #impostazioni a:visited {
	color: #7FB5D6;
}
#impostazioni a:visited {
	color: #006CAD;
}
/*inizio form ricerca*/
#cercautenti {
	float: right;
	width: 360px;
	height:auto;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 20px;
}
#cercautenti label {
	float: left;
	width: 150px;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	font-size: 12px;
	text-align: right;
	color: #333333;
	padding: 0 4px 0 0;
}
#cercautenti input {
	float: left;
	width: 150px;
	height: 14px;
	line-height: 14px;
	padding: 2px 2px 2px 2px;
	border: 1px solid #999999;
	color: #000000;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
}
#invia_ricerca {
	display: block;
	float: left;
	height: 18px;
	line-height: 18px;
	width: 45px;
	text-align: center;
	margin:  0 0 0 3px;
	border: 1px solid #6490AB;
	background: #A6CCE3;	
}
#invia_ricerca a:link, #invia_ricerca a:visited {
	display: block;
	height: 18px;
	line-height: 18px;
	width: 45px;
	padding: 0 0 0 0;
	margin:  0 0 0 0;
	color: #6490AB;
}
#invia_ricerca a:hover {
	display:block;
	color: #FFFFFF;
	background: #7FB5D6; 
	padding: 0 0 0 0;
	margin:  0 0 0 0;
}
/*firma form ricerca*/
#panel_riga_singola  {
	clear: both;
	width: 663px;
	height: 1px;
	line-height: 1px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: #D3D3D3;
}
#panel_riga_top  {
	clear: both;
	width: 663px;
	height: 5px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-bottom:1px solid #D3D3D3;
}
#panel_riga {
	clear: both;
	width: 663px;
	height: 50px;
	text-align: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-bottom:1px solid #D3D3D3;
}
#seleziona_msg  {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	
}
#seleziona_msg  #select {
	height: 18px;
	line-height:18px;
	font-size: 11px;
	margin: 0 3px 0 3px;
	padding: 0 0 0 0;
}
#seleziona_msg input {
	height: 11px;
	line-height: 11px;
	width: 11px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#contieni_seleziona {
	float: left;
	width: 26px;
	height: 15px;
	line-height: 15px;
	margin: 17px 0 0 0;
	padding: 0 0 0 0;
}
#panel_riga_contenuto {
	float: left;
	width: 616px;
	height: 50px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#panel_riga_contenuto.corto {
	width: 590px;
}
#panel_grande  {
	display: block;
	width: 590px;
	height: 30px;
	line-height: 36px;
	height: 42px;
	line-height: 20px;
	font-size: 16px;
	font-weight: bold;
	margin: 8px 0 0 0;
	padding: 0 0 0 0;
	overflow: hidden;
}
#panel_grande span {
	width: 616px;
	height: 20px;
	line-height: 17px;
	font-size: 11px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	overflow: hidden;
}
#panel_grande a:link, #panel_grande a:visited {
	color: #333333;
}
#panel_grande a:hover {
	color: #777777;
}
#panel_piccolo {
	width: 616px;
	height: 20px;
	line-height: 10px;
	font-size: 11px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	overflow: hidden;
}
#panel_btn {
	float: left;
	width: 22px;
	height: 20px;
	padding: 0 0 0 0;
	margin: 15px 0 15px 0;
}
#panel_btn a:link, #panel_btn a:visited {
	display: block;
	width: 22px;
	height: 20px;
	background: url(/layout/commenta_modifica.png) 0 0 no-repeat;
}
#panel_btn a:hover {
	display: block;
	width: 22px;
	height: 20px;
	background: url(/layout/commenta_modifica.png) 0 -20px no-repeat;
}
.grey_lock, .green_lock, .red_lock, .redb_lock, .user_block, .user_free, .no_img, .approv, .amministratore, .eliminatoutente, .utenteapprov  { /*lucchetto GRIGIO*/
	float: left;
	width: 22px;
	height: 20px;
	padding: 0 0 0 0;
	margin: 15px 3px 15px 0;
	background: url(/layout/commenta_lucchetto.png) 0 0 no-repeat;
}
.green_lock { /*lucchetto VERDE*/
	background: url(/layout/commenta_lucchetto.png) 0 -20px no-repeat;
}
#newslink.green_lock a:link, #newslink.green_lock a:visited { /*lucchetto VERDE*/
	display: block;
	width: 22px;
	height: 20px;
	background: url(/layout/commenta_lucchetto.png) 0 -20px no-repeat;
}
#newslink.green_lock a:hover { /*lucchetto VERDE*/
	background: url(/layout/commenta_lucchetto.png) 0 -40px no-repeat;
}
.amministratore { /*chiave VERDE*/
	background: url(/layout/commenta_utenti_tutti.png) 0 -20px no-repeat;
}
.red_lock, .redb_lock { /*lucchetto ROSSO*/
	background: url(/layout/commenta_lucchetto.png) 0 -40px no-repeat;
}
.redb_lock { /*calendario bloccato*/
	background: url(/layout/commenta_lucchetto.png) 0 0 no-repeat;
}
#newslink.red_lock a:link, #newslink.red_lock a:visited { /*lucchetto VERDE*/
	display: block;
	width: 22px;
	height: 20px;
	background: url(/layout/commenta_lucchetto.png) 0 -40px no-repeat;
}
#newslink.red_lock a:hover { /*lucchetto VERDE*/
	background: url(/layout/commenta_lucchetto.png) 0 -20px no-repeat;
}
.eliminatoutente { /*utente NERO*/
	background: url(/layout/commenta_utenti_tutti.png) 0 -40px no-repeat;
}
.user_block { /*utente rosso*/
	background: url(/layout/commenta_lucchetto.png) 0 -60px no-repeat;
}
.user_free { /*utente verde*/
	background: url(/layout/commenta_lucchetto.png) 0 -80px no-repeat;
}
.approv { /*lucchetto GRIGIO*/
	background: url(/layout/commenta_lucchetto.png) 0 0 no-repeat;
}
.utenteapprov { /*utente GRIGIO*/
	background: url(/layout/commenta_utenti_tutti.png) 0 0 no-repeat;
}
.no_img { /*senza img per l'utente finale*/
	background: none;
}
.panel_title_utente, .panel_title_utente_block, .panel_title_utente_unblock, .panel_title_utente_usered, .panel_title_utente_usergreen, .panel_title_utente_heightauto {
	clear: both;
	width: 663px;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin: 3px 0 3px 0;
	padding: 0 0 0 0;
	background: none;
}
.panel_title_utente_block {
	background: url(/layout/commenta_lucchetto.png) right -40px no-repeat;
}
.panel_title_utente_unblock {
	background: url(/layout/commenta_lucchetto.png) right -20px no-repeat;
}
.panel_title_utente_usered {
	background: url(/layout/commenta_lucchetto.png) right -80px no-repeat;
}
.panel_title_utente_usergreen {
	background: url(/layout/commenta_lucchetto.png) right -60px no-repeat;
}
.panel_title_utente_heightauto {
	height: auto;
}

.panel_title_utente a, .panel_title_utente_block a, .panel_title_utente_unblock a, .panel_title_utente_usered a, .panel_title_utente_usergreen a, .panel_title_utente_heightautoa {
	color: #454545;
}
.panel_title_utente a:hover, .panel_title_utente_block a:hover, .panel_title_utente_unblock a:hover, .panel_title_utente_usered a:hover, .panel_title_utente_usergreen a:hover, .panel_title_utente_heightautoa {
	color: #666666;
}

#panel_title_modifica, #panel_title_modifica_corto {
	float:left;
	width: 450px;
	height: 20px;
	line-height: 20px;
	font-size: 13px;
	font-weight:bold;	
	margin: 2px 0 2px 0;
}
#panel_title_modifica a:link, #panel_title_modifica a:visited, #panel_title_modifica_corto a:link, #panel_title_modifica_corto a:visited {
	color: #7FB5D6;
}
#panel_title_modifica a:hover, #panel_title_modifica_corto a:hover  {
	color: #006CAD;
}
#panel_title_modifica_corto {
	width: 73px;	
	text-align: right;
	font-size: 11px;
	color: #7FB5D6;	
	margin: 2px 0 28px 0;
}
#panel_title_modifica.linkdx {
	float:left;
	width: 213px;
	height: 20px;
	line-height: 20px;
	text-align: right;
	font-size: 11px;
	font-weight:bold;
	color: #7FB5D6;	
}
#panel_dati {
	float:left;
	width: 290px;
	height: 22px;
	line-height: 22px;
	font-weight: normal;
	font-size: 12px;	
	padding: 0 0 0 41px;
	margin: 0 0 0 0;
	overflow: hidden;
}
#panel_dati.rigasingola {
	float:none;
	width: 660px;
}
#panel_dati a:link, #panel_dati a:visited {
	color: #7FB5D6;
}
#panel_dati a:hover {
	color: #006CAD;
}
#finto_h1 {
	clear: both;
	width: 658px;
	height: 33px;
	line-height: 33px;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 35px 0 0 0;
	padding: 0 0 0 5px;
	background: #E2E2E2;
	
	
	
}
/* fine pannello di controllo*/

/* inizio legende */
#legenda a:link, #legenda a:visited {
	display:block;
	float: left;
	height: 20px;
	width: 100px;
	text-align: left;
	line-height: 20px;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
#legenda a:hover {
	color: #76aacf;
}
#legenda_utenti, #legenda_messaggi, #legenda_news {
	clear: both;
	width: 663px;
	height: 134px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-bottom:1px solid #D3D3D3;
	background: url(/layout/legenda_utenti.jpg)  0 0 no-repeat; 
}
#legenda_messaggi {
	height: 57px;
	background: url(/layout/legenda_messaggi.jpg)  0 0 no-repeat; 
}
#legenda_news {
	height: 81px;
	background: url(/layout/legenda_news.jpg)  0 0 no-repeat; 
}
/* fine legende */

/* inizio per la pulizia dei float */
.clear {
	clear: both;
	line-height: 0;
	height: 0;
}
/* fine per la pulizia dei float */

/* aggiunto per calendario attivita */
#testo_calendario {
	width: 247px;
	height: 30px;
	line-height: 16px;
	margin: 36px 0 0 0;
	overflow: hidden;
	text-align:center;
	font-size: 12px;
	font-weight: bold;
	color: #000066;
}
#per_calendario {
	display: block;
	width: 252px;
	height: 218px;
	line-height: 218px;
	margin: 5px 0 0 0;
	overflow: hidden;
	border-bottom: 1px dotted #666666;
}
#per_calendario a:link, #per_calendario a:visited {
	display: block;
	width: 252px;
	height: 218px;
	line-height: 218px;
	overflow: hidden;
	background: #FFFFFF  url(/layout/calendario_attivita.jpg) 0 0 no-repeat ;
	}
#per_calendario a:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
/*fine aggiunto per calendario attivita */
