

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }

.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/



/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/* Component containers
----------------------------------*/
.ui-widget { font-family: Trebuchet MS; font-size:13px; }
.ui-widget-content {background:url(/images-home/booking_Bg.gif) left 32px no-repeat; width:250px; height:250px; text-align:left; }


/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #d3d3d3; border-bottom:0; background: #e6e6e6 url(/images-home/ui-bg_glass_75_e6e6e6_1x400.png) top left repeat-x; font-weight: bold; color: #fff; outline: none; }


.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #075599; border-bottom:0; background: #fff url(/images-home/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #fff; outline: none; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { font-weight: bold; color: #fff; outline: none; }



/* Tabs
----------------------------------*/
.ui-tabs { padding-top:5px; zoom: 1; }
.ui-tabs .ui-tabs-nav { list-style: none; position: relative; padding:0; }
.ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; margin: 0 2px -1px 0; padding: 0; }
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding:4px 6px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 1px; border-bottom-width: 0; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; font-weight: bold; color: #fff; outline: none; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; font-weight: bold; color: #fff; outline: none; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { margin:4px; display: block; border-width: 0; background: none; font-family: Trebuchet MS; font-size:11px; color:#fff; width:230px;  }
.ui-tabs .ui-tabs-hide { display: none !important; }

