------------------RESET DEFAULT STYLES -----------------
*/
html, body, div, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
fieldset {
	padding: 10px;
	border: #cccccc 1px solid;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	font-size:62.5%;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 2;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

th {
	font-weight: bold;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*Input*/
input
{
	border:0;
}
/*--------------------------END RESET ---------------*/

/* ----------------------------------------------------------------------------------*/
/* HTML */
/* ----------------------------------------------------------------------------------*/

body,td,th {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #111111;
	line-height: normal;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
td.form_left {
	text-align: right;
	vertical-align: text-top;
	font-size: 11px;
}
label { width: 150px; margin-right: 5px; text-align: right; float: left; padding: 0px 0px 3px 0px; }
.label_airplane { width: auto; margin-right: 5px; text-align: right; float: left; padding: 0px 0px 3px 0px; }
.label_standard { width: auto; margin-right: 5px; text-align: left; padding: 0px 0px 3px 0px; }
td.form_right {
	text-align: left;
	vertical-align: text-top;
}
h1 {
	font-family: "Arial Narrow", Arial;
	color: #111111;
	font-size: 20px;
	font-weight: bold;
	padding: 8px;
	border-bottom: solid 1px #CCCCCC;
	margin-bottom: 10px;
}
.h1airline {
	font-family: "Arial Narrow", Arial;
	color: #111111;
	font-size: 20px;
	font-weight: bold;
	padding: 8px;
	border-bottom: 0px;
	margin-bottom: 0px;
}
.h2airline {
	font-family: "Arial Narrow", Arial;
	color: #111111;
	font-size: 16px;
	font-weight: bold;
}
h3 {
	font-family: "Arial Narrow", Arial;
	color: #325B97;
	font-size: 16px;
	font-weight: bold;
	padding: 4px;
	border-bottom: solid 1px #CCCCCC;
	margin-bottom: 5px;
}
a {
	color: #325B97;
	text-decoration: none;
}
a:hover, a:active {
	color: #325B97;
	text-decoration: underline;
}
p { 
	line-height: normal;
	margin-bottom: 4px;
	text-align: justify;
}
ul {
	list-style-position: outside;
	list-style-type: disc;
	padding-left: 30px;
	text-indent: 0px;
}

/* ----------------------------------------------------------------------------------*/
/* CLASSES */
/* ----------------------------------------------------------------------------------*/

.header_quick_search_text {
	color: #111111;
	font-weight: bold;
	text-align: center;
}
.clear {
	width: 0px;
	height: 0px;
	clear: both;
}
.main_button {
	margin-bottom: 1px;
}
.social_icon {
	border: none;
	margin-left: 8px;
	margin-top: 1px;
}
.body_menu {
	width: 213px;
	margin-top: 7px;
	margin-bottom: 15px;
	border-top: solid 3px #325B97;
	border-right: solid 3px #325B97;
}
.menu_item_big {
	border-bottom: solid 1px #325B97;
	padding-top: 4px;
	padding-bottom: 5px;
	padding-left: 10px;
	background: url(../img/body_button_bg.png) left top no-repeat #F5F5F5;
}
.menu_item_big a {
	font-size: 13px;
	color: #325B97;
	text-decoration: none;
}
.menu_item_small {
	border-bottom: solid 1px #CCCCCC;
	border-left: solid 1px #EEEEEE;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	background: #FFFFFF;
}
.menu_item_small a {
	font-size: 11px;
	color: #111111;
	text-decoration: none;
}
.upper_footer_title {
	margin-left: 5px;
	margin-top: 5px;
	color: #325B97;
	font-size: 12px;
}
.upper_footer_links, .upper_footer_links a {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #111111;
	text-decoration: none;
	font-size: 10px;
}
.upper_footer_links {
	border-left: solid 1px #FFFFFF;
	float: left;
	margin-right: 10px;
	width: 230px;
}
.know_title {
	font-family: "Arial Narrow", Arial;
	font-size: 22px;
	font-weight: bold;
	color: #111111;
}
.know_yes, .know_yes_x {
	width: 765px;
	height: 140px;
	margin-top: 5px;
	margin-bottom: 20px;
}
.know_yes {
	background:  url(../img/knowyes_bg.png);
}
.know_yes_x {
	background:  url(../img/knowyes_bgx.png);
}
.know_no, .know_no_x {
	width: 765px;
	height: 210px;
	margin-top: 5px;
	margin-bottom: 20px;
}
.know_no {
	background:  url(../img/knowno_bg.png);
}
.know_no_x {
	background:  url(../img/knowno_bgx.png);
}
.know_title_box {
	font-family: "Arial Narrow", Arial;
	clear: both;
	font-size: 17px;
	color: #111111;
	padding-left: 5px;
	padding-top: 23px;
}
.know_title_box .n1,
.know_title_box .n2 {
	height: 22px;
	width: 22px;
	float: left;
	margin-top: -2px;
	margin-right: 4px;
	background: 0px 0px url(../img/know_numbers.png);
}
.know_title_box .n1 { background: 0px 0px url(../img/know_numbers.png); }
.know_title_box .n2 { background: -22px 0px url(../img/know_numbers.png); }
.know_column {
	width: 49%;
	float: left;
}
.know_column p {
	margin-top: 10px;
	margin-bottom: 15px;
	margin-left: 25px;
	height: 30px;
	vertical-align: middle;
	text-indent: 0px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #111111;
	text-align: left;
	line-height: normal;
}
.know_column .btn {
	margin-top: 0px;
	margin-left: 25px;
}
.framed1 {
	background: #FFFFFF;
	border: solid 1px #D6D6D6;
	padding: 6px;
}
.framed1w {
	background: #FFFFFF;
	border: solid 1px #FFFFFF;
	padding: 6px;
}
.framed3 {
	background: #FFFFFF;
	border: solid 3px #D6D6D6;
	padding: 6px;
}
.bigstar {
	display: inline-table;
}
.comment {
	border: solid 1px #CCCCCC;
	padding: 0px;
	text-align:center; 
	vertical-align:middle;
	margin-bottom: 15px;
}
.comment_header {
	background: #FFFFFF;
	height: 25px;
	overflow: visible;
}
.comment_avatar {
	width: 75px;
	float: left;
	padding-top:5px;
	position: relative;
}
.comment_name {
	float: left;
	color: #325B97;
	padding-top: 5px;
	font-weight: bold;
}
.comment_date {
	float: right;
	padding-top: 5px;
	padding-right: 5px;
}
.comment_subheader {
	background: #E9E9E8;
	height: 37px;
	padding-left: 75px;
	text-align: left;
	font-size: 11px;
	color: #666666;
}
.comment_userinfo {
	float: left;
	padding-top: 3px;
}
.comment_usercontact {
	float: right;
	padding-right: 5px;
	padding-top: 10px;
}
.comment_usercontact a {
	color: #666666;
	text-decoration: none;
}
.comment_info {
	border-bottom: solid 1px #CCCCCC;
}
.comment_info_left {
	margin-top: 5px;
	margin-bottom: 5px;
	float: left;
	width: 200px;
}
.comment_info_right {
	width: 260px;
	margin-top: 5px;
	margin-bottom: 5px;
	float: left;
	padding-left: 10px;
	text-align: left;
	border-left: solid 1px #E9E9E8;
}
.comment_info_right .x {
	color: #325B97;
	font-weight: bold;
}
.comment_text {
	padding: 10px;
	text-align: justify;
}
.comment_thumb {
	margin-right: 5px;
	margin-top: 5px;
}
.airline_letter {
	padding-left: 10px;
	padding-right: 10px;
	color: #325B97;
	font-size: 16px;
	font-weight: bold;
	float: left;
	margin-bottom: 10px;
	width: 15px;
}
.airline_item {
	float: left;
	margin-bottom: 10px;
}
.aircraft_categ {
	padding-left: 10px;
	padding-right: 10px;
	color: #325B97;
	font-size: 16px;
	float: left;
	margin-bottom: 10px;
	width: 150px;
}
.aircraft_item {
	float: left;
	margin-bottom: 10px;
}
.contact_form {
	padding-top: 5px;
	padding-left: 15px;
}
.sitemap {
	padding-bottom: 15px;
	padding-left: 15px;
}
.motable td {
color: #FFFFFF;
} 
.sitemap .level1 { padding-left: 20px; font-weight: bold; margin-top: 10px; }
.sitemap .level1 a { font-weight: bold; }
.sitemap .level2 { padding-left: 20px; font-weight: bold; margin-top: 10px; }
.sitemap .level2 a { font-weight: bold; }
.sitemap .level3 { padding-left: 20px; font-weight: normal; margin-top: 10px; }
.sitemap .level3 a { color: #111111; font-weight: normal; }
.links_col {
	float: left;
	width: 150px;
	margin-left: 10px;
}
.links_col a {
	color: #111111;
}
.blog_entry {
	font-family: "Trebuchet MS", "Times New Roman", Lucida, Georgia;
	margin-top: 3px;
	margin-bottom: 17px;
}
.blog_entry_head {
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;	
	padding: 5px;
	background: #F5F5F5;
}
.blog_entry_title {
	font-size: 18px;
	font-weight: bold;
}
.blog_entry_title a {
	color: #325B97;
	text-decoration: none;
}
.blog_entry_title a:hover {
	color: #111111;
}
.blog_entry_date {
	font-size: 10px;
	color: #333333;
}
.blog_entry_text {
	padding: 5px;
	text-align: justify;
	background: #FFFFFF;
}
.blog_entry_foot {
	padding: 5px;
	border-top: solid 1px #cccccc;	
	border-bottom: solid 1px #cccccc;	
	background: #F5F5F5;
}
.userRating {
	border: 1px solid #bbb;
	width: 80px;
	font-size: 8px;
	padding: 0 1px;
	margin: 3px 0;
	float:right;
	background-color: #FFFFFF;
}
/* ----------------------------------------------------------------------------------*/
/* IDS */
/* ----------------------------------------------------------------------------------*/

#header {
	width: 100%;
	background: url(../img/header_content_bg.png) #FFFFFF top repeat-x;
}
#header_content {
	width: 988px;
	margin-left: auto;
	margin-right: auto;
}
#header_left {
	width: 216px;
	float: left;
	background: url(../img/header_content_bg.png) #FFFFFF top repeat-x;
}
#header_right {
	float: right;
	width: 772px;
	background: url(../img/header_content_bg.png) #FFFFFF top repeat-x;
}
#header_menu {
	margin-top: 0px;
	float: left;
	width: 216px;
}
#header_menu a {
	margin: 0px;
	padding: 0px;
}
#motto {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 11px;
	margin-top: 0px;
	margin-left: 5px;
	float: left;
}
#login {
	margin-top: 8px;
	float: right;
}
#header_ad {
	margin-left: 7px;
	margin-bottom: 0px;
}
#header_ad_banner {
	float: right;
}
#header_ad_more {
	float: left;
}
#header_quick {
	margin-top: 0px;
	margin-left: 7px;
}
#header_quick_search {
	background: #FF9900 url(../img/qsearch_bg.png) bottom repeat-x;
	float: left;
	color: #FFFFFF;
	font-weight: bold;
	height: 28px;
	width: 430px;
	padding-top: 6px;
	text-align: center;
}
#header_quick_links {
	background: #E8E8E7 url(../img/qlinks_bg.png) bottom repeat-x;
	float: right;
	height: 28px;
	width: 330px;
	padding-top: 5px;
	text-align: left;
}
#body {
	margin-top: 5px;
}
#body_content {
	width: 988px;
	margin-left: auto;
	margin-right: auto;
}
#body_left {
	float: left;
}
#body_right {
	float: right;
	width: 772px;
}
#body_right_content {
	margin-left: 8px;
	margin-top: 5px;
	display: block;
}
#footer {
}
#upper_footer {
	background: #E8E7E1;
}
#lower_footer {
	background: #1E1D1D;
}
#upper_footer_content {
	width: 988px;
	margin-left: auto;
	margin-right: auto;
}
#lower_footer_content, #lower_footer_content a {
	width: 988px;
	margin-left: auto;
	margin-right: auto;
	color: #666666;
	text-decoration: none;
	height: 52px;
	font-size: 11px;
}
#lower_footer_content a:hover, #lower_footer_content a:active {
	color: #999999;
}
#upper_footer_airlines {
	width: 50%;
	float: left;
} 
#upper_footer_airplanes {
	width: 50%;
	float: left;
}
#lower_footer_left {
	float: left;
	padding-top: 5px;
}
#lower_footer_right {
	float: right;
	padding-top: 12px;
	text-align: right;
}
#welcome_message {
	width: 765px;
	height: 187px;
	background: url(../img/welcomeen.png);
}
#welcome_message_title {
	padding-left: 15px;
	padding-top: 10px;
	font-family: "Arial Narrow", Arial;
	font-size: 15px;
	font-weight: bold;
	color: #325B97;	
}
#welcome_message_text {
	padding-left: 20px;
	padding-top: 10px;
	width: 550px;
	text-align: justify;
	color: #222222;
	line-height: 100%;
}
#welcome_message_text p {
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 100%;
}
#know {
	margin-top: 5px;
}
#airline_letters {
	padding: 7px;
	background: #FFFFFF;
	width: 480px;
	margin-bottom: 10px;
}
#airline_letters a {
	color: #325B97;
	text-decoration: none;
	margin-right: 7px;
}
#mobissimo {
	float: right;
	border: solid 3px #CCCCCC;
	width: 250px;
	background: #FFFFFF;
	padding: 4px;
	text-align: center;	
}
#mobissimo3 {
	float: right;
	border: solid 3px #CCCCCC;
	width: 250px;
	background: #FFFFFF;
	padding: 4px;
	margin: 10px;
	text-align: center;	
}
#mobissimo2 {
	border: solid 3px #CCCCCC;
	width: 250px;
	background: #FFFFFF;
	padding: 4px;
	margin: 10px;
	text-align: center;	
}
#about_us {	
	padding: 7px;
	width: 480px;
	text-align: justify;
}
#logo {
	float: left;
}
#logotext {
	float: left;
}
#upper_header {
	
}
#lower_header {
	margin-top: 10px;
}
#header_adsmore {
	float: left;
}


