/* Home page */
#homeFlightTracker {
    margin-bottom:15px;
}

#homeAirportTracker {
    margin-bottom:15px;
}

#homeMobileFlightTracker {
    margin-bottom:15px
}

#homeMobileFlightTracker .portlet-body {
    background:none;
    padding:0px 20px 10px;
}

#homeMobileFlightTracker .portlet-body h2 {
    text-align:center;
    margin:0;
    margin-bottom:5px;
    padding:0;
    font-size:14px;
    color:#000000;
}

#homeMobileFlightTracker .portlet-body h2 a,
#homeMobileFlightTracker .portlet-body h2 a:link,
#homeMobileFlightTracker .portlet-body h2 a:visited,
#homeMobileFlightTracker .portlet-body h2 a:active
{
    text-align:center;
    margin:0;
    margin-bottom:5px;
    padding:0;
    font-size:14px;
    color:#000000;
    font-weight:bold;
    text-decoration:none;
}

#homeMobileFlightTracker .portlet-body h2 a:hover
{
    text-decoration:underline;
}

#homeMobileFlightTracker .portlet-body h2 #homeReg{
    font-size:9px;
    position:relative;
    top:-5px;
}

#homeMobileFlightTracker .portlet-body h2 #homeTM{
    font-size:7px;
    position:relative;
    top:-6px;
}

#homeMobileFlightTracker .portlet-body p {
    clear:none;
    line-height:1.2em;
    margin:0;
    padding:0;
}

#homeMobileFlightTracker .portlet-body hr {
    margin:0;
}

#airportTracker {
    background:none;
    padding:0px 0px 10px;
}

#airportTracker .portlet-body {
    background:none;
    padding:0px 10px 0px;
}

#homeFoxBlurb {
    margin-bottom:15px;
}


/* 2009 Holiday Playlist */

#homeHolidayPlayList {
    margin-bottom:15px;
    padding-top:-5px;
}

html > body #homeHolidayPlayList {
    margin-bottom:15px;
    padding-top:9px;
}

#homeHolidayPlayList .portlet {
    background: transparent url(/res/img/portlet-blue-topr.gif) no-repeat scroll 100% 23px;
    background-position:top right;
}

#homeHolidayPlayList .header {
    height:8px;
    background-position:top left;
    font-size:1px;
    background: transparent url(/res/img/portlet-blue-topl.gif) no-repeat top left;
}

#homeHolidayPlayList .portlet-body {
    background:none;
    padding:5px 20px;
    border-left:1px solid #1366c4;
    border-right:1px solid #1366c4;

}

#homeHolidayPlayList .portlet-footer {
    font-size:8px;
    background:transparent url(/res/img/portlet-blue-botr.gif) no-repeat scroll right top;
}

#homeHolidayPlayList .portlet-footer span{
    background:transparent url(/res/img/portlet-blue-botl.gif) no-repeat scroll left top;
}

#homeHolidayPlayList .portlet-body img {
    float:right;
}

#homeHolidayPlayList .portlet-body h2 {
    color:#000000;
    margin:0;
    margin-bottom:10px;
    font-size:14px;
}

#homeHolidayPlayList .portlet-body p {
    margin:0;
    clear:none;
    padding-bottom:0px;
}

#homeHolidayPlayList .portlet-body p.bottomPadding {
    padding-bottom:8px;
    line-height:1.3;
}


/* View Airport Page */

/* Flight Tracker Result */

#ftrAdvertTopRight {
    position:absolute;
    left:448px;
    top:-1px;
    padding:0 0 0 8px;
    background-color:#FFF;
}

#ftrAdvertTableBottom {
    position:relative;
}

#ftrByCityHelp {
    margin-left:91px;
}

#ftrDepartSwoosh {
    margin-top:25px;
}

#ftrArriveSwoosh {
    margin-top:20px;
}

#ftrTextNote {
    margin-top:20px;
    margin-bottom:30px;
}

html>body #ftrTextNote {
    margin-bottom:30px;
}

#ftrFindNewFlightButton {
    margin-left:81px;
}

#ftrFindNewFlightButton img {
    position:relative;
    top:5px;
}


/* FOOTER STYLES BEGIN */

#site-footer {
    clear: both;
    border-top: 2px solid #697483;
    border-bottom: 2px solid #000000;
    height: auto;
    width: 100%;
    text-align: center;
    padding-top: 22px;
    background: #000000;
    padding-bottom:20px;
}

#site-footer #line-one {
    margin-bottom: 13px;
}

#site-footer #line-one a {
    font: 1em Arial, Verdana, Sans-Serif;
    border-right: 1px solid #06c;
    padding: 0 7px 0 7px;
    color: #FFF;
}

#site-footer #line-two {
    margin-bottom: 7px;
    color: #000;
}

#site-footer #line-two a {
    font: .8em Arial, Verdana, Sans-Serif;
    color: #fff;
    border-right: 1px solid #000000;
    padding: 0 7px 0 7px;
}

#copyright {
    color: #FFF;
}

#copyright div.canadadata
{
    padding-bottom:5px;
    color: #FFF;
}

/* FOOTER STYLES END */

body {
    font: .7em Arial, Verdana, Sans-Serif;
    color: #333;
    margin:0;
    padding:0;
    background: white url("/res/img/header-bg3.jpg") repeat-x;
    text-align:center;
}

input, select, textarea {
    font: 13px Arial, Verdana, Sans-Serif;
    color: #333;
}

img {
    border: 0px;
    margin: 0px;
    padding:0px;
}

#center-pg {
    /*  position: relative;
      left: 50%;
      width: 776px;
      margin-left: -388px;
    */
    position:relative;
    margin-left:auto;
    margin-right:auto;
    width:1150px;
    text-align:left;
}

p {
    clear: both;
    text-align: left;
    line-height: 1;
}

a {

    color: #000000;
}

.text-align-left {
    text-align: left;
}

.text-align-right {
    text-align: right;
}

.text-align-right2 {
    text-align: right;
    height: 20px;
}

.text-align-center {
    text-align: center;
}

.float-left {
    float: left;
}

.float-right {
    float:right;
}

.clear-both {
    clear: both;
	background: #000;
}


/* BLUE GRADATION BOXES */
div.fvDisplayBox {
    width: 764px;
    /*clear: both;*/
}


div.fvDisplayBoxHead {
    background: url('/res/img/display-box-head764.gif') 0px 0px;
    width: 764px;
    height: 15px;
}


div.fvDisplayBoxBody {
    position:relative;
    background: url('/res/img/portlet-gradation-lg742.jpg') 10px 0px no-repeat;
    padding:15px 20px;
    /*border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;*/
}

table.ftResultListHeader{
    height:28px;
}

div.fvDisplayBoxFoot {
    background: url('/res/img/display-box-foot764.gif') 0px 0px;
    width: 764px;
    height: 16px;
}

/* TOP NAVIGATION STYLES BEGIN */

#fvHeaderButtonHome {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 450px;
    height: 69px;
    /*border: 1px solid red;*/
}

#fvHeaderLogo {
    position: absolute;
    top: 24px;
    left: 0px;
	width: 220px;
	height: 57px;
}



#site-hdr {
    height: 69px;
    width: 100%;
}

#utility-nav {
    padding-top: 12px;
    text-align: right;
}

