.ui-datepicker {
	font-size: 10px;
}

.ui-datepicker td {
	height: auto;
}

#middlelayercont {
	display: none;
}

.middlelayer {
	background: #EDF5FF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #B2D2FF;
	padding: 5px;
	width: 500px;
}

.ui-datepicker,ui-widget {
	display: none;
}

.searchform {
	font-family: arial;
	font-size: 12px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	width: 380px;
	float: left;
	margin-top: -12px;
}

.scontainer {
	margin-left: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-family: arial;
	font-size: 11px;
	width: 220px;
}

#from,#to {
	font-size: 10px;
}

#from {
	margin-left: 24px;
}

#to {
	margin-left: 39px;
}

#depart,#return {
	font-size: 10px;
}

.calendar,.initial {
	width: 400px;
	font-family: arial;
	color: #222;
	float: right;
}

.calbutton {
	font-weight: bold;
	border: 1px solid #fa2;
	background: #fff;
	font-size: 10px;
	padding: 1px 3px;
	color: #fa2;
}

.calunselected {
	cursor: pointer;
	font-weight: bold;
	border: 1px solid #fa2;
	background: #fff;
	padding: 1px 3px;
	color: #fa2;
}

.calunselected:hover {
	color: #fff;
	background: #fa5;
	font-weight: bold;
}

.calselected {
	color: #fff;
	background: #fa5;
	font-weight: bold;
	cursor: default;
}

.calendar th {
	font-size: 13px;
	background: #eee;
	padding: 2px;
	vertical-align: center;
}

.calendar table {
	cell-spacing: 0px;
	cell-padding: 0px;
	height: 210px;
	border: 1px solid #ccc;
}

.calendar td {
	vertical-align: top;
	text-align: right;
	width: 20px;
	height: auto;
	border: 1px solid #ccc;
	border-width: 1px 1px 0px 0px;
	background: #fcfcfc;
	font-size: 11px;
}

.calendar .calendarcont div {
	margin-top: 50px;
}

.calendar th:FIRST-CHILD {
	text-align: left;
	font-weight: normal;
	font-size: 10px;
	padding-left: 5px;
}

.calendar th:last-child a,.calendar th:FIRST-CHILD a {
	text-decoration: none;
}

.calendar th:last-CHILD {
	text-align: right;
	font-size: 10px;
	font-weight: normal;
	padding-right: 5px;
}

.calendar .heading,.initial .heading {
	padding-bottom: 5px;
	color: #444;
	font-size: 15px;
	font-family: arial;
	font-weight: bold;
}

.initial .heading {
	font-size: 20px;
}

.initial a {
	color: #22f;
	font-size: 26px;
}

.calendar .heading span {
	margin-left: 10px;
}

.initial br {
	margin-top: 15px;
}

.placeholder {
	border: 1px solid #888;
	-moz-border-radius: 1px 1px 7px 7px;
	-webkit-border-radius: 1px 1px 7px 7px;
	background: #eee;
	width: 180px;
	height: 110px;
	padding: 0px;
	float: left;
	margin: 0px 10px;
	font-family: arial;
}

.placeholder .title {
	font-weight: bold;
	color: #fff;
	font-family: trebuchet ms;
	font-size: 12px;
	background: #444;
	padding: 4px 0px 4px 5px;
	-moz-border-radius: 1px 1px 0px 0px;
	-webkit-border-radius: 1px 1px 0px 0px;
}

.placeholder a {
	color: #00f;
	font-size: 13px;
}

.placeholder p {
	margin: 0px;
	padding: 8px;
}

#flightfooter {
	border: 1px solid #999;
	padding: 8px 0px;
	float: left;
	margin: 0px 10px;
}