<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#form-header {	
	margin-top: 30px;
	margin-left: 30px;	
}

#page-loaction-header {
	color: black;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
}

#page-loaction-header a {
	text-decoration: underline;
	color: #5766b2;	
	font-weight: 700;
}

h1#landing_form_title {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 23px;
	color: #001f41;
	margin-top: 50px;
	margin-left: 20px;
}

.left_container .content_form {	
	padding-top: 20px;
	padding-bottom: 20px;
}

.left_container #flights_booking_form {
	margin: 0;
}

.article_container {
	font-family: Verdana, Geneva, sans-serif;
	margin-bottom: 50px;
}

.article_container p, .article_container h2, .article_container ul, .article_container td {
	font-size: 14px;
	line-height: 19px;
}

.article_container h2 {
	font-size: 16px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.article_container h3 {
	margin-right: auto;
	margin-left: auto;
 	font-size: 12px;
 	text-align: center;
 }
 
.article_container table {
	width: 100%;
}
.article_inner_table table {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.article_container td.left_column {
	width: 600px;
	padding-left: 30px;
	padding-right: 15px;
}


.article_container td.right_column {
	width: 250px;
	padding-right: 15px;
	vertical-align: top;
	padding-top: 40px;
	text-align: center;
}
 
.article_inner_table td {
	border: 1px solid black;
	padding: 3px 8px;
}

.article_inner_table.backgrounded td {
	background-color: #d9ebff;
}

.article_inner_table th {
	border: 1px solid black;
	padding: 3px 8px;
	background-color: rgb(201, 201, 201);
	font-weight: normal;
	text-align: left;
}

.article_container .credits {	
	font-size: 11px;
	line-height: normal;
	margin-top:30px;	
}

#right_part_head {		
	margin-top: 30px;
	padding-left: 15px;
	padding-right: 15px;
}


#right_part_bottom {		
	margin-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
}

.narrow_flights_booking_form {	
	width: 200px;
}

.upper_narrow_flights_booking_form {
	margin-top: -220px;
	*margin-top: 0; /* ie7 and below */
}

#blue-content {
	margin-top: 50px;
	margin-left: 30px;	
}

#blue-content p {
	color: #001f41;
	font-weight: 700;
}

#blue-content a {
	color: #146589;
}

#blue-content a img {
	margin-right: 10px;	
}

#padded-content {
	margin-top: 50px;
	margin-left: 30px;	
}

#footer {
	position: relative;
	bottom: 10px;
}

#sfo_cover{
	height: 300px;
	background: url(/images/landingPages/san-francisco.png);
	background-repeat: no-repeat;
}

#sfo_map {
	margin-top: 50px;
}

.sfo_map_text {	
	font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: black;
	text-align: left;	
	padding-left: 8px;
	padding-bottom: 10px;
}

.img_holder {
	text-align: center;
}

.ui-buttonset .ui-state-active {
	color: #ffffff;
	background-color: #0064cd;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
	background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
	background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
	background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
	background-image: -o-linear-gradient(top, #049cdb, #0064cd);
	background-image: linear-gradient(top, #049cdb, #0064cd);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border-color: #0064cd #0064cd #003f81;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.ui-buttonset .ui-state-hover {
	background-position: 0 -15px;
}

table.blue_grey_table th {
	background-color: #18355d;
	color: white;
	text-decoration: underline;
	padding: 3px;	
	padding-left: 8px;
	vertical-align: top;
	text-align: left;
}

table.blue_grey_table td {
	padding: 3px;	
	padding-left: 8px;	
	vertical-align: top;
	text-align: left;
	border-bottom: 1px solid white;
}
	

table.blue_grey_table tr:nth-of-type(even) {
  background-color: #e8e8e8;
}

table.blue_grey_table tr:nth-of-type(odd) {
  background-color: white;
}

table.blue_grey_table td:nth-of-type(1) {
 	font-weight: bold;
}

table.blue_grey_table td.colored_left_column {
	background-color: rgb(79, 129, 189);
	color: white;
	width: 10%;
}</pre></body></html>