/* CSS Document */
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px;
	/*background-image:url(../i/bg.png);*/
	background-repeat:repeat-y;
}
table{
	border-collapse:collapse;
}

td{
	vertical-align:top;
}

select{
	/*border: 1px solid #002E99;*/
	font-size:11px;
}
ul,li{
	padding:0px;
	margin:0px;
	line-height:11px;
}
h4{
	font-size:12px;
}
h3{
	color:#333;
	margin-bottom:5px;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	background:url(../i/arrows.png) no-repeat;
	padding-left:17px;
}
h2{
	font-weight: normal;
	color:#666;
	font-size:16px;
	vertical-align: middle;
}
h2 img{
	vertical-align: middle;
}
h1{
	color:#002E98;
	font-size:20px;
	font-weight:bold;
	border-bottom:1px solid #006;
	padding-bottom:3px;
	margin-bottom:10px;
	margin-right:14px;
}
p{
	margin-bottom:6px;	
}

.hr{
	width:615px;
	border-bottom:1px solid #ccc;
	margin:22px 0px 12px 0px;
	
}

#top_nav{
	text-align:right;
	position:absolute;
	top:0px;
	padding-top:4px;
	width:775px;
	color:#fff;
	font-weight:bold;
	white-space: nowrap;
	vertical-align: top;
}
#top_nav a{
	color:#fff;
	font-weight:bold;
}
#top_nav a:hover{
	color:#fff;
	text-decoration:underline;
}

#right_panel table{
	height:399px;
	width:160px;
}
#right_panel td{
	height:10px;
}

.xgnSearchBox{
	border:none;
	font-size:9px;
	height:14px;
	line-height:13px;
	padding:0px;
	vertical-align: top;
}
.btnFormSearch{
	background:#cc0000;
	border-color:#FF3333 #660000 #660000 #FF3333;
	border-style:solid;
	border-width:1px;
	color:#ffffff;
	cursor:pointer !important;
	font:bold 11px/10px Arial,helvetica,sans-serif;
	height:15px !important;
	line-height:10px !important;
	height:15px;
	line-height:12px;
	padding:0px 0px 0px 0px;
	vertical-align: top;
}

.sub_nav a{
	text-decoration:none;
	color:#ccc;
	display:block;
	padding: 2px 0px 2px 30px;
	border-bottom:2px dotted #009;
	background-repeat:no-repeat;
	background-position:left center;
	font-size:12px;
}
.sub_nav a:hover{
	color:#fff;
	background-color:#004;
}
.sub_nav a.selected_subnav{
	color:#fff;
	background-color:#004;
	background-image:url(../i/anchor_plus2.png);
}

.tabs{
	padding:3px 0px 16px 5px;	
}

.month_name{
	position:relative;
	top:13px;	
}

.section_header{
	padding:0px 0px 3px 8px;
}

.tabs a{
	display:block;
	width:148px;
	height:38px;	
}
a.movies_button{
	background-image:url(../i/tab_movies_over.jpg);
}
a.movies_button:hover{
	background-image:url(../i/tab_movies_over2.jpg);
}
a.tv_button{
	background-image:url(../i/tab_tv_over.jpg);
}
a.tv_button:hover{
	background-image:url(../i/tab_tv_over2.jpg);
}

#view_movies{
	
}
#view_tv{
	
}

.system_heading{
	padding: 16px 0px 0px 0px;
}
.system_text{
	margin-left:0px;
	margin-bottom:6px;
	background-color:#eee;
	padding:5px;
	width:284px;
}

