html {
	color:#000;
	background:#FFF;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, th, var {
	font-style:normal;
	font-weight:normal;
}
li {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
	font-variant:normal;
}
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
input, textarea, select {
*font-size:100%;
}
legend {
	color:#000;
}
/* iui.css (c) 2007 by iUI Project Members, see LICENSE.txt for license */
body {
	margin: 0;
	font-family: Helvetica;
	color: #000000;
	overflow-x: hidden;
	-webkit-user-select: none;
	-webkit-text-size-adjust: none;
	font-size:13px;
}
 body > *:not(.toolbar) {
 display: none;
 position: absolute;
 margin: 0;
 padding: 0;
 left: 0;
 top: 45px;
 width: 100%;
 min-height: 372px;
}
 body[orient="landscape"] > *:not(.toolbar) {
 min-height: 268px;
}
body > *[selected="true"] {
	display: block;
}
 */ /************************************************************************************************/


/************************************************************************************************/



a[target="_replace"] {
 box-sizing: border-box;
 -webkit-box-sizing: border-box;
 padding-top: 25px;
 padding-bottom: 25px;
 font-size: 18px;
 color: cornflowerblue;
 background-color: #FFFFFF;
 background-image: none;
}
/************************************************************************************************/
    

input {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 100%;
	margin: 8px 0 0 0;
	padding: 6px 6px 6px 44px;
	font-size: 16px;
	font-weight: normal;
}
/************************************************************************************************/

body > .panel {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 10px;
	background: #fff url(../images/pinstripes.png);
}
 fieldset {
	position: relative;
	margin: 0 0 20px 0;
	padding: 0;
	background: #FFFFFF;
	-webkit-border-radius: 10px;
	border: 1px solid #999999;
	text-align: right;
	font-size: 16px;
}
 h2 {
	margin: 0 0 8px 14px;
	font-size: inherit;
	font-weight: bold;
	color: #4d4d70;
	text-shadow: rgba(255, 255, 255, 0.75) 2px 2px 0;
}
/**********************************************************/


body > .panel {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: #fff;
}
 fieldset,  form > fieldset, .dialog > form > fieldset {
	position: relative;
	margin: 0 10px 20px 10px;
	padding: 0;
	background: #FFFFFF;
	-webkit-border-radius: 10px;
	border: 1px solid #b3cad4;
	text-align: right;
	font-size: 16px;
}
.row {
	position: relative;
	min-height: 50px;
	border-bottom: 2px solid #b3cad4;
	-webkit-border-radius: 0;
	text-align: left;
}
.row > input {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 0;
	border: none;
	padding: 16px 10px 0 110px;
	height: 50px;
	background: none;
}
fieldset > .row:first-child {
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}
fieldset > .row:last-child {
	border-bottom: none !important;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}
.row > input, .row > select {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 0;
	border: none;
	padding: 16px 10px 0 10px;
	height: 25px;
	background: none;
}
.row > label {
	position: absolute;
	margin: 0 0 0 10px;
	line-height: 50px;
	font-weight: bold;
	font-size: 17px;
}
/*************************/

#container > .blurb {
	text-align: left;
	color: #40484f;
	top:0;
	background:url(../images/fc-head.jpg) top left no-repeat;
	height:149px;
	font-size:18px;
	font-weight:bold;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 18px;
}
#logo {
	margin:0 0 -5px -10px;
}
#container {
	background:#ccebfd url(../images/fc-bg.jpg) bottom right no-repeat;
	top: 0;
	min-height: 417px;
	margin:0 auto;
	padding:0 0 30px;
	text-align:center;
}
#container fieldset > .border {
	border-top:3px solid #ccebfd;
}
#container #arrivals, #container #departures {
	color:#999;
	margin: 13px 10px 0 10px;
}
#container #arrivals {
	margin-left:85px;
}
#container #departures {
	margin-left:110px;
}
#container fieldset, #container fieldset > .row {
	border-color: #ccebfd;
}

/*************************/

 ul {
	float:left;
	width:100%;
}
li {
	clear:both;
	width:100%;
	padding:8px 0 8px;
	float:left;
}
li.listing {
	border-bottom:1px dotted #cacaca;
}
li.listing .left {
	padding:0 0 0 16px;
}
li.listing .right {
	padding:5px 13px 0 0;
}
ul li.last {
	border:none;
}
a {
	color:#0476bf;
	text-decoration:none;
}
.title {
	font-size:1.20em;
	font-weight:bold;
}
.wrap {
	padding:0 16px;
}
.right {
	float:right;
}
.left {
	float:left;
}
.clear {
	clear:both;
}


/*******************************************/

#message {
	display:none;
}
body[orient="landscape"] #message {
	display:none;
}
body[orient="profile"] #message {
	font-weight:bold;
	margin:10px;
	font-size:16px;
	display: block;
	text-align:center;
}
.flight_frame {
	display:none;
}
body[orient="landscape"] .flight_frame {
	margin:7px;
	overflow:hidden;
	width:380px;
	display: inline;
}
body[orient="profile"] .flight_frame {
	display:none;
}
#flights.blurb {
	height:100px;
}
#admob_ad {clear:both; float:left; width:100%; color:#fff; background:#000;}
.flight_info {clear:both; float:left;width:100%;}
#flights {clear:both; float:left;}
html .header {
	font-family:helvetica;
}
.footer {
	margin:0 auto;
	clear:both;
	text-align:center;
}
.flight_frame iframe {
	width:290px;
}
body[orient="landscape"] .flight_frame iframe {
	width:445px;
}
body[orient="profile"] .flight_frame iframe {
	width:290px;
}
