
#flying-from, #returning-from {
	width: 169px;
	font-family: Arial, sans-serif;
	font-size:12px;
	border: 1px solid #ddddda;
	background-color: #ffffff;
	padding: 2px 0 2px 0px;
	position: absolute;
}


#depart-date, #return-date {
	width: 86px;
	font-family: Arial, sans-serif;
	font-size:12px;
	border: 1px solid #ddddda;
	/*background-color: #ffffff;*/
	padding: 2px 0 2px 0px;
	position: absolute;
}

#resFrom, #resTo { 
	background : #fff;
	border-style: solid;
	border-width: 1px;
	display: none;
	position: absolute;
	left:0;
	z-index: 100000;
}
#resFrom ul, #resTo ul { 
	width: 169px;
	list-style: none;
	font-size: 12px;
	padding: 0 22px 0 0;
	margin: 0;
}
#resFrom ul li, #resTo ul li { 
	display: block;
	padding: 2px 0 2px 2px;
	width: 167px;
}
#resFrom ul, #resTo ul { 
	list-style: none;
	font-size: 9px;
	padding: 0;
	margin: 0;
}

li.airtran { 
	display: block;
	padding: 2px 0 2px 2px;
	width: 169px;
	background-color:#e8e8e8;
}


.srs { 
	z-index: 10000; 
	font-family : Arial, sans-serif;
	font-size : 9px;
	background-color : #36c;
	color : #fff;
	cursor : pointer;
}
.sr { background-color : #fff; color : #000; }


/*datepicker*/
/* Main Style Sheet for jQuery UI date picker */
.ui-datepicker-div, .ui-datepicker-inline, #ui-datepicker-div {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Verdana, Arial, sans-serif;
	background: #ffffff url() 0 0 repeat-x;
	font-size: 11px;
	border: 4px solid #dddddd;
	width: 15.5em;
	padding: 2.5em .5em .5em .5em;
	position: relative;
}
.ui-datepicker-div, #ui-datepicker-div {
	z-index: 9999; /*must have*/
	display: none;
}
.ui-datepicker-inline {
	float: left;
	display: block;
}
.ui-datepicker-control {
	display: none;
}
.ui-datepicker-current {
	display: none;
}
.ui-datepicker-next, .ui-datepicker-prev {
	position: absolute;
	left: .5em;
	top: .5em;
}
.ui-datepicker-next {
	left: 14.6em;
}
.ui-datepicker-next:hover, .ui-datepicker-prev:hover {
}
.ui-datepicker-next a, .ui-datepicker-prev a {
	text-indent: -999999px;
	width: 1.3em;
	height: 1.4em;
	display: block;
	font-size: 11px;
	border: 1px solid #d3d3d3;
	cursor: pointer;
}
.ui-datepicker-next a {
}
.ui-datepicker-prev a:hover {
}
.ui-datepicker-next a:hover {
}
.ui-datepicker-prev a:active {
}
.ui-datepicker-next a:active {
}
.ui-datepicker-header select {
	border: 1px solid #d3d3d3;
	color: #555555;
	background: #e6e6e6;
	font-size: 11px;
	line-height: 1.4em;
	position: absolute;
	top: .5em;
	margin: 0 !important;
}
.ui-datepicker-header, .ui-datepicker-title-row {
	font-weight: bold;
	text-align: center;
}
.ui-datepicker-header option:focus, .ui-datepicker-header option:hover {
	background: #dadada;
}
.ui-datepicker-header select.ui-datepicker-new-month {
	width: 7em;
	left: 2.2em;
}
.ui-datepicker-header select.ui-datepicker-new-year {
	width: 5em;
	left: 9.4em;
}
table.ui-datepicker {
	width: 15.5em;
	text-align: center;
}
table.ui-datepicker td a {
	padding: .1em .1em .1em 0;
	display: block;
	color: #555555;
	cursor: pointer;
	border: 1px solid #ffffff;
}
table.ui-datepicker td a:hover {
	border: 1px solid #999999;
	color: #212121;
}
table.ui-datepicker td a:active {
	border: 1px solid #dddddd;
	color: #222222;
}
table.ui-datepicker .ui-datepicker-title-row td {
	padding: .3em 0;
	text-align: center;
	font-size: 11px;
	color: #222222;
	text-transform: uppercase;
}
table.ui-datepicker .ui-datepicker-title-row td a {
	color: #222222;	
}
.ui-datepicker-cover {
	display: none;
	display/**/: block;
	position: absolute;
	z-index: -1;
	filter: mask();
	top: -4px;
	left: -4px;
	width: 193px;
	height: 200px;
}

a.frontier-link-style {
	color:#003366;
	font-weight:bold;
	font-size: 11px
}
a.frontier-link-style:link{
	text-decoration:none;
}
a.frontier-link-style:visited{
	text-decoration:none;
}
a.frontier-link-style:hover{
	text-decoration:underline;
}
a.frontier-link-style:active{
	text-decoration:none;
}

