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

.ratesRoomTable {
    width :780px;
	border-collapse : collapse;	
	margin-left:15px;
}

.ratesRoom {
    width :500px; /* step +0px */
	border-collapse : collapse;	
	margin-bottom:2px;
	margin-left:16px;
}


.ratesRoomNameContainer {
    background:#8a8c8b url('../immagini/bg_titles.gif') repeat-x; 
    padding : 5px;
	width : 100%;
}

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

.ratesRoomThumb {
    margin-bottom:10px;    
}

.RoomThumb {
    border : 1px solid #8a8c8b;
	float : left;
}

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

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

.ratesRoomDayPrice {
   color : #8a8c8b;
   font-size : 11px;
}

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

.ratesRoomMaxPrice {
    background : #8a8c8b; 
    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 :780px;
	border-collapse : collapse;	
	margin-left:15px;
	border : 1px solid #8a8c8b;
}

.ratesRackTable td {
	color:#8a8c8b;
	padding:4px;
}

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

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

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

.ratesRackDescription {
	font-size : 11px;
}

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

.ratesSearchTable {
	width :780px;
	border-collapse : collapse;	
	margin-left:15px;
	border : 1px solid #8a8c8b;
	font-weight: bold;
	color: #8a8c8b;
	font-size: 10px;
}

.ratesSearchTitleContainer {
    background : #e1e6e6; 
    margin : 5px 0; 
    padding : 5px;
	color : #8a8c8b;
	font-weight : bold;
	border-bottom : 1px dotted #8a8c8b;
	
}

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