#utility-nav a {
    font: .8em Arial, Verdana, Sans-Serif;
    color: #fff;
    border-right: 1px solid #fff;
    padding: 0 8px 0 8px;
}



#breadcrumbs {
    background: url("/res/img/breadcrumb-dash.gif") repeat-x;
    /*border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    */
    font: 1em Arial, Verdana, Sans-Serif;
    color: #333;
    padding: 12px 10px 25px 0px;
    margin: 5px 0px 20px 0px;
}

#subpg-hdr img {
    margin-left: 10px;
}

#subpg-hdr
{

    font-weight:bold;
    font-size:17px;
}


#subpg-hdr span {
    position: relative;
    top: -4px;
    font-size: 13px;
    font-weight: bold;
}

.help {
    margin-top: 30px;
}

.help img {
    width: 52px;
    height: 14px;
    vertical-align: -5px;
    margin-left: 15px;
}

#travel-tools-airport-info {
    font: bold 1.6em Arial, Verdana, Sans-Serif;
    color: #434C57;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 7px 10px 7px 0;
    margin: 5px 0 20px 0;
}

#travel-tools-airport-info div.operator
{
    font-size:14px;
    color:#434C57;
    font-weight:bold;
}


#error-top {
    background: url("/res/img/error-bg.gif") repeat-x 0 0;
    font: bold 1em Arial, Verdana, Sans-Serif;
    color: #000000;
    text-align: center;
    height: 50px;
}

#error-top-rimg {
    background: url("/res/img/error-topr.gif") no-repeat 100% 0;
}

#error-top-rimg span {
    display: block;
    background: url("/res/img/error-topl.gif") no-repeat 0 0;
    padding-top: 10px;
}

#error-top-footer {
    background: url("/res/img/error-botr.gif") no-repeat bottom right;
    margin-bottom: 30px;
}

#error-top-footer span {
    display: block;
    background: url("/res/img/error-botl.gif") no-repeat bottom left;
}

#error-top-footer span i {
    visibility: hidden;
}

/* TOP NAVIGATION STYLES END */
#sub-pg-lcol {}
#sub-pg-rcol {}

/* gap between header nav and header ads */
div.headergap
{
    height:4px;
}



/* ADVERTISEMENT BEGIN */

.cliper{ margin:auto; }

.ad-160-600
{
    width:160px;
    height:614px;
    overflow:hidden;
}

.ad-160-800
{
    width:160px;
    height:800px;
    overflow:hidden;
}

#sub-pg-flcol{ margin-right:15px; }

#sub-pg-frcol{ margin-left:15px; }

.ad-728-90 {
    padding-left: 0px;
    margin-bottom:17px;
    height:92px;
    vertical-align:top;
}/*width:740px;overflow:hidden;*/

html>body .ad-728-90{
    height: 90px;
}
.ad-728-90 img {
    position:relative;
    top: 0px;
}

html>body .ad-728-90 img {
    top: 0px;
}

.ad-970-250
{
    min-height:90px;
    text-align: center;
    margin-bottom:17px;
    vertical-align:top;
}

.ad-300-250
{
    width:300px;
    height:250px;
    overflow:hidden;
}

.ad-300
{
    width:300px;
    overflow:hidden;
}

.ad-300-600
{
    width:300px;
    height:600px;
    overflow:hidden;
}

.ad-banner-label, .ad-banner-main
{
    vertical-align:top;
}

.ad-small-rectangle {

    width: 300px;
    text-align: center;
}

.ad-large-rectangle {
    width: 336px;
    text-align: center;
}

.ad-banner {
    background-color: #D4D5D5;
    text-align: center;
    font-family: Arial, Verdana, Sans-Serif;
    color: #000000;
    font-size: 1em;
}

html>body .ad-banner {
    position:relative;
    top:-3px;

}

#ad-travel-tools {
    margin-left: 20px;
    width: 300px;
    text-align: center;
}

#ad-airport-tracker {
    margin-left: 20px;
    width: 336px;
    text-align: center;
}

/* ADVERTISEMENT END */

.row {
    display: flex;
}

.column {
    margin-top: 10px;
    margin-left: 6px;
    flex: 25%;
    padding: 0px;
}


.status-box {
    margin-top: 15px;
    width: 375px;
}

.status-box-hdr {
    height:32px;
    line-height:32px;
    background-color:#ffd602;
    width:auto;background-image:url(../img/interface/header_corner.jpg);
    background-position:right top;
    background-repeat:no-repeat;
    font-size:14px;
    font-weight:bold;
    color:#333333;
    padding-left:20px;
}

.blue .status-box-hdr {
    background-color: #cee3f5;
}

.gray .status-box-hdr {
    background-color: #ddd;
}

.status-box-body {
    padding: 10px 20px 1px 20px;
}

.blue .status-box-body {
    border-left: 1px solid #cee3f5;
    border-right: 1px solid #cee3f5;
}

.gray .status-box-body {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.status-box-body ul {
    list-style: none;
    margin: 0px;
    padding:0px;
}

.status-box-body li {
    background: url("/res/img/bullet-square.gif") no-repeat  0 5px;
    padding-left: 12px;


}

.blue .status-box-footer {
    background: url("/res/img/status-box-botr-blu.gif") no-repeat bottom right;
}

.blue .status-box-footer span {
    display: block;
    background: url("/res/img/status-box-botl-blu.gif") no-repeat bottom left;
}

.gray .status-box-footer {
    background: url("/res/img/status-box-botr-gray.gif") no-repeat bottom right;
}

.gray .status-box-footer span {
    display: block;
    background: url("/res/img/status-box-botl-gray.gif") no-repeat bottom left;
}

.status-box-footer span i {
    visibility: hidden;
}

/* ************************************************ */


#ftaf {
    background: url("/res/img/ftaf-bg.gif") repeat-x 0 0;
    font: 1em Arial, Verdana, Sans-Serif;
    color: #434C57;
    margin-top: 15px;
    margin-bottom: 15px;
}

#ftaf-rimg {
    background: url("/res/img/ftaf-topr.gif") no-repeat 100% 0;
}

#ftaf-hdr {
    display: block;
    background: url("/res/img/ftaf-topl.gif") no-repeat 0 0;
    padding-top: 10px;
}

#ftaf p {
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 0px;
}

#ftaf-rimg span {
    background: url("/res/img/ftaf-envelope.gif") no-repeat 20px 3px;
    font: bold 1.2em Arial, Verdana, Sans-Serif;
    color: #434C57;
    padding-left: 50px;
}

#ftaf-footer {
    background: url("/res/img/ftaf-botr.gif") no-repeat bottom right;
}

#ftaf-footer span {
    display: block;
    background: url("/res/img/ftaf-botl.gif") no-repeat bottom left;
}

#ftaf-footer span i {
    visibility: hidden;
}


/* LIVE! PROMO STYLES BEGIN */

.promo {
    background: url("/res/img/promo-live.gif") no-repeat;
    height: 226px;
    width: 141px;
    margin:0;
    padding:0;
    text-align: center;
}

.promo a.a1 {
    position:relative;
    top: 200px;
}

.promo a.a2 {
    position:relative;
    color: #fff;
    top: 197px;
    left: 5px;
}

/* LIVE! PROMO STYLES END */

#citysearch {
    clear: both;
    margin-top: 15px;
}



/* HMPG INDUSTRY SOLUTIONS BEGIN */
#ind-solutions-section {
    width: 375px;
}

