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

HTML,
BODY {
	 background-image: url(/img/bg.jpg);
	 background-repeat: no-repeat;
	 background-position: top center;  
} 

#content {

    background-image: url(/img/bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;   

} 

#middle_interno {

	position:			relative;
	left: 				0px;
	top: 				0x;
	width: 				960px;
	margin: 			auto;
	text-align: 		left; 
	background-color: #fff;  
	padding: 0px 0px 0px 0px;
}

.h1_interno {
	color: #000;
	font-size: 22px;  
	border-bottom: 1px solid #A2CEC8;
	padding: 0px 0px 10px 0px;
}

.h2_generic {
	color: #629994; font-size: 16px; margin: 22px 0px 3px 0;  }


.h2_interno {
	color: #459e91;
	font-size: 12px;
	font-weight: normal; 
	padding: 10px 0px 10px 0px; 
	line-height: 18px; 
}

.h3_interno {
	color: #696969;
	font-size: 12px;
	font-weight: normal; 
	padding: 10px 0px 10px 0px;
	line-height: 18px; 
}

.txt_interno {
	color: #696969;
	font-size: 12px;
	font-weight: normal; 
	padding: 10px 0px 10px 0px;
	line-height: 18px; 
} 

.col_sx { float: left; width: 40px;}
.col_cx_big { float: left; width: 600px; font-size: 12px; line-height: 18px; }
.col_cx_small { float: left; width: 19px; }
.col_dx { float: left; width: 301px; }

/* CSS TABELLE PAGINE LISTINO */
table.listino { width: 100%; background-color:#FFFFFF; color: #629994; text-align:left; }
table.listino td { padding: 3px; color: #777; border-bottom: 1px solid #ccc; vertical-align: middle; text-align:center; }
table.listino td.periodo, table.listino td.costi_aggiuntivi { color: #629994; font-weight:bold; font-size: 11px;  }
table.listino td.periodo, table.listino td.prima_colonna  { text-align:left;}
table.listino td.nota { color: #629994; font-weight:bold; border:0; text-align:center; padding: 10px 0 10px 0px; font-size: 11px;  }
table.listino th, table.listino th a {color: #fff; text-transform:uppercase; font-size: 12px; background: #A2CEC8  }
table.listino th {padding: 3px; border: 0px; vertical-align: middle; text-align:center; }
table.listino tr.over td { background: #E3FAF7; } /* HOVER SU RIGHE TABELLA */

.h1_listino, .h1_prenotazioni, .alert1 {color: #629994; font-size: 18px; margin: 50px 0px 5px 0;  }
.h1_prenotazioni {margin: 20px 0px 5px 0;  }  


/* CSS TABELLE FORM PRENOTAZIONI */
.prenotazioni_table_sep { height: 50px; width:100%; }
table.prenotazioni {width: 100%; border:2px solid #f0f0f0;  color: #629994; text-align:left; padding-top:15px; }
table.prenotazioni td { padding: 5px; color: #777; border-bottom: 0px solid #ccc; vertical-align: middle; line-height: 11px;  }
table.prenotazioni td input, table.prenotazioni td textarea, table.prenotazioni td select  { border:1px solid #E0E0E0; background: #F0F0F0; font-size: 12px; color: #303030;  }
table.prenotazioni td input {height: 16px; padding:2px;  }
table.prenotazioni td input.buttform1, table.prenotazioni td input.buttform2  {height: 25px; border:1px solid #fff; background: #629994; color: #fff; font-weight: bold;  }
ul.caratteristiche { list-style: disc; }
ul.caratteristiche li { margin-left: 25px; }

/* CSS TABELLE GENERICHE */
table.generic { background-color:#FFFFFF; color: #629994; text-align:left; }
table.generic td { padding: 3px; color: #777; border-bottom: 1px solid #ccc; vertical-align: middle; text-align:center;  }
table.generic th {color: #fff; text-transform:uppercase; font-size: 12px; background: #A2CEC8;padding: 3px; border: 0px; vertical-align: middle; text-align:center; }
table.generic td.prima_colonna,table.generic th.prima_colonna   { text-align:left;}
table.generic tr.over td { background: #E3FAF7; } /* HOVER SU RIGHE TABELLA */

/* CSS REGOLAMENTO */
.paragrafo_regolamento { font-weight:bold;}
.txt_interno_regolamento { margin-left: 20px;}
.h2_regolamento { margin-left: -20px; margin-bottom: 10px;}



