/*
  ******   GENERAL STYLES   ******
*/


body {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 10pt;
	color: #fff;
	/*background: url(bg_main.gif) top repeat-x #9FB0C7;*/
	background-color: #778;
	margin: 0;
	padding: 0;
	}
	
div#container
{
	background-color: #073670;
}

a 
{
	color: #c97129;
	font-weight:normal;
}

a:link {
	text-decoration:none;
	}

a:visited {
	text-decoration:none;
	}

a:hover {
	text-decoration:underline;
	color:#eee;
	}

/* --------------------------------------------------------------------
                   ******   CONTAINERS   ******
   ------------------------------------------------------------------*/

#container 
{
	width: 900px;
	margin: 10px auto 1em auto;
	text-align:left;
	border: 2px solid #778;
	border-top: none;
	background: url(bg_container.gif) repeat top;
}

#header 
{
	height:67px;
	width:100%;
	color: #fff;
	background: #073670 url(bg_header.gif) repeat-x scroll top;
}

#banner 
{
	height: 125px;
	width: 0px;
}

#leftbar 
{
	width: 160px;
	float: left;
}

#leftmenu
{
	background: #2265BA url(bg_left.gif) repeat-y scroll top left;
	margin-bottom: 20px;
}

#breadcrumb 
{
	margin-left: 160px;
	width: 670px;
	height: 18px;
	padding: 6px 0 0 40px;
	background: url(bg_breadcrumb.gif) repeat-x top;
	font-size: 9pt;
	color: #9cf;
	border-bottom: 1px dotted #6CA1E4;
	position:relative;
}
	
#breadcrumb a
{
	font-size: 9pt;
	color: #9cf;
	font-weight: normal;
}

#breadcrumb a:hover
{
	color: #c97129 !important;
}

#body 
{
	width: 670px;
	margin-left: 200px;
	padding: 1.5em 0px 10px 0px;
	position: relative;
}

#footer {
	height: 11px;
	clear: both;
	background: url(bg_footer.gif) repeat-x top;
	font-size: 8pt;
	color: #ccc;
	padding: 7px 10px;
	text-align: right;
	}

/* --------------------------------------------------------------------
                   ******   CONTAINER ELEMENTS   ******
   ------------------------------------------------------------------*/

#header #title {
	margin: 19px 0px 0px 15px;
	border: none;
	}

#header #region {
	width: 374px;
	height: 67px;
	float: right;
	background: url(bg_region_global.jpg) no-repeat;
	}

#header #region #logo {
	margin: 8px 15px 0px 0px;
	float: right;
	border: none;
	}
	
#footer a:link {
	color: #9cf;
	}

#breadcrumb a:link {
	color: #9cf;
	}

#breadcrumb a:hover, #footer a:hover {
	color: #f60;
	text-decoration: none;
	}
	
#rightbar img {
	border: none;
	padding-bottom: 20px;
	}
	

/* --------------------------------------------------------------------
                   ******   LEFT BAR   ******
   ------------------------------------------------------------------*/	

ul#vnavmenu {
	margin: 0;
	border: 0 none;
	padding: 0;
	list-style: none;
	letter-spacing: 0.0px;
	background-color: #2265ba;
	}

ul#vnavmenu > li {
	display: block !important;
	display: inline;
	font-size: 12px;
	color: #fff;
	letter-spacing: 0;
	background-color: #773670;
	}

ul#vnavmenu > li.header {
	padding: 6px 10px;
	font-size: 11px;
	font-weight: bold;
	background: #073670 url(bg_left_nav_header.gif) repeat-x;
	letter-spacing: 0;
	}

ul#vnavmenu > li.spacer {
	background: #073670 url(bg_container.gif) repeat top;
}

ul#vnavmenu a {
	display: block;
	padding: 5px 10px 5px 20px;
	color: #fff;
	text-decoration: none;
	height: auto !important;
	height: 1%; /*For IE*/
	font-weight: normal;
	letter-spacing: 0.0px;
	background-color: #2265ba;
	}

ul#vnavmenu a.sublink {
	padding: 3px 20px;
	font-size: 11px;
	letter-spacing: 0.0px;
	}

ul#vnavmenu a:hover {
	color: #013871;
	background: #fff url(bg_left_nav_hover.gif) repeat-y left;
	letter-spacing: 0.0px;
	}

ul#vnavmenu li.divider {
	margin: 0 15px 0 20px;
	height: 0px;
	border-top: 1px dotted #6CA1E4;
	font-size: 0px;
	line-height: 0px;
	letter-spacing: 0.0px;
	}


/* --------------------------------------------------------------------
                   ******   TABLES   ******
   ------------------------------------------------------------------*/	

.data_table_border {
	padding: 1px;
	margin-bottom: 20px;
	border: 1px solid #C3D1E6;
	}
	
