﻿@charset "UTF-8";




/* 
================================================ 
CONTAINER TYPES
================================================
POD = 
CONTENT =  
BANNER =  
================================================

================================================ 
CONTAINER COLORS
================================================
WHITE    =
GRAYPOD1 =  
GRAYPOD2 = 
================================================

================================================ 
CONTAINER SIZES
================================================
STANDARD = default for all containers
LARGE    = currently only for pods
===============================================
*/

/* DEFAULT CONTAINER INFORMATION */
.container {
    position:relative;
    border:none;
    overflow:visible;
    background-color:transparent;
    margin-bottom: 14px;
}
.container .hd {
    height: 6px;
    margin: 0px 6px 0px 6px;
}
.container .hd .tl {
    width: 6px;
    height: 6px;
    top: 0px;
    left: 0px;
    position: absolute;
}
.container .hd .tr {
    width: 6px;
    height: 6px;
    top: 0px;
    right: 0px;
    position: absolute;
}
.container .bd {
    padding: 14px 20px 7px 20px;
    position:relative;
}
.container .bd .bdl {
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}
.container .bd .bdr {
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
}
.container .ft {
    height: 7px;
    margin: 0px 6px 0px 6px;
}
.container .ft .bl {
    width: 6px;
    height: 7px;
    bottom: 0px;
    left: 0px;
    position: absolute;
}
.container .ft .br {
    width: 6px;
    height: 7px;
    bottom: 0px;
    right: 0px;
    position: absolute;
}

/* BOTTOM RIGHT 'MORE INFO' TAB
   IS SHOWN BY PLACING BEFORE THE CLOSING DIV:
   <div class="infotab" onclick="location='#attributes.arrowHref#'"></div>
   OR BY USING IN THE ui:container:
   arrowHref="#linkName#"
*/
.container .infotab {
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: url('/test/new/i/infotab.gif');
    cursor: hand;
    cursor: pointer;
}
.container .infotab:hover { 
    background-image: url('/test/new/i/infotab-hover.gif');
}


/* TYPE: pod */
.container[type="pod"] {
}
.container[type="pod"] input[type="text"], .container[type="pod"] input[type="password"] {/* pods have a limited width, make inputs smaller */
    width: 110px;
}

/* TYPE: content */
.container[type="content"] {
}
.container[type="content"] .bd {/* EXTRA PADDING FOR CONTENT AREAS */
    padding: 28px 40px;
}
.container[type="content"] .bd h1 {
    xcolor: #838487;
}
.container[type="content"] .bd h2 {
    xcolor: #012656;
}
.container[type="content"] .bd p, .container[type="content"] .bd li {
    text-align: justify;
}
.container[type="content"] .bd p a {
	/* xcolor: #fff; */
	color: #344865;
	text-decoration: none;
}
.container[type="content"] .bd p a:hover {
    color: #344865;
}


/* TYPE: banner */
.container[type="banner"] {
}
.container[type="banner"] .bd p { 
    margin-top: 4px; /*banner <p>'s are closer to the header*/
}
.container[type="banner"] .bd { 
    padding: 14px 20px 7px 20px; /*if banner is in content, negate the size diff*/
	height: 75px;
}
.container[type="banner"] .bd p, .container[type="banner"] .bd li {
    text-align: left;
}
.container[type="banner"] .bd p a {
    /* color: #577aa8; */
	/* xcolor: #fff; */
	color: #344865;
    /* text-decoration: none; */
    text-decoration: none;
}
.container[type="banner"] .bd p a:hover {
    xcolor: #344865;
}

/* COLOR: white */
.container[color="white"] 
{
    color:#808084;
}
.container[color="white"] .hd {
    background: url('/test/new/i/pod1-hd-bg.gif') repeat-x;
}
.container[color="white"] .hd .tl {
    background: url('/test/new/i/pod1-hd-tl.gif');
}
.container[color="white"] .hd .tr {
    background: url('/test/new/i/pod1-hd-tr.gif');
}
.container[color="white"] .bd {z-index:0;
    background: #fff url('/test/new/i/pod1-bd-bg.gif') bottom repeat-x;
}
.container[color="white"] .bd .bdl {
    background: url('/test/new/i/pod1-bd-l.gif') repeat-y;
}
.container[color="white"] .bd .bdr {
    background: url('/test/new/i/pod1-bd-r.gif') repeat-y;
}
.container[color="white"] .ft {
    background: url('/test/new/i/pod1-ft-bg.gif') repeat-x;
}
.container[color="white"] .ft .bl {
    background: url('/test/new/i/pod1-ft-bl.gif');
}
.container[color="white"] .ft .br {
    background: url('/test/new/i/pod1-ft-br.gif');
}
.container[color="white"] .bd h2, .container[color="white"] .bd h3 {
    color: #012656;
}
.container[color="white"] .bd small {
    color: #000;
}
.container[color="white"] .bd a {
    /* color: #838487; */
    color: #344865;
    text-decoration: none;
}
.container[color="white"] .bd a:hover {
    color: #344865;
    text-decoration: underline;
}