#ind-solutions-section-hdr {
    background: #000000 url("/res/img/hmpg-ind-sol-logo.gif") no-repeat 10px 3px;
    padding: 12px;
}

.ind-solutions-section-subhdr {
    background: url("/res/img/hmpg-ind-sol-bullet.gif") no-repeat 0 3px;
    font: bold 1.2em Arial, Verdana, Sans-Serif;
    color: #434a51;
    margin: 8px 0 10px 13px;
    padding: 0 0 2px 15px;
    border-bottom: 1px solid #cccdcd;
    clear: both;
}

.ind-solutions-section-body {
    margin: 10px 10px 25px 13px;
    line-height: 1.5;
}

html>body .ind-solutions-section-body {
    margin: 10px 10px 35px 13px;
    line-height: 1.5;
}

.ind-solutions-section-img {
    float: left;
    padding-bottom: 10px;
    margin-right: 10px;
}
/* HMPG INDUSTRY SOLUTIONS END */


/* BUZZ BEGIN */

div.buzz{
    margin-top:20px;
    width: 160px;
    margin-left:20px;
}

html>body div.buzz{
    margin-top:40px;
    width: 160px;
}

.buzz-container
{

}

.buzz-item
{
    border-bottom:1px solid #eeeeee;
    padding-top:10px;
    padding-bottom:10px;
}

.buzz-item.first
{

}

.buzz-hdr-sm {
    background: url("/res/img/ind_prod-subpg-buzz-bg-sm.gif") no-repeat 0 0;
    font: bold 1em Arial, Verdana, San-Serif;
    color: #fff;
    width: 160px;
    height: 19px;
    padding: 2px 0 0 10px;
}

.buzz-hdr-lg {
    background: url("/res/img/buzz-bg-lg.gif") no-repeat right top;
    font: bold 1em Arial, Verdana, San-Serif;
    color: #fff;
    width: 160px;
    height: 30px;
    background-color:#1366c4;
    line-height:30px;
    font-size:14px;
    font-weight:bold;
    text-align: left;
    text-indent:15px;
}

.buzz-hdr span.buzz-sm {
    display: block;
    padding: 3px 0 0 10px;
    height: 19px;
}

.buzz-hdr span.buzz-lg {
    display: block;
    padding:0;
    margin:0;
    height: 13px;
}

.buzz-body {
    border-left: 1px solid #1366C4;
    border-right: 1px solid #1366C4;
    padding-top:0px;
}

.buzz-body2 {
    padding: 10px;
    border-left: 1px solid #1366C4;
    border-right: 1px solid #1366C4;
    color: #434C57;
}


.buzz-body table {
    font-size:100%;
}

.buzz-body td {
    vertical-align: top;
    display:block;

}

.buzz-date {
    font-weight: bold;
    color: #434C57;
    background:url("/res/img/hmpg-ind-sol-bullet.gif") no-repeat scroll 0 3px transparent;
    text-indent:12px;
    margin-bottom:5px;
}

html>body .buzz-date {
}

.buzz-txt {
    color: #434C57;
}

html>body .buzz-txt {
}

.buzz-body a {
    display: block;
    color: #434C57;
    text-decoration:none;
    padding: 0px 0 0px 0;
}

.buzz-body2 a {
    display: block;
    color: #434C57;
    text-decoration:none;
    padding: 10px 0 10px 0;
}


.more-buzz {
    /*border-top: 1px solid #D4D5D5;
    width: 100%;
    margin-top: 10px;
    padding-top: 10px;
  */
    text-align:right;
    padding-top:10px;
}

.more-buzz a
{
    color:#000000;
    text-decoration:underline;
}


.more-buzz-lg {
    margin-top: 10px;
}

.buzz-footer-sm {
    background: url("/res/img/ind_prod-subpg-buzz-bot-sm.gif") no-repeat 0 100% ;
    height: 5px;
    margin-bottom: 10px;
}

.buzz-footer-lg {
    clear: both;
    background: url("/res/img/buzz-bot-lg.gif") no-repeat 0 100% ;
    /*height: 10px;*/
    margin-bottom: 10px;
    height: 10px;
}

.buzz-footer-lg-right {
    background: url("/res/img/buzz-bot-lg.gif") no-repeat right bottom;
    height: 10px;
    float:right;
    width:50px;
}



/* BUZZ END */

.news-txt {
    width: 400px;
    color: #434C57;
}

.news-txt2 {
    width: 425px;
    height: 50px;
    color: #434C57;
    margin-left: 90px;
}

#subpg-lcol {
    width: 593px;
}

#subpg-rcol {
    width: 168px;
}

#sub-nav-hdr {
    background: url("/res/img/ind_prod-subpg-subnav-bg.gif") no-repeat 0 0;
    font: bold 1em Arial, Verdana, San-Serif;
    color: #fff;
    width: 168px;
    height: 19px;
}

#sub-nav-hdr span {
    display: block;
    padding: 2px 0 0 10px;
}

#sub-nav ul {
    list-style: none;
    width: 168px;
    padding:0;
    margin:0;
}

#sub-nav ul li {
    background: #F7F7F7 url("/res/img/ind_prod-subpg-subnav-bullet.gif") no-repeat 20px 7px;
    padding: 5px 0 5px 35px;
    border-bottom: 1px solid #DFDFDF;
}

#sub-nav-footer {
    height: 5px;
    background-color: #F7F7F7;
    margin-bottom: 10px;
}

/* PRODUCT EXTRAS SUBNAV BEGIN */

#sub-nav-extras-hdr {
    /*background: #ffd220 no-repeat 0 0; */
    background: url("/res/img/ind_prod-subpg-extras-bg.gif") no-repeat 0px 0px;
    font: bold 1em Arial, Verdana, San-Serif;
    color: #666666;
    width: 168px;
    height: 19px;
}

#sub-nav-extras-hdr span {
    display: block;
    padding: 2px 0 0 10px;
}

#sub-nav-extras ul {
    list-style: none;
    width: 168px;
    padding:0;
    margin:0;
}

#sub-nav-extras ul li {
    background: #F7F7F7 url("/res/img/ind_prod-subpg-subnav-bullet.gif") no-repeat 20px 7px;
    padding: 5px 0 5px 35px;
    border-bottom: 1px solid #dfdfdf;
}

#sub-nav-extras ul a {
    list-style: none;
    color: #666666
}


#sub-nav-extras-footer {
    height: 5px;
    background-color: #F7F7F7;
    margin-bottom: 10px;
}

/* PRODUCT EXTRAS SUBNAV END */



/* CONTACT FORM BEGIN */
#sub-pg-contact-form-hdr {
    background: url("/res/img/ind_prod-subpg-contact-bg.gif") no-repeat 0 0;
    font: bold 1em Arial, Verdana, San-Serif;
    color: #fff;
    width: 168px;
    height: 19px;
}

#sub-pg-contact-form-hdr span {
    display: block;
    padding: 3px 0 0 10px;
    height: 19px;
}

#sub-pg-contact-form-body {
    border-left: 1px solid #BEBEC0;
    border-right: 1px solid #BEBEC0;
    padding: 15px 10px 10px 10px;
    margin: 0;
    height: 1%;
}

#sub-pg-contact-form input.text {
    width: 97%;
    margin-bottom: 15px;
}