.data_table, .bullet_table {
	/*background: url(bg_table_header.gif) repeat-x top #C3D1E6;*/
	background-color: #aaa;
	padding-left: 3px;
	font-size: 11px;
	}
	
.data_table h3, .bullet_table h3 {
	color: #014;
	font-weight: bold;
	padding: 4px 2px;
	margin: 0;
	font-size: 10pt;
	}	
	
.data_table table {
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
	background: #002767;  /* table background */
	}

.bullet_table_border {
	padding: 1px;
	margin: 20px auto;
	border: 1px solid #C3D1E6;
	width: 600px;
	}

.bullet_table table {
	border-collapse: collapse;
	border-spacing: 0px;
	width: 598px;
	background: #002767;  /* table background */
	}

.data_table div, .bullet_table div  
{
	background: #002767;  /* table background */
	padding: 5px;
	font-size: 9pt;
}

.data_table table th
{
	width: 150px;	
}
.data_table span.tableSemiTrans 
{
	background-color: rgba(0, 39, 103, 0.8);
}

.data_table table td, .data_table table th {
	vertical-align: top;
	padding: 6px 5px;
	border-bottom: 1px dotted #527097;
	font-size: 9pt;
	font-weight: normal;
	}	
	
.data_table table td.status {
	width: 120px;
	font-weight: bold;
	}	
	
.data_table table td.apply {
	width: 90px;
	font-weight: bold;
	}	
	
.data_table table tr.clickable:hover {
	background: #104797
	}	

.data_table table tr.clickable th, .data_table table tr.clickable td a {
	color: #fff;
	text-decoration: none;
	}	
	
.data_table table a:link {
	color: #fff;
	/*display: block;*/
	/*padding: 5px 10px;*/
	}	
	
.data_table table a.blue {
	color: #39f;
	}	
	
.data_table table a.green {
	color: #6c3;
	}	
	
.data_table table a.red {
	color: #f00;
	}	
	
.data_table table a.orange {
	color: #f90;
	}	
	
.data_table table a:hover {
	text-decoration: underline;
	}	

.bullet_table table td, .bullet_table table th {
	vertical-align: top;
	padding: 6px 5px 6px 20px;
	border-bottom: 1px dotted #527097;
	font-size: 9pt;
	font-weight: normal;
	width:50%;
	}	

.bullet_table table a:link, .bullet_table table a:visited, .bullet_table table a:active {
	color: #c97129 !important;
}

/* --------------------------------------------------------------------
                   ******   CONTENT STYLES   ******
   ------------------------------------------------------------------*/	

h1 {
	font-size:18pt;
	font-weight: normal;
	border-bottom: 1px solid #fff;
	margin-top:0.8em;
	letter-spacing: 0.0px;
	}
	
h2 {
	font-size:17px;
	font-weight: normal;
	border-bottom: 1px solid #fff;
	letter-spacing: 0.0px;
	}
	
h3 {
	font-size:15px;
	font-weight: normal;
	letter-spacing: 0.0px;
	}
	
div#body > h3 
{
	color: #c97129;
}
	
p.quote {
	font-family: Georgia, "Times New Roman", Times, serif ;
	font-style: italic;
	font-size: 12px;
	line-height: 16px;
	}

p.quote_footer {
	font-family: Georgia, "Times New Roman", Times, serif ;
	font-weight: bold;
	font-size: 10px;
	text-align: right;
	padding-bottom: 1em;
	color: #c97129;
	}

p.note {
	font-style: italic;
	font-size: 10px;
	}

.important 
{
	font-size: larger;	
	font-weight: bold;
	color: #c97129;
}

#map {
	padding: 20px 0;
	}


/* ------------------------------------------------------------
w100pc
{
width: 100%;}
	
	


/*--------
                   ******   ADDED BY KEN   ******
   ------------------------------------------------------------------*/	
div#outer 
{
	text-align: center;
	margin: 0 auto;
}

.floatRight
{
	float: right;
	margin: 0px 0px 2px 4px;
}

img.photoFrame
{
	border: solid #fff 3px;
}

dd
{
	padding-bottom: 1em;
}

.WhiteText, .WhiteText a
{
	color: #fff;
}

.AlignRight
{
	text-align:right;
}

h1 > a, h2 > a, h3 >a, h1 > a:hover, h2 > a:hover, h3 > a:hover
{
	color: #fff;
	cursor: text;
	text-decoration: none;
}

.clickable
{
	cursor:pointer;
}

div.OffsetButton
{
	margin-top:10px; 
	background-color: #351f6f;; 
	text-align: center; 
	border: solid 2px #fff; 
	padding: 0.3em; 
	font-weight:bold;
}
div.OffsetButton a
{
	text-decoration:none;
	color:#F3C972
}

div.narrowColumn
{
	width: 440px;
}