.genre_list{
	padding-left: 8px;	
}
.genre_list a{
	padding: 0px 5px 0px 0px;
	background-image:url(../i/anchor_arrow.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	color:#999 !important;
	white-space: nowrap;
}
.genre_list a:hover{
	color:#666 !important;
}
.genre_list .selected{
	font-weight:bold;
	color:#002E99 !important;
	padding: 0px 5px 0px 0px;
	background-image:url(../i/anchor_arrow.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	white-space: nowrap;
}

.column{
	font-size:11px;
	width:170px;
	padding-top:30px;
}
#search_table{
	border-collapse:collapse;
	width:810px;
}
#search_left{
	padding-right:20px;
	padding-top:20px;
	width:705px;
}
#search_left a{
	color:#002E99;
	font-weight:bold;
}
#search_left a:hover{
	color:#555;
}
#search_left #datetable{
	width:630px;
}
#search_left #datetable td{
	width:50%;
}
#search_left #month_select{
	display:block;
	background-image:url(../i/monthbg.jpg);
	background-position:right;
	width:301px;
	height:19px;
	color:#fff;
	padding:2px 2px 2px 5px;
	font-size:16px;
	font-weight:normal;
	cursor:pointer;
}
#month_list{
	background:#fff;
	border:1px solid #000098;
	width:306px;
	position:absolute;
	visibility:hidden;
}
#month_list a{
	display:block;
	width:300px;
	padding:3px;
	margin:0px;
}
#month_list a:hover{
	background-color:#eee;
}
#month_list a.selected{
	background-color:#ddd;
}
#search_left #sub_select{
	display:block;
	background-image:url(../i/subbg.jpg);
	background-position:right;
	width:301px;
	height:18px;
	color:#fff;
	padding:3px 2px 2px 5px;
	font-size:14px;
	font-weight:normal;
	cursor:pointer;


}
#sub_list{
	background:#fff;
	border:1px solid #333;
	width:306px;
	position:absolute;
	visibility:hidden;

	z-index: 100; /* FIX -j */
}
#sub_list a{
	display:block;
	width:300px;
	padding:3px;
	margin:0px;
	color:#333;
	cursor:pointer;
}
#sub_list a:hover{
	background-color:#eee;
}
#sub_list a.selected{
	background-color:#ddd;
}
.test:hover{
	color:#f00;	
}
#search_right{
	width:100px;
}
#search_right li{
	font-size:11px;
}
#search_right li a{
	display:block;
	padding:8px;
	color:#000000;
}
#search_right li a:hover{
	color:#002E99;
}
#search_right li a.alt{
	background:#ddd;
}

#search_form{
	margin-top:20px;
	width:280px;
}

#header_table{
	width:613px;
	margin-left:0px;
	margin-bottom:30px;
}
#header_table td{
	color:#fff;
	padding:3px 0px 3px 6px;
	font-size: 12px;
	background-image:url(../i/hdt_r.jpg);
	background-repeat:no-repeat;
	text-transform: uppercase;
	background-color:#666;
}
#header_table td.left{
	background-image:url(../i/hdt_l.jpg);
	background-repeat:repeat-x;
	width:135px;
}

#results{
	width:613px;
}
#results thead td{
	font-weight:bold;
	padding-bottom:10px;
}
#results tbody tr{
	cursor:pointer;
}

#results tbody td{
	vertical-align: middle;
	border-top:1px solid #fff;
}
#results tbody tr.alt{
	background:#f6f6f6;
}
#results tbody tr:hover{
	background:#eef;
}

#rpanels{
	width:613px;
	margin-top:11px;
}
#rpanels thead td{
	font-weight:bold;
	padding-bottom:10px;
}
#rpanels tbody tr{
	background:url(../i/stripes.jpg);
}

#rpanels tbody td{
	vertical-align: middle;
	border-top:1px solid #fff;
}
#rpanels tbody tr.alt{
	background:#f6f6f6;
}

.lpad{
	padding-left:5px;
}
.center{
	text-align:center;
}

.tbpad{
	padding-top:15px !important;
	padding-bottom:15px !important;
}

.larger{
	font-size: 13px;
}

.panels{
	background:url(../i/stripes.jpg);
	width:600px;
	/* white-space: nowrap; <~ This messes stuff up. -jrd */
}
.panels a{
	padding-right:10px;
}

.results_table{
	font-size:11px;
	width:310px;
}

.results_table .header_row{
	height:20px;
	line-height:18px;
	vertical-align:middle;
	background:url(../i/table_hbg.png) repeat-x;
	color:#fff;
}
.results_table td.flight_no_width{
	width:60px;
}
.results_table td.org_width{
	width:70px;
}
.results_table td.dst_width{
	width:90px;
}
.results_table td.travel_period_width{
	width:110px;
}
.results_table .result_row td{
	vertical_align:top;
	padding:5px 0px 5px 0px;
}
.results_table img{
	padding-bottom:4px;
}
.results_table .alt_row{
	background:#ddd;
}

.text_overview{
	padding:0px 0px 8px 0px;
	font-size:11px;
	margin-bottom:0px;	
}

.sidepanel_text{
	padding:11px;
	width:120px;	
}

