﻿.HotelRoomSelectMainHeader
{
	height:22px;
	background-color: #C61618;	
}
.HotelRoomSelectRoomTypeHeader
{
	color:White;
	width:250px;
	text-align:right;
	padding-right:10px;
}
.HotelRoomSelectAvailabilityHeader
{
	color:White;
	width:150px;
	text-align:right;
	
}
.HotelRoomSelectNightPriceHeader
{
	color:White;
	width:370px;
	text-align:right;
}
.HotelRoomSelectRoomType 
{
	color:black;
	width:200px;
	text-align:right;
}
.HotelRoomSelectAvailability 
{
	color:black;
	width:150px;
	text-align:right;
	
}
.HotelRoomSelectNightPrice 
{
	color:black;
	width:85px;
	text-align:center;
}
.HotelRoomSelectInnerTableBorder
{
     background-color:White;
     height:100px;
}
.HotelRoomSelectChoosenHeaderArea
{
 background-color:#C5FB72;
  border: solid 1px #C5FB72;	
}
.HotelRoomSelectNotChoosenHeaderArea
{
 background-color:#D5ECFE;
  border: solid 1px #D5ECFE;

}
.HotelRoomSelectRoomtbl
{
 border: solid 1px #C5FB72;
 width:100%;
}	
.HotelRoomSelectNotChoosenRoomArea
{
	border:none;
}