div.adColumn
{
	float: right;
	width: 200px;
}

ul.BulletPlane li
{
	list-style: url(BulletPlane.png) disc;
	line-height: 16px;
	padding-left: 3px;
}

.altcolor, .altcolor a:link, .altcolor a:visited
{
	color: #c97129 !important;
}

.altcolor2
{
	color: #2265ba;
}

.altcolor3, .altcolor a:link, .altcolor a:visited
{
	 color: #99ccff !important;
}

td, th
{
	vertical-align: top;
}

p.Justified
{
	text-align:justify;
	letter-spacing: 0.5px;
}

.Centered
{
	text-align:center;
}

.bold
{
	font-weight:bold !important;
}

div#headerDivider
{
	width:898px; 
	height:3px; 
	background-color: #c97129; 
	margin:1px auto 2px auto;
	overflow:hidden;
}

.transparent50 
{
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

/* Google Ads in sidebar */
div#gasb
{
	width: 160px;
	margin: 40px auto;
}

*
{
	letter-spacing: 0.5px;
}

td.firstColumn, th.firstColumn
{
	padding-left:12px !important
}

.date
{
	color: #9cf;
}

div.employerLogin 
{
	color: #99ccff !important;
	font-size: 8pt;
	position: absolute;
	text-align:right;
	right:2px;
	top:1px;
	z-index: 5;
}

a.employerLogin
{
	color: #fff;
}

a.underline
{
	text-decoration: underline !important;
}

td.doubleHeight, th.doubleHeight
{
	line-height: 200%;
	vertical-align: middle;
}

/* Style for the "baby-blue" box */
div.BabyBlue 
{ 
	text-align:justify; 
	margin:2em 2em; 
	border: solid 1px #fff; 
	padding: 5px; 
	background-color: #2265ba;
}

/* Style for the alphabetic search box */
div.SearchAlphabetically
{ 
	text-align:center; 
	margin:3em auto 1em auto; 
	border: solid 1px #fff; 
	padding: 5px; 
	background-color: #2265ba; 
	width: 40em;
}

input.letter 
{ 
	width: 15px; 
	padding:0; 
	margin:0; 
	background-color:Transparent; 
	border-width:0; 
	color:#fff; 
	font-size:10pt; 
	font-weight:bold;
	/*border: solid 1px Transparent; */
}

input.letter:hover 
{ 
	color: #c97129; 
	text-decoration:underline;
	/*border-bottom: solid 1px #c97129;*/
}

/* next and previous buttons in image gallery */
input.NextPreviousButton 
{ 
	padding:2px 3px; 
	margin:0; 
	background-color:Transparent; 
	border-width:0; 
	color:#fff; 
	font-size:10pt; 
}

input.NextPreviousButton:hover 
{ 
	color: #c97129; 
	text-decoration:underline;
}


/* Air Carrier listing style */
span.furlough, span.redundancies, span.layoffs
{
    color: #a20; 
    font-weight:bold;
}
span.expanding
{
    color: #00ccaa; 
    font-weight:bold;
}
span.AcceptResCV1
{
    color: #0099cc; 
    font-weight:bold;
}
span.AcceptResCV2
{
    color: #00cc99; 
    font-weight:bold;
}
span.hiring
{
	color:#99FF66;
    font-weight:bold;
}
span.startup
{
	color:#cc99ff;
	font-weight:bold;
}
a.applyonline:visited,a.applyonline:link,a.applyonline:active
{
	color: #99CCFF !important;
	font-weight: bold;
}
a.applyonline:hover
{
	color: #fff;
	font-weight: bold;
}
td.firstColumn
{
	width: 400px;
}

/* more */
a.ImageOfTheWeekAirline
{
	text-decoration:underline;
	font-weight:bold;
}

uc
{
	text-transform: uppercase;
}

select, textarea, input[type='text']
{
	background-color:#aaa;
	border:0;
}

.websponsor
{
	background-color:#351f6f;
}
.data_table table tr.websponsor:hover 
{
	background: #553f7f;
}	

.jobsFirstColumn
{
	color: #fff !important;
}

.jobsSecondColumn
{
	color:#99ccff !important;
}

.jobsThirdColumn
{
	color:#c97129 !important;
}

h1.seo
{
	padding-bottom:0px;
	margin-bottom:0px;
}

h2.seo
{
	font-size: 8pt;
	margin:0;
	padding:0;
	margin-bottom: 20px;
	border-width:0px;
	text-align:right;
}

h2.seoNormal
{
	text-decoration:none;
	font-size:11pt;
	border-width:0;
}

div.GoogleAdTopOfPage
{
	position:relative; 
	margin:0; 
	padding:0px;
	background-color:transparent; 
	left:-35px; 
	top:-7px;
	height:15px;
	width:728px;
	text-align:center;
}