.movie_table{
	width: 308px;
	margin-bottom:0px;
}

.movie_table td{
	font-size:11px;
	padding-right:5px;
	padding-left:0px;
}

.movie_table td div.track{
	background:#eee;
	padding:5px;
	width:290px;
}
.movie_table td div.alt{
	background:#fff;
}
.movie_table p{
	width:145px;
	margin-right:12px;
}

.movie_table td div.coming_soon{
	height:200px;
	overflow: hidden;
}
.movie_table td div.coming_soon:hover{
	overflow: auto;
}
.movie_table td div.coming_soon p{
	width:150px;
}


.shadow_fill{
	width:  308px;
	height: 20px;
	background-image:url(../i/shadow_fill.png);
	background-repeat: no-repeat;
	padding-bottom:10px;
}

.med_shadow_fill{
	width:  620px;
	height: 20px;
	background-image:url(../i/med_shadow.jpg);
	background-repeat: no-repeat;
}

#org{
	margin-right:10px;
}

.altselect{
	width:120px;
}

.top_shadow{
	background:url(../i/sh_right_t.png) no-repeat;
	width:20px;
}
.middle_shadow{
	background:url(../i/sh_right_b.png) repeat-y;
	width:20px;
}
.bottom_shadow{
	background:url(../i/sh_bottom_b.png) no-repeat;
}
.blackbg{
	background:#000;
}
.right{
	text-align:right;
}

#center{
	width: 950px;
	padding: 0px 9px 0px 0px;
}
#header{
	padding-left:0px;
	background:url(../i/mh_bg.jpg);
	height:63px;
	background-position:top left;
}
#main_table{
	border-collapse:collapse;
	height:100%;
}

#menu{
	background:url(../i/lp_pg.jpg);
	background-repeat:no-repeat;
	background-color:#00007d;
	width:125px;
}
#menu a.monthlink{
	padding: 4px 0px 4px 18px;
	background-image:url(../i/monthbg.png);
	color: #fff;
	font-weight:normal;
	line-height: 14px;
	display:block;
	font-size:12px;
}
#menu a.monthlink:hover{
	background-image:url(../i/monthbg_o.png);
}

#contentframe{
	border:none;
	height:500px;
	width:680px;
}

#ad{
	text-align:center;
	padding:20px 0px 0px 0px;
}

#content{
	width:810px;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
}

#search{
	padding:0px 36px 0px 0px;
	text-align:right;
}

#main_heading{
	padding:10px 0px 15px 0px;
}

#plug_panels{
	padding:15px 0px 15px 0px;
}

#plug_panels table{
	border-collapse:collapse;
	height:1px !important;
}

#plug_panels table td{
	padding-right:10px;
	height:0px;
}

#plug_panels #panel_content td{
	padding:5px 15px 0px 0px;
	font-size:11px;
}

#plug_panels #panel_content p{
	padding:0px 0px 10px 0px;
}

#plug_panels #more_panels td{
	text-align:right;
	padding-right:19px;
}
#plug_panels #more_panels a{
	color:#002E99;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
#plug_panels #more_panels a:hover{
	text-decoration:underline;
}

#systems{
	width:640px;
	border-collapse:collapse;
	margin-bottom:25px;
	background:#000;
}
#system_bg{
	background-image:url(../i/sys_bg2.jpg);
}
#system_bg td{
	color:#fff;
	font-size:14px;
	padding:7px 10px 10px 10px;
	width:30%;
}

.nowrap td{
	white-space: nowrap;	
}

#systems_key{
	width:310px;
	color:#B4C20B;
	border-collapse:collapse;
	margin-bottom:25px;
	background:#000;
}
#systems_key td{
	vertical-align:top;
	font-size:11px;
}

#magazines{
	width:650px;
	border-collapse:collapse;
	margin-bottom:25px;
	font-size:11px;
}
#magazines td{
	width:16%;
}
#magazines .headings td{
	padding:0px 0px 10px 0px;
}
#magazines p{
	padding-right:5px;
}
#magazines .more{
	text-align:right;
}
.heading{
	padding:15px 0px 10px 0px;
}
.mags td{
	padding-bottom:15px;
}
.more{
	vertical-align:bottom;
}
.more img{
	margin-bottom:12px;
}

.wrapper{
	width:460px;
	border:1px solid #000;
}