/* COLOR: lightgray */
.container[color="lightgray"] {
}
.container[color="lightgray"] .hd {
    background: url('/test/new/i/graypod1-hd-bg.gif') repeat-x;
}
.container[color="lightgray"] .hd .tl {
    background: url('/test/new/i/graypod1-hd-tl.gif');
}
.container[color="lightgray"] .hd .tr {
    background: url('/test/new/i/graypod1-hd-tr.gif');
}
.container[color="lightgray"] .bd {
    background: #edeced url('/test/new/i/graypod1-bd-bg.gif') bottom repeat-x;
}
.container[color="lightgray"] .bd .bdl {
    background: url('/test/new/i/graypod1-bd-l.gif') repeat-y;
}
.container[color="lightgray"] .bd .bdr {
    background: url('/test/new/i/graypod1-bd-r.gif') repeat-y;
}
.container[color="lightgray"] .ft {
    background: url('/test/new/i/graypod1-ft-bg.gif') repeat-x;
}
.container[color="lightgray"] .ft .bl {
    background:url('/test/new/i/graypod1-ft-bl.gif');
}
.container[color="lightgray"] .ft .br {
    background: url('/test/new/i/graypod1-ft-br.gif');
}
.container[color="lightgray"] .bd a {
    color: #838487;
}
.container[color="lightgray"] .bd a:hover {
    color: #344865;
    text-decoration: underline;
}

/* Color darkgray */
.container[color="darkgray"] {
}
.container[color="darkgray"] .hd {
    background: url('/test/new/i/graypod2-hd-bg.gif') repeat-x;
}
.container[color="darkgray"] .hd .tl {
    background:url('/test/new/i/graypod2-hd-tl.gif');
}
.container[color="darkgray"] .hd .tr {
    background:url('/test/new/i/graypod2-hd-tr.gif');
}
.container[color="darkgray"] .bd {
    background: #838487 url('/test/new/i/graypod2-bd-bg.gif') bottom repeat-x;
}
.container[color="darkgray"] .bd .bdl {
	width: 1px;
    background: url('/test/new/i/graypod2-bd-l.gif') repeat-y;
}
.container[color="darkgray"] .bd .bdr {
	width: 1px;
    background: url('/test/new/i/graypod2-bd-r.gif') repeat-y;
}
.container[color="darkgray"] .ft {
    background: url('/test/new/i/graypod2-ft-bg.gif') repeat-x;
}
.container[color="darkgray"] .ft .bl {
    background:url('/test/new/i/graypod2-ft-bl.gif');
}
.container[color="darkgray"] .ft .br {
    background: url('/test/new/i/graypod2-ft-br.gif');
}
.container[color="darkgray"] .infotab {
    background-image:url('/test/new/i/infotab-dark.gif');
}
.container[color="darkgray"] .infotab:hover {
    background-image:url('/test/new/i/infotab-dark-hover.gif');
}
.container[color="darkgray"] .bd h2 {
    color: #fff;
    font-weight: bold;
}
.container[color="darkgray"] .bd p {
    color: #c6c6c6;
}
.container[color="darkgray"] .bd a {
    	/* color: #fff; */
	color: #344865;
	text-decoration:none;
}
.container[color="darkgray"] .bd a:hover {
    color: #344865;
    text-decoration: underline;
}



.container[size="large"] {
}
.container[size="large"] .bd {
    height: 215px;
}
.container[size="large"] .bd input[type="text"], .container[size="large"] .bd input[type="password"] {/* Front Page Client Login Input Width */
    width: 190px;
}



