/* @override 
	http://www.test.seatexpert.com/style.css
	http://www.test.seatexpert.com/widget_style.css
*/

@charset "UTF-8";
/*
	AUTHOR: Norbert Acuņa
	nacuna@webflyer.com
	http://seatexpert.com
*/


/* HACK FOR IE */
* {
	margin: 0;
	padding: 0;
}

#recent-expert p {
	margin: 20;
}



body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin:0;
	text-align: center;
	background: #fff;
}

p, ul, ol, li {
	text-align: left;
	color: #333333;
}

p {
	font-size: 14px;
}

p.metadata { background: #9DCAf1; padding: 3px;}

/*
a {
	outline: none;
	display: inline;
	color: #193772;
	text-decoration: none;
}
*/

a {
	color: #297abb;
	text-decoration: none;
}

a:hover
{
	color: #ED8021;
}


a.footerlinks {
	padding-left: 300px;
}

a img { border: none; }

h1, h2, h3, h4, h5, h6
{
font-weight: normal;
padding: 0;
margin: 0px;
}
	
h1 {
	font-size: 24px;
	line-height: 1.5em;
}

h2 {
	font-size: 20px;
	line-height: 1.5em;
	font-weight: 600;
}

h3 {
	font-size: 18px;
	font-weight: 600;
}

ul {
	margin: 0;
	padding: 0;
}

/* END RESET */




/* TOOLBOX */
.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }
.error { color: red; }
/* END TOOLBOX */




/* STRUCTURE & STUFF */

/*HEADER*/
#header {
height: 172px;
background: url(/images/header_bg.jpg) bottom left no-repeat;
margin:0;
}

#header-content {
margin: 10px 0 0 0;
padding: 0;
width: 600px;
height: 150px;
float: left;
display: inline;
}

#header-left {
	width: 395px;
	float: left;
	height: 150px;
	display: inline;
	cursor: hand;
}

#get-results {
	margin:0;
	height: 60px;
	width: 615px;
}

#header-right-bottom {
	margin:0;
	height: 40px;
}

#nav-1 {
	height: 40px;
	margin: 0 0 0 0;
	padding: 0 0 0 30px;
}

.form-1 {
	height: 43px;
	margin: 0;
	padding: 0;
}

.form-1 button{
	background: url(/images/formfield_rgt2.gif) no-repeat;
	width: 95px;
	height: 43px;
	margin: 0;
	border-style: none;
	float: left;
	display: inline;
}

.form-1 input {
	width: 120px;
	height: 29px;
	border: 2px solid #007cff;
	margin: 16px 0 0 17px;
	padding: 0;
	color: #20468f;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
}

.form-1-lt {
	background: url(/images/formfield_lft2.gif) top left no-repeat;
	height: 43px;
	width: 15px;
}

.form-1-c {
	background: url(/images/formfield_bg.gif) top left repeat-x;
	height: 43px;
	width: 475px;
}

.form-1 input {
	border: 1px solid #007cff;
	margin: 7px 0 0 0;
	padding:5px 0 0 0;
	color: #20468f;
	text-align: center;
	font-size: 13px;
	font-weight: 600;
}

.form-1 input#plane {
	width: 155px;
}

.form-1 input#airline {
	width: 155px;
}

.form-1 input#flight {
	width: 155px;
}

.form-1 input#date {
	width: 155px;
}

.form-1 ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 0px;
	height: 43px;
}

.form-1 li {
	display: inline;
	height: 43px;
	float: left;
}


/* For initial lookup form. */
.form-2 {
	height: 43px;
	margin: 0;
	padding: 0;
}

.form-2-lt {
	background: url(/images/formfield_lft2.gif) top left no-repeat;
	height: 43px;
	width: 15px;
}

.form-2-c {
	background: url(/images/formfield_bg.gif) top left repeat-x;
	height: 43px;
	width: 370px;
}

.form-2 button{
	background: url(/images/formfield_rgt2.gif) no-repeat;
	width: 95px;
	height: 43px;
	margin: 0;
	border-style: none;
	float: left;
	display: inline;
}

.form-2 input#plane {
	width: 340px;
	height: 29px;
	border: 1px solid #007cff;
	margin: 7px 0 0 0;
	padding:5px 0 0 0;
	color: #20468f;
	text-align: center;
	font-size: 13px;
	font-weight: 600;
}

