BODY {
	background-color: #ffffff;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #7E7E7E;
	scrollbar-darkshadow-color: #aaaaaa;
	scrollbar-shadow-color: #7E7E7E;
	scrollbar-arrow-color: #7E7E7E;
	scrollbar-track-color: #aaaaaa;
	margin : 0px;

}

* {
	font-family : Verdana, Futura, Geneva, Arial, Helvetica, sans-serif;
}

td {
	font-size : 10px; color: #000000;
	line-height : 14px;

}

strong {
	font-size : 10px;
	color: #000000;
}

.white {
	color: #ffffff;
}


h1 {
	font-size : 10px; 
	color: #000000;
	font-weight : normal;
	margin-left : 11px;
	margin-top: 3px;
	margin-botton: 0px;
}

b {
	font-size : 10px;
	color: #b40000;
	font-weight : bold;
}

p, li, ul {
	line-height : 18px;
	font-size : 10px;
	color: #000000;
	margin : 10px;

}

.main {
	line-height : 18px;
	font-size : 10px;
	color: #000000;
	margin : 10px 15px 90px 0px;
	text-align : justify;

}

.title {
	font-family : Verdana, Futura, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color: #ffffff;
	font-weight : bold;
	margin-right: 10px;
}

.image {
	border : 1px solid #993300;
}

