 #ap1 {
   position:absolute;
   background-color:white;
   border:1px solid #888;
   margin:0px;
   padding:0px;
 }

#ap1 ul  {
  list-style-type: none;
  margin:0px;
  padding:0px;
}


#ap1 ul li.selected {
	background-color: #F6F6F6;
	cursor: pointer;
}

#ap1 li {
	font-family: Arial, sans-serif;
	list-style-type: none;
	display:block;
	margin:0;
	padding: 4px 4px;
	cursor: pointer;
	background-color: white;
}

#ap1 li .name {
	font-weight:normal;
  	font-size:16px;
   	color: #666;
}

#ap1 li .type {
    font-size:10px;
    color: #888;
  }

.paging_block {
	text-align: center;
}

img.select_calendar {
	cursor: pointer;
}

span.select_calendar {
	font-weight: bold;
	 margin-right: 4px;
}

.selected_room {
	font-weight: bold;
}

.empty_image {
	width: 96px;
	height: 96px;
	float: left;
	margin: 17px;
}

.empty_image_2 {
	width: 12px;
	height: 136px;
	float: left;
}

.error {
	color: red !important;
	font-weight: bold !important;
}

.form1 .notice {
	padding: 0px 4px;
	margin-top:  8px; 	
}

.active {
	font-weight: bold;
}

.hotel_list_item {
		min-height: 129px;
		margin-bottom: 5px;		
		
		font-family: Verdana, Arial, sans-serif;
		font-size: 12px;
		
		border: #CFCFCF solid 1px;
		background: #fff url('../media/images/bg_hotel.gif') repeat-x bottom left;
}

.map {			
	float: right;
	margin: 17px 17px 0px 17px;
	border: #a3a3a3 solid 1px;
	width: 300px;
	height: 240px;
}

.hotel2 .guest_inputs {margin: 0 17px 17px 17px;}

.info_text {
	margin: 16px;
}


.availability_table {
	margin: 16px;
}

.availability_table table {
	margin-top: 16px;
}

.availability_table th.room_type {
	padding: 2px;
	vertical-align: top;
	text-align: left;
}

.availability_table td {
	padding: 0px;
}


.availability_table .header {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.availability_table tr.year_row th {
	padding: 2px;
	border-bottom: 2px solid #EFEFEF;
	font-size: 9px;
}

.availability_table tr.month_row th {
	padding: 2px;
	border-bottom: 2px solid #EFEFEF;
	font-size: 9px;
}

.availability_table tr.day_row th {
	padding: 2px;
	border-bottom: 2px solid #EFEFEF;
	font-size: 9px;
}


.availability_table td.data {
	padding: 1px;
	border-bottom: 1px solid #EFEFEF;
	border-left: 1px solid #EFEFEF;
	white-space: nowrap;
	font-size: 9px;
}

.availability_table input.room_count {
	width: 15px;
	border: 0px;
	font-size: 9px;
}

.availability_table input.price {
	width: 30px;
	border: 0px;
	font-size: 9px;
}

.availability_table .filter {
	
}

.availability_table .filter td {
	padding: 4px;	
}

.availability_table .form .header {
	font-weight: bold;
	text-align: left;
}

.availability_table .form td {
	padding: 4px;	
}

.availability_table .form th {
	padding: 4px;	
	text-align: left;
	font-weight: bold;
}


.text_page {
	padding: 0px 16px !important;
}

.text_page p {
	margin: 0 17px 17px 17px;	
	
}

