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

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

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

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

.nowrap {
    white-space: nowrap;
}

.noborder {
    border: 0 !important;
}

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

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

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

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

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

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

.dpDayTD {
  background-color : #465162;
  border : 1px solid #8a8c8b;
  color : #8a8c8b;
  font-size : 9px;
}

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

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

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

.dpTodayButton {
  background-color : #465162;
  border : 1px solid #465162;
  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: #8a8c8b;
}

.QuickBookingTitle {
  font-weight: bold;
  color: #8a8c8b;
  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;
  padding:1px;
  background-image : url(../icone/calendar.gif);
  background-repeat : no-repeat;
  background-color : transparent;
  width : 19px;
  margin-bottom:-4px;
}

.QuickBookingSubmit {
  background-color : #8a8c8b;
  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;
}

/* .specialOffersGroupName {
  background:#A18931 url('../immagini/bg_titles.gif') repeat-x; 
  padding:5px;
  font-size:10px;
  font-weight : bold;
  color:white;
}*/

.specialOffersTableMain {
    width:100%;
	border: 0px;
	border-collapse : collapse;
}

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

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

.specialOfferData {
  float:left; 
  padding: 5px 0 0 3px;
  text-align:justify;
  color:#465162;
  width:295px;
}

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

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

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

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

.offerRooms {
  border-top: 1px dotted #465162;
  margin-top: 3px;
}

.offerRooms b {
  font-weight : bold;
  color : #8a8c8b;
}

.offerLimits {
  border-top: 1px dotted #465162;
  margin-top: 3px;
}

.offerLimits b {
  font-weight : bold;
  color : #465162;
}

ul.OfferDatesList, ul.OfferRoomsList, ul.OfferSupplementsList {
  list-style : none;
  line-height:16px;
  margin:0;
  padding:0;
}

/* #OfferLimit li {
  font-size:10px
} */

.specialOfferRoomName {
  color : #465162;
}

.specialOfferDescription {
  /* border-top: 1px dotted #fff; */
  margin: 4px 0px 6px 0px;
  text-align:justify;
  float:left;
  line-height:18px;
  width:385px; /* step -115px */
  color: #465162;
  font-weight:normal;
  font-size: 11px;
}

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

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

}

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

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