.movie_info_table{
	margin-left:0px;
	margin-bottom:6px;
	background-color:#eee;
	padding:5px;
	width:308px;
}
.movie_info_table td{
	padding:5px;
	white-space: nowrap;	
}
.movie_info_table td.left{
	width:130px;
	font-weight:bold;
	background-image:url(../i/bglight.jpg);
	background-repeat:repeat-x;
}
.movie_info_table td.right{
	background-color: #999;
	background-image:url(../i/bggrey.jpg);
	background-repeat:repeat-x;
	color:#fff;
	font-weight:bold;
}

#route_movies h2{
	background-image:url(../i/bgblue.jpg);
	background-repeat:repeat-x;
	width:299px;
	color:#fff;
	padding:4px 4px 4px 5px;
	font-size:14px;
}

#footer{
	margin-left:150px;
	margin-bottom:25px;
}
#footer div.aaPadL5B5{
	padding-bottom: 6px;
}
#footer a{
	color:#666;
	text-decoration:underline;
}

.votenow{
	display:block;
	background-image:url(../i/votenow.jpg);
	padding:5px;
	color:#fff;
	font-size:16px;
	width:298px;
}

.audioshow{
	display:block;
	width:140px;
	height:22px; 
	background:url(../i/chshow.jpg) no-repeat;
	cursor:pointer;
}

.audiohide{
	display:block;
	width:140px;
	height:22px;
	background:url(../i/chhide.jpg) no-repeat;
	cursor:pointer;
}

/* panel styles */
.panels td{
	width: 144px;
	height: 113px;
	background-position: top left !important;
}
.panels img{
	cursor:pointer;
	margin-right:13px;
}
#mainpanel{
	background:url(../i/main_hilite.jpg) no-repeat;

}
#inseat777panel{
	background:url(../i/777inseat_hilite.jpg) no-repeat;	
	
}
#playerpanel{
	background:url(../i/player_hilite.jpg) no-repeat;	

}
#inseat757panel{
	background:url(../i/757inseat_hilite.jpg) no-repeat;	

}

/* Adjust the panel transparency */
.dim {
	opacity:	0.4;
	filter:		alpha(opacity=40);
}



#search-container {
	border:		0px solid #00007C;
	width:		625px;
	margin:		0px 0 10px 10px;
	padding: 	5px 0px 0px 0px;
}

		#search-container h1 {
			font-weight: 		normal;
			color:				#666;
			font-size:			16px;
			margin-bottom: 		10px;
			border-bottom:		none;
		}

		#search-container h2 {

		}


		#search-container #flight-info,
		#search-container #travel-date,
		#search-container #find-entertainment
		{
			position:		relative;
			display:		inline;
			float:			left;
			border:			0px solid red;
			/*border-right:	1px solid #ccc;*/
			padding:		0 10px;
			margin-bottom:	10px;
		}

		#search-container #travel-date {
			border-left:	1px solid #ccc;
			border-right:	1px solid #ccc;
			height:			150px;
		}

				#search-container #flight-info #airport-from,
				#search-container #flight-info #airport-to {
					position:		relative;
					display:		inline;
					float:			left;
					margin-bottom:	10px;

				}



		#search-container label {
			padding-left:	2px;
			font-weight:	bold;
		}


		#search-container input {
			width: 130px;
		}

		#search-container .caption {
			margin-top: 10px;
		}

		#search-container #airportFrom {
			margin-right: 20px;
		}


		#search-container .search-button {
			display:			block;
			background-color:	#fff;
			border:				0px;
			margin-top:			17px;
			cursor:				pointer;

		}


		#search-container .search-msg {
			border:		1px solid #00007C;
			padding:	5px 10px;
			background:	#b3b3d7;
			color:		#000;
		}

/*


		#search-container #col-left {
			float: left;
			border: 0px solid red;
		}

		#search-container #col-right {
			float: 	left;
			height:	60px;
			border: 0px solid red;
		}

		#search-container #bottom {
			clear: both;
			border: 0px solid red;
		}

				#search-container label {
					padding-left: 2px;
				}

				#search-container .ftext {
		
				}

				#search-container #flightNumber {
					width: 100px;
					margin-right: 40px;

				}

				#search-container #airportFrom {
					margin-right: 20px;
				}

				#search-container #dateFrom {
					margin-right: 20px;
				}

				#search-container #search-btn {
					float: right;
				}


*/