.form-2 ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 30px;
	height: 43px;
}

.form-2 li {
	display: inline;
	height: 43px;
	float: left;
}
/*END HEADER*/




/*MAIN NAVIGATION AT THE TOP OF ALL PAGES*/
ul#nav {
	margin:0;
	padding: 0;
	list-style: none;
}

ul#nav li {
	display: inline;
	float: left;
}

ul#nav li a {
	display: block;
	color: #254288;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: -1px;
	text-decoration: none;
	margin-left:5px;
	padding: 0 10px 0 0;
	text-align: center;
}

ul#nav li#howitworks a {
	text-indent:-5000px; /*moves the text out of view */
	background: url(../images/howitworks.gif) bottom left no-repeat;
	width: 102px;
	height: 30px;
}

ul#nav li#howitworks a:hover {
	text-indent:-5000px; /*moves the text out of view */
	background: url(../images/howitworks.gif) top left no-repeat;
	width: 102px;
	height: 30px;
}

ul#nav li#airlist a {
	text-indent:-5000px; /*moves the text out of view */
	background: url(/images/browsebyairline.gif) bottom left no-repeat;
	width: 130px;
	height: 30px;
}

ul#nav li#airlist a:hover {
	text-indent:-5000px; /*moves the text out of view */
	background: url(/images/browsebyairline.gif) top left no-repeat;
	width: 130px;
	height: 30px;
}

ul#nav li#seatexpert a {
	text-indent:-5000px; /*moves the text out of view */
	background: url(/images/askseatexpert.gif) bottom left no-repeat;
	width: 120px;
	height: 30px;
}
		
ul#nav li#seatexpert a:hover {
	text-indent:-5000px; /*moves the text out of view */
	background: url(/images/askseatexpert.gif) top left no-repeat;
	width: 120px;
	height: 30px;
}

ul#nav li#qna a {
	text-indent:-5000px; /*moves the text out of view */
	background: url(/images/qna.gif) bottom left no-repeat;
	width: 50px;
	height: 30px;
}
		
ul#nav li#qna a:hover {
	text-indent:-5000px; /*moves the text out of view */
	background: url(/images/qna.gif) top left no-repeat;
	width: 50px;
	height: 37px;
}

ul#nav li#search-img a {
	background: url(/images/search.gif) bottom left no-repeat;
	width: 57px;
	height: 37px;
	padding: 0;
}

ul#nav li#search-img a:hover {
	text-indent:-5000px; /*moves the text out of view */
	background: url(/images/search.gif) top left no-repeat;
	width: 57px;
	height: 37px;
}

ul#nav li a:hover {
	color: #ee8122;
}

ul#nav li#search-img a:hover {

}
/*END MAIN NAVIGATION AT THE TOP OF ALL PAGES*/




/*HIDDEN SEARCH AREA*/
/*
#search-wrap {
	width: 1024px;
	margin: 0 auto;
}

#search {
	font-size:14px;
	font-weight:bold;
	display: none;
	border:dotted 1px #f18322;
	height: 50px;
	padding: 25px;
	width: 450px;
	margin: 0 auto 20px auto;
}

#search input {
	padding:4px 2px;
	border:solid 1px #aacfe4;
	height: 29px;
	width: 300px;
	color: #20468f;
	margin:0 0 0 0;
}

#search button {
	width:90px;
	height:50px;
	background:url(/images/go_btn.gif) no-repeat;
	text-align:center;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	margin-left: 20px;
	border-style: none;
}

*/
/*END HIDDEN SEARCH AREA*/

		
#page-wrap {
	margin:0 auto;
	width: 1038px;
	background: #fff;
}

#page-bg {
	margin:0 auto;
	width: 1090px;
	background: #fff url( /images/wrap_bg.jpg ) repeat-y;
}

#main-content {
	margin: 0;
}

#index-only-content {
	width: 1024px;
	margin: 0;
}

#inner-wrapper {
	width: 895px;
	margin: 14px auto;
}

#inner-content {
	border-left: solid 1px #e6e6e6;
	border-right: solid 1px #e6e6e6;
	border-bottom: solid 1px #e6e6e6;
	padding: 10px;
	margin: 0px;
}

