<!--

	html, body { height:100% !important; 
	margin: 0!important;
	padding:0!important;
	}
	
	body {
		background-color:#E6E9EC;
		/*background-image:url(../graphics/main_bg2.gif);
		background-repeat:repeat-x;*/
		margin:0px auto;
		padding:0px;
		font-family:Helvetica, Arial, sans-serif;
		height:100% !important;
	}
	
	img{
		border:0px;
	}
	input{
		border:1px solid #999999;
	}
	select{
		border:1px solid #999999;
		color:#666666;
	}
	input.text{
		border:1px solid #999999;
		color:#666666;
		width:180px;
	}
	input.texterror{
		width:180px;
		border-color:#FF0000;
		background-color:#FFE6E7;
	}
	input.textdate{
		border:1px solid #999999;
		color:#666666;
		width:130px;
	}
	input.textdateerror{
		width:130px;
		border-color:#FF0000;
		background-color:#FFE6E7;
	}
	input.textsmall{
		border:1px solid #999999;
		width:40px;
		color:#666666;
	}
	input.textsmallerror{
		width:40px;
		border-color:#FF0000;
		background-color:#FFE6E7;

	}
	textarea{
		border:1px solid #999999;
		width:300px;
		height:120px;
		font-family:Arial, Helvetica, sans-serif;
		color:#999999;
	}
	#maincontainer{
		width:634px; 
		position:absolute;
		left:50%;
		margin-left:-300px;
		display:table;
		background-color:#FFFFFF;
		background-image:url(../graphics/main_bdr_bg.gif);
		background-repeat:repeat-y;
		
	}
	#maincontent{
		width:600px;
		background-color:#FFFFFF;
		margin-left:17px;
		border-bottom:5px solid #CCCDD1; 
		
	}
	#header{
		width:100%;
		height:70px;
		color:#00CC66;
		font-size:25px;
		position:relative;
	}
	#header #header_lhs{
		position:absolute;
		left:0px;
		width:410px;
		height:70px;
		padding:10px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
	#header #header_rhs{
		position:absolute;
		right:0px;
		width:140px;
		height:70%;
		font-size:90%;
	}
	
	#top_nav{
		position:relative;
		width:598px;
		height:20px;
		padding:0px;
		border-top:1px solid #999999;
		/*border-left:1px solid #999999;
		border-right:1px solid #999999;*/
		border-bottom:1px solid #999999;
	}
	
	#top_nav ul{
		display: inline;
		margin: 0;
		padding: 0;
		white-space : nowrap;
	}
	#top_nav ul li{
		display: inline;
		font-size:95%;
		font-weight:bold;
		color:#999999;
		padding-left:13px;
		padding-right:10px;
		border-right:1px solid #999999;
	}
	#top_nav ul li a{
		color:#999999;
		text-decoration:none;
	}
	#top_nav ul li a:hover{
		color:#FFCC00;
		text-decoration:underline;
	}
	#top_nav ul li a.selected{
		color:#FFCC00;
	}
	#top_nav ul li.login{
		color:#849DF1;
		border-right:0px solid #999999;
		padding-right:7px;
	}
	#top_nav ul li.login a{
		color:#849DF1;
	}
	#top_nav ul li.login a:hover{
		color:#66CC33;
	}
	#content{
		position:relative;
		width:570px;
		margin-top:5px;
		font-size:80%;
		color:#858585;
		margin-left:15px;
		margin-right:15px;
		background-color:#FFFFFF;
	}
	#content a{
		color:#849DF1;
	}
	#content h1{
		font-size:150%;
		font-weight:lighter;
		color:#858585;
		padding-bottom:0px;
		margin-bottom:0px;
	}
	#content h1.orange{
		color:#F8A803;
	}
	#content h2{
		font-size:130%;
		color:#858585;
		padding-bottom:0px;
		margin-bottom:2px;
	}
	#content h3{
		font-size:100%;
		color:#858585;
		padding-bottom:0px;
		margin-bottom:1px;
	}
	#content #rhs_pic_cell{
		position:relative;
		border:1px solid #999999;
		float:right;
	}
	#content_lr{
		margin-top:10px;
		position:relative;
		height:220px;
		width:100%;
		display:block;
	}
	
	#content_lr .content_lhs_cell{
		left:0px;
		width:348px;
		position:absolute;
	}
	#content_lr .content_lhs_cell p{
		text-align:right;
	}
	#content_lr .content_rhs_cell{
		right:0px;
		position:absolute;
	}
	#content_lhs{
		float:left;
		display:inline;
		width:50%;
	}
	#content_rhs{
		float:left;
		display:inline;
		width:50%;
	}
	#property_cell_container{
		position:relative;
		width:570px;
		
		display:table;
	}
	#property_cell_container a{
		text-decoration:none;
	}
	#property_cell_container img.propimage{
		border:2px solid #706E6F;
		margin-bottom:2px;
	}
	.btnMoreinfo{
		margin-left:5px;
	}
	.btnSet{
		float:right;
		display:block;
	}
	
	#property_cell_container .property_cell_1{
		width:141px;
		height:205px;
		overflow:hidden;
		float:left;
		display:inline-block;
	}
	#property_cell_container .property_cell_l{
		width:141px;
		float:left;
		height:205px;
		overflow:hidden;
		
		display:inline-block;
	}
	#property_cell_container .property_cell_r{
		width:141px;
		float:left;
		height:205px;
		overflow:hidden;
		margin-left:2px;
		display:inline-block;
	}
	
	#footer{
		margin-top:25px;
		min-height:80px;
		width:600px;
		border-top:2px solid #999999;
		border-bottom:2px solid #999999; 
		font-size:75%;
	}
	#footer_links{
		color:#999999;
		margin-top:0px;
		margin-left:10px;
		margin-right:10px;
	}
	#footer_links a{
		color:#999999;
	}
	#footer_info{
		color:#999999;
		margin-top:10px;
		margin-left:10px;
		margin-right:10px;
	}
	#footer_info a{
	    color:#999999;
	}
	
	.property_list{
		display:table;
		width:100%;
	}
	.property_list .pl_row{
		display:block;
		width:567px;
		clear:both;
	}
	.property_list .pl_row .pl_img{
		float:left;
		width:145px;
		margin-right:5px;
		margin-bottom:2px;
		display:inline-block;
		
	}
	.property_list .pl_row  img{
		border:1px solid #666666;
		display:inline-block;
		margin-right:2px;
		margin-bottom:2px;
	}
	.property_list .pl_row .pl_inf{
		float:left;
		margin-left:5px;
		width:420px;
	}
	#prop_features ul{
		list-style:none;
		margin-left:0px;
		padding-left:0px;
		margin-top:5px;
	}
	#prop_features ul li{
		list-style:none;
		display:inline;
		margin-right:15px;
	}
	
	#prop_picture_container{
		display:table;
		width:100%;
	}
	.prop_picture_row{
		display:table-row;
		width:100%;
	}
	.prop_picture_cell{
		width:135px;
		display:inline;
	}
	
	.prop_picture_cell img{
		border:2px solid #706E6F;
	}
	#tariff{
		width:440px;
		border:2px solid #ffffff;
	}
	#tariff td{
		background-color:#F4F4F4;
		padding:3px;
	}
	#tariff td.month{
		width:200px;
		background-color:#FFFFFF;
	}
	.tariff_hdr{
		color:#999999;
		font-weight:bolder;
	}
