.TableBox
{
	padding:10px;
}

.InputDate
{
	width:0px;
	border:none;
	background-color:transparent;
	color: #bcc7d6;	
}

.TableBoxFooter
{
	height:0px;	
}

#SearchAvailabilityDiv
{
	padding:10px;
	margin:0px 20px 0px 10px;
	border:1px solid #74835e;
    -moz-border-radius:5px; 
    font-size: 14px;
    background: url('../../../images/booking_engine/hotel/SearchAvailabilityGradient.png') #90a3ba repeat-x top;
    
}

table.AvailabilityTable
{
   
}

table.AvailabilityTable tr.TableHeader {
    background-color: #90a3ba;
    color: #FFF;
}

table.AvailabilityTable tr td {
    padding: 1px 5px 0px 5px;
    border-color: #DDD;
}

table.AvailabilityTable tr td.RoomType {
    border-right:2px #e8e8ec solid;
}

table.AvailabilityTable tr.TableHeader td.RoomTypeHeader{
    border-right:2px #90a3ba solid;
}

table.AvailabilityTable tr.TableOddRow {
    background-color: #FFF;
}

table.AvailabilityTable tr.TableEvenRow {
    background-color: #ddd;
    color: #333;
}

.RoomBox
{
    padding-left:10px;
    margin:10px;
    border:1px solid #bebcb4;
    -moz-border-radius:5px;
    width:95%;    
}

.PerNightPriceBox
{
    border:1px solid #e5d9c0;
    -moz-border-radius:5px;
    padding:5px;
    width:120px;
    background-color:#90a3ba;
    color: #fff;
}

.room_description {
	padding-left: 10px;
	float: left;
	width: 140px
}

#SearchButton
{
	float:right;
	margin-left:10px;
	cursor:pointer;
	height: 53px;
	width:210px;
	background:url('../../../images/booking_engine/hotel/search_availability_button.png') no-repeat;
	
}

#SearchButton:hover
{
		opacity:0.9;
}

.RoomShortDescription
{
	width:363px;
	text-align: justify;
	border: 1px solid #ddd;
	-moz-border-radius: 8px;
}

.RoomDescription
{
	width:363px;
	border: 1px solid #ddd;
	-moz-border-radius: 8px;
	padding-bottom:0px;
}

input,select,textarea
{
	border:1px solid #666;
	-moz-border-radius:5px;
	font-size:14px;
	padding:1px 0px 1px 1px;
}


input[type=submit], input[type=button]{
        font-size:13px !important;
        font-family:Trebuchet,"Trebuchet MS",Helvetica,sans-serif;
        vertical-align:middle;
        border:solid 1px #c6c6c6;
        padding:1px 15px 2px 15px !important;
        color:#000 !important;
        margin:0 !important;
        background:#fff url('../../../images/booking_engine/hotel/button_silverbg.png') left 1px repeat-x;
        white-space:nowrap;
        cursor:pointer;-moz-border-radius:.3em;-webkit-border-radius:.3em;border-radius:.3em;
        font-weight:bold;
}

input[type=submit]:hover{
        background:#fff url('../../../images/booking_engine/hotel/button_silverbg_over.png') left 1px repeat-x;
        text-decoration:none !important;
        color:#000 !important;
        border:solid 1px #8c8c8c
}

input[type=checkbox], input[type=radio] 
{
	border:none;	
}

fieldset
{
	background: white;
	padding:10px;
}

fieldset legend
{
	font-weight:bold;
	padding-left:5px;
	padding-right:5px;
	font-size:18px;
}

#SelectPaymentMethodFieldset
{
	background:#fff;	
}

#ContactInformationFieldset
{
	/* background:#FFF url('../../../images/booking_engine/hotel/contact-icon.jpg') right top no-repeat; */
	background:#EEE;	
}

label.error {
    display: none;
    margin-left: 10px;
    color:red;
    font-weight: bolder;
}