#inner-content h1, #inner-content h2, #inner-content h3 {
color: #ED8021;
font-weight: 600;
}

#inner-content h1 {
	font-size: 20px;
}

#inner-content h2 {
	font-size: 17px;
}

#inner-content h3 {
	font-size: 16px;
}

#inner-content #unfound 
{
	text-align: left;
}

#inner-content #unfound p
{
	margin: 0 0 10px 0;
	padding: 0;
}

#inner-content #unfound h3
{
	margin: 0 0 10px 0;
}

/* BIG ORANGE BUTTON AFFECT REMOVED 11-25
#inner-content h2 {
	font-size: 17px;
	line-height: 38px;
	font-weight: 400;
	color: #fff;
	width: 450px;
	height: 38px;
	background: url(/images/header_bg_orange.jpg) top left no-repeat;
	margin: 0 auto;
	padding: 0px 0 0 0;
}
*/

#about-us p{
	margin: 0;
	padding: 0 0 10px 0;
}

p.browse-by-airline a {
	margin: 0 10px;
	padding: 3px;
	display: block;
	border-bottom: solid 1px #e6e6e6;
	font-size: 13px;
}

p.browse-by-airline a:hover {
	background: #e6e6e6;
}

p.browse-by-airline {
	margin: 0;
}

#join-wrapper p{
	margin: 0;
}

#index-only {
	background: url(/images/mainBg.jpg) top left no-repeat;
	height: 330px;
	padding-left:330px;
	margin: 0;
}

#index-form-content {
	height: 60px;
	padding:150px 0 0 30px;
	margin: 0;
}

#get-results-2 {
	z-index: 5;
	height: 50px;
	width:700px;	
}

/*
#start-here {
	z-index: 10;
	top: 10px;
	left: 20px;
	width: 95px;
	height: 40px;
	margin:0 auto;
	width: 600px;
	padding-top: 85px;
	padding-right: 200px;
}
*/
#index-only-lower {
	margin: 0;
	padding: 0 0 0 85px;
}

#topad {
	width: 729px;
}

#article-area {
	width: 729px;
	float: left;
	padding-top: 30px;
	padding-right: 35px;
	padding-bottom: 30px;
	padding-left: 35px;
}

#footer {
	list-style-type: none;
	height: 66px;
	margin: 20px 0;
	font-size: 12px;
}
/* END STRUCTURE */	



/* MODULES ON INDEX PAGE */
.lower-block {
	float: left;
	display: inline;
	width: 236px;
	margin: 0 0 0 0;
	cursor: hand;
}

.lower-block p {
	font-size: 13px;
}

#suite {
	margin:0;
}

#need, #join {
	margin: 0 0 0 90px;
}

#suite-title, #need-title, #join-title {
	width: 176px;
}

.module-title {
	margin: 0;
	padding:0;
	height: 38px;
	float: left;
	display: inline;
	border-bottom: 2px solid #297abb;
	background: url(/images/title_header_c.jpg) repeat-x top left;
}

.module-title h2 {
	color: #fff;
	margin: 0;
	padding: 4px 0 0 0;
	font-size:20px;
	font-weight: 200;
}

.module-title-left, .module-title-right {
	margin: 0;
	padding:0;
	width: 30px;
	height: 38px;
	float:left;
	display: inline;
	border-bottom: 2px solid #297abb;
}

.module-title-left {
	background: url(/images/title_header_l.jpg) no-repeat top left;
}

.module-title-right {
	background: url(/images/title_header_r.jpg) no-repeat top right;
}

.module-content {
	margin: 0;
	padding:0;
	width: 236px;
	height: 141px;
	background: url(/images/Module1_contentBG.jpg) no-repeat top left;
}

.module-footer-left, .module-footer-right {
	margin: 0;
	padding:0;
	float:left;
	width: 11px;
	height: 6px;
}

.module-footer-left {
	background: url(/images/Module1_bl.jpg) no-repeat top left;
}

.module-footer-right {
	background: url(/images/Module1_br.jpg) no-repeat top left;
}

.module-footer {
	margin: 0;
	padding:0;
	float:left;
	width: 214px;
	height: 6px;
	background: url(/images/Module1_bottomBG.jpg) no-repeat top left;
}

#join-content {
	background: url(/images/Module3_BG.jpg) top left no-repeat;
}

