/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/**{padding: 0; margin: 0;}*/

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:502;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 503;
	color:#000000;
	display:none;
	border: 1px solid #777;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#F0F3F7;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:32px;
	width:32px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -16px 0 0 -16px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}


/*Autocomplete*/
.ac_results {
	padding: 1px;
	width:300px;

	border:1px solid #CDD1D8;
	border-right:2px outset #9da1a6;
	border-bottom:2px outset #9da1a6;

	background-color: #ffc;
	overflow: hidden;
	color:#000;
	position:absolute;
}

.ac_results ul {
/*
	width:100%;
*/
	-width:auto;
	list-style-position: outside;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.ac_results li {
	display:block;
	padding: 2px 0px;
/*
	width:100%;
	-width:auto;
*/
	white-space: nowrap;
	color: #545454;
	overflow: hidden;
}
.ac_results li div.ac_line {
	overflow: auto;
	padding:0px 4px;
}
.ac_results li div.ac_line span.ac_left {
	float:left;
}
.ac_results li div.ac_line span.ac_right {
	float:right;
}

.ac_results li.ac_over {
	background-color: #7690B2;
	color:#fff;
	cursor:pointer;
}
.ac_results li.ac_over * {
	color:#fff;
}
.ac_results iframe {
	display:none;
	display/**/:block;
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}
.ac_loading {
	background : #fff url('../images/ajax-loader-small.gif') right center no-repeat;
}
#ac_loading {
	position:absolute;
	width:115px; -width:120px;
	height:20px;
	background : transparent url('../images/ajax-loader.gif') right center no-repeat;
}

/* ---------------------------------------------
 * AJAX Autocomplete - HOTELE
 */
.ac_results_hotels {
	width:300px;
	border: 1px solid #a9a9a9;
	border-top:0;
	background-color: #fff;
	overflow: hidden;
	color:#343434;
	position:absolute;
	z-index: 9000;
	-moz-box-shadow: 0px 2px 3px #ccc;
	-webkit-box-shadow: 0px 2px 3px #ccc;
	-o-box-shadow: 0px 2px 3px #ccc;
	-ie-box-shadow: 0px 2px 3px #ccc;
	box-shadow: 0px 2px 3px #ccc;
}

.ac_results_hotels ul {
	-width:auto;
	list-style-position: outside;
	list-style: none;
	padding: 0px;
	margin: 0px;
	width: 256px;
}

.ac_results_hotels li {
	display:block;
	padding: 2px 14px 2px 7px;
	white-space: nowrap;
	color: #545454;
	overflow: hidden;
	border-top:1px solid #f2f2f2;
}
.ac_results_hotels li div.ac_line {
}
.ac_results_hotels li.ac_over {
	background-color: #0082bf;
	color:#fff;
	cursor:pointer;
}
/*
.ac_results li.ac_over * {
	color:%ac-hover-color%;
}*/
.ac_results_hotels iframe {
	display:none;
	display/**/:block;
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}
.ac_loading_hotels {
	background : #fff url('../images/ajax-loader-small.gif') right center no-repeat;
}
.ac_results_hotels li.ac_separator {
	border: 1px solid #fff;
	border-width: 1px 0;
	margin-bottom: -1px;
	padding: 3px 7px 2px;
	background: #1c8dbe;
	color: #fff;
	font-weight: bold;
	/*font-size:1.2em;*/
}
.ac_results_hotels li.ac_separator:first-child { border-top: 0 none; }
.ac_results_hotels li .ac_higlight {
	background: #ffff00;
	border: 0;
}
.ac_results_hotels li.ac_over .ac_higlight {
	background: none;
}
/*
#ac_loading {
	position:absolute;
	width:115px; -width:120px;
	height:20px;
	background : transparent url('../images/ajax-loader.gif') right center no-repeat;
}
*/


/* Main Style Sheet for jQuery Calendar */
table.jCalendar {
	background: #064a7d;
    border-collapse: collapse;
	border-bottom:1px solid #064a7d;
	border-right:1px solid #064a7d;
	font-family:Verdana,Arial,sans-serif;
	font-size:9px;
	margin-left:1px; -margin-left:0px;
}
table.jCalendar th {
	background: #043458;
	color: #fff;
	font-weight: bold;
	padding: 2px 3px;
	border-top:1px solid #064a7d;
	border-left:1px solid #064a7d;
}
table.jCalendar td {
	background: #fff;
	color: #000;
	padding: 1px 4px;
	text-align: center;
	border-top:1px solid #064a7d;
	border-left:1px solid #064a7d;
}
table.jCalendar td.other-month {
	background: #f0f0f0;
	color: #999;
}
table.jCalendar td.weekend {
/*	background: #ffcccc; */
	color:#f00;
	font-weight: bold;
}
table.jCalendar td.today {
	background: #666;
	color: #fff;
	font-weight: bold;
}
table.jCalendar td.selected {
	background: #f66;
	color: #fff;
	font-weight: bold;
}
table.jCalendar td.selected:hover {
	background: #f33;
	color: #fff;
}
table.jCalendar td:hover, table.jCalendar td.dp-hover, table.jCalendar td.weekend:hover {
	background: #043458;
	color: #fff;
}
table.jCalendar td.blocked {
	color:#6698D3;
	font-weight: bold;
}
table.jCalendar td.disabled, table.jCalendar td.disabled:hover {
	background: #ccc;
	color: #999;
}
table.jCalendar td.blocked, table.jCalendar td.blocked:hover {
	color:#6698D3;
	font-weight: bold;
	background:#fff;
}

#dp-tip {
	border: 1px solid #043458;
	background:#6698D3;
	width: 200px;
	padding:5px;
	font-size: 11px;
	position: absolute;
	opacity:0.9;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	font-family: Verdana,Arial,sans-serif;
	color:#fff;
}

/* For the popup */
div#dp-popup {
	position: absolute;
	font-size: 9px;
	font-family: Verdana,Arial,sans-serif;
	background: #043458;
	padding: 1px;
	min-height: 150px;
	min-width: 150px;
}
div#dp-popup h2 {
	font-family: Tahoma,Arial,sans-serif;
	color:#fff;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	margin: 3px 0px 3px 0px;
	padding: 0;
}
a#dp-close {
	font-size: 9px;
	padding: 1px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div#dp-popup a {
	color: #fef4a0;
	text-decoration: none;
	padding: 3px 2px 0;
}
div#dp-popup div#dp-nav-prev {
	position: absolute;
	top: 1px;
	left: 2px;
	width: 100px;
}
div#dp-popup div#dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div#dp-popup div#dp-nav-prev a, div#dp-popup div#dp-nav-next a {
	cursor: pointer;
}
div#dp-popup div#dp-nav-prev a.disabled, div#dp-popup div#dp-nav-next a.disabled {
	cursor: default;
	color: #ccc;
}
div#dp-popup div#dp-nav-next {
	position: absolute;
	top: 1px;
	right: 2px;
	width: 100px;
}
div#dp-popup div#dp-nav-next a {
	float: right;
}
div#dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div#dp-popup td {
	cursor: pointer;
}
div#dp-popup td.disabled {
	cursor: default;
}