/* CSS Document */
div.warning {
	color: #cc0000;
	font-weight: bold;
	font-size: 120%;
	}

div.blockMsg {
	width:  30%;
	top:	20%;
	left:   30%;
	text-align: center;
	background-color: #000;
	border: 1px solid #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; 
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); 
	-moz-opacity:.70;
	opacity:.70;
	padding: 15px;
	color: #fff;
}

.jomres_bt_tooltip_ajaxpage
	{
	float: left;
	}

.jomres_bt_tooltip_imageonly
	{
	float: left;
	padding: 5px;
	}
	
.jomres_bt_tooltip_room_type
	{
	float: left;
	padding: 2px 0 2px 10px !important;
	}

.jomres_bt_tooltip_features
	{
	float: left;
	padding: 2px 0 2px 6px !important;
	margin: 0;
	}
	
.jomres_bt_tooltip
	{
	float: left;
	}
	
.jomres_bt_tooltip_hover_content
	{
	width: 80px;
	text-align: center;
	border: 2px solid #666666;
	padding: 5px;
	background-color: #00FFFF;
	height: 45px;
	display: block;
	float: left;
	}
	
.panelwrapper 
	{
	margin: 0 auto;
	clear: both;
	text-align: center;
}
.jomres_button, input.jomres_button {
	background: url(../images/jomres_button.gif) no-repeat;
	padding: 0;
	margin: 0 2px 2px 0;
	height: 25px;
	width: 120px;
	text-align: center;
	border: none;
	outline: none;
	}

.jomres_button a:link, .jomres_button a:visited, input.jomres_button 
	{
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;	
	line-height: 25px;
	text-transform: uppercase;
	outline: none;
	color: #ffffff !important;
	padding: 0;
	margin: 0;
	}
	
.jomres_button a:hover, input.jomres_button:hover
	{
	color: #999999 !important;
	}
.jomres_orderbox {
	margin-top: 5px;
}
.dateinput_button {
	outline: 0;
}
td a.jomrestexteditable
	{
	color: #99f;
	background-color: #fff;	
}
.innerwrapper 
	{	
	width: 100%;
	text-align: left;
	margin: 0 auto;
	border-bottom: 1px solid #013457;
	border-right: 1px solid #013457;
	border-left: 1px solid #d1d1d1;
	border-top: 1px solid #d1d1d1;
}
.jradmin_innerwrapper 
	{	
	width: 100%;
	text-align: left;
	margin: 0 auto 10px auto;
	border: 1px solid #d1d1d1;
	padding: 0 0 10px 0;
}

.bformwrapper {	
	width: 98%;
	text-align: left;
	margin: 0 auto;
	border: 1px solid #263248;
	background: #f2f2f2;
}
.bformwrapper a img {	
	padding-left: 3px;
}
.bformwrapper  p{
	font-weight: bold;
	color: #263248;
	margin: 0;
	padding: 0;
}
.bookingform_lhs {
	width: 70%;
}
.bookingform_rhs {
	float: right;
	width: 29%;
}
.bookingform_particulars {
	background: #ffffff;
	border: 1px solid #e3e4e3;
	padding-left: 5px;
	padding-top: 2px;
	margin: 10px 5px 10px 5px;
}
.bookingform_extras 	{
	background: #ffffff;
	border: 1px solid #e3e4e3;
	padding-left: 5px;
	padding-top: 2px;
	margin: 5px;
	margin: 10px 5px 10px 5px;
}
.bookingform_overrides {
	padding-left: 5px;
	text-align: right;
}
.bookingform_address {
	background: #ffffff;
	border: 1px solid #e3e4e3;
	padding-left: 5px;
	padding-top: 2px;
	margin: 10px 0 10px 5px;
}
.bookingform_totals	{
	color: #263248;
	font-weight: bold;
	border: 1px solid #263248;
	margin: 0 5px 0px 10px;
}
*+html .bookingform_totals { /*IE 7*/
	margin: 10px 5px 0px 10px !important;
}
* html .bookingform_totals { /*IE 6*/
	margin: 10px 5px 0px 10px !important;
}
.bookingform_totals h4 {
	background: url(../images/pin_bg.png) no-repeat 5px 2px #fff7d9;
	border-bottom: 1px solid #263248;
	margin: 0;
	padding: 5px 15px 5px 15px;
}
.bookingform_table	{
	background: #ffffff;
	padding: 0;
	margin: 0;
}
.bookingform_footer {
	background: #f2f2f2;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	text-align: right;
}
.bookingform_instructions 	{
	text-align: left;
	padding-left: 10px;
	width: 100%;
}
#messages {
	min-height: 50px;
	background: #ffffff;
}
.messages {
	font-weight: bold;
	background: #ffffff;
	padding: 3px 5px 3px 5px;
}
.roomslist_selectedtext 	{
	font-size: 12px;	
	background: #fff;
	font-weight: bold;		
}
.roomalert_off {
	background: #fff;
}	