/* DEFAULT HTML STYLES */
html, body {
/*	font-size: 12px; 
	line-height: 1.35em;
	font-family: Verdana, Arial, sans-serif;*/
	/* color: #838487; */
	background-color: #e2e2e1; 
	margin: 0px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#555555;
}

#page-content {
	margin: auto;
    width: 994px;
}
.contentarea {
	margin: auto;
	width: 980px;
}
#leftcol {
    width: 236px;
    padding: 0px 7px 0px 7px;
    float: left;
}
#centercol { width:435px; padding: 0px 7px 0px 7px; float: left;}
#rightscol { width:310px; padding: 0px 7px 0px 7px; float: left; } /* background-color:Yellow;}  */

#rightcol {
	width: 727px;
	float: right;
	padding: 0px 7px 0px 7px;
}
#maincol {
    width: 980px;
    padding: 0px 7px 0px 7px;
    float: left;
    margin-bottom:5px;
}
#bottomcontent {
    width: 980px;
    padding: 0px 7px 0px 7px;
    float: left;
    margin-top: 8px;
}
#footer-container{
    padding: 0px 7px 0px 7px;
    width: 980px;
    clear: both;
}
#footer {
	margin-bottom: 26px;
    text-align: right;
}

/* FONT AND COLOR CLASSES */
.color0 {color: #FFFFFF} /* WHITE */
.color1 {color: #012656} /* BLUE */
.color2 {color: #838487} /* GRAY */
.color3 {color: #577aa8} /* BLUE variation - lighter */
.color4 {color: #999999} /* GRAY variation - lighter */
.color5 {color: #c6c6c6} /* VERY LIGHT GRAY */

/* Default Element Styles */
h1 {
	font-size: 2.0em;
    font-weight: normal;
    padding: 0px;
    margin: 0px;
}
h2 {
    font-size: 1.3em;
    font-weight: normal;
    padding: 0px;
    margin: 0px;
}
h3 {
    font-size: 1.2em;
    font-weight: normal;
    padding: 0px;
    margin: 0px;
}
small {
	font-size: 0.8em;
}
label {
    cursor: pointer;
    cursor: hand;
}

#dropmenudiv{
    position:absolute;
    z-index:100;
}
#dropmenudiv a:hover{ /*hover background color*/
    background-color:#B3D4FF;
}

ul.multiLine li {
    margin-bottom: 10px;
}
.pagebanner-title {
	line-height: 100px;
    margin: 0px;
    padding: 0px 0px 0px 26px;
}

/* TOP PAGE BANNER */
#pagebanner {
	clear:left;
	height: 100px;
    xbackground: url('../img/small-banner-bg.jpg') no-repeat;
    margin: 0px 7px 0px 7px;
}
#pagebanner.photo1 {
	xbackground: url('../img/small-banner-bg-photo1.jpg') no-repeat;
}

#pagedetails 
{
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px;
}

#breadcrumb-nav .current  
{
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px;
	color: #838487;
	/* color: #577AA8; */
	/* font-weight: bold; */
}
#container-pressReleaseContent .bd p {
    margin-top: 0px;
}

/* NEWS TABLE FOR NEWS.CFM */
table.data-table-1 td, table.data-table-1 th {
border-top:1px solid #CCCCCC;
padding-left:5px;
padding-right:4px;
padding-top:4px;
vertical-align:top;
}
table.data-table-1 th {
background:#EFEFEF none repeat scroll 0 0;
}
table.data-table-2 {
margin-top:1px;
}
table.data-table-2 td, table.data-table-2 th.tb-row {
border-bottom:1px solid #CCCCCC;
}
table.data-table-2 td, table.data-table-2 th {
padding-left:5px;
padding-right:5px;
padding-top:4px;
vertical-align:top;
}
table.data-table-2 th {
background:#C8D7E3 none repeat scroll 0 0;
}
table th.tb-row {
background:#FFFFFF none repeat scroll 0 0;
font-weight:normal;
}
table.data-table-1 {
border-color:-moz-use-text-color #CCCCCC #CCCCCC;
border-style:none solid solid;
border-width:0 1px 1px;
}
table.data-table-1 caption, table.data-table-2 caption, table.data-table-3 caption {
background:#3C5F84 none repeat scroll 0 0;
padding-bottom:4px;
padding-left:6px;
padding-top:3px;
text-align:left;
}
table.data-table-2 caption {
border-bottom:1px solid #FFFFFF;
}
table.data-table-1 caption em, table.data-table-2 caption em, table.data-table-3 caption em {
color:#FFFFFF;
}
table.v14-gray-table-border table.data-table-1 {
border-color:-moz-use-text-color #CCCCCC #CCCCCC;
border-style:none solid solid;
border-width:0;
}
table.data-table-1 td.no-padding {
padding-left:0;
padding-right:0;
}
table.data-table-1 td.ntb {
border-top:0 none;
}
table tr.alt-row td, table tr.alt-row th.tb-row {
background:#EEEEEE none repeat scroll 0 0;
}
table.data-table-3 td, table.data-table-3 th {
padding-left:6px;
padding-right:0;
padding-top:4px;
vertical-align:top;
}
table.data-table-3 th {
font-weight:bold;
}
table.data-table-3 td {
padding-right:5px;
}
table.data-table-3 {
border-color:-moz-use-text-color #CCCCCC #CCCCCC;
border-style:none solid solid;
border-width:0 1px 1px;
}
table.data-table-1 .imgleft {
margin-right:5px;
padding-left:5px;
}
p.dtnf {
font-family:verdana,arial,sans-serif;
font-size:11px;
}
th.numeric, td.numeric {
text-align:right;
}
table.data-table-1 caption.header-1, table.data-table-2 caption.header-1, table.data-table-3 caption.header-1 {
background:#98B1C4 none repeat scroll 0 0;
}
table.data-table-1 caption.header-2, table.data-table-2 caption.header-2 {
background:#EEEEEE none repeat scroll 0 0;
border-left:1px solid #CCCCCC;
border-right:1px solid #CCCCCC;
border-top:1px solid #CCCCCC;
}
table.data-table-1 caption.header-2 em, table.data-table-2 caption.header-2 em, table.data-table-3 caption.header-2 em {
color:#000000;
}
a.dtable-alink {
background:transparent url(/img/fw_bold.gif) no-repeat scroll 0 4px;
font-weight:bold;
margin:0;
padding:5px 5px 5px 15px;
}
a.dtable-alink:link, a.dtable-alink:visited {
text-decoration:none;
}
a.dtable-alink:hover {
text-decoration:underline;
}
div.dtable-bullet-list ul {
margin:0;
padding-left:0;
padding-right:10px;
}
div.dtable-bullet-list li {
background:transparent url(/img/bk-bullet.gif) no-repeat scroll 0 0;
list-style-type:none;
padding:0 0 0 7px;
}

table.data-table-1 caption em, table.data-table-2 caption em, table.data-table-3 caption em {screen.css
font-family:verdana,arial,sans-serif;
font-size:11px;
font-style:normal;
font-weight:bold;
}

table.data-table-1 td,
table.data-table-1 th,
table.data-table-2 td,
table.data-table-2 th{ font-size:10px; padding-bottom:4px; color: #000; text-align:left;}
table.data-table-3 td,
table.data-table-3 th{ font-size:11px; padding-bottom:4px; color: #000; text-align:left}
/* MAIN TOP NAVIGATION */
#nav-container {
	position: relative;
	height: 91px;
    background: url('/test/new/i/mainnav-bg.gif') repeat-x;
}
#nav-left {
	height: 91px;
    width: 11px;
    background: url('/test/new/i/mainnav-left.gif');
    float: left;
}
#nav-main {
	overflow: hidden;
}
#nav-right {
	top: 0;
    right: 0;
    position: absolute;
	height: 91px;
    width: 11px;
    background: url('/test/new/i/mainnav-right.gif');
}
/* CURRENT PAGE LOCATION & DATE */
#breadcrumb-nav {
	clear: both;
	font-size: 0.95em;
	float: left;
    margin-left:20px;
	padding: 3px 0px 12px 7px;
}
#currentdate {
	font-size: 0.95em;
	float: right;
	padding: 3px 7px 12px 0px;
}