/*Misc styles*/
	.content_advert{
		display:table;
		
		width:500px;
		height:190px;
		
	}
	#prop_detail_top{
		width:100%;
		border-top:1px solid #999999;
	}
/*Availaility calender syles*/
 #calender{
  width:565px; /*100%*/
  border:1px solid #666666;
  font-family:Arial, Helvetica, sans-serif;
  font-size:80%;
  
 }
 
 #calender tr td.days{
  font-size:92%;
  width:15px;
  color:#858585;
 }
 #calender tr td{
  border:1px solid #999999;
  text-align:center;
 }
 #calender td.today{
  color:#858585;
  background-color:#EBEBEB;
  font-weight:bold;
 }
 #calender td.booked{
  color:#ffffff;
  background-color:#FF3333;
  font-weight:bold;
 }
 .booked{
 	color:#FFFFFF;
 }
 
 /* // Booking form Styles // */
 
 .t_table{
 	display:block;
	width:550px;
	float:left;
 }
 .t_row{
 	display:inline-block;
	/*border:1px solid #999999;*/
	margin-bottom:7px;
 }
.t_cell_l{
	float:left;
	display:inline-block;
	width:190px;
}
.t_cell_r{
	float:left;
	display:inline-block;
	width:350px;
} 

.Flights{
	font-size:120%;
	color:#33CC33;
	font-weight:bold;
}
#frmBooking1 {
 display:block;
 height:530px;
}

.propHead{
	display:inline-block;
	
}
.propSBholder{
	position:absolute;
	right:0px;
	top:0px;

}
-->