/* Booking confirmation */
.confirmation_table 
	{
	background: #ffffff;
	border: 1px solid #cccccc;
	margin-bottom: 5px;
	text-align: left;
	}

.confirmation_table th
	{
	background: #263248;
	color: #e1e3f0;
	text-indent: 5px;
	font-size: 12px;
	text-align: left;
	padding: 2px 0; 
	}
	
.confirmation_table td 
	{
	padding: 1px 5px 1px 5px;
	}

.confirmation_special_req_header 
	{
	margin-top: 5px;
	text-indent: 5px;
	} 

.confirmation_special_req_foot 
	{
	font-size: 9px;
	}

.confirmation_gateway_header 
	{
	background: #f1f1f1;
	color : #fff;
	} 

.confirmation_gateway_foot 
	{
	text-align: right;
	}

/* Booking completed template */
.completion_header {
	background: #ffffff;
}
.completion_content 	{
	background: #fff;
	font-size: 11px;
}
.completion_footer {
	background: #eeeeee;
}
	
/* Availability Calendars */
table .rescal {
	vertical-align: middle;
	text-align: center;
	}	
table .rescal th {
	font-size: 9px;
	text-align: center;
	font-weight: normal;
	padding: 2px 1px 3px 1px;
	text-align: center;
	border-top: 1px solid #263248;
	}
table .rescal td, .rescal td  {
	text-align: center;
	width: 21px;
	height: 16px;
	padding-top: 2px;
	padding-bottom: 3px;
	font-size: 10px;
	border: 1px solid #ffffff;
	}
a.rescal:link, a.rescal:visited 	{
	display: block;
}
a.rescal:hover 	{
	background-color: white;
	color: black;
}
a.rescal_dashboard:link, a.rescal_dashboard:visited 	{
	display : block;
	width : 11px;
	height : 11px;
	padding-top : 2px;
	font-size : 10px;
	}	
.availability_calendar_header {
	background: #f2f2f2;
	font-weight: bold;
	font-size: 12px;
	width: 100%;
}
.availability_calendar_months {
	background: #f2f2f2;
}
.availability_calendar_months  th{
}
th.availability_calendar_months font{
	font-size : 11px;
	font-weight: bold;
}
.availability_calendar_days 	{
	background: #e2e2e2;
	border: 1px solid #F2CAB7;
}
td.availability_calendar_days {
	border: 1px solid #F2CAB7;
	}
.availability_calendar_days td font {
	font-size : 11px;
	}
.availability_calendar_calendars {
	text-align: center;
	margin: 0 auto;
	padding: 0 20px 0 20px;
}
table.availability_calendar_calendars  {
	padding: 10px;
	}

/* Show tariffs template */
#tariffs {
	clear: both;
	margin-bottom: 10px;
	text-align: center;
	width: 100%;
	font-size: 12px;
}
.tariff_header {
	background: #263248;
	color: #ffffff;
	font-weight: bold;
}
.tariff_title {
	background: #263248;
	color: #ffffff;
}
.tariff_content1 {
	background: #ffffff;
}
.tariff_content2 {
	background: #f4f4f4;
}

/* Slideshows */	
.slideshow {
	text-align: left;
	margin-bottom: 15px;
}	
.slideshow_header
	{
	background: #f2cab7;
	font-size: 11px;
	text-align: left;
	}
.slideshow_content
	{
	background: #fff;
	font-size: 11px;
	}
.roomslist_header
	{
	background: #f2cab7;
	font-size: 11px;
	}
.roomslist_content
	{
	background: #fff;
	font-size: 11px;
	}

/* The rooms list buttons as passed back in the booking form from the ajax */	
#roombuttoncontainer {
   text-align : left;
   padding : 1px;
   margin : 3px 3px 3px 3px;
}
#roombutton dl { 
	list-style-type: none;
}
#roombutton dt {
	list-style: none;
	text-align : center;
	margin-bottom : 3px;
	margin-top : 3px;
	font-weight: normal;	   
}
#roombutton dt a {
	padding : 1px;
	text-decoration : none;
	display : block;
	width : 90px;
	color : #000;
	border-top : 1px solid #eaedf4;
	border-left : 1px solid #eaedf4;
	border-bottom : 1px solid #224059;
	border-right : 1px solid #224059;
	background : #f2cab7; 
}
#roombutton dt a:hover {
   border-top : 1px #31557f solid;
   border-left : 1px #31557f solid;
   border-bottom : 1px #f8f9fb solid;
   border-right : 1px #f8f9fb solid;
   text-decoration : none;
   background : #ff1111;
}
#roombuttoncontainer_selected {
   text-align : left;
   padding : 1px;
   margin : 3px 3px 3px 3px;
}
#roombutton_selected dl { 
	list-style-type: none;
}
#roombutton_selected dt {
   list-style: none;
   text-align : center;
   margin-bottom : 3px;
   margin-top : 3px;
}
#roombutton_selected dt a {
   padding : 1px;
   text-decoration : none;
   display : block;
   width : 90px;
   color : #000;
   border-top : 1px solid #eaedf4;
   border-left : 1px solid #eaedf4;
   border-bottom : 1px solid #224059;
   border-right : 1px solid #224059;
   background : #f2cab7;    
}
#roombutton_selected dt a:hover {
   border-top : 1px #31557f solid;
   border-left : 1px #31557f solid;
   border-bottom : 1px #f8f9fb solid;
   border-right : 1px #f8f9fb solid;
   text-decoration : none;
   background : #ff1111;   
}

