#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;}
#TB_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
}
.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
    background-color:#000;
    filter:alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
}
* html #TB_overlay {
    position: absolute;
    height: expression(document.body.scrollHeight &gt; document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
    position: fixed;
    background: #ffffff;
    z-index: 102;
    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:#e8e8e8;
    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;
}
* html #TB_load {
    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 {
    position: absolute;
    height: expression(document.body.scrollHeight &gt; 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;
	overflow:hidden;
}
.ac_results {
    padding: 0px;
    border: 1px solid #777;
    background-color: #fff;
    overflow: hidden;
    color:#000;
}
.ac_results ul {
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.ac_results iframe {
    display:none;
    display/**/:block;
    position:absolute;
    top:0;
    left:0;
    z-index:-1;
    filter:mask();
    width:3000px;
    height:3000px;
}
.ac_results li {
    padding: 2px 3px;
    white-space: nowrap;
    font-size: 10px;
    line-height: 90%;
    color: #000;
    overflow: hidden;
	text-align: left;
}
.ac_results li strong {
    font-weight: normal;
}
.ac_over {
    background-color: #891600;
    color: #fff !important;
}
.ac_kraj {
    font-size: 8px;
}
.ac_loading {
    background : #fff url('../images/ajax-loader-inside.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;
}
table.jCalendar {
    background: #064a7d;
    border-collapse: collapse;
    border-bottom:1px solid #CC0000;
    border-right:1px solid #CC0000;
    font-family:Verdana,Arial,sans-serif;
    font-size:9px;
    margin-left:1px; -margin-left:0px;
}
table.jCalendar th {
    background: #891600;
    color: #fff;
    font-weight: bold;
    padding: 2px 3px;
    border-top:1px solid #CC0000;
    border-left:1px solid #CC0000;
}
table.jCalendar td {
    background: #fff;
    color: #000;
    padding: 1px 4px;
    text-align: center;
    border-top:1px solid #CC0000;
    border-left:1px solid #CC0000;
}
table.jCalendar td.other-month {
    background: #f0f0f0;
    color: #999;
}
table.jCalendar td.weekend {
    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;
}
div#dp-popup {
    position: absolute;
    font-size: 9px;
    font-family: Verdana,Arial,sans-serif;
    background: #891600;
    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;
}
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;
}
input#fromcity, input#tocity, input#outdate, input#retdate {
	height: 16px;
	padding: 2px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #f5f5f5;
	border-bottom: 1px solid #f5f5f5;
	border-left: 1px solid #ccc;
}

input#fromcity, input#tocity {
	width: 200px;
}
/*Autocomplete*/
.ac_results {
	padding: 1px;
	width:300px;
	border:1px solid #CDD1D8;
	border-right:2px outset #9da1a6;
	border-bottom:2px outset #9da1a6;
	font-size: 11px;
	background-color: #ffc;
	overflow: hidden;
	color:#000;
	position:absolute;
}

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

.ac_results li {
	display:block;
	padding: 2px 0px;
	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:relative;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:380px;
	height:3000px;
}
.ac_loading {
	background : #fff url('../images/ajax-loader-small.gif') right center no-repeat;
}
#ac_loading {
	position:absolute;
	width:115px;
	height:20px;
	background : transparent url('../images/ajax-loader.gif') right center no-repeat;
}