#sub-pg-contact-form select {
    width: 142px;
    margin-bottom: 15px;
}

#sub-pg-contact-form textarea {
    width: 142px;
    height: 50px;
}

#check-boxes {
    display: block;
    width: 65%;
    text-align:right;
}

#contact-btn {
    width: 100%;
    padding-top: 30px;
}

#contact-form-privacy-policy {
    margin-left:40px;
}

#contact-form-demo-request {
    margin-bottom: 15px;
    float: right;
    margin-right: 6px;
}

.contact-form-products {
    float:left;
    text-align:right;
    padding: 3px 0 0 0;
}

#contact-form-product-interest {
    margin-bottom: 5px;
}

#contact-form-access {
    float:left;
    padding:0;
    margin:0 0 0 2px;
    width:68px;
}

#contact-form-monitor {
    float:left;
    padding-left:5px;
    margin:0;
    width:68px;
}

#contact-form-dispatch {
    float:left;
    padding:0;
    margin:0;
    width:68px;
}

#contact-form-archive {
    float:left;
    padding-left:5px;
    margin:0 0 0 1px;
    width:68px;
}

#contact-form-live {
    padding:0;
    margin:0 0 0 90px;
    width:50px;
}

#sub-pg-contact-form-footer {
    background: url("/res/img/ind_prod-subpg-contact-bot.gif") no-repeat 0 100% ;
    height: 50px;
    padding-top:10px;
    text-align:center;

}

/* CONTACT FORM END */




.product-box {
    background: url("/res/img/product-box-topr.gif") no-repeat 100% 0;
    margin: 0;
    padding: 0;
    width: 285px;
}

.product-box-topl-img {
    background: url("/res/img/product-box-topl.gif") no-repeat 0 0;
}

.product-box-hdr {
    padding-top: 15px;
}

.product-box-hdr span {
    font: bold 1.5em Arial, Verdana, San-Serif;
    color: #434C57;
    padding-left: 23px;
}

.product-box-hdr img {
    position:relative;
    top: 4px;
    left: 13px;
}

.product-box-body {
    border-left: 1px #ccc solid;
    border-right: 1px #ccc solid;
    font: 12px Arial, Verdana;
    color: #333;
    padding: 0 15px 0px 15px;
}

.product-box-body p {
    padding: 10px 0 0 0;
    margin:0;
    font-size: .9em;
    line-height: 1.5;
}

.product-box-body ul {
    list-style: none;
    font-size: .9em;
    padding:0;
    margin: 15px 0 15px 15px;
}

.product-box-body li {
    background: url("/res/img/product-box-bullet.gif") no-repeat 0px 5px;
    padding: 0 0 10px 15px;
}

.product-box-footer {
    background: url("/res/img/product-box-botr.gif") no-repeat bottom right;
    margin: 0;
    padding:0;
}

.product-box-footer span {
    display: block;
    background: transparent url("/res/img/product-box-botl.gif") no-repeat left bottom;
    margin: 0;
    padding: 0;
}

.product-box-footer i {
    visibility: hidden;
}


#ind-prod-subpg-airport-fbo-tagline {

    width: 599px;
    background: url("/res/img/airport-fbo-subpg-tagline-bg.jpg") no-repeat 100% 0;
    height: 89px;
    margin-bottom: 10px;
    font: 1.6em Arial, Verdana;
    color: #434c57;
}

#ind-prod-subpg-biz-avi-tagline {

    width: 599px;
    background: url("/res/img/biz-avi-subpg-tagline-bg.gif") no-repeat 100% 0;
    height: 89px;
    margin-bottom: 10px;
    font: 1.6em Arial, Verdana;
    color: #434c57;
}
#ind-prod-subpg-com-avi-tagline {

    width: 599px;
    background: url("/res/img/com-avi-subpg-tagline-bg.jpg") no-repeat 100% 0;
    height: 89px;
    margin-bottom: 10px;
    font: 1.6em Arial, Verdana;
    color: #434c57;
}
#ind-prod-subpg-content-tagline {

    width: 599px;
    background: url("/res/img/content-subpg-tagline-bg.gif") no-repeat 100% 0;
    height: 89px;
    margin-bottom: 10px;
    font: 1.6em Arial, Verdana;
    color: #434c57;
}
#ind-prod-subpg-ground-tagline {

    width: 599px;
    background: url("/res/img/ground-subpg-tagline-bg.gif") no-repeat 100% 0;
    height: 89px;
    margin-bottom: 10px;
    font: 1.6em Arial, Verdana;
    color: #434c57;
}
#ind_prod-subpg-content {
    font-size: 1.2em;
    width: 435px;
    margin-bottom: 30px;
}

#ind_prod-subpg-content p {
    line-height: 1.2;
}

#access-img  i {
    visibility: hidden;
}

#access-img {
    margin-bottom: 30px;
}

#access-img span {
    display: block;
    background: url("/res/img/product-specific-access-hdr.gif") no-repeat 100% 0;
    height: 99px;
    width: 100%;
}

#access-img div {
    font-weight: bold;
    font-size:  1.2em;
    color: #6096BA;
    margin-top: 5px;
    padding-right: 14px;
    margin-right: 168px;
    text-align:right;
    border-right: 1px solid #EFEFEF;
}

#dispatch-img  i {
    visibility: hidden;
}

#dispatch-img {
    margin-bottom: 30px;
}

#dispatch-img span {
    display: block;
    background: url("/res/img/product-specific-dispatch-hdr.gif") no-repeat 100% 0;
    height: 99px;
    width: 100%;
}

#dispatch-img div {
    font-weight: bold;
    font-size:  1.2em;
    color: #6096BA;
    margin-top: 5px;
    padding-right: 14px;
    margin-right: 168px;
    text-align:right;
    border-right: 1px solid #EFEFEF;
}

#archive-img  i {
    visibility: hidden;
}

#archive-img {
    margin-bottom: 30px;
}

#archive-img span {
    display: block;
    background: url("/res/img/product-specific-archive-hdr.gif") no-repeat 100% 0;
    height: 99px;
    width: 100%;
}

#archive-img div {
    font-weight: bold;
    font-size:  1.2em;
    color: #6096BA;
    margin-top: 5px;
    padding-right: 14px;
    margin-right: 168px;
    text-align:right;
    border-right: 1px solid #EFEFEF;
}

#live-img  i {
    visibility: hidden;
}

#live-img {
    margin-bottom: 30px;
}

#live-img span {
    display: block;
    background: url("/res/img/product-specific-live-hdr.gif") no-repeat 100% 0;
    height: 99px;
    width: 100%;
}

#live-img div {
    font-weight: bold;
    font-size:  1.2em;
    color: #6096BA;
    margin-top: 5px;
    padding-right: 14px;
    margin-right: 168px;
    text-align:right;
    border-right: 1px solid #EFEFEF;
}
#monitor-img  i {
    visibility: hidden;
}

#monitor-img {
    margin-bottom: 30px;
}

#monitor-img span {
    display: block;
    background: url("/res/img/product-specific-monitor-hdr.gif") no-repeat 100% 0;
    height: 99px;
    width: 100%;
}

#monitor-img div {
    font-weight: bold;
    font-size:  1.2em;
    color: #6096BA;
    margin-top: 5px;
    padding-right: 14px;
    margin-right: 168px;
    text-align:right;
    border-right: 1px solid #EFEFEF;
}
#product-specific-subpg-content {
    font-size: 1.2em;
    width: 510px;
    margin-bottom: 30px;
}

