
/*OPZIONI PRINCIPALI DEL PANNELLO*/
.pan_base {
	margin:0;
	padding:0;
	width: 100%;
	height: 100%;
	text-align:left;
	vertical-align:top;
	/*
	FONT-FAMILY: Arial, Helvetica, sans-serif
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	*/
}


/* INIZIO IMPOSTAZIONI PER LA PHOTO_GALLERY */
/* IMPOSTAZIONI DELLA TABELLA DELLA BARRA DI NAVIGAZIONE*/
.elenco_titolo {
	text-align:left;
	font-size: 16px;
	border:0;
	margin-top: 10px;
	margin-left: 15px;
	COLOR: #B2CFCA;
}

TABLE.pan_gallery_barra_nav {
	text-align:left;
	margin-top: 0px;
	padding: 0;
	border: 0; 
	border-collapse: collapse;
}

TABLE.pan_gallery_barra_nav TD{
	text-align:left;
	font-size: 13px;
	border:0;
}

TABLE.pan_gallery_barra_nav A {
	COLOR: #B2CFCA;
}

TABLE.pan_gallery_barra_nav A:hover {
	COLOR: #F60;
}
/* FINE BARRA DI NAVIGAZIONE*/


/* IMPOSTAZIONI DELLA TABELLA ESTERNA */
TABLE.pan_gallery {
	/*border-collapse: collapse;*/
	margin-top: 10px;
	margin-left: 3px;
	text-align: center;
	float:center;
	table-layout:auto;
	/*
	border: 0px solid #4D3E00;
	*/
}

/* BORDO E SFONDO DELLA CELLA */
TABLE.pan_gallery td {
	text-align: center;
	/*
	border: 0px dotted #4D3E00;
	*/
	background-color: #F3F3F3;
}

/* NOME IMMAGINE */
TABLE.pan_gallery_img th {
	border:0;
	vertical-align:middle;
	text-align: center;
	/*
	font-size: 11px;
	color: #4D3E00;
	*/
}
TABLE.pan_gallery_img td {
	border:0;
	text-align: center;
	vertical-align:top;
}

/*ROLL-OVER IMMAGINI*/ 
.gallery_img {
	text-align: center;
	font-size: 10px;
	border:3px solid #F3F3F3;
	font-weight: bold;
	text-decoration: none;
}
.gallery_img:hover {
	text-align: center;
	font-size: 10px;
	border:3px solid #F60;
	font-weight: bold;
	text-decoration: none;
}
/* FINE IMPOSTAZIONI PER LA PHOTO_GALLERY */


/* INIZIO IMPOSTAZIONI PER NEWS */


.contenitore_news {
	/*
	padding-top: 5px;
	padding-bottom: 5px;
	*/
}

.titolo_news_singola {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
	color: #B2CFCA;
	font-weight: bold;
	padding-left:10px;
}

.blocco_news_preview {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	font-weight: normal;
}
.blocco_news_preview A {
	text-decoration:none;
	color: #B2CFCA;
}
.blocco_news_preview A:hover {
	text-decoration:underline;
	color: #F60;
}

/* stili del testo nelle pagine SINGOLA NEWS/OFFERTE :: RICHIEDI DISPONIBILITA prende lo stile di A:link */
.blocco_news {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	font-weight: normal;
}
.blocco_news A {
	text-decoration:none;
	color: #999;
}
.blocco_news A:hover {
	text-decoration:underline;
	color: #F60;
}
.divisione {
	background-color: #EBEBEB;
	height:1px;
	padding:0px;
	margin-bottom:10px;
	margin-top:2px;
	font-size:1px;
	line-height: 1px;
}

.data_news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B2CFCA;
}

/* STILI NUOVI!!! NON CANCELLARE NE SOSTITUIRE */
.blocco_news_preview TABLE {
	border:0;
	padding:0;
	margin:0;
	width:100%;
	vertical-align:top;
}
.blocco_news_preview TABLE TD{
	vertical-align:top;
	font-size:12px;
}
.blocco_news_preview TABLE TH{
	vertical-align:middle;
	text-align:normal;
}
/* FINE STILI NUOVI!!! NON CANCELLARE NE SOSTITUIRE */
/* FINE IMPOSTAZIONI PER LE NEWS */



/* INIZIO IMPOSTAZIONI PER LE OFFERTE */

.contenitore_offerte {
	/*
	padding-top: 5px;
	padding-bottom: 5px;
	*/
}
.no_offerte {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
}
.blocco_offerte_preview {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	font-weight: normal;
}

.blocco_offerte_preview a {
	text-decoration: none; 
	color: #999;
}

.blocco_offerte_preview a:hover {
	text-decoration:underline;
	color: #F60;
}

.blocco_offerte {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	font-weight: normal;
}
.blocco_offerte A {
	text-decoration: none; 
	color: #999;
}
.blocco_offerte A:hover {
	text-decoration:underline;
	color: #F60;
}
.data_offerte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B2CFCA;
}


/* STILI NUOVI!!! NON CANCELLARE NE SOSTITUIRE */
.blocco_offerte_preview TABLE {
	border:0;
	padding:0;
	margin:0;
	width:100%;
	vertical-align:top;
}
.blocco_offerte_preview TABLE TD{
	vertical-align:top;
	font-size:12px;
}
.blocco_offerte_preview TABLE TH{
	vertical-align:middle;
	text-align:normal;
}
/* FINE STILI NUOVI!!! NON CANCELLARE NE SOSTITUIRE */
/* FINE IMPOSTAZIONI PER LE OFFERTE */


/* INIZIO IMPOSTAZIONI PER LA FORM RICHIESTA/PRENOTAZIONE */
.contenitore_form {
	padding:1;
	/*
	font-family: Tahoma;
	text-align: center;
	font-size: 11px;
	*/
}
.contenitore_form P{
	text-align: left;
	/*
	font-size: 11px;
	color: #FED1A7;
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 10px;
	line-height: 13px;
	*/
}
.contenitore_form TABLE {
	text-align: center;
	width: 90%;
}
.contenitore_form TABLE TD {
	text-align: left;
	/*
	padding: 5px;
	font-size: 12px;
	color: #FED1A7;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #980703;
	background-color: #AD1E02;
	*/
}
.contenitore_form TABLE TH {
	text-align: left;
	/*
	font-size: 12px;
	color: #FF7B00;
	font-weight: bold;
	padding: 5px;
	background-color: #660000;
	*/
}

/* FINE IMPOSTAZIONI PER LA FORM RICHIESTA/PRENOTAZIONE */
