{
	margin:0px;
}

#booking-wrapper{
border: 1px solid #D3B252;            /* border size, type and color */
width:300px;									/*main width*/
background-color: #8B2427; 	/*main background color*/
padding:0px;
margin:0px;
font-family: Tahoma, Verdana, sans-serif;
font-size: 12px;						/*Main font size*/
color: #8B2427;									/*Main FONT color*/
line-height:1em; /* ??? */
}

.format-drop {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px; /* size of all drop down menus */
	color: #000000;  /* color of number in all drop down menus*/ 
}

.booking-drop{
	width:100%;								/*width dropdown menu*/
}

#title-header {
	display: block;
	color: #D3B252; /* Text Color of BOOK NOW! */
  padding: 7px 0px 7px;
  margin-top: 8px;
	font-size: 16px;
	font-weight:bold;
	font-family: Tahoma, Verdana, sans-serif;
	text-align: center;
}

#fullContent {	
	display: block;
}

#booking-roomdorm{
width:278px;								/*Width of center part*/
background-color: #F7ECCC; 	/*COLOR of center part*/
}
#booking-dates{
margin: 5px 10px 0px;
padding-top:5px;
padding-bottom:3px;
/*width:100%;*/     /*Width of center part*/
background-color: #F7ECCC;	/*COLOR of center part*/
border: 1px solid #D3B252;  /* SIZE, TYPE, COLOR and SIZE of border in the center part*/
}
#booking-rooms{
width:100%;								/*Width of center part*/
background-color: #8B2427; 	/*COLOR of center part*/
}
#booking-room-occ{
margin: 0px 10px 5px; /*Width of center part*/
/*padding-top:1px;*/
background-color: #F7ECCC;	/*COLOR of center part "ROOM OCCUPANCY"*/
border: 1px solid #D3B252; /* SIZE, TYPE, COLOR and SIZE of border in the ROOM OCCUPANCY part*/
}
#occtitle{
/*border-bottom: 1px solid #FFFFFF;*/
text-align: left;
padding: 4px 0px 6px 13px;
border-bottom: 1px solid #8B2427;
/*margin-left:1px;
margin-right:1px;*/
background-color: #D3B252;		/*Background color of occ title*/
font-size:13px;
font-weight:bold;
color: #8B2427;								/*font color of occ title*/
}
#booking-searchd{
width:100%;
text-align: right;
}

.booking-div{
	height: 20px;
}
.booking-left{
padding:5px;
float:left;
width:99px;
}
.booking-right{
float:right;
width:215px;
}
.booking-line{
height:25px;
}
#errorTBL{
display: visible;
}
#ixpDataFrame{
position:absolute; 
left:0px; 
top:0px; 
width:0px; 
height:0px; 
z-index:3; 
border: 1px none #000000; 
background-color: #FFFFFF; 
display:none;
}
.linkBut {
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: xx-small;
font-weight: bolder;
color: #FFFFFF;
background-color: #6699CC;
text-align: center;
width: 110px;
border-top-width: thin;
border-right-width: thin;
border-bottom-width: thin;
border-left-width: thin;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #99CCFF;
border-right-color: #006699;
border-bottom-color: #006699;
border-left-color: #99CCFF;
}
.txt{
padding-bottom: 4px;
width:57px;
float:left;
/*height:16px;*/
}
.booking-search{
margin-top:2px;
padding-right: 10px;
}
.filup{
padding:2px;
float:left;
width:68px;
height:16px;
}

#waitMsg {
	display: none;
}