fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

form {
	margin: 0;
}



hr {
	clear: both;
	margin: 5px 0 3px 0;
	padding: 0;
	border: 0;
	height: 1px;
	background: #90ACD3;
	color: #90ACD3;
}

img {
	border: 0;
	vertical-align: middle;
}


label.checkbox {
	display: inline;
}

input, select, button {
	margin-bottom: 3px;
	font-family: Tahoma, Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align: middle;
}

input.checkbox {
	margin-right: 3px;
	border: 0;
}

p {
	margin: 0;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div.clear {
	clear: both;
}


div.qsfBox {
	color: #fff;
	width: 760px;
	border-bottom: 5px solid #799dc1;
	background-color: #b8947a;
        font: 11px/1.4em Tahoma, Verdana, Arial, Geneva, Helvetica, sans-serif;
}


div.form-line {
	padding: 12px 0 12px 20px;
	border-bottom: 1px dotted #ddd;
}

div.form-line-small {
	padding: 10px;
	border-bottom: 1px dotted #ddd;
	clear: both;
}

div.search {
	padding: 1em;
	text-align: center;
}

div#qsf-dates p {
	float: left;
	width: 140px;
}

div#qsf-dates-small p {
	float: left;
	width: 110px;
}

input#DepartureCity, input#ArrivalCity, 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#DepartureCity, input#ArrivalCity {
	width: 200px;
}


input#outdate, input#retdate {
	width: 80px;
}

input.btn-search {
	width: 100px;
	padding: 0.4em;
	background-color: #3880bd;
	color: #fff;
	font-weight: bold;
	border-top: 1px solid #67ade8;
	border-right: 1px solid #185f9b;
	border-bottom: 1px solid #185f9b;
	border-left: 1px solid #67ade8;
	cursor: pointer;
}

ul.passengers li {
	display: block;
	float: left;
	width: 70px;
}

ul.passengers-small li {
	display: block;
	float: left;
	width: 50px;
}

ul.passengers label {
	font-size: 0.8em;
}

ul.triptype li {
	float: left;
	width: 140px;
}

ul.triptype-small li {
	float: left;
	width: 110px;
}


/*Calendar - LIGHT*/
#esky_calendar {
	width:300px;
	background-color:#fff;
	border:1px solid #777;
	overflow:hidden;
	position:relative;
	font-size:11px;
	padding:1px;
}
.calendar-table {
	margin:4px 4px;
	display:inline;
	float:left;
	clear:none;
	width:140px;
	font-size:11px;
}
.calendar-table th {
	padding:4px 0px;
	text-align:center;
	color:#fff;
        background-color:#1c3c55;
}
.calendar-header-day {
	border-top:1px solid #ccc;
	padding:1px 0px;
	text-align:center !important;
	color:#064A7D;
        background-color:#fdff7b;
}
.calendar-day {
	border-top:1px solid #eee;
}
.month-day {
	display:block;
	width:16px;
	height:12px;
	line-height:12px;
	padding:1px 2px;
	text-align:right;
	cursor:pointer;
	text-decoration:none;
	color:#00378B;
}
.month-day:hover {
	background-color:#064A7D;
	color:#fff;
	text-decoration:none;
}
.is-selected{
	border:1px solid red;
	padding:0px 1px;
}
.is-today {
	font-weight:bold;
}
.is-weekend {
	color:#CD071E;
}
.is-blocked {
	background-color:#ddd;
	cursor:default;
}
.is-disabled {
	color:#999;
	cursor:default;
}
.calendar-button {
	width:25px;
	line-height:17px;
	display:inline;
	border:1px outset #fff;
	background:#ccc;
	color:#5c7f23 !important;
	text-align:center;
}
#calendar-top {
	float:left;
	clear:both;
	width:300px;
}
.calendar-next {
	float:right;
	clear:none;
        background: url(../pictures/arrow.gif) no-repeat center;
}
.calendar-previous {
	float:left;
	clear:none;
        background: url(../pictures/arrow1.gif) no-repeat center;
}
.calendar-previous:hover,
.calendar-next:hover {
	text-decoration:none;
	border-style:inset;
}
.calendar-current {
	width:105px;
	margin:0px auto;
	float:left;
	clear:none;
	text-align:center;
	border:none;
	background:none;
	font-weight:bold;
}
.calendar-close {
	display:block;
	width:300px;
	margin:0px auto;
	float:none;
	clear:both;
	text-align:center;
	border:none;
	background:none;
	font-weight:bold;
}


/*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: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;
	height:20px;
	background : transparent url('../images/ajax-loader.gif') right center no-repeat;
}
