@import url(master.css);

body
{
    font: normal .8em/12pt Verdana, Arial, Helvetica, sans-serif;
}


/* Buttons */
.button
{
    background-image: url(../../images/Base/button-standard-bg.gif);
    border: 1px solid #000;
    color: #fff;
    padding: 2px 6px;
    margin: 5px 5px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    line-height: 90%;
}

.button:hover
{
    background-image: url(../../images/Base/button-standard-hover.gif);
    border: 1px solid #000;
    color: #fff;
    font-weight: bold;
}

.button:active
{
    background-image: url(../../images/Base/button-standard-active.gif);
    border: 1px solid #000;
    color: #fff;
    font-weight: bold;
}

.buttonSelected
{
    background-image: url(../../images/Base/button-standard-active.gif);
    border: 1px solid #000;
    color: #fff;
    font-weight: bold;
}

.buttonSml
{
    background-image: url(../../images/Base/button-standard-bg.gif);
    border: 1px solid #fff;
    color: #fff;
    padding: 2px 4px;
    font-size: .95em;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    margin: 2px 5px;
}

.buttonN
{
    background-image: url(../../images/Base/button-standard-bg.gif);
    outline: none;
    border: 1px solid #000;
    font-weight: bold;
    color: #fff;
    padding: 2px 4px;
    margin: 1px 0 5px 4px;
}

.buttonN:hover
{
    background-image: url(../../images/Base/button-standard-hover.gif);
    outline: none;
    border: 1px solid #000;
    font-weight: bold;
    color: #fff;
    padding: 2px 4px;
    margin: 1px 0 5px 4px;
}

.buttonN:active
{
    background-image: url(../../images/Base/button-standard-active.gif);
    outline: none;
    border: 1px solid #000;
    font-weight: bold;
    color: #fff;
    padding: 2px 4px;
    margin: 1px 0 5px 4px;
}



/* Header */
#header
{
    background-image: url(../../images/Base/page-head-bg.gif);
    background-repeat: no-repeat;
    width: 760px;
    height: 142px;
    margin: 0 auto;
    padding: 0;
}

#header img
{
    margin: 0 5px;
    padding: 0;
}


/* Login */
#loginDiv .buttonNSml
{
    background-image: url(../../images/Base/button-standard-bgSml.gif);
    border: 1px solid #C1C2C2;
    width: 48px;
    height: 18px;
    color: #fff;
    font-size: .9em;
}

#loginDiv .buttonNSml:hover
{
    background-image: url(../../images/Base/button-standard-hoverSml.gif);
    border: 1px solid #C1C2C2;
    width: 48px;
    height: 18px;
    color: #fff;
}

#loginDiv .buttonNSml:active
{
    background-image: url(../../images/Base/button-standard-activeSml.gif);
    border: 1px solid #C1C2C2;
    width: 48px;
    height: 18px;
    color: #fff;
}

#Login
{
    margin-left: 225px;
}

#loginDiv
{
    float: right;
    margin: 6px 5px 0 0;
    padding: 2px 5px 0 0;
    color: #fff;
    font-size: .85em;
    text-align: right;
    height: 25px;
}

#loginDiv input
{
    margin: 0 4px;
}

.userNameTextbox
{
    width: 100px;
    color: #4A4A4A;
    background-color: #D0D0D0;
    height: 12px;
    font-size: .9em;
}
.passwordTextbox
{
    width: 60px;
    color: #4A4A4A;
    background-color: #D0D0D0;
    height: 12px;
    font-size: .9em;
}


/* Utilities */
#utilitiesDiv
{
    clear: both;
    width: 200px;
    height: 78px;
    float: right;
    margin: 0 5px;
    color: #DAE0F2;
    font-size: .85em;
}

#utilitiesDiv p
{
    margin: 3px 0;
    text-indent: 35px;
}

#utilitiesDiv a:link, #utilitiesDiv a:visited, #utilitiesDiv a:hover, #utilitiesDiv a:active
{
    color: #DAE0F2;
    margin: 0 2px;
}



/* Menu */
#menuDiv
{
    float: right;
    display: block;
    width: 745px;
    clear: both;
    margin: 0 5px;
    padding: 0;
    height: 25px;
}

#menuDiv ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

#menuDiv li
{
    float: left;
    display: inline;
    margin: 0;
    padding: 0;
}

.dropDown a
{
    font: bold .85em Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 4px 0 0 0;
    height: 18px;
    margin: 0 4px;
    width: 96px;
}

.dropDown a:hover
{
    background: url(../../images/Base/menubarBack.png) 0px -25px;
    color: #fff;
}

.dropDown a:active
{
    background: url(../../images/Base/menubarBack.png) 0px -50px;
    color: #fff;
}

.dropDown2 a
{
    font: bold .85em Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 4px 0 0 0;
    height: 18px;
    margin: 0 4px;
    width: 96px;
    background: url(../../images/Base/menubarBackDD.png) no-repeat left top;
}

.dropDown2 a:hover
{
    background: url(../../images/Base/menubarBackDD.png) 0px -25px;
    color: #fff;
}

.dropDown2 a:focus
{
    background: url(../../images/Base/menubarBackDD.png) 0px -25px;
    color: #fff;
}

.dropDown2 a:active
{
    background: url(../../images/Base/menubarBackDD.png) 0px -50px;
    color: #fff;
}