#product-specific-subpg-content p {
    line-height: 1.2;
    margin-top: 10px;
}

#product-specific-subpg-content ul {
    list-style: none;
    padding:0;
    margin: 15px 0 15px 15px;
}

#product-specific-subpg-content li {
    background: url("/res/img/product-box-bullet.gif") no-repeat 0px 5px;
    padding: 0 0 10px 15px;
}

#product-specific-subpg-content-hdr {
    font-size: 1.4em;
    color: #434c57;
    margin-top: 30px;
}

.product-specific-subpg-content-subhdr {
    font-weight: bold;
    color: #1366C4;
    margin-top:50px;
}

#product-specific-subpg-content-footer {
    border-top: 1px solid #ccc;
    padding-top: 10px;
    text-align:right;
    clear: both;
}

#product-specific-subpg-content-footer #totop {
    float: left;
    background: url("/res/img/to-top-arrow.gif") no-repeat 0 1px;
    padding-left: 10px;
    margin-left: 10px;
    font-weight: bold;
}

#partners {
    background: url("/res/img/partners-top.gif") no-repeat 0  0;
    width: 218px;
    font: bold 1em Arial, Verdana;
    color: #434C57;
    text-align:center;
    padding-top: 15px;
    margin-left: 20px;
}

#partners-footer {
    background: url("/res/img/partners-bot.gif") no-repeat bottom left;
}

/* TRADE SHOW - NEWS - PAGE STYLES BEGIN */
.feature-logo {
    float:left;
    border-right: 1px solid #EFEFEF;
    width: 133px;
    padding: 0 30px 50px 0;
    margin-right: 15px;
}

.feature-logo2 {
    float:left;
    border-right: 1px solid #EFEFEF;
    width: 133px;
    padding: 0 10px 50px 0;
    margin-right: 15px;
}

.feature-logo2 p {
    float:left;
    padding: 0 10px 80px 0;
    width: 133px;
}

.feature-logo3 {
    float:left;
    border-right: 1px solid #EFEFEF;
    width: 200px;
    padding: 0 10px 50px 0;
    margin-right: 15px;
}

.feature-hdr {
    font: 1.6em Arial, Verdana;
    color: #1366c4;
    margin-bottom: 15px;
}

.booth-date-location {
    font-size: 1.2em;
    color: #000000;
    line-height: 1.2;
}

.feature-content {
    width: 500px;
    overflow: auto;
}

.feature-contentdemos{
    width: 380px;
    margin-left: 200px;
    margin-bottom: 30px;
}

.trade-show-feature p {
    clear:none;
    margin-top: 25px;
    font-size: 1.2em;
    line-height: 1.2;
}

.trade-show-feature2 p {
    clear:none;
    font-size: 1.2em;
    line-height: 1.2;
}

.trade-show-rule {
    clear: both;
    background-color: #EFEFEF;
    width: 100%;
    height: 1px;
    margin: 20px 0 20px 0;

}

.secondary-feature-logo {
    float:left;
    width: 169px;
    margin-right: 15px;
    text-align:center;
}

.secondary-feature-hdr {
    font: bold 1.1em Arial, Verdana;
    color: #434c57;
    margin-bottom: 15px;
}

.secondary-feature-content {
    margin-left: 20px;
    font: 1.2em Arial, Verdana;
    width: 475px;
}

.secondary-feature-content2 {
    margin-left: 200px;
    font: 1.2em Arial, Verdana;
    width: 475px;
}

.secondary-feature-content p {
    line-height: 1.2;
    width: 525px;
    clear:none;
}

.secondary-feature-content ul {
    list-style: none;
    padding:0;
    margin: 15px 0 15px 15px;
}

.secondary-feature-content li {
    background: url("/res/img/product-box-bullet.gif") no-repeat 0px 5px;
    padding: 0 0 10px 15px;
}

.mini-bullet {
    background: url("/res/img/mini-bullet.gif") no-repeat 0 7px;
    padding-left: 7px;
}

.trade-show-rule2 {
    border-top: 1px solid #ccc;
    padding-top: 5px;
    text-align:right;
    clear:both;
    margin: 20px 0 20px 0;
}


#news-body {
    padding: 0 10px 10px 10px;
    margin: 0;
}

.newsheader {
    font: bold 1.1em Arial, Verdana;
    color: #434c57;
    margin-bottom: 15px;
    width: 600px;
}

.news-content {
    font: 1.2em Arial, Verdana;
    width: 600px;
    margin-bottom: 15px;
}

.news-subhdr {
    background: url("/res/img/hmpg-ind-sol-bullet.gif") no-repeat 0 3px;
    font: bold 1.2em Arial, Verdana, Sans-Serif;
    color: #434a51;
    margin: 8px 0 10px 0px;
    padding: 0 0 2px 15px;
    border-bottom: 1px solid #cccdcd;
    width: 600px;
}

.news-feature-content {
    margin-left: 20px;
    font: 1.2em Arial, Verdana;
    width: 475px;
}

.case-quotes {
    float:left;
    border-right: 1px solid #EFEFEF;
    width: 200px;
    padding: 0 15px 50px 0;
    margin-right: 15px;
}

/* TRADE SHOW - NEWS - PAGE STYLES END */


/* INDUSTRY SOLUTIONS MAIN PAGE STYLES BEGIN */

.ind-solutions-mainpg-prod-lg {

    width: 258px;
    float: left;
    margin-right: 0px
}

.ind-solutions-mainpg-prod-lg img {
    border-bottom: 10px solid #697483;
}

.ind-solutions-mainpg-body {
    margin-left: 10px;
    margin-top: 10px;
    padding-bottom: 15px;
    width: 246px;
    overflow:auto;
    border-right: 1px solid #efefef;
}

.ind-solutions-mainpg-hdr {
    display: block;
    font-size: 1.6em;
    color: #1366c4;
    padding: 0;
    margin:0;
}

.ind-solutions-mainpg-subhdr {
    display: block;
    font-size: 1em;
    font-weight: bold;
    color: #434c57;
    line-height: 1.5;
    margin-top: 10px;
}

.ind-solutions-mainpg-body p {
    font-size: 1em;
    line-height: 1.5;
    margin:0;
    padding-top:10px;
}

.ind-solutions-mainpg-prod-links a {
    border-right: 1px solid #333;
    padding: 0 6px 0 3px;
}


.ind-solutions-mainpg-prod-sm {
    float: left;
}

.ind-solutions-mainpg-prod-sm img {
    float: left;
    margin-right: 8px;
    border-bottom:10px solid #697483;
}

.ind-solutions-mainpg-prod-sm .ind-solutions-mainpg-body {
    margin-left: 10px;
    width: 220px;
    overflow:auto;
    border-right:0;
}

.ind-solutions-mainpg-prod-sm .ind-solutions-mainpg-hdr {
    display: block;
    font-size: 1.6em;
    color: #1366c4;
    padding:0;
    margin:0;
}

/* INDUSTRY SOLUTIONS MAIN PAGE STYLES END */


/* PRODUCTS MAIN PAGE STYLES BEGIN */
.products-mainpg-body-lg-separator {
    width: 243px;
    /*float: center;*/
    border-bottom: 1px solid #DFDFDF;
}