#need-content {
	background: url(/images/Module2_BG.jpg) top left no-repeat;
}

#suite-content {
	background: url(/images/Module1_BG.jpg) top left no-repeat;
}

#title {
	width:835px
}



#title h1, #title h1 a, #foot h1 a {
	color: #fff;
}

#foot {
width: 895px;
}

/* END MODULE */





/* HOW IT WORKS */
.how-to-lt, .how-to-rt {
	text-align: left;
	float: left;
}

.how-to-lt {          
	border-right: 3px dotted #FF7D03;
	width: 520px;
	background: #fff;
	padding: 10px;
}

.how-to-rt {
	width: 280px;
	padding: 20px;
}

#inner-content div.step p a {
	padding: 10px;
	font-size: 20px;
}

#inner-content div.step div.how-to-rt p {
	font-size: 20px;
}


.step {
	background: #EBF4FB;
	border: 3px dotted #FF7D03;
	margin: 0 0 10px 0;
}

/* END HOW IT WORKS */




/* RESULTS PAGE */
#plane-model-image
{/*dynamic image for each model */
	padding:0;
	margin:0 0 0 15px;
	width: 150px;
	height: 60px;
}

#plane-image {
	padding: 0;

}


#column-left {
	float: left;
	width: 479px;
}

#results-ad-left {
	float: left;
	display: inline;
	width: 170px;
	height: 600px;
}

#column-right {
	float: left;
	width: 378px ;
	display: inline;
	z-index: 1;
}

#plane-data { /* Includes comments, seat data, legend */
	margin: 0 auto;

}

#seat-info { /* contains seat data table */
	margin:0;
	padding: 15px 0 17px 3px;
}


#print-seat-info-header {
	text-align: left;
}

#print-btn {
	width: 216px;
	height: 58px;
	margin: 0 auto;
}

#email-btn {
	width: 216px;
	height: 58px;
	margin: 0 auto;
}

/* SEAT DATA TABLE */
.row-header {
	font-weight: 600;
	font-size: 14px;
	padding: 0 0 0 10px;
	color: #333333;
	text-align: left;
}

.row {
	font-size: 14px;
	padding: 0 0 0 10px;
	color: #333333;
	text-align: left;
}

.notes {
	padding: 0 0 0 30px;
	font-size: 14px;
	color: #333333;
	border: 1px solid #e6e6e6;
}

.seat-data-header{
	padding: 0 0 0 10px;
	height: 22px;
	color: #153596;
}
/* SEAT DATA TABLE */





/* LEGEND */
#legend {
	margin:0;
	padding: 15px 0 17px 0;
}

#legend h2 
{
	margin: 0;
	padding: 0;
}

#legend-text {
	font-size: 14px;
	padding: 4px;
	width: 358px;
	height: 90px;

}
#print-legend-text {
	border-left: solid 1px #e6e6e6;
	border-right: solid 1px #e6e6e6;
	border-bottom: solid 1px #e6e6e6;
}

#legend-text td {
	height: 28px;
	color: #333333;
	text-align: left;
	padding: 0 0 0 10px;
	font-size: 14px;
}

#print-legend-header {
	text-align: left;
	border-bottom: solid 1px #e6e6e6;
}
/* END LEGEND */


/* AD */
#ad {
	margin:0 0 20px 0;
}

#ad-text {
	font-size: 8px;
	border-left: solid 1px #e6e6e6;
	border-right: solid 1px #e6e6e6;
	border-bottom: solid 1px #e6e6e6;
	padding: 4px;
	width: 358px;
	height: 260px;
}

#print-ad-text {
	border-left: solid 1px #e6e6e6;
	border-right: solid 1px #e6e6e6;
	border-bottom: solid 1px #e6e6e6;
}

#print-ad-header {
	text-align: left;
	border-bottom: solid 1px #e6e6e6;
}
/* END AD */


/* FLIGHTRES */
#flightres {
	margin:0 0 20px 0;
}

#flightres-text {
	padding: 15px 0 17px 0;
	font-size: 14px;
	margin: 0;
}

#print-flightres-text {
	border-left: solid 1px #e6e6e6;
	border-right: solid 1px #e6e6e6;
	border-bottom: solid 1px #e6e6e6;
}