#dropDownMenu
{
    clear: both;
    width: 755px;
    position: relative;
    top: -8px;
    margin: 0 0 0 14px;
    padding: 0;
    color: #fff;
    font: bold .85em Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

.dropDownItem
{
    width: 90px;
    background-color: #9098A9;
    border: 1px solid #000;
    border-top-style: none;
    display: none;
    padding: 2px;
    margin: 0;
    text-transform: capitalize;
    background-image: url(../../images/Base/menubarBackDDTexture.png);
    position: absolute;
    z-index: 2000;
}

#menuDiv img
{
    padding: 0;
    margin: 0 5px;
    border: 0;
    height: 6px;
}
#dropDownMenu ul
{
    padding: 0;
    margin: 0 0 0 5px;
    list-style: none;
}
#dropDownMenu li
{
    padding: 0;
    margin: 4px 0;
}

.dropDownItem a:link, .dropDownItem a:visited, .dropDownItem a:hover, .dropDownItem a:active
{
    color: #000;
    text-decoration: none;
}


/* Page Structure */
#wrapper
{
    width: 760px;
    background-color: #fff;
    border-top: none;
    margin: 0 auto;
    padding: 0 0 10px 0;
}

#atAGlanceContent
{
    float: left;
    width: 210px;
    margin: 0;
    padding: 0;
}

.atAGlanceDivHeader
{
    background-image: url(../../images/Base/glance-head.gif);
    height: 25px;
    text-indent: 15px;
    padding: 6px 0 0 0;
    margin: 0;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    width: 210px;
}

.atAGlanceDivBody
{
    margin: 0;
    width: 197px;
    padding: 5px 5px 5px 8px;
    background-image: url(../../images/Base/glance-body-bg.gif);
    font-size: .9em;
}

.atAGlanceDivFooter
{
    background-image: url(../../images/Base/glance-foot.gif);
    height: 17px;
    width: 210px;
    margin: 0 0 10px 0;
    padding: 0;
}

.atAGlanceDivPullFooter
{
    background-image: url(../../images/Base/glance-footPullDown.gif);
    height: 17px;
    width: 210px;
    margin: 0 0 10px 0;
    padding: 0;
}


/* Travel Options */
#travelOptions
{
    clear: both;
    padding: 0 0 5px 0;
    margin: 0 0 5px 0;
    height: 20px;
}

#travelOptions input
{
    float: left;
    width: 18px;
    padding: 0;
    margin: 0;
}

#travelOptions label
{
    float: left;
    width: 46px;
    font-size: .8em;
    display: block;
    text-align: left;
    clear: none;
    padding: 0;
    margin: 0;
    white-space: normal;
}


/* Left Side At-A-Glance  */
.atAGlanceDivHeader img
{
    cursor: pointer;
    position: relative;
    top: -20px;
    left: -7px;
    float: right;
}

.atAGlanceDivBody p span
{
    width: 60px;
    float: left;
    padding: 0 2px;
    margin: 0;
}

.atAGlanceDivBody p
{
    margin: 2px 0;
    font-size: 7pt;
    clear: both;
}

.atAGlanceDivBody p input, .atAGlanceDivBody p select
{
    margin: 1px 0 5px 4px;
    font-size: 1em;
}

.atAGlanceDivBody img
{
    position: relative;
    top: 0;
    margin: 0;
    padding: 0;
    width: 18px;
}

#date_picker_id_1
{
    display: none;
}

.atAGlanceDivBody table
{
    border-collapse: collapse;
    margin: 0 0 5px 0;
    padding: 0;
    width: 99%;
    font-size: 7pt;
}

.atAGlanceDivBody table caption
{
    font-weight: bold;
    text-align: left;
    margin: 0;
    padding: 5px 0;
}

.atAGlanceDivBody table tr th
{
    background-color: #2b53a8;
    color: #fff;
    font-size: .85em;
    font-weight: bold;
    height: 16px;
    padding: 2px 4px;
    text-align: left;
    border: 1px solid #fff;
}

.atAGlanceDivBody table tr td
{
    padding: 2px 0;
}

.atAGlanceDivBody a:link, .atAGlanceDivBody a:visited, .atAGlanceDivBody a:hover, .atAGlanceDivBody a:focus, .atAGlanceDivBody a:active
{
    color: #123cda;
}


/* Right-Hand/Main Side */
#mainContentHeaderDiv
{
    background-image: url(../../images/Base/main-head.jpg);
    width: 543px;
    height: 95px;
}

#mainContentHeaderDiv img
{
    float: left;
    margin: 0 0 0 50px;
    width: 50px;
}

#pageTitle
{
    width: 350px;
    float: right;
    text-align: right;
}

.sectionHeader
{
    font: bold 10pt Arial , Helvetica, sans-serif;
    background-image: url(../../images/Base/main-section-head-bg.gif);
    padding: 10px 0 0 0;
    height: 20px;
    text-indent: 10px;
    text-transform: uppercase;
    margin: 20px 0 10px;
    clear: both;
}

.sectionHeader1
{
    font: bold 10pt Arial , Helvetica, sans-serif;
    background-image: url(../../images/Base/main-section-head-bg.gif);
    padding: 10px 0 0 0;
    height: 20px;
    text-indent: 10px;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    clear: both;
}

.sectionHeader span
{
    float: right;
    margin: -17px 15px 0 0;
    font-size: .9em;
}

.sectionHeader span input
{
    margin: 0 15px 0 5px;
}

#mainContent
{
    width: 544px;
    float: right;
    margin: 0;
    padding: 0;
}

.mainBody
{
    background-image: url(../../images/Base/main-body-bg.gif);
    padding: 5px 0 15px;
}

#mainContent dfn
{
    margin: 5px 0 10px 10px;
    text-transform: capitalize;
    font-style: normal;
}

#mainContent p
{
    margin: 5px 0 0 10px;
}

#mainContent input, #mainContent select
{
    margin: 0 5px 0 0;
}

#mainContent p strong
{
    color: #123cda;
    font-weight: normal;
    margin: 0 5px;
}


#mainContent p em
{
    margin: 5px 0 10px 10px;
    font-size: 1em;
}

#mainContent p samp
{
    font: normal .95em Verdana, Arial, Helvetica, sans-serif;
    margin: 0 0 0 10px;
}

#mainContent p strong em
{
    margin: 5px 0 10px;
    font: bold .9em Arial, Verdana, Helvetica, sans-serif;
    font-style: normal;
}

#mainContent abbr
{
    margin: 0 0 10px 10px;
    font-size: .95em;
}

#mainContentFooterDiv
{
    background-image: url(../../images/Base/main-foot.gif);
    width: 543px;
    height: 30px;
}


/* Footer */
#footer
{
    width: 760px;
    margin: 10px auto 20px auto;
    padding: 5px 0;
    border-top: gray 1px dashed;
    font-size: .85em;
    color: #808080;
    clear: both;
}

#footer ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

#footer li
{
    float: left;
    display: inline;
    margin: 0;
    padding: 0 12px;
    border-right: 1px solid;
}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active
{
    color: #808080;
    text-decoration: underline;
}

#footer span
{
    color: #7a96df;
    padding: 0;
    float: right;
}

#footer img
{
    margin: 20px;
    clear: both;
}



/* MAC  */
.checkbox input
{
    float: left;
}

.macdiv
{
    display: none;
    vertical-align: top;
    width: 188px;
    font-size: .75em;
    margin: 5px 0;
    padding: 0;
    clear: both;
}

.changeForm p label
{
    width: 6em;
    float: left;
    text-align: right;
    margin: 3px 1em 6px 10px;
    clear: both;
    font-size: 1em;
}

.changeForm h6
{
    margin: 10px 10px 0;
}
.macChangeDiv
{
    position: relative;
    left: 0;
    top: 0;
    width: 400px;
    font-size: .8em;
    clear: both;
    margin-left: 110px;
}

.macChangeDiv label
{
    width: 400px;
    margin: -18px 0 0 5px;
}

.macCheckBox
{
    width: 25px;
    height: 27px;
    float: left;
}

.macLabel
{
    height: 25px;
    font-size: .75em;
}



/* Change */
.formChangeCheckbox
{
    margin: 0 0 0 110px;
    clear: both;
}

.moveFlightRestrictions ul
{
    margin: 2px 10px 2px 84px;
}

.moveFlightRestrictions ul li
{
    font-size: .8em;
}


/* SSRs */
#ssrPassengerTable caption
{
    font-weight: bold;
    text-align: left;
    margin: 0;
    padding: 0;
}

#DivSSRs
{
    display: none;
    margin: 0 10px; /*background-color: #f5f5f5;     border: 1px solid #666;     padding: 5px;     width: 514px;*/
}

#DivSSRs input
{
    width: 20px;
}

.ssrNotesInput
{
    width: 80%;
}
.ssrRemove
{
    width: 50px;
}
.ssrPassenger
{
    width: 1px;
}
.ssrCode
{
    width: 100px;
}
.ssrQuantity
{
    width: 30px;
}
.ssrNotes
{
    width: 30px;
}
.ssrNotes input
{
    width: 120px;
    height: 50px;
    clear: both;
    margin: 5px 0;
}
.ssrNotes textarea
{
    width: 120px;
    height: 50px;
    clear: both;
    margin: 5px 0;
}
.ssrAmount
{
    width: 80px;
}
.ssrFlight
{
    width: 100px;
}
.ssrFlightInput
{
    width: 98%;
}
.ssrCurrency
{
    width: 35px;
}
#ssrCont
{
    margin: 0;
}

#ssrCont table tr td
{
    margin: 2px 0 2px 5px;
}

#ssrFCont
{
    padding: 5px 0;
}

.ssrNotesIcon
{
    width: 30px;
    height: 20px;
    background-image: url(../../images/Base/ssr-note-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    margin: 5px;
}

.ssrNotesHiddenDivHeader
{
    float: left;
    padding: 3px 5px 0 0;
}

.ssrNotesIconInHiddenDiv
{
    background-image: url(../../images/Base/ssr-note-icon.png);
    background-repeat: no-repeat;
    width: 100px;
    height: 20px;
    float: left;
    margin: 3px 5px 0 8px;
    text-indent: 18px;
}

.ssrNotesDiv
{
    position: absolute;
    z-index: 1000;
    text-align: center;
    display: none;
    border: 1px solid #000;
    background-color: #fff;
    width: 150px;
    height: 125px;
}

.ssrCloseButton
{
    width: 50px;
    float: right;
    margin-right: 10px;
}

.ssrCancelButton
{
    width: 50px;
    float: left;
    margin-left: 10px;
}

.ssrNotesIframe
{
    width: 150px;
    height: 110px;
    display: none;
    position: absolute;
    background-color: #fff;
}

.titleHeader
{
    background-color: #2b53a8;
    color: #fff;
    font-size: 9pt;
    font-weight: bold;
    height: 16px;
    width: 522px;
    padding-top: 4px;
    text-indent: 5px;
    border: 1px solid navy;
}


/* PNR Lookup */
#currentTravelTable, #traveledTable
{
    width: 96%;
    font-size: .82em;
    margin-bottom: 0;
}

#currentTravelTable td, #traveledTable td
{
    white-space: nowrap;
}

#currentTravelTable a:link, #currentTravelTable a:visited, #currentTravelTable a:hover, #currentTravelTable a:active
{
    padding: 0;
}


/* Change Control */
.changeMenuItem
{
    margin: 10px 0 2px;
    clear: both;
}

.changeMenuItem img
{
    float: left;
    clear: both;
    margin: 4px 5px 10px 0;
    height: 37px;
    width: 37px;
}

.changeMenuItem p
{
    width: 150px;
    clear: none;
    margin: 2px 0;
    float: right;
}




/* FLIFO */
#flifoSearchDiv
{
    background-image: url(../../images/Base/promo-right-bg.gif);
    height: 287px;
    width: 132px;
    float: right;
    padding: 10px;
    color: #fff;
    font-size: .8em;
}

#flifoSearchDiv .buttonN
{
    background-image: url(../../images/Base/button-standard-bg.gif);
    outline: none;
    border: 1px solid #C1C2C2;
    font-weight: bold;
    color: #fff;
    padding: 4px;
    margin: 10px 5px 5px 4px;
}

#flifoSearchDiv .buttonN:hover
{
    background-image: url(../../images/Base/button-standard-hover.gif);
    outline: none;
    border: 1px solid #A5B6EF;
    font-weight: bold;
    color: #fff;
    padding: 4px;
    margin: 10px 5px 5px 4px;
}

#flifoSearchDiv .buttonN:active
{
    background-image: url(../../images/Base/button-standard-active.gif);
    outline: none;
    border: 1px solid #fff;
    font-weight: bold;
    color: #fff;
    padding: 4px;
    margin: 10px 5px 5px 4px;
}

#flifoSearchDiv p
{
    margin: 0;
    padding: 0;
}

#flifoSearchDiv label
{
    float: none;
    text-align: left;
    margin: 4px 0 0;
    clear: both;
    font-size: .9em;
    padding: 0;
    display: block;
}

#flifoSearchDiv input, #flifoSearchDiv select
{
    font-size: .95em;
    margin: 1px 0 5px;
}

#mainAdvertDiv
{
    height: 307px;
    width: 392px;
    float: left;
    margin: 0;
    padding: 0;
}

/* Currency Converter */
.currencyConverter
{
    float: right;
    padding: 5px 10px;
    clear: both;
}

#converterDiv
{
    margin: 5px 10px;
    font-weight: bold;
    font-size: .9em;
}

#converterDiv input, #converterDiv select
{
    margin: 2px 0 10px;
}

#converterResults
{
    margin: -60px 10px 0 0;
    font-weight: bold;
    width: 150px;
    float: right;
}

#converterResults p
{
    padding: 0 0 8px 0;
}


/* Select Page */
#sortDiv
{
    text-align: right;
    padding: 5px 10px;
    clear: both;
    height: 30px;
}

.farePrice
{
    float: left;
    margin: 5px 5px 10px;
    font-size: .9em;
    clear: left;
}

.farePrice h1, .farePrice h2, .farePrice h3
{
    font-weight: normal;
    font-size: 1em;
    padding: 0;
    text-transform: capitalize;
}

.farePrice h1
{
    color: #000;
    text-indent: 25px;
    margin: 10px 0 0 0;
}
.farePrice h2
{
    color: #125cda;
    text-indent: 35px;
    margin: 2px 0;
}
.farePrice h3
{
    color: #909090;
    text-indent: 35px;
    margin: 2px 0;
}


.scheduleFlight
{
    float: right;
    margin: 5px 10px 0 0;
    width: 260px;
    font-size: .95em;
}

.scheduleFlight a
{
    color: #125cda;
}

.scheduleFlightNumber
{
    float: left;
    width: 60px;
    margin: 5px 0 0 0;
    padding: 0;
    clear: left;
}

.scheduleFlightNumber p
{
    margin: 5px 0 10px 10px;
}

.segmentStation
{
    float: right;
    white-space: nowrap;
    width: 190px;
    margin: 0 0 12px 0;
}

.operatedBy
{
    font-size: .95em;
    color: #666;
    padding: 0 10px 5px 0;
}

.fareRule
{
    float: left;
    width: 248px;
    padding: 2px 0 0 0;
    overflow: auto;
    margin-left: 5px;
}

.verticalSpacer
{
    width: 1px;
    height: 150px;
    border-right: #d3d3d3 1px solid;
    float: left;
    margin: 0 10px;
}

.verticalSpcr
{
    height: 20px;
}

#availabilityTable
{
    width: 538px;
    margin: 5px 3px;
    empty-cells: show;
}

#availabilityTable tr th
{
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
}

#availabilityTable tr th span
{
    margin-left: 20px;
}

#availabilityTable tr td
{
    margin: 0;
    padding: 4px;
    border-bottom: 1px solid #bbb;
}

#availabilityTable h6
{
    margin-top: 10px;
}

.footnote a:link, .footnote a:visited, .footnote a:hover, .footnote a:active
{
    text-decoration: none;
}

.fareCol1, .fareCol1 a
{
    background-color: #3455AD;
    color: #fff;
}
.fareCol2, .fareCol2 a
{
    background-color: #3B7BC4;
    color: #fff;
}
.fareCol3, .fareCol3 a
{
    background-color: #D8D8D8;
    color: #000;
}

#availabilityTable tr td
{
    white-space: nowrap;
    font-size: 90%;
}

.stopOverInfo
{
    position: absolute;
    margin: 0;
    padding: 0;
    background-color: Transparent;
}

.stopOverInfo a:link
{
    color: #fff;
    display: block;
    width: 97%;
    padding: 0 24px 4px 0;
}
.stopOverInfo a:visited
{
    color: #fff;
}
.stopOverInfo a:hover
{
    color: #fff;
}
.stopOverInfo a:active
{
    color: #fff;
}

.stopOverInfo a
{
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    margin: 0;
    padding: 0;
    display: block;
}

.stopOverInfoItem
{
    position: absolute;
    background: Transparent url(../../images/Base/noteBackNew.gif) no-repeat;
    width: 245px;
    height: 140px;
    padding: 5px 0 10px 5px;
    margin: 0;
}

.innerInfo
{
    width: 245px;
    height: 100px;
    overflow: auto;
    margin: 12px 0 0 0;
    padding: 0;
}

.stopOverInfoItem p
{
    line-height: .9em;
    font-size: .9em;
    margin: 0;
    padding: 0;
}


/* Dynamic Tax and Fee */
#taxAndFeeInclusiveDivBody
{
    color: #000;
}

#taxAndFeeInclusiveDivBody a:link, #taxAndFeeInclusiveDivBody a:visited, #taxAndFeeInclusiveDivBody a:hover, #taxAndFeeInclusiveDivBody a:active
{
    color: #123cda;
    margin-right: 5px;
}

#taxAndFeeInclusiveDivBody h3 span
{
    text-align: right;
    margin-left: 64px;
}

#taxAndFeeInclusiveDivBody p span
{
    text-align: right;
    float: none;
    margin-left: 30px;
    font-weight: bold;
}

#taxAndFeeInclusiveDivBody p
{
    margin-left: 20px;
}


/* Payment Page */
#shortSummaryTable
{
    width: 260px;
    float: right;
}

#fullpaymentArea
{
    float: right;
    width: 380px;
    font-size: .9em;
    font-style: italic;
    padding: 0 10px;
    margin: 10px 0 0 0;
}

#fullpaymentArea p + p
{
    margin: 10px 0;
}

#robosmack
{
    float: left;
    background-color: #fff;
    border: 1px solid gray;
    padding: 5px 0;
    width: 120px;
    height: 100px;
    margin: 10px 0 0 10px;
}

#holdMsg
{
    float: right;
    width: 380px;
    padding: 5px 10px;
}

.tabs
{
    margin: 5px 0 0 3px;
    height: 40px;
    width: 538px;
    background-image: url(../../images/Base/tab-transition-bg.gif);
}

.tab
{
    float: left;
    text-align: center;
    font-size: .85em;
    font-weight: bold;
}

.tab label
{
    width: 100px;
    padding: 6px 0 0 0;
    height: 25px;
    display: block;
    background-image: url(../../images/Base/menubar-tab-100.gif);
    background-position: 0 -50px;
    color: #000;
}

.tab a
{
    background-image: url(../../images/Base/menubar-tab-100.gif);
    background-position: 0 0;
    display: block;
    text-align: center;
    padding-top: 6px;
    color: #fff;
    width: 100px;
    height: 25px;
    text-decoration: none;
}

.tab a:hover
{
    background-position: 0 -50px;
    color: #000;
}

.tab a:active
{
    background-position: 0 -99px;
    color: #000;
}

.tabsMain
{
    height: 24px;
    width: 206px;
    border: 0;
    padding: 0;
    margin: 0 0 0 2px;
}

.tabsMain ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

.tabsMain li
{
    float: left;
    display: inline;
    margin: 0;
    padding: 0;
    background-image: url(../../images/Base/menubar-tab-51.gif);
    background-repeat: no-repeat;
    background-position: left top;
    color: #fff;
}

.tabsMain a
{
    font: bold 11px Tahoma, Verdana, Arial;
    text-transform: none;
    color: #fff;
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 6px 0 0;
    height: 18px;
    width: 51px;
}

.tabsMain a:hover
{
    background: url(../../images/Base/menubar-tab-51.gif) 0px -50px;
    color: #fff;
}

.tabsMain a:active
{
    background: url(../../images/Base/menubar-tab-51.gif) 0px -100px;
    color: #000;
}

#selected
{
    background: url(../../images/Base/menubar-tab-51.gif) 0px -100px;
    color: #000;
    width: 53px;
}

#selected a:link, #selected a:visited, #selected a:active, #selected a:focus
{
    color: #000;
    width: 53px;
}

#selected a:hover
{
    color: #fff;
    width: 53px;
}

.amount
{
    color: #123cda;
}
.approved
{
    color: #008000;
}


/* Contact Info */
#phone
{
    margin: 10px 0;
}

#phone p
{
    padding: 2px 0;
    clear: both;
}

#phone span
{
    width: 95px;
    margin: 0;
    padding: 0 5px 0 0;
    clear: left;
    text-align: right;
}

.contactInfoName
{
    color: #125cda;
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 5px;
}

/*Availability Search Price*/
.availabilityInputColumnViewSectionContent
{
    font-size: .85em;
    margin: 10px 0;
}

#availabilityInputContent input
{
    margin: 2px 5px 0;
}

.availabilityInputColumnViewSectionContent table tr td
{
    padding: 4px 0 4px 5px;
}

.availabilityInputColumnViewSectionContent span
{
    display: block;
}

.tabsHeader
{
    width: 538px;
    height: 40px;
    clear: both;
    margin: 0 0 4px 3px;
}

.leftArrowButton
{
    background-color: #fff;
    width: 18px;
    height: 45px;
    float: left;
    background-image: url(../../images/Base/button-tab-date-prev.gif);
}

.leftArrowButton a, .rightArrowButton a
{
    width: 18px;
    height: 45px;
    display: block;
}

.dayHeaders
{
    width: 70px;
    height: 45px;
    float: left;
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: .8em;
}

.dayHeadersSmall
{
    width: 68px;
    height: 45px;
    float: left;
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: .84em;
}

.dayHeaders a, .dayHeadersSmall a
{
    display: block;
    text-decoration: none;
    color: #fff;
    padding-top: 4px;
    line-height: 1.5em;
}

.dayHeaderImage, .dayHeaderImageSmall
{
    background-image: url(../../images/Base/availability-tab-off-bg.gif);
    float: left;
}

.dayHeaderImage a
{
    display: block;
    height: 40px;
    width: 70px;
}

.dayHeaderTodayImage a
{
    display: block;
    height: 40px;
    width: 74px;
    display: block;
    text-decoration: none;
    color: #fff;
    padding-top: 5px;
    text-align: center;
    line-height: 1.2em;
}

.dayHeaderImageSmall a
{
    display: block;
    height: 40px;
    width: 68px;
}

.dayHeaderTodayImage
{
    background-image: url(../../images/Base/availability-tab-on.gif);
    float: left;
}

.dayHeaderImageSeparator
{
    background-image: url(../../images/Base/availability-tab-off-div.gif);
    width: 2px;
    height: 45px;
    float: left;
}

.rightArrowButton
{
    background-color: #fff;
    width: 18px;
    height: 45px;
    float: right;
    background-image: url(../../images/Base/button-tab-date-next.gif);
}


/* Availability Calendar Selectors */
#availabilityInputContent
{
    width: 530px;
    clear: both;
}

#availabilityInputContent h6
{
    margin: 30px 0 5px 10px;
}

.availabilityCalenderSectionContent
{
    padding: 10px 0 0 0;
    margin: 0 auto 10px auto;
    font-size: .85em;
    width: 530px;
    clear: both;
}

#availabilityInputCalendarHeader
{
    background-image: url(../../images/Base/farefinder-calendar-head.gif);
    width: 530px;
    height: 25px;
    color: #fff;
    text-align: center;
    font-size: 1.25em;
    font-weight: bold;
    padding: 5px 0 0 0;
}

.calendarHeaderContent
{
    background-color: #2b53a8;
    color: #fff;
    height: 24px;
    width: 530px;
}

.calendarHeaderContent span
{
    color: #fff;
    font-weight: bold;
    font-size: 1em;
    height: 14px;
    width: 75px;
    text-align: center;
    padding-top: 5px;
    float: left;
}

.calendarMonth
{
    text-align: center;
    font-weight: bold;
    font-size: 1.25em;
    background-color: #2b53a8;
    color: #fff;
    padding-top: 4px;
    height: 21px;
    width: 530px;
    clear: both;
}

.calendarLegend
{
    height: 50px;
    border-top: solid 5px #345eb0;
    color: #2b53a8;
    font-size: 1em;
    clear: both;
    width: 530px;
}

.calendarNote
{
    width: 150px;
    height: 50px;
    text-align: left;
    float: left;
    padding-top: 2px;
}

.calendarSpecialFare
{
    width: 100px;
    height: 20px;
    text-align: center;
    padding-top: 12px;
    float: left;
    margin-left: 50px;
}

.calendarSpecialFareNote
{
    height: 20px;
    text-align: left;
}

.calenderSpecialFareBox
{
    width: 16px;
    height: 16px;
    float: left;
    background-image: url(../../images/Base/farefinder-special-fare.gif);
    margin-right: 5px;
}

.calendarPriceLegend
{
    width: 220px;
    height: 40px;
    padding-top: 12px;
    float: right;
}

.calendarPriceLowText
{
    text-align: right;
    width: 40px;
    height: 20px;
    float: left;
    margin-right: 5px;
}

.calendarPriceColorLegend
{
    width: 100px;
    height: 16px;
    float: left;
    background-image: url(../../images/Base/farefinder-low-high.gif);
}

.calendarPriceHighText
{
    height: 20px;
    text-align: left;
    text-indent: 5px;
}

#calendarFarePrice
{
    font-weight: bold;
    float: right;
    width: 50px;
    margin: 2px 5px 0 0;
}

#calendarFarePriceTotal
{
    border: solid 1px #7f9db9;
    background-color: #d3d3d3;
    width: 65px;
    height: 17px;
    float: right;
    text-align: center;
}

.calendarTodaysDateArrow
{
    background-image: url(../../images/Base/fare-arrow-selected.gif);
    margin-top: 2px;
    height: 12px;
    width: 11px;
}

.calendarTodaysDateNoArrow
{
    margin-top: 2px;
    height: 12px;
    width: 11px;
}

.calendarDayContent
{
    width: 73px;
    height: 40px;
    float: left;
    border: solid 1px #2b53a8;
    border-right: solid 1px #E9E9E9;
    border-bottom: solid 1px #E9E9E9;
}

.calendarDayContentWide
{
    width: 78px;
    height: 40px;
    float: left;
    border: solid 1px #2b53a8;
    border-bottom: solid 1px #E9E9E9;
}

.calendarDayDate
{
    height: 10px;
    width: 18px;
    font-size: 0.9em;
    text-align: left;
    font-weight: bold;
    padding-left: 2px;
    color: #345eb0;
}

.calendarDaySelect
{
    height: 30px;
    width: 12px;
    float: left;
}

.calendarDayFarePrice
{
    height: 30px;
    width: 58px;
    text-align: left;
    float: right;
}

.calendarDayFarePrice a
{
    color: #345eb0;
    text-decoration: none;
    font-size: small;
    font-weight: bold;
    height: 30px;
    display: block;
}

.calendarDayNoFare
{
    height: 40px;
    width: 51px;
    text-align: left;
    float: right;
    font-size: .8em;
    font-weight: bold;
}

.calendarNoFareColor
{
    background-color: #c0c0c0;
}
.calendarHighFareColor
{
    background-color: #6e9edc;
}
.calendarMiddleFareColor
{
    background-color: #a1bcf1;
}
.calendarLowFareColor
{
    background-color: #d5def3;
}
.calendarTodayColor
{
    background-color: #fff;
}
.calendarSoldOutColor
{
    background-color: #c0c0c0;
}
.calendarSpecialFareColor
{
    background-color: #FFBE0F;
}

#calendar1Img, #calendar2Img
{
    position: relative;
    top: 4px;
}


/* Hint Box */
#cssHint
{
    position: absolute;
    top: 20px;
    padding: 5px 2px 2px 22px;
    background: #F4FBFF;
    border: 1px solid #125cda;
    font: 11px arial,helvetica,verdana;
    line-height: 12px;
    color: #125cda;
    z-index: 500;
    display: none;
    width: 125px;
    background-image: url(../../images/Base/note-bg.gif);
    background-repeat: no-repeat;
    background-position: 0 0;
}

#cssHint ul
{
    margin-top: 4px;
    margin-bottom: 0;
}

#cssHint li
{
    margin-left: -25px;
    list-style-position: outside;
    list-style-type: circle;
}


/* Forms */
.form label
{
    width: 13em;
    float: left;
    text-align: right;
    margin: 3px 1em 6px 0;
    clear: both;
    font-size: 1em;
}

#carPersonalizationBody span
{
    line-height: 168%;
}

.form legend
{
    padding: 0 5px;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.formCheckbox
{
    padding: 0 0 8px 175px;
    clear: both;
    height: 20px;
}

.formCheckbox label
{
    width: 20em;
    float: none;
    text-align: left;
    margin: 5px 1em 5px 0;
    padding: 5px 0 0 0;
    clear: none;
}

.formCheckboxNS
{
    padding: 0;
    margin: 0 5px;
}


/* Payment Page */
.paymentFee
{
    float: right;
    left: 415px;
    width: 155px;
    color: #FF4040;
    font-size: .85em;
    margin: -80px 10px 0 0;
    border: 1px dashed #FF4040;
    padding: 3px;
}



/* Itinerary Page */
#itineraryBody, #itineraryBody p, #itineraryBody li, #itineraryBody td
{
    font-size: .93em;
}
#itineraryBody div
{
    clear: both;
}

#itineraryBody h1
{
    font-size: .9em;
    color: #000;
    font-weight: normal;
    text-align: right;
}
#itineraryBody h1 span
{
    font-size: .95em;
    font-weight: bold;
    margin: 5px 5px 10px 10px;
}

#itineraryBody h2
{
    font-size: .9em;
    color: #000;
    font-weight: normal;
    text-align: right;
}
#itineraryBody h2 span
{
    font-size: 1.4em;
    color: #10A210;
    margin: 10px 5px 5px 10px;
    letter-spacing: 3px;
}

#itineraryBody h3
{
    font-size: .9em;
    color: #000;
    font-weight: normal;
    text-align: right;
}
#itineraryBody h3 span
{
    font-size: 1.8em;
    color: #123cda;
    font-weight: bold;
    margin: 5px 15px 5px 10px;
    letter-spacing: 2px;
}

#itineraryBody h6
{
    margin: 10px 5px 2px 10px;
}

#itineraryBody p
{
    margin: 2px 10px;
}

#itineraryBody samp
{
    font: normal .95em Verdana, Arial, Helvetica, sans-serif;
    margin: 0 0 0 10px;
}

#itineraryBody big
{
    color: #123cda;
    font-size: .96em;
    font-weight: bold;
}

#itineraryBody abbr
{
    color: #666;
    font-size: .8em;
}

#paymentDisplayTable big
{
    color: #123cda;
    font-weight: bold;
    font-size: 1em;
}

#itinerarySeatAssignmentsTable td
{
    white-space: nowrap;
}

#itineraryBody table
{
    width: 50%;
}
#upgradeFlight table
{
    width: 96%;
}

#upgradeFlight1 table, #upgradeFlight2 table
{
    width: 98%;
}

#upgradeFlight table tr th
{
    background-color: Transparent;
    color: #000;
}
#upgradeFlight table tr td strong
{
    font-weight: normal;
    color: #123cda;
}

#ssrMarketInputTable
{
    width: 96%;
}

#priceDisplayTable
{
    margin-bottom: 0;
}

#priceDisplayTable tfoot
{
    font-size: .8em;
}

#AddOnServicesDisplay
{
    font-size: .85em;
    width: 96%;
}

#specialServicesList ul li
{
    margin-left: -25px;
    list-style: none;
    margin-top: 0;
}

#specialServicesList li
{
    margin-top: 10px;
}


/* Add On Services Car */
#AddOnServicesDisplay a:link, #AddOnServicesDisplay a:visited, #AddOnServicesDisplay a:hover, #AddOnServicesDisplay a:active
{
    color: #123cda;
    margin-left: 10px;
}

#carQuoteTable
{
    font-size: .85em;
    width: 96%;
}

.wFull
{
    margin: 2px 0 0 5px;
}
.wFull select
{
    width: 189px;
    margin: 0 0 0 5px;
}

.wHalf select, .wHalf input, .wDate select, .wDate input
{
    margin: 0 0 5px 5px;
    font-size: .8em;
}

.wHalf label
{
    margin: 0;
}
.wHalf select
{
    width: 76px;
}
.wHalf input
{
    width: 68px;
}

.wHalf span select
{
    margin-left: 38px;
}
.wHalf span label
{
    margin-left: 46px;
}
.wHalf abbr
{
    margin: 0 0 0 34px;
}

#catLblCont abbr
{
    margin: 0 0 0 28px;
}
#configCont abbr
{
    margin: 0 0 0 44px;
}
#aosAirLbl input
{
    margin: 0 5px;
}
#licenseStateLabel
{
    float: none;
    clear: none;
    width: 4em;
    margin: 3px .5em 6px 0;
}

.wDate label
{
    margin: 0;
    font-size: .9em;
}
.wDate select
{
    width: 76px;
}
.wDate input
{
    width: 68px;
}

.wOptLbl, .wOptLbl1, .wOptLbl2, .wOptLbl3
{
    font-size: .9em;
}
.wOptLbl
{
    margin: 0 0 0 44px;
}
.wOptLbl1
{
    margin: 0 0 0 40px;
}
.wOptLbl2
{
    margin: 0 0 0 24px;
}
.wOptLbl3
{
    margin: 0 0 0 44px;
}
.wOptLbl4
{
    margin: 0 0 0 86px;
}
.wOpt
{
    margin: 0 0 0 34px;
}

#pudl
{
    margin: 5px 5px 5px 0;
}
#dodl
{
    margin: 5px 5px 5px 0;
}

#elementContainerPersonalizations input
{
    width: 150px;
}
#elementContainerPersonalizations select
{
    width: 185px;
}

.mainCarSearch
{
    margin: 5px 10px;
    line-height: normal;
}

#changeCarDiv p
{
    margin: 5px 0 0 10px;
}
#changeCarRadioContainer input
{
    margin: 10px 2px 0 0;
}

#changeCarDiv p span
{
    width: 60px;
    float: none;
    padding: 0 5px;
    margin: 0;
}


/* Date Picker/Calendar */
a.date-picker
{
    width: 18px;
    height: 18px;
    border: none;
    color: #fff;
    padding: 0;
    margin: 0 0 0 2px;
    position: absolute;
    z-index: 2;
    cursor: pointer;
    background: url(../../images/Base/calendar-up.gif) no-repeat;
}

div.popup-calendar
{
    display: none;
    position: absolute;
    z-index: 10;
    top: 240px;
    padding: 4px;
    border: 2px solid #000;
    background: #fff;
    color: #000;
    overflow: hidden;
    width: 200px;
}

div.popup-calendar div.link-close
{
    float: right;
}
div.popup-calendar div.link-prev
{
    float: left;
}
div.popup-calendar div.link-next
{
    float: right;
}

div.popup-calendar h3
{
    font-size: 1.3em;
    margin: 2px 0 5px 3px;
}

div.popup-calendar div a
{
    padding: 1px 2px;
    color: #000;
}

div.popup-calendar div a:hover
{
    background-color: #000;
    color: #fff;
}

div.popup-calendar table
{
    margin: 0;
}

* html div.popup-calendar table
{
    display: inline;
}

div.popup-calendar table th, div.popup-calendar table td
{
    background: #eee;
    width: 21px;
    height: 17px;
    text-align: center;
}

div.popup-calendar table td.inactive
{
    color: #aaa;
    padding: 1px 0 0;
}

div.popup-calendar table tr th
{
    background: #2B53A8;
}

div.popup-calendar table td.weekend
{
    background: #f6f6f6;
}

div.popup-calendar table td a
{
    display: block;
    border: 1px solid #eee;
    width: 19px;
    height: 15px;
    text-decoration: none;
    color: #333;
}

div.popup-calendar table td.today a
{
    border-color: #aaa;
    background-color: #6C8CCC;
    color: #fff;
}

div.popup-calendar table td a.selected, div.popup-calendar table td a:hover
{
    background: #2B53A8;
    color: #fff;
}

div#aosFlowSelector
{
    clear: both;
}

#itemsDiv
{
    background-image: url(../../images/Base/main-body-bg.gif);
    padding: 5px 0 15px 0;
}

#flowType
{
    clear: both;
    padding: 0 0 5px 0;
    margin: 0 0 5px 0;
    height: 20px;
}

#flowType label
{
    clear: none;
    display: block;
    float: left;
    font-size: 0.8em;
    margin: 0pt;
    padding: 0pt;
    text-align: left;
    white-space: normal;
    width: 46px;
}

#flowType input
{
    float: left;
    margin: 0pt;
    padding: 0pt;
    width: 18px;
}

.carDetails
{
    display: none;
    position: absolute;
    z-index: 2;
    width: 430px;
    border: 1px solid #123cda;
    background-color: #fff;
    padding: 10px;
    margin: 0 0 0 -100px;
}

#CarDetails td
{
    vertical-align: top;
}

#vehicleTermsContainer
{
    width: 510px;
    height: 100px;
    overflow: auto;
    margin: 5px auto;
}

.insuranceTermsContainer
{
    width: 486px;
    height: 100px;
    overflow: auto;
    margin: 0 auto 20px;
    overflow: auto;
    border-bottom: 1px dashed #666;
}

#dccDiv
{
    margin: 10px 10px 20px;
    padding: 0 5px;
    clear: both;
}

#dccDiv h4
{
    margin: 15px 0 0 0;
}

#quoteElementContainer
{
    margin: 10px 0 0;
}

#secondSellOptions img
{
    float: left;
    margin: 5px;
}

#secondSellOptions p
{
    float: left;
    margin: 10px;
}

#aosAgreementInput
{
    clear: both;
}

#ccVer
{
    position: absolute;
    width: 100px;
    margin: -20px 0 0 342px;
    padding: 0 0 0 5px;
    clear: both;
}

#ccVerItem
{
    width: 300px;
    border: 1px solid #000;
    display: none;
    margin: 0 5px;
    padding: 10px 5px;
    background-color: #fff;
    font-size: .8em;
    border: 2px solid #123cda;
}


.ex a:link
{
    margin: -2px 5px 5px 5px;
    border: 1px solid #000;
    padding: 0 4px;
    width: 10px;
    float: right;
    text-decoration: none;
    color: #000;
    font-size: .8em;
}



/* Error */
.error p
{
    padding: 0 10px;
}
.error h1
{
    margin: 10px;
    color: #cc0000;
}
.error img
{
    vertical-align: middle;
}
.error
{
    color: #cc0000;
    margin-left: 5px;
    font-size: 1.1em;
}

.errorSectionHeader
{
    background-image: url(../../images/Base/errorBack.gif);
    height: 22px;
    text-indent: 10px;
    font-weight: bold;
    color: #cc0000;
    float: right;
    margin: 0 0 0 5px;
    padding: 8px 0 0 0;
    width: 540px;
}

.errorSectionContent
{
    padding: 10px 5px;
    width: 530px;
    float: right;
}

/* Validation */
.validationError
{
    border: solid 1px red;
}

.validationErrorLabel
{
    color: red;
    font-weight: bold;
}

.validationErrorContainer
{
    clear: both;
    display: none;
    margin: 2px;
}

.fixedValidationError
{
    text-decoration: line-through;
    color: #000;
}

#validationErrorContainerFixedIFrame
{
    position: absolute;
    height: 300px;
    top: 0px;
    left: 0px;
    display: block;
    width: 190px;
}
#validationErrorContainerFixedDiv
{
    width: 190px;
    height: 300px;
    background: white;
    z-index: 100;
    border: solid 2px black;
}


#validationErrorContainerFixedOuterDiv > #validationErrorContainerFixedDiv
{
    position: fixed;
    top: 0px;
    left: 0px;
}
#validationErrorContainerFixedOuterDiv > #validationErrorContainerFixedIFrame
{
    position: fixed;
    top: 0px;
    left: 0px;
}

#validationErrorContainerFloat
{
    position: absolute;
    width: 300px;
    border: solid 2px #000;
    background-color: #fff;
}

#validationErrorContainerReadAlong
{
    position: absolute;
    width: 265px;
    height: 150px;
    display: none;
    padding: 0px;
    margin: 0;
    background-image: url(../../images/Base/noteBacker.gif);
}

#validationErrorContainerReadAlongContent
{
    width: 222px;
    margin: 40px 0 0 28px;
    height: 100px;
    overflow: auto;
}

.close
{
    width: 30px;
    float: right;
    padding: 0 30px 0 0;
    clear: both;
}

.closeBtn
{
    border: 0;
    background-color: Transparent;
    color: #fff;
}

#validationErrorContainerFloatIFrame
{
    position: absolute;
}

.validationErrorList
{
    margin-left: 10px;
}

.validationErrorListItem
{
    color: red;
}

#marketDate_1 span, #marketDate_2 span
{
    float: none;
    margin: 0 0 0 3px;
    padding: 0px; /*width:80px;*/
}

#marketDate_1 select, #marketDate_2 select
{
    /*margin-left:2px;*/
}


#paging
{
    border-top: 1px dashed #666;
    text-align: center;
    margin: 20px auto;
    padding: 10px 0;
    width: 96%;
    font-size: .8em;
}

#insuranceOffer span, #hotelDetailSummary span, #AosCancel span, #carCancelContainer span
{
    line-height: 168%;
}


#activityCancelContainer span, #hotelCancelContainer span, #carCancelContainer span, #insuranceCancelContainer span
{
    line-height: 180%;
}

#ActivityDetailSummary span
{
    line-height: 230%;
    margin: 0;
    padding: 0;
}

.openCloseLink
{
    clear: both;
    float: right;
    text-align: center;
    width: 250px;
    height: 50px;
}

.openCloseLink a:link, .openCloseLink a:visited, .openCloseLink a:hover, .openCloseLink a:active
{
    text-decoration: none;
    border-bottom: 1px dotted #666;
}


#carDetailSummary span
{
    line-height: 210%;
}

.waitCont
{
    border: 1px solid #000;
    position: absolute;
    z-index: 3000;
    margin: -60px 0 0 -18px;
    padding: 20px 0;
    background-color: #fefefe;
    width: 512px;
    height: 70px;
    opacity: .75;
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
}

.waitCont h1
{
    text-align: center;
    color: #666;
}


#passengerWait_1
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

hr
{
    width: 98%;
    margin: 16px auto;
    height: 1px;
}

#flifoFlightStatus, #flifoFlightInfo
{
    border: 1px solid #C0C0C0;
    width: 75%;
    margin: 10px auto;
}

#flifoFlightStatus tr th, #flifoFlightInfo tr th
{
    width: 160px;
}

.dropDownContainer
{
    position: absolute;
    background-color: #fff;
    margin: -5px 0 0 5px;
    padding: 0;
    display: none;
    white-space: nowrap;
    z-index: 33;
}

.dropDownContainer div
{
    margin: 0;
    padding: 0 4px;
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
    border-top: 0;
}

.dropDownContainer div span
{
    display: none;
}

.dropDownContainer iframe
{
    position: absolute;
    margin: 0;
    z-index: -1;
}

.dropDownContainer div.optionActive
{
    font-weight: bold;
    color: #fff;
    background: url(../../images/Base/page-head-bg.gif) repeat scroll 440px -60px;
}

.dotted
{
    border-bottom: 1px dashed #666;
}



/* Corp */
#corpContent
{
    margin-left: 10px;
}

#corpContent dl dt
{
    margin-top: 10px;
}


#autoSeatAssignTable
{
    border: 1px solid #000;
    margin: 0 0 0 10px;
}


#confirmUnitInputContainer
{
    padding: 28px 0 0;
    width: 130px;
    float: left;
    font-size: 90%;
}

#confirmUnitInputContainer ul
{
    list-style: none;
}

.confirmSeatList
{
    margin: 10px 0;
    padding: 5px 0;
}

.confirmSeatList ul
{
    margin: 0 0 0 6px;
    padding: 0;
}

.confirmSeatList li
{
    margin: 0 0 0 6px;
    padding: 0;
}

#confirmSeat fieldset
{
    border: 0;
    border-top: 1px solid #000;
    margin: 16px 0 0 10px;
    padding: 0 4px;
}

#confirmSeat fieldset legend
{
    margin-left: 0;
    padding: 0 5px 2px 0;
}

#confirmSeat fieldset p
{
    width: 180px;
    float: left;
    margin: 0;
    padding: 0 0 0 5px;
}

#confirmSeat fieldset input
{
    float: left;
}

#confirmSeatClose
{
    width: 100%;
    margin-left: 10px;
}

.upsellPay
{
    width: 510px;
    height: 320px;
    position: absolute;
    z-index: 1000;
    padding: 5px;
    font-size: 90%;
    background-image: url(../../images/Base/noteBackHuge.gif);
}


.upsellSM
{
    width: 368px;
    height: 306px;
    position: absolute;
    z-index: 1000;
    padding: 5px;
    border: solid 1px #c1c1c1;
    background-color: #FFFFFF;
}

.confirmSeatSM
{
    float: left;
    margin: 26px 0 0 0;
    padding: 0 0 20px 0;
    font-size: 90%;
}

.confirmSeatPay
{
    width: 360px;
    float: left;
    margin: 28px 0 10px 10px;
    overflow: auto;
}

#onBoardMealRequestsContent
{
    width: 545px;
    font-size: 92%;
    overflow: auto;
}

#onBoardMealRequestsContent table tr th
{
    font-size: 80%;
}

/* Main Style Sheet for jQuery UI date picker */
#datepicker_div, .datepicker_inline
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding: 0;
    margin: 0;
    background: #ddd;
    width: 185px;
}
#datepicker_div
{
    display: none;
    border: 1px solid #777;
    z-index: 9999; /*must have*/
    width: 188px;
}
.datepicker_inline
{
    float: left;
    display: block;
    border: 0;
}
.datepicker_rtl
{
    direction: rtl;
}
.datepicker_dialog
{
    padding: 5px !important;
    border: 4px ridge #ddd !important;
}
button.datepicker_trigger
{
    width: 25px;
}

.datepicker_prompt
{
    float: left;
    padding: 2px;
    background: #ddd;
    color: #000;
}
* html .datepicker_prompt
{
    width: 185px;
}
.datepicker_control, .datepicker_links, .datepicker_header, .datepicker
{
    clear: both;
    float: left;
    width: 187px;
    color: #fff;
    margin: 0;
    padding: 0;
}
.datepicker_control
{
    background: #2B53A8;
    padding: 2px 0px;
}
.datepicker_links
{
    background: #000;
    padding: 2px 0px;
}
.datepicker_control, .datepicker_links
{
    font-weight: bold;
    font-size: 80%;
    letter-spacing: 1px;
}
.datepicker_links label
{
    /* disabled links */
    padding: 2px 5px;
    color: #888;
}
.datepicker_clear, .datepicker_prev
{
    float: left;
    width: 34%;
}
.datepicker_rtl .datepicker_clear, .datepicker_rtl .datepicker_prev
{
    float: right;
    text-align: right;
}
.datepicker_current
{
    float: left;
    width: 30%;
    text-align: center;
}
.datepicker_close, .datepicker_next
{
    float: right;
    width: 34%;
    text-align: right;
}
.datepicker_rtl .datepicker_close, .datepicker_rtl .datepicker_next
{
    float: left;
    text-align: left;
}
.datepicker_header
{
    padding: 0;
    background: #333;
    text-align: center;
    font-weight: bold;
    height: 1.3em;
}
.datepicker_header select
{
    background: #333;
    color: #fff;
    border: 0px;
    font-weight: bold;
}
.datepicker
{
    background: #ccc;
    text-align: center;
    font-size: 100%;
    position: relative;
}
.datepicker a
{
    display: block;
    width: 100%;
}
.datepicker_titleRow
{
    background: #777;
}
.datepicker_daysRow
{
    background: #eee;
    color: #666;
}
.datepicker_weekCol
{
    background: #777;
    color: #fff;
}
.datepicker_daysCell
{
    color: #000;
    border: 1px solid #ddd;
}
.datepicker_daysCell a
{
    display: block;
}
.datepicker_weekEndCell
{
    background: #ddd;
}
.datepicker_titleRow .datepicker_weekEndCell
{
    background: #777;
}
.datepicker_daysCellOver
{
    background: #fff;
    border: 1px solid #777;
}
.datepicker_unselectable
{
    color: #888;
}
.datepicker_today
{
    background: #fcc !important;
}
.datepicker_currentDay
{
    background: #999 !important;
}
.datepicker_status
{
    background: #ddd;
    width: 100%;
    font-size: 80%;
    text-align: center;
}

/*Datepicker Links Reset link properties and then override them with !important */
#datepicker_div a, .datepicker_inline a
{
    cursor: pointer;
    margin: 0;
    padding: 0;
    background: none;
    color: #000;
}
.datepicker_inline .datepicker_links a
{
    padding: 0 5px !important;
}
.datepicker_control a, .datepicker_links a
{
    padding: 2px 5px !important;
    color: #eee !important;
}
.datepicker_titleRow a
{
    color: #eee !important;
}
.datepicker_control a:hover
{
    background: #fdd !important;
    color: #333 !important;
}
.datepicker_links a:hover, .datepicker_titleRow a:hover
{
    background: #ddd !important;
    color: #333 !important;
}

/*Multiple Months*/

.datepicker_multi .datepicker
{
    border: 1px solid #777;
}
.datepicker_oneMonth
{
    float: left;
    width: 185px;
}
.datepicker_newRow
{
    clear: left;
}

/*IE6 IFrame Fix*/

.datepicker_cover
{
    display: none; /*sorry for IE5*/
    display: /**/ block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 240px; /*must have*/
}

#calDiv
{
    width: 16px;
    float: none;
    margin: 0;
    padding: 0;
}

#paxListPayment
{
    overflow: auto;
    width: 98%;
    margin: 0 0 0 4px;
    font-size: 90%;
}

#hotelRoomDescriptionSection, #hotelPoliciesSection
{
    margin-left: 10px;
    clear: both;
}


.hiddenHotelDesc
{
    position: absolute;
    z-index: 200;
    width: 380px;
    height: 280px;
    background-color: #E9E9E9;
    border: 0;
    padding: 10px;
    margin: 0;
    display: none;
    background: Transparent url(../../images/Base/noteBackLrg.gif) no-repeat;
}


.hotelIframe
{
    width: 376px;
    height: 276px;
    position: absolute;
    z-index: -11;
}

#hotelCloseBtn a:link
{
    width: 388px;
    padding-left: 10px;
}


.closeButton
{
    color: #fff;
    position: relative;
    top: -17px;
    left: -15px;
    text-indent: 5px;
    text-align: left;
    margin: 5px 10px 0 0;
    padding: 5px 0 0;
    width: 99%;
}

.closeButton a:link, .closeButton a:visited, .closeButton a:hover, .closeButton a:active
{
    color: #fff;
    margin: 2px 0 0 5px;
    padding: 0;
    display: block;
    width: 100%;
}

.closeButton2
{
    color: #fff;
    position: relative;
    top: -20px;
    left: -5px;
    text-align: right;
    margin: 0 10px 0 0;
    padding: 0;
}

.closeButton a, .closeButton2 a
{
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    margin: 0;
    padding: 0 5px 0 0;
}

#secondaryButton
{
    float: right;
    margin: 20px 0 0 0;
}

.closeButtonFlightDetails
{
    color: #fff;
    position: relative;
    top: 2px;
    left: -15px;
    text-indent: 5px;
    text-align: left;
    margin: 5px 10px 0 0;
    padding: 5px 0 0;
    width: 99%;
}
