/*
e-Booking 
infoCUBE Technologies
Copyright(C) 2008 . All rights reserved
*/
.booktbl {
	width:500px;
	margin-right:15px;
}
.booktbl td{
padding: 6px 6px 6px 6px;
}
#roomsresults {
	width: 500px;
	padding: 0;
	margin: 0;
}
table.booktbl tr.row1 td {
	background-color:#FFFFFF;
	padding: 2px 0;
}
table.booktbl tr.row0 td {
	background-color: #F2F5F8;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 2px 0;
}

#roomsresults input.bookbtn { 
  color:#000; 
  font: bold  12px Tahoma, Geneva, sans-serif; 
 background-color:#fed; 
	  border: #999  1px solid; 
  
 
}

#roomsresults input.bookbtn:hover { 
  
 background-color:#CAE8EA; 
 color:#33C;

  
 
}
#roomsresults th {
	font: bold 11px Tahoma, Geneva, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url('../images/bg_header.jpg') no-repeat;
}
#roomsresults th a{
	color:#4f6b72;
	text-decoration:underline;
}
s{color:#F00; text-decoration:line-through; font-weight:100;}
#roomsresults th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

#roomsresults th.nobgroom {
	border-top: 0;
	border-left: 0;
	border-right:0;
	background: none;
}

#roomsresults td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}


#roomsresults td.alt {
	background: #F5FAFA;
	color: #797268;
}
#roomsresults .err {
	background: #F5FAFA;
	color: #000;
	font-weight:normal;
	font-size:12px;
}
#roomsresults td.total {
	font-size:14px;
	font-family:Tahoma, Geneva, sans-serif;
	
	
	color: #797268;
	font-weight:bold;
	color:#00AE57;
}

#roomsresults th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff;
	font: bold 10px Tahoma, Geneva, sans-serif;
}

#roomsresults th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa ;
	font: bold 10px Tahoma, Geneva, sans-serif;
	color: #797268;
}


/*

SEARCH FORM (frontpage)

*/
#search_form {
float:left;
width:300px;
overflow:hidden;
background:#F7F7EF;
margin:40px 0 0 0;
margin-left:100px;
padding:0;
border:1px solid #F7F7EF;

}
#search_form h2 {
display:block;
width:300px;
padding:5px 0px;
margin:0;
background:#F6D6A5 ;
color:#383B2E;
font-size:11px;
text-transform:uppercase;
text-align:center;
overflow:hidden;
}


#availability_search {
margin:0 1px;
padding:10px 0 0 0;
display:block;
float:left;
display:inline;
clear:both;
width:298px;
text-align:center;
overflow:hidden;
background:url('../images/search_bgr.jpg') repeat-x bottom left;
}
#availability_search fieldset {
border:0;
margin:0;
padding:0;
}
#availability_search br {
display:block;
height:1px;
clear:both;
overflow:hidden;
width:298px;
}
#availability_search label {
display:block;
float:left;
clear:left;
width:140px;
margin:0 0 5px 0;
padding:0 2px 0 0;
text-align:right;
line-height:21px;
}
#availability_search img {
float:left;
padding:2px;
margin:0 0 5px 0;
clear:right;
overflow:hidden;
width:18px;
height:17px;
}
#availability_search input {
background:#EEE;
border:1px solid #9E958C;
width:70px;
height:17px;
line-height:17px;
font-size:12px;
font-family:Tahoma, Verdana;
letter-spacing:0px;
text-align:center;
float:left;
margin:0 0 5px 0;
}
#availability_search input#guests {
width:30px;
}
#availability_search input.button {
float:none;
width:162px;
height:25px;
line-height:25px;
border:0;
background:url('../images/search_btn.jpg') no-repeat center center;
text-transform:uppercase;
font-weight:bold;
cursor:pointer;
}
/*    END OF SEARCH FORM */
div.thankspg { margin: 20px 0; }
div.thankspg h3 {
	background: transparent;
	background-image: none;
	margin: 10px 0 2px 0;
	padding: 0;
	color:#394C7D;
	font-size: 16px;
}
div.thankspg h3 a {
	color:#394C7D;
	font-size: 16px;
	text-decoration: none;
}