A:link, A:visited { text-decoration: none; color: #990000; font-weight : bold; 	font-size : 10px;}
A:hover { text-decoration: none; color: #cc3300; font-weight : bold;}

A.thin:link, A.thin:visited { text-decoration: none; color: #C2AA78; font-weight : normal; 	font-size : 10px;}
A.thin:hover { text-decoration: none; color: #6B612D; font-weight : normal;}

A.ses:link, A.ses:visited { text-decoration: none; color: #ffffff; font-weight : normal; 	font-size : 10px;}
A.ses:hover { text-decoration: none; color: #ffcc00; font-weight : normal;}

.input {
	border : #786635;
	background-color : #C8C0A4;
	border-style : solid;
	border-top-width : 1px;
	border-right-width : 1px;
	border-bottom-width : 1px;
	border-left-width : 1px;
	color : #ffffff;
 	font-family : verdana, Courier, monospace;
	font-size : 12px;

}


.enter {
	border : #786635;
	background-color : #777569;
	border-style : solid;
	border-top-width : 1px;
	border-right-width : 1px;
	border-bottom-width : 1px;
	border-left-width : 1px;
	color : #ffffff;
	font-size : 11px;
	font-weight : bold;

}

.print {
	border : #786635;
	background-color : #CDC69E;
	border-style : solid;
	border-top-width : 1px;
	border-right-width : 1px;
	border-bottom-width : 1px;
	border-left-width : 1px;
	color : #ffffff;
	font-size : 11px;
	font-weight : bold;

}

input.invisibile {
	color: #ffffff;
	border : #ffffff;
	background-color : #ffffff;
}

.campi_form {
	font-family : Verdana, Futura, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #9E2722;
}

.pulsanti_form {
	border : #993300;
	background-color : #9E2722;
	border-style : solid;
	border-top-width : 1px;
	border-right-width : 1px;
	border-bottom-width : 1px;
	border-left-width : 1px;
	color : #ffffff;
 	font-family : verdana;
	font-size : 10px;
	font-weight: bold;
}

.pulsanti_form_cancella {
	border : #dddddd;
	background-color : #e9e9e9;
	border-style : solid;
	border-top-width : 1px;
	border-right-width : 1px;
	border-bottom-width : 1px;
	border-left-width : 1px;
	color : #bfbfbf;
 	font-family : verdana;
	font-size : 10px;
	font-weight: bold;
}

td.td_interlinea {
	background-color: #ffffff;
}

td.td_step {
	padding: 1px;
	border: 1px #0A890A;
	color: #770909;
	font-size : 10px;
}

td.td_step_attivo {
	padding: 1px;
	border: 1px #ffffff;
	color: #ffffff;
	font-size : 9px;
	font-weight: bold;
}

td.td_titolo {
	background-color: #adadad;
	color: #660000;
	font-size : 9px;
	font-weight: bold;
}


td.td_errore {
	background-color: #FFCC00;
	padding: 1px;
	border: 1px #FF9900;
	font-weight: italic;
	color: #990000;
}

hr.hr_uniform {
	color:#ffffff;
}

/* ********************** CALENDAR ************************ */

.datesField {
  border : 0px solid #7F9DB9;
	margin-left:2px;
  background-image : url(icone/calendar.gif);
  background-repeat : no-repeat;
  background-color : transparent;
  width : 19px;
}

.dpTable {
  text-align: center;
  color: #b40000;
  background-color: #e5e5e5;
  border: 1px solid #b40000;
}

.dpTD {
  border: 1px solid #ffffff;
  background-color: #e5e5e5;
  font-size : 10px;
  font-family: Arial, Tahoma, Helvetica, sans-serif;
  width:20px;
}

.dpDayHighlightTD {
  background-color: #b40000;
  border: 1px solid #b40000;
  font-size : 10px;
  font-family: Arial, Tahoma, Helvetica, sans-serif;
}

.dpTDHover {
  background-color: #ffffff;
  border: 1px solid #b40000;
  cursor: pointer;
  color: red;
  font-size : 10px;
  font-family: Arial, Tahoma, Helvetica, sans-serif;
}

.dpDayTD {
  background-color : #b40000;
  border : 1px solid #b40000;
  color : #e5e5e5;
  font-size : 9px;
}

.dpTitleText {
  font-size: 10px;
  color: #b40000;
  font-weight: bold;
  font-family: Tahoma, Helvetica, sans-serif;
}

.dpDayHighlight {
  color: #e5e5e5;
  font-weight: bold;
  font-size : 9px;
}

.dpButton {
  background-color : #b40000;
  border : 1px solid #b40000;
  color : white;
  font-size : 9px;
  font-weight : bold;
  width:22px;
}

.dpTodayButton {
  background-color : #b40000;
  border : 1px solid #b40000;
  color : white;
  font-size : 10px;
  font-weight : normal;
}

/* ********** QUICK BOOKING **************** */

#QuickBooking {
	background-image:url(immagini/quickbooking.gif);
	background-position:left center;
	background-repeat:no-repeat;
  padding:0 0 0 155px;
  margin-top: 10px;
  margin-right:auto;
  margin-bottom: 10px;
  margin-left:auto;
}

#QuickBooking td {
  font-size: 10px;
  font-family: Verdana, Futura, Geneva, Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #b40000;
}

.QuickBookingTitle {
  font-weight: bold;
  color: #b40000;
  font-size: 11px;
  font-family : Verdana, Futura, Geneva, Arial, Helvetica, sans-serif;
}

.QuickBookingInput {
  font-weight: bold;
  color: #937368;
  font-size: 10px;
  font-family : Verdana, Futura, Geneva, Arial, Helvetica, sans-serif;
}

.QuickBookingCalendar {
  border : 0px solid #7F9DB9;
  background-image : url(icone/calendar.gif);
  background-repeat : no-repeat;
  background-color : transparent;
  width : 19px;
}

.QuickBookingSubmit {
  background-color : #b40000;
  border: 1px solid #937368;
  color : white; 
  font-size: 10px;
  font-family : Verdana, Futura, Geneva, Arial, Helvetica, sans-serif;
  margin-top:2px;
}

* ******************** QUICK SPECIAL OFFERS ********************  */

#quickoffers {
	padding-top: 10px;
	clear: both;
}

#quickoffers h3 {
	font-size: 13px; 
	color: #fff; 
	padding-left: 30px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.quickOffersTableMain {
  width:300px;
	border: 0px;
	border-collapse : collapse;
	margin: 0 auto;
	border-bottom:1px dotted #ba9a27;
}

.quickOfferBook {
  float:right; 
  padding: 3px 0;
  margin: 3px 0;
}

.quickOfferName {
  font-weight:bold;
  line-height:14px;
  color:#b40000;
}

.quickOfferDescription {
  margin: 4px 0px 6px 0px;
  float:left;
  line-height:15px;
  /*text-align:justify;*/
  width:190px;
  font-weight:normal;
  font-size:11px;
  padding-left:5px;
}

/*.quickOfferTxt { color:#000; }*/

.quickOfferRow {
  padding:3px;
}

A.bookButton:link, A.bookButton:visited {
  text-decoration:none; 
  color: #C65400;
  font-weight:bold;  
  font-size:10px;
  line-height:14px;
  background-image : url(immagini/bg_button_book.gif);
  border : 1px solid #C65400;
  padding : 2px 4px 2px 4px;
  white-space : nowrap;
}

A.bookButton:hover {
  color: #800000; 
  background-color : #ffec00;
  border : 1px solid #800000;
}

.quickofferThumbnail {
  margin : 6px 6px 6px 0;
  border : 1px solid #000;
  float:left;
  width:30px;
  height:30px;
}