/* ******************** GENERAL ********************  */

.hiddenBox {
    display:none;
    clear:both;
}

.visibleBox {
    display:block;
}

div.visibleBox {
    display:block;
    clear:both;
}

span.visibleBox {
    display:inline;
}

.data, .data_undotted, .dataIdPrenotazione {
    text-align: right;
    font-weight: bold;
}

.nowrap {
    white-space: nowrap;
}

.noborder {
    border: 0 !important;
}

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

.datesField {
  border : 0px;
  padding:1px;
  background-image : url(../icone/calendar.gif);
  background-repeat : no-repeat;
  background-color : transparent;
  width : 19px;
}

.dpTable {
  text-align: center;
  color: #800e0e;
  background-color: #ffa90c;
  border: 1px solid #800e0e;
  width:200px;
}

.dpTable td {
  padding:2px;
}

.dpTD {
  font-size : 10px;
  font-family: Arial, Tahoma, Helvetica, sans-serif;
  width:20px;
}

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

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

.dpDayTD {
  background-color : #800e0e;
  border : 1px solid #a71500;
  color : #ffffff;
  font-size : 9px;
}

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

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

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

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

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

#QuickBooking {
  text-align:right;
  width:200px;
  margin-left:auto;
  margin-right:auto;
}

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

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

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

.QuickBookingCalendar {
  border : 0px;
  padding:1px;
  background-image : url(../icone/calendar.gif);
  background-repeat : no-repeat;
  background-color : transparent;
  width : 19px;
  margin-bottom:-4px;
}

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

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

.specialOffersGroupName {
  font-size:10px;
  font-weight : bold;
  color:white;
}

.specialOffersTableMain {
    width :695px; /* step */
	border-collapse : collapse;	
	margin-left:auto;
	margin-right:auto;
}

.specialOffersTitleContainer {
    background:#a71500 url('../immagini/bg_titles.gif') repeat-x; 
    margin:0; 
    padding:5px;
}

.specialOffersTitle {
    font-size : 11px;
    color: white;
    font-weight : bold;
}

.specialOfferData {
  float:left; 
  padding: 3px;
  text-align:justify;
  color:#800e0e;
}

.specialOfferBook {
  float:right; 
  padding: 3px;
  margin: 3px;
}

.specialOfferName {
  font-weight:bold;
  line-height:14px;
  color:#800e0e;
}

.specialOfferDetailsButton {
  float:left; 
  margin: 4px 0 0 3px;
  border:0px;
  cursor : pointer;
}

.specialOfferLimits {
  font-weight : bold;
  color : #800e0e;
}

.offerRooms {
  border-top: 1px dotted #800e0e;
  margin-top: 3px;
  padding:5px;
  font-size:11px;
}

.offerRooms b, .offerLimits b {
  font-weight : bold;
  color : #800E0E;
}

.offerRooms strong {
  font-weight : bold;
  color : #C65400;
}

.offerLimits {
  border-top: 1px dotted #800e0e;
  margin-top: 3px;
  color:#000000;
  padding:5px;
  font-size:11px;
}

ul.OfferDatesList, ul.OfferRoomsList, ul.OfferSupplementsList {
  list-style : none;
  margin:0;
  padding:0;
  color:#000000;
}

.specialOfferRoomName {
  color : #800e0e;
}

.specialOfferDescription {
  margin: 4px 0px 6px 0px;
  text-align:justify;
  float:left;
  line-height:18px;
  width:495px; /* step -130px */
  color: #800e0e;
  font-weight:normal;
  font-size: 11px;
}

.specialOfferRow {
  background:#f8f8f6 url('../immagini/bg_rooms.gif') repeat-x top;
  border-bottom:1px solid #a71500;
  padding:3px;
  color:#000000;
}

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

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


.offerThumbnail {
  margin : 6px;
  border : 1px solid #000;
  float:left;
  width:60px;
  height:60px;
}