.products-mainpg-body-sm-separator {
    width: 177px;
    /*float: center;*/
    border-bottom: 1px solid #DFDFDF;
}

.products-mainpg-lg {
    width: 253px;
    float: left;
    margin-right: 0;
}

.products-mainpg-body-lg {
    width: 253px;
    font-size: 1.1em;
}

.products-mainpg-body-lg p {
    line-height: 1.3;
    padding: 10px 0 10px 0;
    margin: 0;
}

.products-mainpg-links-col1 {
    float:left;
    clear:left;
    margin-right: 12px;
    line-height: 2;
    width: 120px;
}

.products-mainpg-links-col2 {
    float:left;
    line-height: 2;
    width: 120px;
}

.products-mainpg-lg a {
    background: url("/res/img/mini-bullet.gif") no-repeat 0 5px;
    padding-left: 7px;
    font-size: .9em;
}

.products-mainpg-sm {
    width: 187px;
    float: left;
    margin-right: 0;
}

.products-mainpg-body-sm {
    margin-left: 7px;
    width: 177px;
    font-size: 1em;
}

.products-mainpg-body-sm p {
    line-height: 1.4;
    padding: 10px 0 10px 0;
    margin: 0;
}

.products-mainpg-sm a {
    background: url("/res/img/mini-bullet.gif") no-repeat 0 5px;
    padding-left: 7px;
    font-size: 1em;
    line-height: 2.2;
}
/* PRODUCTS MAIN PAGE STYLES END */


.sitemapheader {
    font: bold 1.1em Arial, Verdana;
    color: #434c57;
    margin-top: 15px;
}

.sitemaptext1 {
    margin-left: 40px;
}

.sitemaptext2 {
    margin-left: 80px;
}

.systemreqintro {
    width: 200px;
    font: .7em Arial, Verdana, Sans-Serif;
    font-size: 11px;
    font-weight: bold;
    color: #000066;
}

.systemreq {
    width: 200px;
    font: .7em Arial, Verdana, Sans-Serif;
    font-size: 11px;
    font-weight: bold;
    color: #000066;
    line-height: 1.5;
}

.systemreq ul {
    margin: 0px 0px 0px 10px;
}

.systemreq li {
    margin: 0px 0px 0px 5px;
}


.systemreq2 {
    width: 200px;
    font: .7em Arial, Verdana, Sans-Serif;
    font-size: 11px;
    font-weight: normal;
    color: #333;
}

.systemreq2 ul {
    margin: 0px 0px 0px 10px;
}

.systemreq2 li {
    margin: 0px 0px 0px 5px;
}
larger-link {
    font: 11px Arial, Verdana, Sans-Serif;
    color: #6F7479;
    text-decoration:none;
}

div.sitemap a {
    color: #333;
}

div.sitemap a:hover {
    color: #000000;
}
#contacttitle {
    width: 599px;
    height: 40px;
    font: 1.6em Arial, Verdana;
    color: #434c57;
}

#contactsubtitle {
    width: 599px;
    font: bold 1.2em Arial, Verdana, San-Serif;
    color: #000000;
}

.formcopy {
    font-size: 1.3em;
    font-weight: bold;
    color: #fff;
    padding: 0 75px 0 10px;
    margin: 0 0 0 4px;
}

ul.newsrelease li {
    font-size: 1.2em;
}

.news-date {
    clear: both;
    float: left;
    font-weight: bold;
    color: #434C57;
    border-right: 1px solid #D4D5D5;
    padding-right: 15px;
    margin-right: 7px;
    height: 60px;
    width: 70px;
}

.news-date2 {
    clear: both;
    float: left;
    font-weight: bold;
    border-right: 1px solid #D4D5D5;
    padding-right: 15px;
    margin-right: 7px;
    height: 50px;
    width: 70px;
}

div.news-date2 a {
    color: #333;
}

div.news-date2 a:hover {
    color: #000000;
}

div.jobs a {
    color: #333;
}
div.jobs a:hover {
    color: #000000;
}

#thanks {
    font: bold 1.6em Arial, Verdana, Sans-Serif;
    color: #434C57;
    border-top: 1px solid #e5e5e5;
    padding: 7px 10px 7px 0;
    margin: 5px 0 20px 0;
}

.case-product {
    clear: both;
    float: left;
    font-weight: bold;
    color: #434C57;
    border-right: 1px solid #D4D5D5;
    margin-right: 7px;
    height: 60px;
    width: 130px;
    text-align: right;
    padding-right: 10px;
}

.case-product-txt {
    width: 400px;
    height: 60px;
    color: #434C57;
    margin-left: 140px;
}

#fvtitle {
    width: 599px;
    font: 1.6em Arial, Verdana;
    color: #434c57;
    margin-bottom: 10px;
}


.opportunities {
    background: url("/res/img/hmpg-ind-sol-bullet.gif") no-repeat 0 3px;
    font: bold 1.2em Arial, Verdana, Sans-Serif;
    color: #434a51;
    margin: 8px 0 10px 10px;
    padding: 0 0 2px 15px;
    border-bottom: 1px solid #cccdcd;
}

.jobs {
    clear: both;
    float: left;
    height: 40px;
    margin-left: 10px;
    font-weight: bold;
    color: #CC6633;
}

div.career {
    font-size: 1.2em;
}

div.career p {
    line-height: normal;
}


div.career h1 {
    color: #1065c6;
    margin-top: 2em;
    font-size: 1.4em;
    font-weight: normal;
}

div.career h2 {
    font-size: 1em;
    font-weight: bold;
}

div.careerOpportunity {
    margin-top: 20px;
    margin-bottom: 20px;
}

#airportlist
{
    width:180px;
}


/* Homepage Top Message Box */
#homeNotice{
    background: transparent url(/res/img/HomepageNotice/homenotice_icon.gif) no-repeat 5px center;
    background-color:#f6f6f6;
    border:1px solid #DDDDDD;
    margin-bottom:20px;
    padding:10px;
    padding-top:5px;
    padding-right:5px;
    padding-bottom:5px;
    padding-left:65px;
}

#homeNotice *{
    font-size:1em;
}

#homeNotice table
{
    float:left;
    padding:5px;

}

#homeNotice table td{
    padding-left:0px;
    padding-right:5px;
}

#homeNotice .closebox
{
    float:right;
}


a.bluelink, a.bluelink:link, a.bluelink:visited, a.bluelink:active{
    color:#0066cc;
}

a.bluelink:hover{
    color:#0066cc;
}

/*-- topNav --*/


#main-nav {
    float:left;
    margin: 49px 0 0 0;
    text-align:center;
    margin-left:10px;
    -margin-left:5px;
    position:relative;
}

#ribbon_new
{
    width:33px;
    height:33px;
    position:absolute;
    z-index:300;
    background-image:url(../img/navigation/ribbon_new.png);
    background-repeat:no-repeat;
    background-position:left top;
    left:184px;
    top:-7px;

}

#ribbon_new_yellow
{
    width:33px;
    height:33px;
    position:absolute;
    z-index:300;
    background-image:url(/res/img/ribbon_new.png);
    background-repeat:no-repeat;
    background-position:left top;
    left:575px;
    top:-12px;

}

#main-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border:0px solid #000000;
    width:756px;
}


html>body #main-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border:0px solid #000000;
    width:756px;
    margin-left:auto;
    margin-right:auto;
}

