/* ******************** ROOMS RATES ********************  */

.ratesRoomTable {
    width :525px;
	border-collapse : collapse;	
}

/* .ratesRoom {
    width :525px;
	border-collapse : collapse;	
	margin-bottom:2px;
	margin-left:16px;
} */

/* .ratesRoomRow {
    background:#F8F8F6 url('../immagini/bg_rooms.gif') repeat-x top;
	border-bottom:1px solid #563F1B;
    padding : 0px;
} */

.ratesRoomNameContainer {
    background:#777D8D url('../immagini/bg_titles.gif') repeat-x; 
    padding : 5px;
	width : 525px;
}

.ratesRoomName {
    font-size : 11px;
    color : #ffffff;
    font-weight : bold;
	text-transform : uppercase;
}

.ratesRoomThumb {
    margin-bottom:10px;    
}

.RoomThumb {
    border : 1px solid #777D8D;
	float : left;
}

.ratesRoomPerDay {
    background-color : #ffffff;
    padding : 2px;
	border-bottom:1px dotted #777D8D;
	text-align:right;
	float:right;
	clear:both;
}

.ratesRoomDayDate {
   font-style : italic;
   font-size : 11px;
}

.ratesRoomDayPrice {
   color : #777D8D;
   font-size : 11px;
}

.ratesRoomMinPrice {
    background : #777D8D; 
    padding : 5px;
	color : #ffffff;
    font-weight : bold;
	text-align : center;
	white-space : nowrap;
}

.ratesRoomMaxPrice {
    background : #777D8D; 
    padding : 5px;
	color : #ffffff;
    font-weight : bold;
	text-align : center;
	white-space : nowrap;
}

.ratesRoomDescription {
	font-size:11px;
	margin-left:70px;
}

.bookButtonCell {
	white-space : nowrap;
}


/* ******************** RACK RATES ********************  */

.ratesRackTable {
    width : 525px;
	border : 1px solid #777D8D;
	margin : 0px;
	border-collapse : collapse;
}

.ratesRackTable td {
	color:#777D8D;
	padding:4px;
}

.ratesRackRow {
    background-color: #D3D5DA;
	color:white;
	font-weight : bold;
	text-transform : uppercase;
}

.ratesRackDesc {
    background-color: #D3D5DA;
	font-weight : normal;
}

.ratesRackRoomName {
	font-weight : bold;
	width : 80%;
	padding : 3px;
}

.ratesRackDescription {
	font-size : 11px;
}

/* ******************** DATES SEARCH RATES ******************** */

.ratesSearchTable {
	width : 525px;
	border : 1px solid #777D8D;
	font-weight: bold;
	color: #777D8D;
	font-size: 10px;
}

.ratesSearchTitleContainer {
    background : #A8ABB5; 
    margin : 5px 0; 
    padding : 5px;
	color : #777D8D;
	font-weight : bold;
	border-bottom : 1px dotted #777D8D;
	
}

.ratesSearchButton {
    background-color : #D3D5DA;
    border : 1px solid #777D8D;
    color : #777D8D;
    font-size : 10px;
    font-weight : bold;
    float : right;
	padding : 1px;
}

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

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