#print-flightres-header {
	text-align: left;
	border-bottom: solid 1px #e6e6e6;
}
/* END FLIGHTRES */


/*COMMENTS ON PLANE RESULTS PAGE*/
.comments-title-left, .comments-title-right {
	margin: 0;
	padding:0;
	width: 30px;
	float:left;
	display: inline;
	height: 98px;
	border-bottom: 2px solid #297abb;
}

.print-comments-title h1{
	font-size: 20px;
	font-weight: 600;
	border-bottom: solid 1px #e6e6e6;
}

.comments-title {
	color: #fff;
	background: #98caed url(/images/title_header_c.jpg) top left repeat-x;
	padding:0 0 0 0;
	height: 98px;
	margin: 0;
	float: left;
	display: inline;
	width: 308px;
	border-bottom: 2px solid #297abb;
}

.comments-title h1 {
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 16px;
}

.comments-title h3 {
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 15px;
	font-weight: 300;
}

.comments-title-left {
	background: #98caed url(/images/title_header_l.jpg) no-repeat top left;
}

.comments-title-right {
	background: #98caed url(/images/title_header_r.jpg) no-repeat top right;
}

#plane-comments {
	font: 12px Helvetica Neue, Helvetica, Arial, sans-serif;
	margin: 0;
	width: 368px;
	text-align: left;
}

#plane-comments-text {

	padding: 15px 20px 17px 20px;
	font-size: 14px;
	margin: 0;
	color: #333333;
}



#not-mine
{
	padding:  10px 0 10px 220px;
	font-size: 12px;
}

/*END COMMENTS ON PLANE RESULTS PAGE*/




/* CONTACT US */
#contact-title {
	text-align: center;
	color: #fff;
	background: #98caed url(/images/title_header_c.jpg) top left repeat-x;
	padding:0 0 0 0;
	height: 98px;
	margin: 0;
	float: left;
	display: inline;
	width: 315px;
	border-bottom: 2px solid #297abb;
}

#contact-comments {
	text-align: left;
	margin: 0;
	padding: 0;
	float: left;
	border-top: dotted 3px #f18322;
	border-bottom: dotted 3px #f18322;
	border-right: dotted 3px #f18322;
	height: 535px;
	width: 474px;
	background:#ebf4fb;
}

#contact-comments-text {
	padding: 10px 20px;
}

#contact-comments-text p {
	padding:0;
	margin: 10px 0;
}

#inner-contact {
	margin: 0;

}

#recent-expert p {
	margin:8px 0;
	padding: 0;
}



/* END CONTACT US */






/* STYLED FORM */
#stylized{
	border:dotted 3px #f18322;
	background:#ebf4fb;
	width: 350px;
	height: 535px;
	padding: 0 20px 0 ;
	float: left;
}

#stylized h1 {
	margin-left:20px;
	font-size:14px;
	font-weight:bold;
	margin-bottom:8px;
}

#stylized p{
	font-size:14px;
	color:#666666;
	border-bottom:solid 1px #b7ddf2;
	margin: 0;
	padding: 20px 0;
}
#stylized label{
	font-weight:bold;
	text-align:right;
}

#stylized .small{
	color:#666666;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	width:140px;
}
	
#stylized input, #stylized select{
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	width:350px;
	margin:0;
	height: 31px;
}

#stylized textarea {
	border:solid 1px #aacfe4;
	width:350px;
	padding:4px 2px;
}

#stylized .button{ 
		margin: 0 0 0 0;
		height:31px;
		background:#666666 ;
		text-align:center;
		color:#FFFFFF;
		font-size:12px;
		font-weight:bold;
		border:solid 1px #aacfe4;
		width:350px;
}

#mainleft_three_col {
	position:relative;
	width:290px;
	float:left;
	text-align: left;
}

.narrow-orange {
	color: #FFF;
	/*color: #2C7DBC;*/
	display: block;
	text-align: center;
	background: url(/images/join_header_bg_gray2.jpg) top left no-repeat;
	width: 280px;
	height: 25px;
	font-size: 15px;
	font-weight: 500;
	padding: 0 0 0 0;
	margin: 3px auto ;
	line-height: 25px;
}

.narrow-orange:hover {
		color: #fff;
		background: url(/images/join_header_bg_orange.jpg) top left no-repeat;
}