#main-nav li {
    float: left;
}

#main-nav li.ends
{
    background : url("/res/img/topnav_ends.gif") no-repeat;
    width: 2px;
    height: 29px;
}

#main-nav li.space
{
    width: 150px;
    height: 29px;
}

#main-nav a#link-travel-tools {
    background: url("/res/img/topnav_traveltools.gif") no-repeat;
    display: block;
    width: 100px;
    height: 29px;
    text-decoration: none;
}

#travel-tools #main-nav a#link-travel-tools {
    background: url("/res/img/topnav_traveltools_selected.gif") no-repeat;
}

#main-nav a#link-airports {
    background: url("/res/img/topnav_airports.gif") no-repeat;
    display: block;
    width: 100px;
    height: 29px;
    text-decoration: none;
}

#airports #main-nav a#link-airports {
    background: url("/res/img/topnav_airports_selected.gif") no-repeat;
}

#main-nav a#link-flights {
    background: url("/res/img/topnav_flights.gif") no-repeat;
    display: block;
    width: 100px;
    height: 29px;
    text-decoration: none;
}

#flights #main-nav a#link-flights {
    background: url("/res/img/topnav_flights_selected.gif") no-repeat;
}



#main-nav a#link-industries {
    background: url("/res/img/topnav_industries.gif") no-repeat;
    width: 100px;
    height: 29px;
    display: block;
    text-decoration: none;
}


#main-nav a#link-products {
    background: url("/res/img/topnav_products.gif") no-repeat;
    width: 100px;
    height: 29px;
    display: block;text-decoration: none;
}


#main-nav a#link-news {
    background: url("/res/img/topnav_news.gif") no-repeat;
    width: 100px;
    height: 29px;
    display: block;text-decoration: none;
}




#main-nav a#link-support {
    background: url("/res/img/topnav_contact.gif") no-repeat;
    width: 100px;
    height: 29px;
    display: block;text-decoration: none;
}

#support #main-nav a#link-support {
    background: url("/res/img/main-nav-support-hi.gif") no-repeat;
}

#main-nav a#link-send-pg {
    background: url("/res/img/main-nav-send_pg.gif") no-repeat;
    width: 100px;
    height: 29px;
    display: block;text-decoration: none;
}

#main-nav a#link-print-pg {
    background: url("/res/img/main-nav-print_pg.gif") no-repeat;
    width: 73px;
    height: 29px;display: block;text-decoration: none;
}

#main-nav a#link-bookmark-pg {
    background: url("/res/img/main-nav-bookmark_pg.gif") no-repeat;
    width: 97px;
    height: 29px;
    display: block;
    text-decoration: none;
}

#main-nav a i {
    visibility: hidden;
}

#siteswelike
{
    margin-left:auto;
    margin-right:auto;
    margin-top:20px;
    margin-bottom:10px;
    height:18px;
    vertical-align:top;
}

#siteswelike table
{
    margin-left:auto;
    margin-right:auto;
}

#siteswelike table tr td div.icon{width:94px;height:18px;background-image:url(/img/interface/icon_siteswelike.gif);background-repeat:no-repeat; background-position:left top;}
#siteswelike table tr td div.sitelist{height:18px; line-height:18px;}
#siteswelike table tr td div.sitelist a{display:inline-block; padding-left:10px; padding-right:10px; color:#fff; font-size:11px;}


div.content-box
{
    margin-bottom:20px;
}

div.content-box-hdr
{
    height:32px;
    line-height:32px;
    background-color:#ffd602;
    width:auto;
    background-image:url(../img/interface/header_corner.jpg);
    background-position:right top;
    background-repeat:no-repeat;
    font-size:14px;
    font-weight:bold;
    color:#333333;
    padding-left:20px;
    overflow: hidden;

}

div.content-box-hdr.tunes div.hdrTxt
{
    background-image:url(../img/interface/bg_header_icon_music.gif);
    height:100%;
    background-position:left center;
    background-repeat:no-repeat;
    text-indent:22px;
}


div.content-box-body
{
    border:1px solid #E0ECF6;

}

div.content-box-body div.textblock
{
    padding:20px;
    padding-top:15px;
    padding-bottom:1px;
}

ul.playlist
{
    margin:0px;
    padding:0px;
    border:0px;

}

ul.playlist li
{
    margin:0px;
    padding:0px;
    text-indent:22px;
    height:28px;
    line-height:28px;
    list-style-type:none;
    padding-left:20px;
    margin-top:0px;
    margin-bottom:0px;
    border:0px;
    display:block;
}

ul.playlist li.odd{background-color:#f4f7fb;}


ul.playlist li.even{}

ul.playlist li a
{
    margin:0px;
    padding:0px;
    background-image:url(../img/interface/icon_playlist.gif);
    background-position:left center;
    background-repeat:no-repeat;
    text-indent:24px;
    display:block;
    text-decoration:none;
    line-height:28px;
    color:#000;
    border:0px;
}

div.header-orange 
{
    background-image: url(/img/interface/header_bar_blue.gif);
    width: 670px;
    height: 38px;
    line-height: 38px;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    text-indent: 15px;
}

div.header-blue
{
    background-image:url(/img/interface/header_bar_blue.gif);
    width:670px;
    height:38px;
    line-height:38px;
    color:#000000;
    font-size:16px;
    font-weight:bold;
    text-indent:15px;
}

div.airportSelectorBox
{
    position:relative;
    margin-bottom:20px;
}

div.apSelect
{
    position:absolute;
    top:111px;
    left:210px;
    *left: 200px;
    z-index:9999;
}

html>body div.apSelect{top:111px;}

div.apSelect #airportlist{
    font-size:14px;
    width:440px;
}

div.apSelectBG
{
    width:670px;
    height:148px;
    margin-bottom:30px;
    background-position:left top;
    background-repeat:no-repeat;
    overflow:hidden;
}

div.apSelectBG.apfids{background-image:url(/img/interface/airport_rotate_bg_01.jpg);}
div.apSelectBG.apdelay{background-image:url(/img/interface/airport_rotate_bg_02.jpg);}
div.apSelectBG.apweather{background-image:url(/img/interface/airport_rotate_bg_03.jpg);}
div.apSelectBG.apparking{background-image:url(/img/interface/airport_rotate_bg_04.jpg);}

div.apSelectBG div.txtTitle{color:#fff;
    width:230px;
    font-size:18px;
    font-weight:bold;
    margin-top:15px;
    margin-left:15px;
}
div.apSelectBG div.txtDesc
{
    width:220px;
    font-size:12px;
    color:#fff;
    margin-top:8px;
    margin-left:15px;
    line-height:1.4;
}


table.parkinglist
{
}

table.parkinglist td
{
    padding-top:4px;
    padding-bottom:4px;
    padding-left:20px;
    border-top:1px solid #eeeeee;
    font:11.2px Arial,Verdana,Sans-Serif;
}

table.parkinglist td.rightside
{
    padding-right:20px;
    text-align:right;
    font-size:12px;
}

div.parkingmark
{

    background-image:url(/img/interface/watermark_parking.gif);
    background-position:center center;
    background-repeat:no-repeat;


}


/*- Type Ahead Style -*/

div#airporttah
{
    position:absolute;
    left:210px;
    top:111px;
    z-index:99999999;
}

input.namdep
{
    width:400px;
    padding-left:5px;

}

