/* -----------------------------------------------
 Colors 
 ----------------------------------------------- */
.black  	{color: black;}
.red  		{color: #C20029;}
.gray_lt	{color: #EEEEEE;}
.gray_med	{color: #777777;}
.gray_dark	{color: #444444;}
.blue_med	{color: #1981C3;}
.blue_dark	{color: #003584;}

/* -----------------------------------------------
 Fonts / Text
 ----------------------------------------------- */
 
body,san_serif {
	color: black;
	font-family:  Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 90%;
	margin: 0px;
	padding: 0px;
}

.leadingedge_body {
	background-color: #999;
	color: black;
	font-family:  Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 90%;
	margin: 0px;
	padding: 0px;
}

b,p,td,ul,ol,li,div,form {
	font-size: 11px;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -2px;
}

.page_headline {
	color: white;
	font-family: Helvetica;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -1px;
	text-align: left;
	text-indent: 20px;
}

.bluehead {
	color:  #003584;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;
}

.whitehead {
	color:  white;
	display: block;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 4px;
}

.subhead {
	color:  #444;
	font-weight: bold;
	letter-spacing: -1px;
}

.normal {
	font-weight: normal;
}

.bold {
	font-weight: bold;
}

.boldtight {
	font-weight: bold;
	letter-spacing: -1px;
}

.boldgray {
	color: #777;
	font-weight: bold;
}

.smallcaps, 
.small_caps {
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 0px;
	text-transform: uppercase;
}

.gray_block {
	padding: 2px;
	background-color: #999999;
	color: white;
}

/* -----------------------------------------------
 Links and rollovers
 ----------------------------------------------- */

a {
	border-bottom: 1px dotted;
	color: #003584;
	text-decoration: none;
}

a:hover {
	color: #1981C3;
	border-width: 1px 1px 1px 0px;
	border-style: none none solid none;
}

a.staffname {
	font-weight: bold;
	border-bottom: 1px dotted;
	color: #003584;
	text-decoration: none;
}

a.staffname:hover {
	font-weight: bold;
	color: #1981C3;
	border-width: 1px 1px 1px 0px;
	border-style: none none solid none;
}

a.mini_btn {
	background-color: white;
	color: #003584;
	border: 1px solid #003584;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 1px 6px 1px 6px;
	white-space: nowrap;
}

a.mini_btn:hover {
	background-color: #003584;
	color: white;
	border: 1px solid #003584;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 1px 6px 1px 6px;
	white-space: nowrap;
}

a.mini_btn_selected {
	background-color: #003584;
	color: white;
	border: 1px solid #003584;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 1px 6px 1px 6px;
	white-space: nowrap;
}

/* -----------------------------------------------
 Menubar
 ----------------------------------------------- */

a.menu_logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 272px;
	height: 106px;
	background-image: url(/art/leadingedge_logo_ot.jpg);
	background-repeat: no-repeat;
	border-bottom: none;
	border: 0px;
}

a.menu_logo:hover {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 272px;
	height: 106px;
	background-image: url(/art/leadingedge_logo_ov.jpg);
	background-repeat: no-repeat;
	border-bottom: none;
	border: 0px;
}

a.gift_cert {
	position: absolute;
	top: 56px;
	left: 666px;
	width: 334px;
	height: 30px;
	background-image: url(/art/gift_cert_ot.jpg);
	background-repeat: no-repeat;
	border-bottom: none;
	border: 0px;
}
a.gift_cert:hover {
	position: absolute;
	top: 56px;
	left: 666px;
	width: 334px;
	height: 30px;
	background-image: url(/art/gift_cert_ov.jpg);
	background-repeat: no-repeat;
	border-bottom: none;
	border: 0px;
}

.logo_aviation {
	position: absolute;
	top: 0px;
	left: 272px;
	width: 164px;
	height: 106px;
	background-image: url(/art/logo_aviation.jpg);
	background-repeat: no-repeat;
}

.logo_slogan {
	position: absolute;
	top: 56px;
	left: 504px;
	width: 135px;
	height: 30px;
	background-image: url(/art/slogan_takeoff.jpg);
	background-repeat: no-repeat;
}

.menubar {
	position: absolute;
	top: 0px;
	left: 270px;
}

.cloud_stripe {
	background-image: url(/art/cloud_stripe_pattern.jpg);
	background-repeat: repeat-x;
}

.submenubar {
	position: absolute;
	top: 32px;
	left: 270px;
	padding: 2px;
	display: none;
}

a.menu_item {
	color: #BFD6EA;
	font-weight: bold;
	letter-spacing: -1px;
	position: relative;
	top: 10px;
	padding-top: 14px;
	padding-left: 8px;
	padding-bottom: 4px;
	padding-right: 8px;
	border-width: 0px;
	border-style: none;
}

a.menu_item:hover,
a.menu_item_selected,
a.menu_item_selected:hover {
	color: white;
	font-weight: bold;
	letter-spacing: -1px;
	position: relative;
	top: 10px;
	padding-top: 14px;
	padding-left: 8px;
	padding-bottom: 4px;
	padding-right: 8px;
	border-width: 0px;
	border-style: none;
}

a.submenu_item {
	color: black;
	padding: 2px;
	margin-right: 8px;
	border-width: 0px;
	border-style: none;
}

a.submenu_item:hover {
	color: #003584;
	background-color: white;
	margin-right: 8px;
	padding: 2px;
	border-width: 0px;
	border-style: none;
}

a.submenu_item_selected,
a.submenu_item_selected:hover {
	color: #003584;
	padding: 2px;
	margin-right: 8px;
	border-width: 0px;
	border-style: none;
	font-weight: bold;
	letter-spacing: -1px;
}

/* -----------------------------------------------
 Copyright 
 ----------------------------------------------- */
.copyright {
	margin-bottom: 10px;
	font-family:  Verdana, Helvetica, Arial, sans-serif;
	text-align: center;
	color: #777;
	text-transform: uppercase;
	font-size: 9px;
	border-bottom: 0px;
}

a.copyright {
	margin-bottom: 10px;
	font-family:  Verdana, Helvetica, Arial, sans-serif;
	text-align: center;
	color: #777;
	text-transform: uppercase;
	font-size: 9px;
	border-bottom: 1px dotted;
}

a.copyright:hover {
	margin-bottom: 10px;
	color: #1981C3;
	border-width: 1px 1px 1px 0px;
	border-style: none none solid none;
}


/* -----------------------------------------------
 Forms 
 ----------------------------------------------- */
.form_section_head {
	padding: 2px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: #003584;
	color: white;
	font-family:  Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
 
.form_row {
	font-family:  Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	padding-bottom: 10px;
}

/* -----------------------------------------------
 Contact Us Form
 ----------------------------------------------- */
 
.input_form_text {
	font-size: 10px;
}

.inputform_required {
	background-image: url(/images/asterisk_gold.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	color: <?php print($color_accent_02_dark); ?>;
	font-weight: bold;
	letter-spacing: -1px;
	padding-right: 10px;
	padding-left: 15px;
}

/* -----------------------------------------------
 Contact Us Form
 ----------------------------------------------- */

.inputform_prompt {
	color: #777;
	font-weight: bold;
	letter-spacing: -1px;
	padding-right: 10px;
}

.inputform_problem {
	background-image: url(/images/asterisk_red.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	color: <?php print($color_status_warning); ?>;
	font-weight: bold;
	letter-spacing: -1px;
	padding-right: 10px;
	padding-left: 15px;
}

.inputform_hint {
	color: #777;
	font-weight: normal;
}

.inputform_comments {
	color: #555;
	font-weight: normal;
	margin-left: 10px;
	margin-top: 10px;
}

.inputform_instrux {
	margin-top: 10px;
}

.subhead_error {
	color:  <?php print($color_status_warning); ?>;
	font-weight: bold;
	letter-spacing: -1px;
}

.inputform_errorhead {
	background-color: <?php print($color_status_warning); ?>;
	color: white;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: -1px;
	margin-top: 10px;
	padding: 5px;
}

/* -----------------------------------------------
 Testimonial Quotes 
 ----------------------------------------------- */
 
.testimonial_right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #999;
	width: 200px;
}
 
.testimonial_left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #999;
	width: 200px;
}

.testimonial {
	font-style: italic;
	color: #263F35;
}
 
.attribution {
	padding-top: 8px;
	font-weight: bold;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
	color: #7FB099;
}

/* -----------------------------------------------
 Pictures 
 ----------------------------------------------- */
 
.floatpixright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
 
.floatpixleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
 
a.imagelink {
	border-bottom: 0px;
	text-decoration: none;
}

a.imagelink:hover {
	border-bottom: 0px;
	text-decoration: none;
}

/* -----------------------------------------------
 Columns 
 ----------------------------------------------- */
 
.col_left {
	margin-top: 10px;
	padding-left: 20px;
	padding-right: 10px;
	width: 272px;
}

.col_center {
	margin-top: 10px;
	margin-right: 10px;
}

.col_right {
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.column_fill_gray {
	/*height: 100%;    // screws up FireFox */
	padding: 10px;
	background-image: url(/art/body_gradient_gray.jpg);
	background-repeat: repeat-x;
}

.column_fill_blue {
	/*height: 100%;    // screws up FireFox */
	padding: 10px;
	background-image: url(/art/body_gradient.jpg);
	background-repeat: repeat-x;
}

.table_header {
	background-color: #7FB099;
	color: white;
	font-weight: bold;
	letter-spacing: -1px;
}

.table_divider {
	background-color: #CDDBB6;
	color: #263F35;
}

.td_header_left {
	border-left: 1px solid white;
}

.td_border_top {
	border-top: 1px solid #7FB099;
}

.td_border_left {
	border-left: 1px solid #DDD;
}

.td_border_top {
	border-top: 1px solid #7FB099;
}

.td_odd {
	background-color: #eee;
}

.td_evn {
	background-color: white;
}

.td_reverse_head {
	padding: 4px;
	background-color: #003584;
	color: white;
	border-right: 1px solid #CCC;
}
.td_head {
	padding: 4px;
	color:  #444;
	font-weight: bold;
	letter-spacing: -1px;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #003584;
}
.td_blueborder_bot {
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #003584;
}

.td_pad_LTB {
	padding-left: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.td_pad_RTB {
	padding-right: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.td_pad_RB {
	padding-right: 10px;
	padding-bottom: 10px;
}
.td_pad_R {
	padding-right: 10px;
}


/* -----------------------------------------------
 Misc 
 ----------------------------------------------- */
 
.small_controls {
	color: black;
	font-family: arial, verdana, sans-serif;
	font-size: 9px;
}

.badge {
	border: 1px solid #CCC;
	color: #777;
	font-size: 9px;
	padding: 1px;
	margin-top: 2px;
	font-weight: normal;
	letter-spacing: 0px;
	text-transform: uppercase;
	white-space: nowrap;
}

.divider_row_left {
	border-top: 1px solid #999;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 5px;
}
 
.divider_row_right {
	border-top: 1px solid #999;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}
 
.invisible {
	display: none;
}

.visible {
	display: block;
}

/* -----------------------------------------------
 TEMP TEMP TEMP - during construction
 ----------------------------------------------- */
 
.temp_body {
	background-image: url(/art/cloud_pattern.jpg);
	background-repeat: repeat;
	color: black;
	font-family:  Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 90%;
	margin: 0px;
	padding: 0px;
}
 
.temp_headline {
	font-weight: bold;
	letter-spacing: -1px;
}
 
.temp_construx {
	margin-top: 10px;
	padding: 10px;
	background-color: #1981C3;
	color: white;
}

.temp_logo {
	background-color: white;
	padding: 10px;
	border: 1px solid #999;
}

.temp_addr {
	padding: 10px;
	border-color: #999;
	border-width: 1px 1px 1px 0px;
	border-style: solid;
}

.training_table {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

.fly_ins_table {
	width:500px;
}

.fly_ins_table_head_row {
	background-color:#014e9c;
	
}

.fly_ins_table_head_cell {
	color: #BFD6EA;
	font-weight: bold;
	letter-spacing: -1px;
	padding:3px;
}

.fly_ins_table_row {
	
}

.fly_ins_table_cell {
	padding:5px;
}

#news_browser {
	width:520px;
	height:350px;
	overflow:auto;
}

#aircraft_table {
	width: 693px;	
}

.aircraft_odd_row {
	background-color:#fff;
}
.aircraft_even_row {
	background-color:#eee;
}
