/* CSS Document */


.clear {  
    clear:both ;
	font-size: 1px;
}  

.clear-5 {  
    clear:both;
	font-size: 1px;
	height: 5px; 
}  

.fl { float: left; }
.fr { float: right; }

#console {
	width: 750px;
	background: url(/images/slideshow/bg.jpg) top no-repeat #282895;
	}

#console-fot {
	width: 750px;
	height: 29px;
	background: url(/images/slideshow/bg-fot.jpg) no-repeat;
	}

#searchbox {
	float: left;
	width: 306px;
	margin: 27px 0 0 13px;
	}


#searchbox .search-body {
	background-color: #5e5cbf;
	color: #fff;
	min-height: 188px;
	overflow: hidden;
	border-left: 1px solid #222286;
	border-right: 1px solid #222286;
	border-bottom: 1px solid #222286;
	padding: 10px;
	position: relative;
	}

*html #searchbox .search-body { height: 188px }

.search-body table tr td.label { vertical-align: top; }

.search-body table tr td.input a.cal-icon { 
	display: block;
	width: 22px;
	height: 21px;
	background: url(/images/searchbox/cal-icon.gif) no-repeat;
	float: right;
	text-indent: -5000px;
	margin: 1px 0 0 4px;
	}

.search-body table tr td.input input { 
	width: 126px;
	height: 17px;
	padding: 2px;
	border: 1px solid #4e4fa9;
	background: url(/images/searchbox/input-grad.gif) repeat-x;
	}

.search-body select { width: 50px; font-size: 11px; }

.search-body select#hotel-name { width: 154px; font-size: 12px; }
.search-body select.time { width: 100px; }

#children_box { margin: 3px 0 0 13px; display: none; }

#vchildren_box { margin: 3px 13px 0 0; text-align: right; display: none; }

#hotel-search a.submit {
	display: block;
	width: 95px; height: 30px;
	float: right;
	margin: 10px 10px 10px 0;
	background: url(/images/searchbox/quote-button.gif) no-repeat 0% 0%;
	}

#hotel-search a.submit:hover { background-position: 100% 100%; }

#vacay-search a.submit {
	display: block;
	width: 95px; height: 30px;
	float: right;
	margin: 10px 10px 10px 0;
	background: url(/images/searchbox/quote-button.gif) no-repeat 0% 0%;
	}

#vacay-search a.submit:hover { background-position: 100% 100%; }
 
#gallery {  
	float: right;
    position:relative;
	width: 404px;  
    height:261px;
	margin: 27px 13px 0 0;
	border: 1px solid #222286;
	overflow: hidden;
}  

#gallery IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#gallery IMG.active {
    z-index:10;
}

#gallery IMG.last-active {
    z-index:9;
}



ul#search-tabs li a {
	height: 30px;
	background-repeat: no-repeat;
	text-indent: -5000px;
	}


ul#search-tabs li.hotel { margin-right: 7px; }

ul#search-tabs li.hotel a {
	background-image: url(/images/searchbox/hotel-tab.gif);
	width: 131px;
	}

ul#search-tabs li.vacay a {
	background-image: url(/images/searchbox/vacay-tab.gif);
	width: 158px;
	}

/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

/* Skin */
.ui-tabs-nav, .ui-tabs-panel {
    font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
}
.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    margin: 0;
    min-width: 84px; /* be nice to Opera */
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    display: block;
    padding: 0;
}
.ui-tabs-nav a {
    margin: 1px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    color: #27537a;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
    outline: 0; /* prevent dotted border in Firefox */
}
.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    top: 1px;
    z-index: 2;
    margin-top: 0;
    color: #000;
}
.ui-tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}
*>.ui-tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.ui-tabs-nav .ui-tabs-selected a span {
    padding-bottom: 1px;
}
.ui-tabs-nav .ui-tabs-selected a, .ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active {
    background-position: 0% 0%;
}
.ui-tabs-nav a, .ui-tabs-nav .ui-tabs-disabled a:hover, .ui-tabs-nav .ui-tabs-disabled a:focus, .ui-tabs-nav .ui-tabs-disabled a:active {
    background-position: 100% 100%;
}
.ui-tabs-nav .ui-tabs-selected a span, .ui-tabs-nav a:hover span, .ui-tabs-nav a:focus span, .ui-tabs-nav a:active span {
    background-position: 0% 0%;
}
.ui-tabs-nav a span, .ui-tabs-nav .ui-tabs-disabled a:hover span, .ui-tabs-nav .ui-tabs-disabled a:focus span, .ui-tabs-nav .ui-tabs-disabled a:active span {
    background-position: 0 0;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-deselectable a:hover, .ui-tabs-nav .ui-tabs-deselectable a:focus, .ui-tabs-nav .ui-tabs-deselectable a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}

.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}












.rs_calendar_show
{
    cursor: pointer;
    margin-bottom: -2px;
}

.rs_calendar
{
    z-index: 1000;
    background: #FFF;
    position: absolute;
    border: 1px solid black;
    width: 346px;
    clear: both;
    overflow: auto;
    font-size: 12px !important;
    font-family: arial, helvetica, sans-serif !important;
    display: none;
}

.rs_calendar .calendarButtons span
{
    display: block;
    float: right;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    cursor: pointer;
}

.rs_calendar .calendarTitle
{
    float: left;
    padding-left: 5px;
}

.rs_calendar .calendarNext
{
    background: transparent url(http://secure.rezserver.com/img/cal_next.gif) no-repeat scroll 0 0;
}

.rs_calendar .calendarPrev
{
    background: transparent url(http://secure.rezserver.com/img/cal_prev.gif) no-repeat scroll 0 0;
}

.rs_calendar table
{
    margin: 4px;
    padding: 0px;
    font-size: 12px !important;
    font-family: arial, helvetica, sans-serif !important;
    border: 1px solid #99ABAF;
    float: left;
}

.rs_calendar table .topRow
{
    background: #88CAFF;
    border-bottom: 1px solid #99ABAF;
    padding: 2px;
    color: #FFF;
    height: 24px;
}

.rs_calendar table .weekRow
{
    font-weight: normal;
    background-color: #66B2E2;
    font-size: 9px;
}

.rs_calendar table .weekRow th
{
    padding: 2px;
}

.rs_calendar table td
{
    padding: 2px;
    text-align: center;
}

.rs_calendar table .dateSquare
{
    border-bottom: 1px solid #EAEAEA;
    border-collapse: collapse !important;
    border-right: 1px solid #EAEAEA;
    padding: 4px;
    cursor: pointer;
}

.rs_calendar table .blank, .rs_calendar table .disabledDate
{
    cursor: default;
}

.rs_calendar select
{
    font-size: 12px !important;
    font-family: arial, helvetica, sans-serif !important;
    float: left;
}

.rs_calendar .closerBar
{
    background-color: #66B2E2;
    height: 19px;
    padding: 2px;
    border-bottom: 1px solid black;
}

.rs_calendar .closeSquare
{
    background: #BF1B17;
    border: 1px solid #B11513;
    float: right;
    height: 16px;
    text-align: center;
    width: 16px;
    color: #FFF;
    font-weight: bold;
    cursor: pointer;
}

.rs_calendar .disabledDate
{
    color: #CFCFCF;
}

.rs_calendar .currDate
{
    color: #FFF;
    background: #AC4A31;
    font-weight: bold;
}

.rs_calendar .betweenDate
{
    color: #6D979F;
}

.rs_calendar .otherDate
{
    color: #4C696F;
    font-weight: bold;
}

      