#maincenter_three_col {
	position:relative;
	width:290px;
	float:left;
	text-align: left;
}
	
#mainright_three_col {
	position:relative;
	width:290px;
	float:left;
	text-align: left;
}	

#mainleft_three_col a, #maincenter_three_col a, #mainright_three_col a{

} 

#mainleft_three_col a:hover, #maincenter_three_col a:hover, #mainright_three_col a:hover{

}


#mainleft_three_col ul, #maincenter_three_col ul, #mainright_three_col ul {
	margin: 0;
	padding: 0;
}

/* END STYLED FORM */





/* GALLERY */
#gallery-wrap {
	width: 650px;
	margin: 0 auto;
}

#gallery-wrap p {
	text-align: center;
	margin: 0 0 10px;
}
/*END GALLERY */




/* LEGACY HOVER COMMENTS  */
pre.hidden {
    visibility: hidden;                                                         
    border: 0px;                                                                
    width: 0px;                                                                 
    margin: 0px 0px 0px 0px;                                                    
    padding: 0px 0px 0px 0px;                                                   
    line-height: 0px;                                                           
    height: 0px;                                                                
    width: 0px;                                                                 
    z-index: 2;                                                                 
    position: absolute;
    font-size: 8px;
}             
/* END LEGACY HOVER COMMENTS  */




/* JOIN THE DISCUSSION CONTENT*/
#join-lt, #join-rt {
	float: left;
	padding: 0 10px;
}

#join-lower {
	margin: 0 0 0 0;
	border-top: solid 1px #e6e6e6;
	padding: 10px 0 0 0;
}

#join-lower a {
	font-size: 12px;
}

#join-lt {
	width: 40%;
	border-right: solid 1px #e6e6e6;
}

#join-rt {
	width: 55%;
	height: 250px;
	text-align: left;
	background: url(/images/join_wm.gif) top center no-repeat;
}

#join-lt p {
	margin: 0 0 10px 0;
}

#join-rt h2{
	text-align: center;
}

#join-rt ul {
	margin: 10px auto 0;
	width: 300px;
}

#join-rt ul li {
	list-style: none;
	border-bottom: solid 1px #e6e6e6;
}

#join-rt ul li a {
	font-size: 18px;
	color: #21478e;
	display: block;
	min-height: 20px;
	font-weight: 500;
	margin: 0;
	padding: 5px 0;
}

#join-rt ul li a:hover {
	background: #e6e6e6;
}

#join-lower ul li{
	list-style: none;
}

.join-lt-column, .join-rt-column {
	float: left:;
	width: 48%;
}
/* HIDDEN FT POST LINKS FOR JOIN THE DISCUSSION*/
.join-hidden p {
	margin: 0 auto;
	padding: 5px;
	width: 250px;
	border-bottom: solid 1px #e6e6e6;
}

.join-hidden p:hover {
	background: #e6e6e6;
}

#ua.join-hidden a, #dl.join-hidden a, #co.join-hidden a, #aa.join-hidden a, #kl.join-hidden a, #us.join-hidden a, #ba.join-hidden a, #qf.join-hidden a, #nw.join-hidden a, #nh.join-hidden a, #as.join-hidden a, #ac.join-hidden a, #lh.join-hidden a, #yx.join-hidden a, #vx.join-hidden a, #ha.join-hidden a, #msc.join-hidden a {
	color: #21478e;
}

#ua.join-hidden a:hover, #dl.join-hidden a:hover, #co.join-hidden a:hover, #aa.join-hidden a:hover, #kl.join-hidden a:hover, #us.join-hidden a:hover, #ba.join-hidden a:hover, #qf.join-hidden a:hover, #nw.join-hidden a:hover, #nh.join-hidden a:hover, #as.join-hidden a:hover, #ac.join-hidden a:hover, #lh.join-hidden a:hover, #yx.join-hidden a:hover, #vx.join-hidden a:hover, #ha.join-hidden a:hover, #msc.join-hidden a:hover {

}

/* END JOIN THE DISCUSSION CONTENT */

/* Help hidden */

#help {
	text-align: left;
}

#help ul {
	list-style: none;
}

a.help-head {
	font-size: 20px;
}

a.help-head:hover{
	color: orange;
}


#help p {
	margin: 0 0 10px 0;
	font-size: 16px;
}


