/* .form definisce l'aspetto delle form del pannello di controllo blix 2.0 */

.form {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	padding: 10px;
	font-weight: normal;
	line-height: 14px;
	TEXT-DECORATION: none;
}
/* stile colonne */
.form td {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: #b6b9cf solid 1px;
	
}
.form input {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-top-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-right-color: #0E2F58;
	border-bottom-color: #0E2F58;
	border-left-color: #b6b9cf;
	border-top-color: #b6b9cf;
	background-color: #555E95;
	
}
.form select {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-top-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-right-color: #0E2F58;
	border-bottom-color: #0E2F58;
	border-left-color: #b6b9cf;
	border-top-color: #b6b9cf;
	background-color: #555E95;
	
}
.form textarea {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-top-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-right-color: #0E2F58;
	border-bottom-color: #0E2F58;
	border-left-color: #b6b9cf;
	border-top-color: #b6b9cf;
	background-color: #555E95;
	
}
.form submit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0C2563;
	text-align: left;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-top-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-right-color: #8DA6B3;
	border-bottom-color: #8DA6B3;
	border-left-color: #8DA6B3;
	border-top-color: #8DA6B3;
	background-color: #495B86;	
}
.formtitolo {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #0E2F58;
	padding: 5px;
	font-weight: bold;
	background-color: ##B6B9CF;
}

/* fine .form */

/* creazione pannello:
1 copiare cartella INCLUDE nella cartella del sito
2 inserire codice: #include virtual="/it/include/news_preview.asp" nella cella dove appariranno i preview delle news - analogo per offerte
3 collegarsi a http://pannello.blix.it/ e creare l'utente e il sito. Dal sito ricavare l' ID (numero identificativo da inserire nell'html)
4 aprire i file nella cartella INCLUDE e sostituire nel codice il numero ID presente con il numero ID attribuito al sito dal pannello di controllo
5 creare le pagine - singola - tutte - sia per new che per offerte e inserire il codice copiandolo dalle pagine simili dell'ultimo sito con pannello creato
6 per verificare il funzionamento collegarsi al pannello con i dati UTENTE e inserire una news. La verifica va fatta dal server.


/* inizio stile dei PULSANTI: TUTTE LE NEWS/OFFERTE e TORNA INDIETRO */
.tuttele_link {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #542400;
	text-align: right;
	padding: 5px;
	font-weight: normal;
}
.tuttele_link:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #160909;
	text-align: right;
	padding: 5px;
	font-weight: normal;
}


/* inizio stile INTESTAZIONE-TITOLO NELLA HOME e in tutte le pagine NEWS/OFFERTE */
.news_intestazione {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #542400;
	padding: 5px;
	font-weight: bold;
	background: #beaa86;
}
.offerte_intestazione {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #542400;
	padding: 5px;
	font-weight: bold;
	background: #beaa86;
}	

/* stili delle NEWS/OFFERTE */

/* stile della DIV - area - che contiene NEWS/OFFERTE sia nella HOME che nelle ALTRE PAGINE*/
.contenitore_news {
	padding:5px;
	background-color:#ded7bf;
}
.contenitore_offerte {
	padding:5px;
	background-color:#ded7bf;
}

/* stile della scritta: NON CI SONO NEWS/OFFERTE */
.no_news {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #542400;
}
.no_offerte {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #542400;
}

/* distanza in altezza tra una NEWS/OFFERTE e l'altra */
.divisione {
	padding:6px;
}

/* stili del testo NEWS/OFFERTE che nella HOME e nella pagina TUTTE LE NEWS/OFFERTE è un link ed nella pagina DETTAGLIO e un TITOLO in semplice testo */
.blocco_news_preview {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #542400;
	text-align: left;
	background-color: #DED7BF;
	font-weight: bold;
	border-bottom-color: #BEAA86;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
}
.blocco_news_preview A:link {font-weight:bold; text-decoration: none; color: #542400;}
.blocco_news_preview A:hover {font-weight:bold;text-decoration: underline;color: #160909;}
.blocco_news_preview A:visited {font-weight:bold;text-decoration: none; color: #542400;}

.blocco_offerte_preview {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #542400;
	text-align: left;
	background-color: #DED7BF;
	font-weight: bold;
	border-bottom-color: #BEAA86;
	border-bottom-width: 1px;
	border-bottom-style: dashed;;
}
.blocco_offerte_preview A:link {font-weight:bold; text-decoration: none; color: #542400;}
.blocco_offerte_preview A:hover {font-weight:bold; text-decoration: underline; color: #160909;}
.blocco_offerte_preview A:visited {font-weight:bold; text-decoration: none; color: #542400;}

/* stili del TITOLO di ogni singola NEWS/OFFERTE */
.titolo_news {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #542400;
	text-align: left;
	background-color: #DED7BF;
	font-weight: bold;
}
.titolo_offerte {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #542400;
	text-align: left;
	background-color: #DED7BF;
	font-weight: bold;
}

/* stili del testo nelle pagine SINGOLA NEWS/OFFERTE - RICHIEDI DISPONIBILITA prende lo stile dal A:link */
.blocco_news {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #542400;
	text-align: left;
	background-color: #DED7BF;
	font-weight: normal;
}
.blocco_news A:link {font-weight:bold; text-decoration: underline; color: #542400;}
.blocco_news A:hover {font-weight:bold; text-decoration: underline; color: #160909;}
.blocco_news A:visited {font-weight:bold; text-decoration: underline; color: #1B345E;}

.blocco_offerte {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #542400;
	text-align: left;
	background-color: #DED7BF;
	font-weight: normal;
}
.blocco_offerte A:link {font-weight:normal; text-decoration: underline; color: #542400;}
.blocco_offerte A:hover {font-weight:normal; text-decoration: underline; color: #160909;}
.blocco_offerte A:visited {font-weight:normal; text-decoration: underline; color: #b6b9cf;}


/* stili delle DATE OFFERTE in tutte le pagine OFFERTE */
.data_offerte {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #BEAA86;
}

/* fine css per pannello blix 2.0 *//* fine css per pannello blix 2.0 *//* fine css per pannello blix 2.0 */

.titoli {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #542400;
	font-style:italic;
	font-weight:100;
}
.testo {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #542400;
}
.dati {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #160909;
	font-style: normal;
}
.datilink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #160909;
	text-decoration: none;
	font-style: normal;
}
.datilink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #542400;
	text-decoration: none;
	font-style: normal;
}
.credits {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-decoration: none;
}
.credits:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	text-decoration: none;
}
.testolink {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #542400;
	text-decoration: underline;
}
.testolink:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #160909;
	text-decoration: underline;
}

#spider { display:none;}