/* body {font-family:"Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#555555;} */
#main{width:600px; margin:0 auto; margin-top:60px;}
a{color:#0066CC;}
h1{color:#000000;}
form, input, h1, p{padding:0; margin:0; border:0;}
p{padding:6px 0 20px 0;}

#search-bar{padding:10px; background:#90b557; clear:both;}
#search-bar .search-style{font-size:16px; color:#999999; border:solid 1px #CCCCCC; padding:4px;}
ul.search-options, ul.search-options li{padding:0; border:0; margin:0; list-style:none;}
ul.search-options{clear:both;}
ul.search-options li a{float:left; margin-right:1px; width:auto; background:#b2d281; padding:8px; color:#3b5d14; text-decoration:none; font-weight:bold; font-size:8pt;}
.selected a{background:#90b557; color:#FFFFFF;}
ul.search-options li.selected a{background:#90b557; color:#FFFFFF;}

.button-wrapper {
background-color: #FCC530;
border: 1px solid #BD9E43;
float: left;
margin-left: 0.4em;
overflow: hidden;
padding: 0px;
background:url(http://d.yimg.com/a/i/ww/met/gsprite_071309.gif);
height: 1.9em;
background-position: 0px -1056px;
background-repeat: repeat-x;
border: 0px;
cursor: pointer;
font-weight: bold;
overflow: visible;
width: 8.9em;
font-size: 108%;
letter-spacing: normal;
font: normal normal normal 99%/normal arial, helvetica, clean, sans-serif;
margin: 0px;
padding: 0px;
-webkit-box-align: center;
-webkit-box-sizing: border-box;
border: 2px outset buttonface;
color: buttontext;
cursor: default;
padding: 2px 6px 3px 6px;
text-align: center;
-webkit-appearance: push-button;
white-space: pre;
display: inline-block;
line-height: normal;
text-indent: 0px;
text-shadow: none;
text-transform: none;
word-spacing: normal;
}
#fwClock {position:absolute; top:0px; left:280px; background:url(/i/pic/fwcb2.png) no-repeat; width:511px; height:17px;}
#fwMenu {position:absolute; top:48px; left:280px;}
.menu {position:absolute; top:45px; left:280px; padding:0px 0px 0px 0px;}
.menu img {border:0px; float:left;}
.menu a {display:block; float:left;}
.menu a.a1 {background:url(/i/nav5/tracking1.png) no-repeat}
.menu a.a1:Hover {background:url(/i/nav5/tracking2.png) no-repeat}
.menu a.a1s {background:url(/i/nav5/tracking3.png) no-repeat}
.menu a.a2 {background:url(/i/nav5/aero1.png) no-repeat}
.menu a.a2:Hover {background:url(/i/nav5/aero2.png) no-repeat}
.menu a.a3 {background:url(/i/nav5/pilot1.png) no-repeat}
.menu a.a3:Hover {background:url(/i/nav5/pilot2.png) no-repeat}
.menu a.a4 {background:url(/i/nav5/forums1.png) no-repeat}
.menu a.a4:Hover {background:url(/i/nav5/forums2.png) no-repeat}
.menu a.a5 {background:url(/i/nav5/operations1.png) no-repeat}
.menu a.a5:Hover {background:url(/i/nav5/operations2.png) no-repeat}
.menu a.a6 {background:url(/i/nav5/accounts1.png) no-repeat}
.menu a.a6:Hover {background:url(/i/nav5/accounts2.png) no-repeat}
.time {height:16px; float: right; padding:0px 20px 0px 10px; font-size:10px; color:#808084; background:url(/i/bg/05.gif) no-repeat 100% 0px}
.time2 {height:16px; float: right; padding:0px 10px 0px 10px; font-size:10px; color:#808084;}
.time img {padding:4px 5px 0px 5px}
.time2 img {padding:4px 5px 0px 5px}




/* BASIC Model overlay */
#basic-modal-content {display:none;}

/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:wait;}

/* Container */
#simplemodal-container {height:320px; width:600px; color:#635d62; font-family:'Lucida Sans'; background-color:#ffffff; border:4px solid #444; padding:12px;}
#simplemodal-container code {background:#ffffff; border-left:3px solid #65B43D; color:#bbb; display:block; margin-bottom:12px; padding:4px 6px 6px;}
#simplemodal-container a {color:#ddd;}
#simplemodal-container a.modalCloseImg {background:url(/sc/basic/img/basic/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}
#simplemodal-container #basic-modal-content {padding:8px;}

.trackPanel {position:absolute; top:300px; left:0px; width:200px; background-color:Yellow; height:100px; border:1px solid #000;}

.searchPanel {position:fixed; bottom:0px; right:40px; left:70px; z-index:10; height:32px; margin:0px 40px 0px 40px; padding: 2px 2px 2px 2px; width:auto;} /* background-color:Black; color:White; opacity:0.4;filter:alpha(opacity=40)} */