/*Property List*/
.normaltextbold {
	font-size: 18px;
	font-weight: bold;
	color: #ff9d2e;
	text-decoration: none;
}
.classnormal {
	background: #f1f1f1;
	border-bottom: 1px solid #013457;
	border-right: 1px solid #013457;
	border-left: 1px solid #d1d1d1;
	border-top: none;
	width: 98%;
	margin: 0 auto;
	margin-bottom: 0;
	overflow: hidden;
	height: 150px;
}
.classprice {
	background: #263248;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	width: 98%;
	margin: 0 auto;
	overflow: hidden;
	color: #ffffff;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	height: 22px;
}
.availbook {
	text-align:right;
}
.availbook a  {
	font-weight: bold;	
	margin-right: 10px;
	margin-left: 10px;
	font-size: 13px;
	color: #ffffff !important;
	line-height: 22px;
	text-transform: uppercase;
	}
.desccurta { 
	float: left; 
	width: 150px; 
	height: 150px; 
	margin: 0; 
	padding: 5px 0;
}
.bqstart {
    float: left;
    color: #76a217;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 3.5em;
	margin-top: -15px;
} 
.blurb {
	font-family: Arial, sans-serif; 
	font-size: 12px; 
	font-weight: bold;
	color: #050608;
	text-decoration: none;
	margin: 0 0 0 3px;
}
.info {
	clear: both;
	text-align: center;
	margin: 0;
	padding: 0;
}
.bignum { 
	font: 20px Verdana, Arial, Helvetica, sans-serif; 
	color: #ff9900;
}
.fotoholder { 
	float: left; 
	width: 225px; 
	margin: 0; 
	padding: 0;
	border-right: 1px solid #05568E;
	border-left: 1px solid #05568E;
}
.puntsdestac {  
	margin-left: 375px; 
	padding: 10px 0 0 15px;
	height: 150px;
}
.titolpis { 
	padding-top: 5px; 
	padding-left: 0; 
	font-size: 14px;
	font-weight: bold;
}
.titolpis a:link, .titolpis a:visited  { 
	text-decoration: none;
	color: #263248 !important;
	margin-bottom: 3px;
	text-transform: capitalize;
}
.titolpis a:hover  { 
	text-decoration: underline;
}
div.area, div.area a {
    font-size: 11px;
	padding-left: 0; 
    font-weight: bold;
    color: #ff9900 !important;
    text-decoration: none;
	padding-top: 2px; 
	margin: 0; 
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
}
div.area a:hover {
    text-decoration: underline;
}
/*==============================
clear any inherited styling
==============================*/
div.listholder ul, div.listholder li, div.listholder span {
	margin: 0;
	padding: 0;
	height: auto;
	border: none;
}
div.listholder ul.wraplist { 
	margin-right: 0;
	background-image: none;
}
.listholder {
	margin-top: 7px;
}
div.listholder li {
	background-image: none;
	}
ul.wraplist {
	font-family: tahoma, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #000000;
	text-decoration: none;
	padding: 0;
	text-align: left;
	float: left;
	list-style: square inside;
	letter-spacing: 150%;
}
br  {  
	clear: left;
}

/*Property Details*/
.propertydetails {
	border: none;
	width: 99%;
	margin: 5px auto;
	padding: 0 0 15px 0;
}
.top {
	width: 100%;
	padding: 0;
	margin: 0;
}
.amenity {
	vertical-align: top;
	padding-top: 10px;
}	

/*links*/
.pdlink {
	height: 25px;
	margin-bottom: 10px;
}
#gallery_pro {
	padding: 0px;
	width: 400px;
	margin-left: 10px;
}	

/*Admin classes*/
.jradmin_rowtoolbar 	
	{
	width: 74px;	
	}
	
.jradmin_rowtoolbar table 
	{
	background: #d9dee2;
	}
	
.jradmin_wrapper 
	{
	width: 100%;
	}

.jradmin_table 
	{
	width: 100%;
	}
	