#details_tabs {
	background: #FFFFFF;
	border-bottom: solid 1px #996600;
	padding: 15px;
	border: solid 1px #D6D6D6;
	text-align: center;
}
#details_tabs a {
	color: #325B97;
	text-decoration: none;
}
#details_tabs a span, #details_tabs a span.x {
	padding: 5px;
	border-bottom: solid 2px #FFFFFF;
	font-weight: bold;
}
#details_tabs a span.x {
	font-weight: bold;
}

#details_tabs a:hover span {
	padding: 5px;
	border-bottom: solid 2px #325B97;
}
#details_tab {
	padding: 15px;
}
#blog_left {
	float: left;
	width: 545px;
}
#blog_right {
	float: right;
	width: 200px;
}
#blog_right .group {
	font:Tahoma, Verdana, Arial;
	color: #325B97;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 7px;
}
#blog_right .item {
	font:Tahoma, Verdana, Arial;
	color: #325B97;
	font-size: 11px;
	margin-bottom: 5px;
	border-bottom: solid 1px #CCCCCC;
	text-decoration: none;
	padding: 1px;
	padding-left: 5px;
}
#blog_right .item a {
	text-decoration: none;
}
#overview_left {
	float: left;
	width: 360px;
	margin-right: 10px;
}
#overview_right {
	float: left;
	width: 360px;
}