input.coddep
{
    display:none;
}

div#suggestions
{
    background-color:#000;
    border:1px solid #ccc;
    border-top:0px;
    display:none;
}
ul.resultlist{margin:0px; padding:0px;}
ul.resultlist li
{
    list-style:none;
    clear:both;
    margin:0px;
    padding:0px;
}

ul.resultlist li a{display:block;padding:4px;}
ul.resultlist li a:hover{background-color:#cccccc;}



/*-- New Style for Header Oct 2011 --*/
div#site_header
{
    width:100%;
    background-position:center top;
    height:95px;
    margin-bottom:20px;

}

div#pageTopNav
{
    position:absolute;
    right:0px;
    width:700px;
    top:10px;
}

div#utilityNav{float:right; line-height:24px; height:24px; overflow:hidden;}
div#utilityNav a
{
    font: 11px Arial, Verdana, Sans-Serif;
    color: #fff;
    border-right: 1px solid #fff;
    padding: 0 8px 0 8px;
    line-height:24px;
    font-weight:bold;
}
a.socialIcon{display:block; float:right; height:24px; width:24px; margin-left:20px;}
div.plusoneContainer{float:right;margin-left:8px; text-align:right; margin-right:-15px}

ul#TabNav
{

    /*height:41px;*/
    position:absolute;
    right:0px;
    top:56px;
    padding:0px;
    margin:0px;

}

ul#TabNav li
{
    display: inline;
    float: left;
    margin: 0 0 0 5px;
    position: relative;
    font-family: Arial,Verdana,Sans-Serif;

}

ul#TabNav li a.topnav
{
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    /*height: 41px;*/
    overflow: hidden;
    position: relative;
    text-indent:0;
    margin-left:0px;
    text-decoration:none;
    color:#fff;
    text-transform:uppercase;
    /*background: #35598d;*/

    padding: 12px 10px 12px 10px;
    position: relative;
    color: #f9f9f9;
    display: block;
    font-size:13px;
    font-weight: 600;
    -webkit-transition:all 1s ease;
    -moz-transition:all 1s ease;
    transition: all .4s ease-in-out;
}

ul#TabNav li a.topnav:hover
{
    background-color:#35598d;
    border-radius: 10px 10px 0px 0px;
}


ul#TabNav li a.topnav.selected
{
    background-color:#ffd600;
    border-radius: 10px 10px 0px 0px;
    color: #000;
}

ul#TabNav li a.topnav.selected:hover
{
    background-position: left -82px;
}

/*
ul#TabNav li a.topnav.contact{background-image:url("/res/img/nav_contactus.gif");width:84px;}
ul#TabNav li a.topnav.news{background-image:url("/res/img/nav_news.gif");width:58px;}
ul#TabNav li a.topnav.solutions{background-image:url("/res/img/nav_solutions.gif");width:96px;}
ul#TabNav li a.topnav.airports{background-image:url("/res/img/nav_airports.gif");width:85px;}
ul#TabNav li a.topnav.traveltools{background-image:url("/res/img/nav_traveltools.gif");width:117px;}
ul#TabNav li a.topnav.home{background-image:url("/res/img/nav_home.gif");width:60px;}
ul#TabNav li a.topnav.flighttracker{background-image:url("/res/img/nav_flighttracker.gif");width:128px;}
ul#TabNav li a.topnav.mytrips{background-image:url("/res/img/nav_mytrips.gif");width:80px;}
*/


div#narrow-pg
{
    border:0px solid #ff0000;
    width:1120px;
    margin-left:auto;
    margin-right:auto;
}




#search-results-body-nobg {
    background:none;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin-top: 0px;
    padding: 0px 17px 1px 17px;
}

#search-results-body-nobg a {
    font: .96em Arial, Verdana, Sans-Serif;
    color: #000000;
    font-weight: bold;
}


.flightStatusBox{border-bottom:1px solid #85abd2; padding-bottom:5px;}
.flightStatusBox .labelFlightStatus
{
    color: #999999;
    font-size: 10px;
    text-align: left;
    text-transform: uppercase;
}
.flightStatusBox .dataFlightStatus
{
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    float:left;
    padding-bottom:5px;
}

.flightStatusBox .wrapFlightStatus{ overflow:auto; position:relative; height:35px; overflow:hidden;}
.wrapFlightStatus.tall{ height:auto; overflow:auto;}
.flightStatusBox .addtoTripBtn{right:0px; bottom:4px; position:absolute;}
.flightStatusBox a.btn_addtotrip_sfr {background-image:url(/res/img/btn_addtotrip_sfr.png); display:block;width:124px; height:28px;}

.AASealWrap{float:right;width:186px;}
.AASealLink{}
/*.AASealImg{}*/
.addtoTripBtn-under{margin-top:8px;}
.btn_addtotrip_sfr-under{background-image:url(/res/img/btn_addtotrip_sfr.png); display:block;width:124px; height:28px;}




#search-results-body-nobg #search-results-image-tracker
{
    margin-top:0px;
    margin-bottom:0px;
}

input[disabled='disabled']
{
    border: 1px solid #CCCCCC;
    color: #000000;
    padding: 2px 5px;
    background-color:#ffffff;
}

input.disabled {
    background:yellow;
    color:blue;
    cursor:default;
}



/* Cookie header */
#eea-confirmation-outer{
    position:fixed;
    top:0;
    left:0;
    z-index:999;
    padding:0px;
    padding-top:20px;
    padding-bottom:20px;
    border-radius:0 0 10px 10px;
    background-color:rgba(0,0,0,0.7);
    width:100%;

}
#eea-confirmation-middl{
    padding:0px;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    max-width:990px;
    width:100%;
    /*background-color:rgba(0,0,0,0.5);*/
}
#eea-confirmation-inner{
    align:center;
    padding:0px;
    padding-left:20px;
    padding-right:20px;
    margin-left:auto;
    margin-right:auto;
    /*background-color:rgba(0,0,0,0.4);*/
    color:white;
    font-size:14px;
    line-height:1.8;
}
#eea-confirmation-inner a{
    color: white;
}
#eea-confirmation-button-div{
    padding-top:10px;
    text-align:center;
}
#eea-confirmation-button{
    font-size:14px;
    font-weight:normal !important;
    padding:10px;
    color:white;
    background-color:green;
    border-radius:5px;
    text-decoration:none;
    padding-left:20px;
    padding-right:20px;
}
/* Cookie header */


/* Cookie Notice */


#cookieNotice p, #cookieNotice h1, #cookieNotice h4, #cookieNotice h5{
    overflow:auto;
}

#cookieNotice h1{
    font: bold 1.3em Arial, Verdana, Sans-Serif;
    background: none;
    padding: 0 45px 0 0px;
    margin-top: 0px;
    text-transform: uppercase;
}

#cookieNotice table{
    margin-bottom:30px;
    border:1px solid #000000;
    border-collapse:collapse;
    border-spacing:0px;
}

#cookieNotice table td{
    padding:20px;
    vertical-align:top;
}

.bulletSpace{
    display:inline-block;
    width:40px;
    float:left;
}

.bulletContent{
    display:inline-block;
    float:left;
    width:90%;
}

blockquote{
    margin-left:40px;
    margin-right:40px;
    margin-bottom:30px;
}

.bulletIndent{
    padding-left:40px;
}