.jradmin_header_la, .jradmin_header_ca, .jradmin_header_ra,
.jradmin_subheader_la, .jradmin_subheader_ca, .jradmin_subheader_ra,
.jradmin_rowheader_la, .jradmin_rowheader_ca, .jradmin_rowheader_ra
	{
	text-align: center;
	padding-left: 5px;
	padding-right: 2px;
	height: 25px;
	vertical-align: middle;
	}

.jradmin_header_la,
.jradmin_header_ca,
.jradmin_header_ra
	{
	background: #D6D8DB;
	color: #931638;
	}

.jradmin_subheader_la,
.jradmin_subheader_ca,
.jradmin_subheader_ra
	{
	background: #E8EAEE;
	color: #333333;
	}
	
.jradmin_rowheader_la,
.jradmin_rowheader_ca,
.jradmin_rowheader_ra
	{
	background: #F1F1F2;
	color: #931638;
	}
	
.jradmin_field_la,
.jradmin_field_ca,
.jradmin_field_ra,
.jradmin_rowtoolbar
	{
	background: #F6F7F8;
	color: #000000;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	}

.jradmin_header_la,
.jradmin_subheader_la,
.jradmin_rowheader_la,
.jradmin_field_la
	{
	text-align: left;
	}

.jradmin_header_ca,
.jradmin_subheader_ca,
.jradmin_rowheader_ca,
.jradmin_field_ca
	{
	text-align: center;
	}

.jradmin_header_ra,	
.jradmin_subheader_ra,
.jradmin_subheader_ra,
.jradmin_field_ra
	{
	text-align: right;
	}

td.jomres_title, div.jomres_title 
	{
	color: #fffef9;
	font-weight: bold;
	background: #263248;
	text-align: center;
	line-height: 20px;
	height: 20px;
	font-size: 115%;
	width: 100%;
	}
	
.jomres_message 
	{
	color: #cc0000;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	}
/**
/* END OF NEW CLASSES
*/
.pathway {
	font-size: 12px;
}

.pathway img {
	position: relative;
	top: 2px;
	left: 0;
}

div.mysticky {
	margin: 10px 5px 0 10px;
	padding: 0;
	background: #ffffff;
	border: 1px solid #e3e4e3;
}

div.mysticky p {
	background: url(../images/pin_bg.png) no-repeat 5px 2px #fff7d9;
	margin: 0;
	color: #263248;
	padding: 5px 15px 5px 35px;
	font-weight: bold;
	border-bottom: 1px solid #e3e4e3;
	text-transform: uppercase;
	font-size: 12px;
}

div.mypinnote {
	margin: 10px 0 10px 0;
	padding: 0;
	background: #f2f2f2;
	border-bottom: 1px solid #013457;
	border-right: 1px solid #013457;
	border-left: 1px solid #d1d1d1;
	border-top: 1px solid #d1d1d1;
}

div.mypinnote h4 {
	background: url(../images/pin_bg.png) no-repeat 5px 5px #Fff7d9;
	margin: 0;
	color: #263248;
	padding: 10px 15px 10px 35px;
	font-weight: bold;
	border-bottom: 1px solid #d1d1d1;
	text-transform: uppercase;
	font-size: 12px;
}

div.mypinnote p {
	background: #ffffff;
	margin: 0;
	padding: 10px;
}

.mypinnote ul li ul {
	line-height: normal;
	margin: 0;
	padding: 0;
}	

div.block_ui_bookingform h3
	{
	font-size: 13px;
	text-align: center;
	padding-top: 10px;
	}

div.pdesc {
	margin-top: 2px !important;
}		
div.pdesc p {
	margin: 0 !important;
}		

.jerror {
	background-color: yellow;
}

table.jradmin_table input.inputbox , table.jradmin_table select.inputbox {
	font-size: 98%;
}

div.toplevel {
	margin: 0;
	padding: 0;
	clear: both;
}

div.toplevel  a{
	color: #000000 !important;
	text-decoration: none;
	font-size: 120% !important;
	font-weight: bold;
	margin: 0 0 0 0;
}

.toplevel ul {
	margin: 0;
	padding: 0;
	clear: both;
	text-align: left;
}

.toplevel ul li {
	margin: 2px 0 8px 0;
	list-style: none;
	padding: 0;
	float: left;
	line-height: 24px;
	height: 24px;
	margin: 3px 8px 0 0;
	background: #e39338;
}

div.toplevel ul li a, div.toplevel  ul li a:visited{
	color: #ffffff !important;
	text-decoration: none;
	font-size: 115% !important;
	font-weight: normal;
	padding: 0 4px;
	text-align: center;
}

div.toplevel  ul li a:hover{
	background: #263248;
	color: #ffffff !important;
}

div.cpanel {
	text-align: left;
}

div.featureinline {
	display:inline-block;
}
div.featureinline input {
	margin-left: 2px;
}