/* ----------------------------------------------------------------------------------*/
/* INPUTS */
/* ----------------------------------------------------------------------------------*/

input.login {
	border: solid 1px #666666;
	background: #FFFFFF;
	height: 15px;
	width: 120px;
	color: #666666;
	font-size: 10px;
	padding-top: 2px;
	padding-left: 3px;
}
input.search {
	border: solid 1px #BFBFBF;
	background: #FFFFFF;
	height: 15px;
	width: 245px;
	color: #666666;
	font-size: 10px;
	padding-top: 2px;
	padding-left: 3px;
}
input.red1, input.white1 {
	width: 68px;
	text-transform: uppercase;
	border: none;
	padding: 0px;
	height: 20px;
	margin-top: 0px;
	text-align: center;
	font-family: Tahoma, Verdana, Arial;
	font-size: 9px;
	font-weight: bold;
}
input.red1 {
	background: url(../img/btnbg_red1.png);
	color: #FFFFFF;
}
input.white1 {
	background: url(../img/btnbg_white1.png);
	color: #111111;
}
input.knowsearch {
	background: #FFFFFF;
	border: solid 1px #666666;
	color: #666666;
	height: 16px;
	font-size: 12px;
	width: 205px;
	padding-top: 2px;
	padding-left: 3px;
	margin-top: 1px;
}
input.myform, input.myform2, input.myform3, input.myform4 {
	border: solid 1px #666666;
	background: #FFFFFF;
	height: 15px;
	width: 185px;
	color: #666666;
	font-size: 12px;
	padding-top: 2px;
	padding-left: 3px;
}
input.myform2 { width: 150px; }
input.myform3 { width: 40px; }
input.myform4 { width: 115px; }
input.redbutton, input.bluebutton {
	border: solid 1px #000000;
	height: 20px;
	padding-top: 0px;
	color: #FFFFFF;
	font-size: 12px;
}
input.bluebutton { background: #325B97; }
input.redbutton { background: #FFB300; color: #000000; }
input.contact1, textarea.contact1 {
	border: solid 1px #CCCCCC;
	height: 16px;
	padding-top: 4px;
	padding-left: 2px;
	background: #FFFFFF;
	color: #111111;
	font-size: 12px;
	width: 220px;
}
textarea.contact1 {
	height: 120px;
}

/* ----------------------------------------------------------------------------------*/
/* SHORT */
/* ----------------------------------------------------------------------------------*/

.sz10 { font-size: 10px; }

.red { color: #E90000; }
.gray { color: #CCCCCC; }
.blue { color: #325B97; }
.orange { color: #FFB300; }
.lblue { color: #BFC6D0; }

.bglblue { background: #BFC6D0; } 

.left { text-align: left; }
.right { text-align: right; }
.justify { text-align: justify; }
.center { text-align: center; }

.fleft { float: left; }
.fright { float: right; }

.searchsel							{ background:#F9D528;color:#000000;}
.searchnesel						{ border: 1px solid #416AAA;}

#main								{ width: 780px; float: right; margin: 0; padding: 0;}
#main .mainContent					{ margin-left: 5px; }
#main .mainContent	a				{ font-family: Verdana; font-size: 11px; font-weight: bold;}
#main .mainContent	h1				{ margin-top: 10px;}
#secondary							{ width: 169px; float: right; margin-right: 11px;}
.clear-both							{ clear: both; }



.style1 {
	font-size: 11px;
	font-weight: bold;
}
.style2 {font-size: 11px}
.void, .v							{ display: none; }
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> THICK BOX <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window							{ font: 12px Arial, Helvetica, sans-serif; color: #333333; }
#TB_secondLine						{ font: 10px Arial, Helvetica, sans-serif; color:#666666; }
#TB_window a:link					{color: #666666;}
#TB_window a:visited				{color: #666666;}
#TB_window a:hover					{color: #000;}
#TB_window a:active					{color: #666666;}
#TB_window a:focus					{color: #666666;}

#TB_overlay							{ position: fixed; z-index:100; top: 0px; left: 0px; height:100%; width:100%; }
.TB_overlayMacFFBGHack				{background: url(../img/macFFBgHack.png) repeat;}
.TB_overlayBG						{ background-color:#000; filter:alpha(opacity=75); -moz-opacity: 0.75; opacity: 0.75; }
/* ie6 hack */
* html #TB_overlay					{ position: absolute; height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px'); }
#TB_window							{ position: fixed; background: #ffffff; z-index: 102; color:#000000; display:none; border: 4px solid #525252; text-align:left; top:50%; left:50%; }
/* ie6 hack */
* html #TB_window					{ position: absolute; margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px'); }
#TB_window img#TB_Image				{ display:block; margin: 15px 0 0 15px; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; border-top: 1px solid #666; border-left: 1px solid #666; }
#TB_caption							{ height:25px; padding:7px 30px 10px 25px; float:left; }
#TB_closeWindow						{ height:25px; padding:11px 25px 10px 0; float:right; }
#TB_closeAjaxWindow					{ padding:7px 10px 5px 0; margin-bottom:1px; text-align:right; float:right; }
#TB_ajaxWindowTitle					{ float:left; padding:7px 0 5px 10px; margin-bottom:1px; }
#TB_title							{ background-color:#e8e8e8; height:27px; }
#TB_ajaxContent						{ clear:both; padding:2px 15px 15px 15px; overflow:auto; text-align:left; line-height:1.4em; }
#TB_ajaxContent.TB_modal			{ padding:15px; }
#TB_ajaxContent p					{ padding:5px 0px 5px 0px; }
#TB_load							{ position: fixed; display:none; height:13px; width:208px; z-index:103; top: 50%; left: 50%; margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */ }
/* ie6 hack */
* html #TB_load						{ position: absolute; margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px'); }
#TB_HideSelect						{ z-index:99; position:fixed; top: 0; left: 0; background-color:#fff; border:none; filter:alpha(opacity=0); -moz-opacity: 0; opacity: 0; height:100%; width:100%; }
/* ie6 hack */
* html #TB_HideSelect				{ position: absolute; height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px'); }
#TB_iframeContent					{ clear:both; border:none; margin-bottom:-1px; margin-top:1px; _margin-bottom:1px; }
input.fixed-width, textarea.fixed-width						{ width: 295px; border:1px solid;}
select.fixed-width					{ width: 300px; }
form.main div.required, 
form.main div.optional				{ margin-bottom: 5px; clear: both; }
#profileTabs li.current a, #profileTabs li a:hover {background-position: 0px 0px;}
#profileContributions, #profileInfo, #profileSubscriptions { margin-top: 10px;margin-right:auto;margin-left:auto; }


div.flash {
	border: 1px solid #dedc54;
	background: #feffb3;
	padding: 5px;
}