/* End help hidden */

/* SEAT COMMNETS HOVER */
#hover-header {
	padding: 5px 0;
	margin: 0;
	background: #22478e;
	width: 400px;
}

.hover-head, .hover-data {
	font-size: 12px;
	color: #fff;
	margin: 0;
	padding: 0 0 0 5px;
}

.hover-head {

}

.hover-data {

}

#hover-list {
	width: 390px;
	padding: 0 5px 5px 5px;
	margin: 0;
}

li.positive, li.negative {
	font-size: 12px;
	min-height: 16px;
	margin: 0;
	padding: 3px 0;
	border-bottom: solid 1px #e6e6e6;
	list-style-type: none;
}

.positive {
	color: green;
}

.negative {
	color: red;
}
/* SEAT COMMNETS HOVER */

/* Search 3 box new 09-03-30*/

#search-again-top-bar
{
	padding: 0 0 0 0;
	margin: 0 auto;
	width: 160px;
	height: 8px;
	background: url(/images/widget_bg_top.gif) no-repeat scroll bottom left;

}

#search-again-bottom-bar
{
	padding: 0 0 0 0;
	margin: 0 auto;
	width: 160px;
	height: 31px;
	background: url(/images/widget_bg_bottom.gif) no-repeat scroll top left;

}

#search-again
{
	padding: 0 0 0 0;
	margin: 0 auto;
	width: 160px;
	height: 250px;
	background: url(/images/widget_bg_middle.gif) repeat;

}
#search-again h4, div.widget-box h4
{
	color: #153596;
	font-family: Eurostile, arial;
	font-weight: 600;
	margin: 0 0 5px 0;
	padding: 5px 0 0 0;	
	font-size: 14px;
}

div.widget-box h5
{
	color: #153596;
}

#search-again form button {
	background: url(/images/widget_search.jpg) no-repeat;
	width: 144px;
	height: 39px;
	margin: 20px 0 0 0;
	padding: 0;
	border-style: none;

}

#search-again form
{

	margin: 0;	

}

#search-again form input
{
	margin: 0;
	padding: 0;
	color: #20468f;
	text-align: center;
}

#search-again form input.cal-TextBox 
{
	width: 140px;	
}


#search-again form input#airline, #search-again form input#flight, #search-again form input#date
{
	width:140px;
}



/* END Search 3 box new 09-03-30*/

/* Rounded corner or box*/
.widget-box
{
	width: 300px;
	margin: 0 auto;
	height: 375px;
}

.tm
{
	font-size: 9px;
	vertical-align: text-top;
}
#tlc, #trc, #blc, #brc
{
background-color: transparent;
background-repeat: no-repeat;
}

#tlc
{
background-image:url(images/tlc.gif);
background-position: 0% 0%;
}

#trc
{
background-image:url(images/trc.gif);
background-position: 100% 0%;
}
	
#blc
{
background-image:url(images/blc.gif);
background-position: 0% 100%;
}

#brc
{
background-image:url(images/brc.gif);
background-position: 100% 100%;
}

#tb, #bb
{
background-color: transparent;
background-repeat: repeat-x;
}
			
#tb
{
background-image:url(images/tb.gif);
background-position: 0% 0%;
}

#bb
{
background-image:url(images/bb.gif);
background-position: 50% 100%;
}
	
#rb
{
background-image:url(images/r.gif);
background-position: 100% 0%;
background-repeat: repeat-y;
}

#lb
{
background-color: #ecf1fd;
background-image:url(images/l.gif);
background-position: 0% 100%;
background-repeat: repeat-y;
}

#flightres-text p.browse-by-airline 
{
	text-align: center;	
}



#left-right
{
	float: left;
	margin: 10px 0;
}

#left-right p
{
	
}

#left-right h1, #left-right h2, #left-right h3, #left-right h4, #left-right h5, #please-wait
{
	color: #153596;
	font-family: Eurostile, arial;
	font-weight: 600;
	text-align: center;
}

#left-right h2
{
	line-height: 18px;
}

#please-wait
{
	padding: 20px;
}

#flight-header
{
	padding: 15px 0 17px 0;
	width: 100%;
}

#google_ads_div_se_incontent
{
	text-align: center;	
}

/* END Rounded corner or box*/
