/* ================= application.ftl.css ================ */
/* ================= skin : AmadeusNB ===== */

/* ================= Default styles ======================= */
body,span,div,form,ol,ul,p,th,em,sup,td,font,pre
{
    font-family : Arial, Helvetica;
    font-weight : normal;
    font-size : 8pt;
	outline : 0;
}

body
{
	background-color : #D7D2CB;
	background-image:url("../images/BodyBgTop.gif");
	background-position:left top;
	background-repeat:repeat-x;
	color : #333333!important;
	margin:0px;
}

input
{
    COLOR: #000000;
    FONT-FAMILY: Arial, Helvetica;
    FONT-SIZE: 8pt;
}

textarea
{
    font-family: Arial, Helvetica;
    font-size : 8pt;
    font-weight : normal;
    color : #000000;
    text-align : left;
    border:1px solid #C7C9C7;
    -moz-border-radius:0px;
    border-radius:0px;
}

select
{
    font-size : 8pt;
    font-weight : normal;
    color : #000000;
    text-align : left;
}

a:link
{
  text-decoration: underline;
  color: #005eb8;
}

a:visited
{
  text-decoration: underline;
  color: #005eb8;

}

a:hover
{
  text-decoration: underline;
  color: #00A9E0;
}

a.disabled:link, a.disabled:visited, a.disabled:hover, a.disabled:active {
  color: #005eb8;  
  text-decoration: underline;
  font-weight: inherit;
  background-color: transparent;
}

img{
	outline: 0;
}

/* ================= Site Container ======================= */
.siteContainer{
	width:100%;
	min-width:800px;
	overflow-x:hidden;
 	overflow-y:auto;
}

/* ================= Images ======================= */

.imgCentered
{
  vertical-align:middle;
}


/* ================= Fonts ======================= */

.bold
{
    FONT-WEIGHT:bold;
}

.caption
{
    font-size:5pt;
    font-weight : normal;
    color : #000000;
    text-align : left;
}

.footnotes
{
    font-size:5pt;
    font-weight : normal;
    color : #333333;
    text-align : left;
}

.title
{
    COLOR:#000000;
    FONT-FAMILY:Arial, Helvetica, Geneva, Sans-serif;
    FONT-SIZE:9pt;
    FONT-WEIGHT:bold;
    background-image:url("../images/PortletLogoLine.gif");
    background-position:left top;
    background-repeat:no-repeat;
    padding-left:30px;
    padding-bottom:20px;
}
.poptitle
{
    COLOR:#333333;
    FONT-FAMILY:Arial, Helvetica, Geneva, Sans-serif;
    FONT-SIZE:10pt;
    FONT-WEIGHT:bold;
    background-image:url("../images/PortletLogoLine.gif");
    background-position:left top;
    background-repeat:no-repeat;
    padding-left:30px;
    padding-bottom:5px;
}
.popPadding
{
    padding: 5px 5px 5px 5px;
}

/* === modify param ===*/
.ModifParam
{
    top:5px;
    padding-bottom: 5px;
}
.ModifParam
{
    padding-left: 8px;
    padding-right: 8px;
}
.portletBkgdInsideModif
{
    background-color: #FFFFFF;
    height:26px;
    position:relative;
    top:-5px;


}
.portletBkgdInsideModif td
{
    padding-left: 8px;
    padding-right: 8px;
    FONT-WEIGHT: bold;
}
/* === sirect serach ===*/
.DirectSearch
{
    padding-left: 5px;
    padding-right: 5px;
}
/* === mini itinerary ===*/

#MiniItinerary{
    display:block;
}

.portletBkgdInside{
  padding:8px;
  font-weight:bold;
}

.portletContentDiv ul {
    margin: 0;
}

.itinerarydetail
{
    padding-left: 5px;
    padding-bottom: 2px;
    padding-top: 2px;
    padding-right: 8px;
}
.itineraryImage
{
    padding-left: 8px;
    padding-bottom: 2px;
    padding-top: 2px;
}
.itineraySegment
{
    FONT-WEIGHT: bold;
}

/* === end mini itinerary ===*/
.subtitle
{
    color : #333333;
    FONT-FAMILY: Arial, Helvetica, Geneva, Sans-serif;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: bold;
}

.paragraph
{
padding-bottom : 10px;
}

.subParagraph
{
padding-left : 10px;
}

.subParagraphSearchInput
{
padding-left : 10px;
padding-top : 2px;
}

.searchInput
{
padding-top : 2px;
}

.searchPadLeft
{
width:15px;
}

.searchSeparator
{
    /*border-bottom:5px solid #ffffff;*/
    overflow:hidden;
    height:15px;
}

.loginVerticalSeparator
{
    border-left: 1px solid #005EB8;
}

.instruction
{
    font-weight : normal;
    font-style : italic;
    font-size : 8pt;
    color : #000000;
    text-align : left;
}

.specialAttention
{
    font-weight : normal;
    font-size : 8pt;
    color : #FF0000;
    text-align : left;
}

.error
{
    font-weight : bold;
    font-size : 12px;
    color : #ff7422;
    text-align : left;
}

/* ================= Footer ======================= */

.footerSeparator
{
    border-top: 1px solid #333333;
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
    color : #333333;
}
.footerCopyright
{
    padding-top: 10px;
}
.footerLinks
{
    padding-right: 2px;
    padding-top: 5px;
    padding-left:2px;
}

/* ================= Form ======================= */

select.multiple
{
    font-size : 8pt;
    font-weight : normal;
    color : #000000;
    text-align : left;
}

.lineSeparator
{
    border-bottom:1px solid #000000;
}

.lineSubSeparator
{
border-bottom:1px solid silver;
}

.section
{
  color:#000066;
}

.section.marked, img.marked
{
  background-image:url("../images/hotel_search_arrow_marker.gif");
  background-position:center right;
  background-repeat:no-repeat;
  padding-right:20px;
}

.section.marked.right
{
  background-image:url("../images/hotel_search_arrow_marker_right.gif");
}

.sectionAlign
{
padding-left:20px;
}

.Invisible
{
    display : none;
}

/* ================= Table ======================= */
.tableInvis
{
    display : none;
}

.tableResults
{
    border: 1px solid #C7C9C7;
	border-collapse: collapse;
}



.tableResults thead td
{
    font-family:Arial,Helvetica;
    font-size:8pt;
    font-weight: bold;
    color : #ffffff;
    text-align: left;
    background-color : #333399;
    border: 1px solid #000066;
}

.tableResults td
{
    border: 0px;

}



td.choiceMenu
{
  background-image:     url("../images/tab2b.gif");
  background-repeat : no-repeat;
  width:103px;
  height:20px;
  cursor:pointer;
  cursor:hand;
  FONT-SIZE:10pt;
  COLOR: #000000;
  FONT-FAMILY: Arial,sans-serif;
}

td.choiceMenu.choosen
{
  background-image:     url("../images/tab1b.gif");
  COLOR: white;
}

.sort.descending
{
    background-image:url("../images/IcoSortDown.gif");
    background-position:center bottom;
    background-repeat:no-repeat;
    cursor:pointer;cursor:hand;
}

.sort.ascending
{
    background-image:url("../images/IcoSortUp.gif");
    background-position:center bottom;
    background-repeat:no-repeat;
    cursor:pointer;cursor:hand;
}

.tableResults td.type1,
.tableResults td.Type1
{
    background-color : #FFFFFF;
    border-left: 1px solid #005eb8;
    border-right: 1px solid #005eb8;
    border-bottom: 1px solid #005eb8;
    padding-left:5px;
}

.tableResults td.type2,
.tableResults td.Type2
{
    background-color : #F7F7FA;
    border-left: 1px solid #005eb8;
    border-right: 1px solid #005eb8;
    border-bottom: 1px solid #005eb8;
    padding-left:5px;
}

.tableResults td.type3 {
    BORDER-RIGHT: #333399 1px solid;
    PADDING-RIGHT: 5px;
    PADDING-LEFT: 5px;
    BORDER-LEFT: #333399 1px solid;
    TEXT-ALIGN: center;
}

.tableResults td.selected
{
background-color : #bfe9f7;
border-left: 1px solid #005eb8;
border-right: 1px solid #005eb8;
border-bottom: 1px solid #005eb8;
padding-left:5px;
}

.radioTableList
{
}

.radioTableList td
{
    font-family:Arial, Helvetica, Geneva, Sans-serif;
    font-size:8pt;
    color : #000000;
    text-align: left;
}

.radioTableList td.columnTitle
{
    font-size:8pt;
    font-weight: bold;
}

.radioTableList td.type1
{
    background-color:#FFFFFF;
}

.portletPresentation
{
  width:20px;
}

/* ================= CityResolve ======================= */

.cityResolveTitle
{
  background-color : #CCCCCC;
  border-bottom : 2px solid green;
  margin-top:20px;
}

.cityResolveList
{
  background-color : #CCCCCC;
}

/* ================= Error messages specific ===================== */
.tableErrorMessages
{
    border-collapse: collapse;
    width:100%;
}

.tableErrorMessages td
{
    font-family:verdana, helvetica;
    font-size:7pt;
    font-weight:bold;
    text-align:left;
    vertical-align: top;
    /*border-bottom:1px solid white;*/
    padding:3px;
    background-repeat:no-repeat;
    padding-left: 20px;
}

.tableErrorMessages td.F
{
    background-image: url("../images/IcoMessageFatal.gif");
    background-repeat:no-repeat;
    color:#FFFFFF;
    background-color: #CE0058;
}

.tableErrorMessages td.E
{
    background-image: url("../images/IcoMessageError.gif");
    background-repeat:no-repeat;
    color:#FFFFFF;
    background-color: #CE0058;
     /*padding-right: 140px;*/
}

.tableErrorMessages td.W
{
    background-image: url("../images/IcoMessageWarning.gif");
    background-repeat:no-repeat;
    color:#FFFFFF;
    background-color: #FFB549;
}

.tableErrorMessages td.O
{
    background-image: url("../images/IcoMessageConfirm.gif");
    background-repeat:no-repeat;
    color:#FFFFFF;
    background-color: #309712;

}

.tableErrorMessages td.I
{
    background-image: url("../images/IcoMessageInfo.gif");
    background-repeat:no-repeat;
    color:#FFFFFF;
    background-color: #f7f7fa;
}

.errorFieldIconOwner
{
     position:relative;
}

.errorFieldIcon{
    position:absolute;
    left:-18px;
    top:3px;
    width:16px;
    height:16px;
    background-image:url("../images/IcoMessageError.gif");
}

.errorHighlight
{
  background-color: #CE0058;
}

.ImgInfoNote
{
    background-image:url(../images/IcoMessageInfo.gif);
    background-repeat:no-repeat;
    background-position:0% 50%;
    padding-left:16px;
    width: 16px;
    height: 16px;
    font-size:9pt;
    font-family:Arial,Helvetica;
}


/* ================= Portal specific ======================= */
.headerParent
{
background-color : #000066;
}

.headerLink A:link
{
    COLOR: #ffffff;
    FONT-FAMILY: Arial, Helvetica, Geneva, Sans-serif;
    FONT-SIZE: 7pt
}
.headerLink A:visited
{
    COLOR: #ffffff;
    FONT-FAMILY: Arial, Helvetica, Geneva, Sans-serif;
    FONT-SIZE: 7pt
}
.headerLink A:active
{
    COLOR: #ffffff;
    FONT-FAMILY: Arial, Helvetica, Geneva, Sans-serif;
    FONT-SIZE: 7pt
}
.headerLink A:hover
{
    COLOR: #cccccc;
    FONT-FAMILY: Arial, Helvetica, Geneva, Sans-serif;
    FONT-SIZE: 7pt
}

.headerChild.Top
{
background-color : #333399;
}

.headerChild.Bottom
{
background-color : #339933;
}

.portletTitle.Type1
{
background-color:#333399;
}

.portletTitle.Type2
{
background-color:#9999CC;
}

/* ================= popup Menu specific ======================= */
.popmenuBtn
{
    background-image:url("../images/IcoPopmenuDown.gif");
    background-position:right;
        background-repeat:no-repeat;
    margin-right:22px;
    padding-right:17px;
    padding-left:1px;
    cursor:pointer;cursor:hand;
    font-size: 10px;
    width: 60%;
}

.popmenuBtn a:link
{
    text-decoration: underline;
    color: #005eb8;
}

.popmenuBtn a:visited
{
     text-decoration: underline;
    color: #005eb8;
}

.popmenuBtn a:hover
{
     text-decoration: underline;
    color: #00A9E0;
}

.popmenuLink
{
    cursor:pointer;cursor:hand;
    font-size: 10px;
    width: 60%;
}

.popmenuLink a:link
{
    text-decoration: underline;
    color: #005eb8;
}

.popmenuLink a:visited
{
     text-decoration: underline;
    color: #005eb8;
}

.popmenuLink a:hover
{
     text-decoration: underline;
  color: #00A9E0;
}

div.popmenuBox
{
    position:absolute;
    top:5px;
    right:0;
}

#popmenuPickupTpl, #popmenuDropoffTpl{
	position:relative!important;
}

div.popmenuBox table
{
    COLOR: #000000;
    FONT-FAMILY: Arial, Helvetica, Geneva, Sans-serif;
    FONT-SIZE: 8pt;
    cursor:pointer;cursor:hand;
    background-color:#00A9E0;
    border-left:1px solid #cccccc;
    border-right:2px solid #333333;
    border-top:1px solid #cccccc;
    border-bottom:2px solid #333333;
    width:100px;
}

div.popmenuBox td
{
    padding-left:15px;
    padding-right:15px;
}

div.popmenuBox tr.selected
{
    background-color:#005eb8;
}

div.popmenuBox tr.selected td
{
    color:#FFFFFF;
}

div.popmenuBox tr td.checked
{
    background-image: url("../images/MenuCheckBlack.gif");
    background-repeat: no-repeat;
    background-position:left center;
}

div.popmenuBox tr.selected td.checked
{
    background-image: url("../images/MenuCheckWhite.gif");
}

div.popmenuBox button
{
    position:absolute;
    height:0;
    width:0;
}

/* ================= END Fare page filter menu specific ======================= */

/* ================= Fare page tabs specific ======================= */

/* the names of the city pairs above the tabs */
div.fareCityList
{
    font-weight:bold;
    width:100%;
}

div.fareCityList span
{
    font-weight:normal;
}

.fareTabTopMargin
{
    padding-top:15px;
}

.fareTabLeft
{
    padding-right:10px;
    background-image:   url("../images/MenuArrowBlack.gif");
    background-position:top right;
    background-repeat:  no-repeat;
    font-size:10px;
}

/* the TD containing one entire tab, controls the space between tabs */

td.fareTabTD
{
    padding-left:6px;
}

/* the table containing one entire tab */
td.fareTabTD table
{
    background-color:#FFFFFF;
    width:85px;
    *height: 60px !important;
}

/* all cells of the tab table */
td.fareTabTD table td
{
    padding:2px;
}

/* the cell of the tab table header */
td.fareTabTD table thead td
{
    border:1px solid #E5E5E5;
    background-color:#DDE7F2;
    color:#FFFFFF;
    text-decoration:underline;
    cursor:pointer;cursor:hand;
    font-size:10px;
}

td.fareTabTD table thead td a:link
{
    color:#FFFFFF;
}

td.fareTabTD table thead td a:visited
{
    color:#FFFFFF;
}

td.fareTabTD table thead td a:hover
{
    color:#FFFFFF;
}




/* the cell of the selected tab table header */
td.fareTabTD table.selected thead td
{
    border:1px solid #333333;
    background-color:#C98F2B;
    color:#FFFFFF;
    text-decoration:none;
    cursor:hand;cursor:pointer;cursor:default;
}

/* the 'number of results' cell of the tab */
td.fareTabTD td.fareTabNum
{
    border-left:1px solid #E5E5E5;
    padding-left:5px;
}

td.fareTabTD table.selected td.fareTabNum
{
    border-left:1px solid #333333;
    padding-top:2px;
    background-color:#FFFFFF;
}

/* the box around the number */
td.fareTabTD td.fareTabNum div.active
{
    border-left:2px solid #666666;
    border-top:2px solid #666666;
    border-bottom:1px solid #e6e6e6;
    border-right:1px solid #e6e6e6;
    width:100%;
    box-sizing:     border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
    background-image:url(../images/ImgTabWait.gif);
    background-position:-30px;
}

td.fareTabTD td.fareTabNum div
{
    width:100%;
    box-sizing:     border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
    text-align: center;
}

/* the cell containing the word results */
td.fareTabTD table td.fareTabResults
{
    border-right:1px solid #E5E5E5;
}

td.fareTabTD table.selected td.fareTabResults
{
    border-right:1px solid #333333;
    padding-top:2px;
    background-color:#FFFFFF;
}

/* the cell containing the price */
td.fareTabTD table td.fareTabPrice
{
    border-right:1px solid #E5E5E5;
    border-left:1px solid #E5E5E5;
    border-bottom:1px solid #E5E5E5;
    font-weight:bold;
}

td.fareTabTD table.selected td.fareTabPrice
{
    border-right:1px solid #333333;
    border-left:1px solid #333333;
    border-bottom:1px solid #333333;
    background-color:#FFFFFF;
}

/* rounded corners on tabs */
div#fareTabImgTL
{
    background-image: url(../images/ImgTabTLGray.gif);
    background-repeat:no-repeat;
    width:7px;
    height:7px;
    left:13;
    position: absolute;
    margin-left: 6px;
}

div#fareTabImgTL.selected
{
    background-image: url("../images/ImgTabTLGreen.gif");
}

div#fareTabImgBR
{
    background-image: url("../images/ImgTabBRGray.gif");
    background-repeat:no-repeat;
    width:7px;
    height:7px;
    position:relative;
    left:-7;
    overflow:hidden;
    margin-left: -6.5px;
    margin-top: -6px;
    *margin-left: -7px;
    *margin-top: -7px;
}

div#fareTabImgBR.selected
{
    background-image: url("../images/ImgTabBRGreen.gif");
}


/* Fix for chrome and Safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
div#fareTabImgTL
{
    margin-left: 7px;
}

div#fareTabImgBR
{
    margin-left: -7px;
    margin-top: -7px;
}
}



/* Space between tabs and blue bar */
div.fareBluePadding
{
    padding-top:12px;
    width:100%;
}

div#fareShowAll
{
    width:60%;
    height:20px;
    padding-top:12px;
    padding-right:24px;
    margin-bottom:16px;
    text-align:right;
    background-repeat:no-repeat;
    background-position:center right;
    cursor:pointer;cursor:hand;
}

div#fareShowAll.show
{
    background-image:url(../images/IcoExpandTotal.gif);
    text-decoration: underline;
    color: #005eb8;
}

div#fareShowAll.show a:link
{
    text-decoration: underline;
    color: #005eb8;
}

div#fareShowAll.show a:visited
{
    text-decoration: underline;
    color: #005eb8;
}

div#fareShowAll.show a:hover
{
    text-decoration: underline;
    color: #00A9E0;
}

div.fareShowAllhide
{
    background-image:url(../images/IcoCollapseTotal.gif);
    text-decoration: underline;
    color: #005eb8;
}

div.fareShowAllhide a:link
{
    text-decoration: underline;
    color: #005eb8;
}

div.fareShowAllhide a:visited
{
    text-decoration: underline;
    color: #005eb8;
}

div.fareShowAllhide a:hover
{
    text-decoration: underline;
    color: #00A9E0;
}

/* ================= END Fare page tabs specific ======================= */

.fareWaitBox
{
    margin-top:30px;
    padding-bottom:8px;
    border-bottom:1px solid #000000;
	text-align: center;
}

.fareWaitBox table
{
    width:100%;
}

.fareWaitBox td
{
    font-size:12px;
}

.fareWaitTDRight div
{
    background-image:       url("../images/wait2.gif");
    background-position:    center left;
    background-repeat:      no-repeat;
    width:100%;
    margin-top:8px;
}

#divWebWarning table
{
    margin-top:30px;
    width:100%;
}

#divWebWarning td.pad
{
    padding-bottom:10px;
    font-size:12px;
}

#divWebWarning td.pad span
{
    vertical-align:12px;
    line-height:160%;
}

#divWebWarning div.warn
{
    background-image: url("../images/IcoMessageWarning.gif");
    background-repeat:no-repeat;
    width:18px;
    height:16px;
    float:left;
}

#divWebWarning div.lineSeparator
{
    margin-top:10px;
}

.farePrefCell
{
    padding-right:5px;
}

.fareHeadIco
{
    padding-left:10px;
    padding-right:10px;
    height:19px;
}

.farePrice
{
    text-decoration:underline;
    cursor:pointer;cursor:hand;
    padding-left:5px;
}

/* ================= Process Indicator page ======================= */

.bgProcess {
    BACKGROUND-POSITION: center top;
    BACKGROUND-IMAGE: url("../images/ImgIndicatorCircleGrey.gif");
    WIDTH: 80px;
    BACKGROUND-REPEAT: no-repeat;
}

.bgProcessSelect {
    BACKGROUND-POSITION: center top;
    BACKGROUND-IMAGE: url("../images/ImgIndicatorCircleBlue.gif");
    WIDTH: 80px;
    BACKGROUND-REPEAT: no-repeat;
}

.bgProcess div.separator {
    LEFT: 46px;
    BACKGROUND-IMAGE: url("../images/ImgBarGrey.gif");
    OVERFLOW: hidden;
    WIDTH: 70px;
    POSITION: relative;
    TOP: 5px;
    HEIGHT: 1px;
}
.bgProcessSelect div.separator {
    LEFT: 46px;
    BACKGROUND-IMAGE: url("../images/ImgBarGrey.gif");
    OVERFLOW: hidden;
    WIDTH: 70px;
    POSITION: relative;
    TOP: 5px;
    HEIGHT: 1px;
}

.bgProcessSelect div.separatorSelect {
    LEFT: 46px;
    BACKGROUND-IMAGE: url("../images/ImgbarBlue.gif");
    OVERFLOW: hidden;
    WIDTH: 70px;
    POSITION: relative;
    TOP: 5px;
    HEIGHT: 1px;
}

.bgProcess div.noSeparator {
    OVERFLOW: hidden;
    WIDTH: 1px;
    HEIGHT: 1px;
}

.bgProcessSelect div.noSeparator {
    OVERFLOW: hidden;
    WIDTH: 1px;
    HEIGHT: 1px;
}

.bgProcessSelect div.textSelect {
    WIDTH: 100%;
    PADDING-TOP: 20px;
    TEXT-ALIGN: center;
    font-family : Arial;
    color : #CE0058;
    font-size : 10px;

}

.bgProcess div.text {
    WIDTH: 100%;
    PADDING-TOP: 20px;
    TEXT-ALIGN: center;
    font-family : Arial;
    color :#787875;
    font-size : 10px;

}
div.textSeparator {
    WIDTH: 2px;
    PADDING-TOP: 22px;
    TEXT-ALIGN: center;
    font-family : Arial;
    color :#222222;
    font-size : 8px;
}

div.textSeparatorSelect {
    WIDTH: 2px;
    PADDING-TOP: 22px;
    TEXT-ALIGN: center;
    font-family : Arial;
    color :#005eb8;
    font-size : 8px;

}

/* ================= END Process Indicator page ======================= */

/* =======================================================================
     These styles are for result tables which are built using multiple TBODY tags
    to group rows into selectable/sortable units
*/
/* style for TABLE tag. Note in IE5 the table must have an attribute: cellspacing="1" */
.tableResultsHE
{
    border-top:1px solid #C7C9C7;
    border-bottom:2px solid #C98F2B;
    margin-bottom:2px;
    table-layout:fixed;
 }
.tableResultsHE thead tr td
{
    font-family:Arial,Helvetica;
    font-size:8pt;
    font-weight:bold;
    text-align:center;
    color:#FFFFFF;
    background-color : #005EB8;
    PADDING-BOTTOM:10PX;

}
.tableResultsHE thead td.selected
{
    background-color : #009900;
}

/*================= Table Header No Sort =====================*/
.tableResultsNoSortHE
{
    border-top:1px solid #C7C9C7;
    border-bottom:1px solid #C98F2B;
    border-left:0px solid #C98F2B;
    border-right:0px solid #C98F2B;
    margin-bottom:2px;
    table-layout:fixed;
	color:#FFFFFF;
}

.tableResultsNoSortHE thead
{
    background-color : #E5E5E5;
}

.tableResultsNoSortHE thead.selected
{
    background-color : #00A9E0;
}

.tableResultsNoSortHE thead tr td
{
    font-family:Arial,Helvetica;
    font-size:8pt;
    font-weight:bold;
    color:#333333;
    padding-left: 5px;
}

.tableResultsNoSortHE thead tr td.farePrice a:link
{
      text-decoration: underline;
      color: #005eb8;
}

.tableResultsNoSortHE thead tr td.farePrice a:visited
{
      text-decoration: underline;
      color: #005eb8;
}

.tableResultsNoSortHE thead tr td.farePrice a:hover
{
        text-decoration: underline;
        color: #00A9E0;
}

.tableResultsNoSort
{
    background-color : #E5E5E5;
    padding-left: 5px;
}
/*================= Table Body Multiple Line =====================*/
.tableResultsMB
{
    border-left: 1px solid #C7C9C7;
    border-right: 1px solid none;
    border-TOP: 1px solid #C7C9C7;
    table-layout:fixed;
    background-color : #cccccc;
}
.tableResultsMB tbody tr td
{
    font-family:Arial,Helvetica;
    font-size:8pt;
    color:#000000;
    padding-left:5px;
    overflow: hidden;
    border-right: 1px solid #C7C9C7;
}

.tableResultsMB tbody tr td.Notfirst{
    border-top: 1px solid #C7C9C7;
}

.tableResultsMB tbody
{
    background-color : #FFFFFF;
}
.tableResultsMB tbody.type0
{
    background-color : #F7F7FA;
}
.tableResultsMB tbody.type1
{
    background-color : #FFFFFF;
}
.tableResultsMB tbody.selected
{
    background-color : #bfe9f7;
}
.tableResultsMBline
{
    height:1px;
    background-color: #C7C9C7;
    padding: 0px;
}


/* ================= END table results Multi TBody ======================= */

/* travel shopper result table */
.divTS
{
    padding-top:10px;
}

.tableResultsTS1
{
    border:1px solid #E5E5E5;
    background-color:#005eb8;
    margin-bottom:2px;
}

.tableResultsTS1 tbody
{
    background-color : #FFFFFF;
}

.tableResultsTS1 tbody tr td.fromto
{
    font-size:11px;
    font-weight:bold;
    color:#000000;
    padding-left:8px;
    padding-top:2px;
    padding-bottom:3px;
}

.tableResultsTS1 tbody tr td
{
    font-size:10px;
    color:#000000;
    padding-left:5px;
    overflow:hidden;
}

.tableResultsTS1 tbody tr.gray
{
    background-color:#FFFFFF;
}

.greyDetail{
    color:#C7C9C7;
}

.tableResultsNoSortHE td.faretype
{
    font-size:10px;
    font-weight:normal;
}

.tableUnder
{
    margin-left:10px;
}

.tableUnder td
{
    font-size:10px;
    color:#005eb8;
    padding-top:0px;
    padding-left:8px;
    padding-right:15px;
    text-decoration:underline;
    cursor:pointer;cursor:hand;
}

.tableUnder td a:link
{
    text-decoration: underline;
    color: #005eb8;
}

.tableUnder td a:visited
{
    text-decoration: underline;
    color: #005eb8;
}

.tableUnder td a:hover
{
    text-decoration: underline;
    color: #00A9E0;
}

.tableUnder td.nopurchase
{
    font-size:10px;
    color: #000000;
    padding-top:0px;
    padding-left:8px;
    padding-right:15px;
    text-decoration:none;
}

.tableUnder td.fdex_plus
{
    padding-top:0px;
    padding-left:16px;
    background-image: url("../images/IcoExpandSingle.gif");
    background-repeat:no-repeat;
    background-position:left center;
}

.tableUnder td.fdex_min
{
    padding-top:0px;
    padding-left:16px;
    background-image: url("../images/IcoCollapseSingle.gif");
    background-repeat:no-repeat;
    background-position:left center;
}

.tableResultsTS2 td
{
    font-size:10px;
    color:#000000;
    padding-left:5px;
    padding-top:4px;
    padding-bottom:3px;
}

.tableResultsTS2 td.restriction
{
    background-image: url("../images/IcoMessageWarning.gif");
    background-repeat:no-repeat;
    background-position:left center;
    padding-left:20px;
}

.tableResultsTS2 td.gray
{
    color:#808080;
}

div.fareBreakdown
{
    position:absolute;
    top:-6px;
    left:100px;
    width:640px;
    background-color:#ffffff;
    border:2px solid #000000;
    padding:10px;
}

div.fareBreakdown div
{
    text-align:right;
    padding-top:3px;
}

div.fareBreakdown div span:link
{
    cursor:pointer;cursor:hand;
    text-decoration: underline;
    color: #005eb8;
}

div.fareBreakdown div span:visited
{
    cursor:pointer;cursor:hand;
    text-decoration: underline;
    color: #005eb8;
}

div.fareBreakdown div span:hover
{
    text-decoration: underline;
    color: #00A9E0;
}

div.farePopHolder
{
    position:absolute;
    width:1px;
    float:left;
}
.taxindex {
  font-size: 8px;
  vertical-align: 2px;
  color: #FFFFFF;
}
.taxfootnote {
  font-size: 7pt;
  font-weight: normal;
  font-family: Arial,Helvetica,sans-serif;
}

/* ========================== Trip summary =========================== */

.summmaryHE
{
    margin-bottom:2px;
}

/* ==========================  =========================== */



/* ==========================  booking modif result Table =========================== */
.tableModif td
{
  background-color:#e6e6e6;
  padding-left: 5px;
}

.tableModif td.type1
{
  background-color : #cccccc;
  padding-left: 5px;
}

.tableModifWait
{
  color:red;
}

/* =======================================================================
PROFILE*/
/* style for profile TABLE. */

.tableProfile
{
    width:100%;
    /*background-color:#FFFFFF;*/
    border-spacing: 1px;
    vertical-align: top;
    padding-top: 5px;
}

.tableProfile td.profSection
{
    font-size: 10pt;
    font-weight: bold;
    border-bottom:1px solid #00A9E0;
    padding-top: 2px;
    padding-bottom: 2px;
}

.tableProfile td.profTitle
{
    border-bottom:1px solid #00A9E0;
    table-layout: fixed;
    padding-bottom: 1px;
    padding-top: 10px;
    font-weight: bold;
    text-align: left;
    overflow: hidden;

}

.tableProfile td.profSubTitle
{
    font-weight:bold;
    text-align:left;
    overflow: hidden;
    padding-left:20px;
    padding-top:5px;
    /*background-image:url("../images/IcoBullet.gif");*/
    /*background-position:left bottom;*/
    /*background-repeat:no-repeat;*/
}

.tableProfile td.profAddressTitle
{
    font-weight:bold;
    text-align:left;
    overflow: hidden;
}

.tableProfile td.profLabel
{
    width:20%;
    vertical-align: top;
    height: 20px;
    padding-left: 20px;
}

.tableProfile td.profMandIcon
{
    width:5%;
    background-image:url("../images/IcoMandatory.gif");
    background-position:right;
    background-repeat:no-repeat;
    height: 20px;
}

span.profMandIcon {
    background-image: url("../images/IcoMandatory.gif");
    background-position: right center;
    background-repeat: no-repeat;
    padding-left: 20px;
}

.tableProfile td.profValue
{
    width:75%;
    vertical-align: top;
    height: 20px;
}

.profNoLeftBorder
{
    margin-left: 0px;
    padding-left: 0px;
}

.profNote
 {
    font-size: 10px;
    color:#000040;
 }

 .tableProfile td.transparentSeparator
{
    border-bottom:#D7D2CB;
    overflow:hidden;
    height:3px;
}

.WarningText
{
    background-image: url("../images/IcoMessageWarning.gif");
    vertical-align: middle;
    background-repeat:no-repeat;
    padding-left: 20px;
    padding-bottom: 5px;
    height: 16px;
}


/*=======================================================================*/
/* NEW CLASSES FOR V13.2 CR#2777123 - MULTIPAX */


td.profHeaderLabel
{
    width: 38%;
    vertical-align: middle;
    height: 20px;
}

td.profHeaderLabelZeroWidth
{
    height: 20px;
    vertical-align: middle;
}

/* Multiguests CSS fixes, as the profile header fields are included in the travellers blocks, and not in the Finish
page header */
.paxProfile .tableProfile .profHeaderLabel {
  width: 20%;
}
.paxProfile .tableProfile .td.profHeaderLabelZeroWidth {
  width: 20%;
}

td.profHeaderMandIcon
{
    width: 5%;
    background-image: url("../images/IcoMandatory.gif");
    background-position: right;
    background-repeat: no-repeat;
    height: 20px;
}

td.profHeaderValue
{
    width: 60%;
    vertical-align: middle;
    height: 20px;
}

/* Multiguests CSS fixes, as the profile header fields are included in the travellers blocks, and not in the Finish
page header */
.paxProfile .tableProfile .profHeaderValue {
  width: 75%;
}

.summaryPnrHeaderNames
{
    font-weight: bold;
    font-size: 12pt;
}

.summaryPnrHeaderNames span
{
    font-size: 12pt;
    font-weight:bold;
}


/* =======================================================================
TRAVELARRANGING*/
/* style for travelArranging TABLE. */
.travelarrangertable {
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: none;
    border-top-color: #CCCCCC;
    border-right-color: #CCCCCC;
    border-bottom-color: #CCCCCC;
    border-left-color: #CCCCCC;
    background-color: #f7f7fa;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
}

.ImgTravelArranger /* new class = travelArranger1.htm */
{
    background-image: url(../images/IcoTravelArranger.gif);
    background-repeat:no-repeat;
    width:19px;
    height:27px;
    background-position: left;
    padding-left: 5px;
}

.travelArranger {
    background-color : #f7f7fa;
    border:1px solid #e5e5e5;
    color:#333333;
}

.travelArranger td {
    padding-left:5px;
    padding-top:3px;
    padding-bottom:3px;
    padding-right:5px;
	color:#333333;
}

.ImgExclaim /* new class = repear_trip.htm */
{
    background-image: url(../images/IcoWarningTravelArranger.gif);
    background-repeat:no-repeat;
    width:15px;
    height:14px;
    background-position: center ;
}

.scrollingTA
{
    overflow: auto;
    height: 100px;
    border-bottom: 1px solid #e5e5e5;
}
.scrollingPad{
    padding-right: 30px;
}

.leftPad  /* new class = search pages */
{
    padding-left: 15px;
}

.bigtitle
{
    font-family:Arial, Helvetica, Geneva, Sans-serif;
    color:#00A9E0;
    font-size:22pt;
    text-align:left;
    FONT-WEIGHT:bold;
}

.messageofdayimage
{
    float: left;
    margin: 2px 10px 2px 0px;
    position:relative;
    background-image: url(../images/ImgMessageOfDay.gif);
    background-repeat:no-repeat;
    width:64px;
    height:41px;
}

.textjustify
{
    text-align: justify;
}

/* ================= Button ======================= */

.buttonCore
{
    border:none;
    border-top:1px solid #005EB8;
    *border-top:0px solid #005EB8;
    border-right:1px solid #005EB8;
    border-left:0px solid #005EB8;
    *border-bottom:0px solid #005EB8;
    padding-top:0px;
    padding-right:4px;
    padding-bottom:0px;
    *padding-bottom:2px;
    padding-left:0px;
    margin:0px;
    background-color:#C98F2B;
    color:#FFFFFF;
    background-image:url(../images/ButCore.gif);
    background-position:right -1px;*background-position:right -2px;
    font-family:Arial, Helvetica, Geneva, Sans-serif;
    font-size:11px;
    font-weight:bold;
    *height:17px;
    cursor:hand;
    vertical-align:top;
    box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
    width:auto!important;
}

.buttonBorder
{
    border:none;
    height:18px;
    margin:0px;
    padding-bottom:5px;
    *padding-bottom:0px;
    padding-left:6px;
    font-family:Arial, Helvetica, Geneva, Sans-serif;
    font-size:11px;
    font-weight:bold;
    background-image:url(../images/ButLeft.gif);
    box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
    cursor:hand;
    background-repeat:no-repeat;
    border-top:0px solid #005EB8;
    border-right:0px solid #005EB8;
    border-bottom:1px solid #005EB8;
    border-left:0px solid #005EB8;
}

.buttonCoreDisabled{
    border-top:1px solid #222222;
    border-right:0px;
    border-bottom:0px;
    border-left:0px;
    padding-top:0px;
    padding-right:4px;
    padding-bottom:0px;
    padding-left:0px;
    margin:0px;

	background-color:#787875;

    color:#FFFFFF;
    background-image:url(../images/ButCoreDisabled.gif);
    background-position:right -1px;*background-position:right -2px;
    font-family:Arial,Helvetica,Geneva,Sans-serif;font-size:11px;
    font-weight:bold;
    box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
    cursor:hand;
    *height:17px;
}

.buttonBorderDisabled{
    height:18px;
    margin:0px;
    padding-top:0px;
    padding-bottom:3px;
    *padding-bottom:0px;
    padding-left:6px;
    font-family:Arial, Helvetica, Geneva, Sans-serif;
    font-size:13px;
    font-weight:bold;
    background-image:url(../images/ButLeftDisabled.gif);
    box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
    cursor:hand;
    background-repeat:no-repeat;
    border-right:1px solid #222222;
    border-bottom:1px solid #222222;
}

/* ================= Quick Start ======================= */

.quickStartImage
{
    position:relative;
    background-image:url(../images/ImgQuickStart.jpg);
    background-repeat:no-repeat;
    box-sizing:     border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
    width:150px;
    height:107px;
    overflow:hidden;
    margin-right:5px;
}
.quickStartTable
{
    padding-top: 2px;
    padding-left: 2px;
}
.quickStartTableSpace
{
    padding-top: 5px;
}

.quickStartTableSpace2
{
    padding-top: 2px;
}

/* ================= List Links ======================= */

.listLinks td
{
    padding-left: 15px;
    padding-bottom: 2px;
    padding-top: 2px;

}
.SmallLinks
{
    color: #333399;
}
.SmallLinksComponents
{
    color: #333399;
}
.listLinksImage
{
    background-image:url("../images/ImgListLinks.gif");
    background-repeat:no-repeat;
        width:7px;
        height:7px;
    overflow:hidden;
}
.listLinksSeparator
{
    border-bottom:1px solid #e6e6e6;
    overflow:hidden;
    height:1px;
}
.componentTitle
{
    padding-top: 5px;
    padding-bottom: 3px;
    padding-left: 15px;
    padding-right:2px;
    font-weight: bold;
}
.componentLink
{
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 20px;
    padding-right:1px;

}


.listLinks3 td
{
    padding-top: 5px;
    padding-bottom: 3px;
    padding-left: 15px;
    padding-right:2px;
}
.listLinksSeparator2
{
    border-bottom:1px solid #333333;
    overflow:hidden;
    height:1px;
}
.popSeparator
{
    border-bottom:1px solid #000000;
    overflow:hidden;
    height:1px;
    margin-bottom: 15px;
}
.transparentSeparator
{
    border-bottom:5px;
    overflow:hidden;
    height:5px;
}
.nobullet{
 list-style-type: none;
 padding-left: 14px;
 *padding-left: 0px;
}

/* ================= My Trips ======================= */

.myTripsImage
{
    background-image:url(../images/ImgMyTrips.jpg);
    background-repeat:no-repeat;
    width:150px;
    height:107px;
}


/* ================= Form Header ============================ */

/* Workaround for Mozilla and Safari regarding 100% tables issue*/
.100percent
{
    width: 100%;
}

.100percent div
{
    width: auto;
}


/* Workaround for Mozilla and Safari regarding 100% tables issue*/
.width100percent
{
    width: 100%;
}

.width100percent div
{
    width: auto;
}

.formHeader
{
    background-color:#005eb8;
    background-image:url(../images/ImgFormHeader.gif);
    background-repeat:repeat-x;
    padding: 2px 5px 2px 5px;
    box-sizing:     border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
}
.formHeader td
{
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
}
.formHeader span
{
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
    padding-left:2px;
    padding-right:2px;
}
a.formHeaderLink:link
{
    font-size: 11px;
    font-weight: normal;
    color: #FFFFFF;
}


a.formHeaderLink:active
{
    font-size: 11px;
    font-weight: normal;
    color: #FFFFFF;
}
a.formHeaderLink:visited
{
    font-size: 11px;
    font-weight: normal;
    color: #FFFFFF;
}

a.formHeaderLink:hover
{
    color: #FFFFFF;
}


.formHeaderLeft
{
    left:-5px;
    top:-2px;
    background-image:url(../images/ImgFormHeaderLeft.gif);
    background-repeat:no-repeat;
    width:9px;
    height:9px;
    overflow:hidden;
}

.formHeaderPad
{
    padding-right:13px;
    padding-left:3px;
}

.formHeadPageNav
{
    cursor:pointer;cursor:hand;
    text-decoration:underline;
}

/* ======================= Legend ===================== */
.legendBorder
{
    border: 1px solid #222222;
    background-color : #D7D2CB;
    text-align:center;
    padding:2px;
    margin-top:8px;
    margin-bottom:12px;
    width:100%;
    box-sizing:     border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
}

.legend span.symbol
{
    font-size: 11px;
    font-weight: bold;
    padding-right:7px;
}

.legend span
{
    padding-right:20px;
}

.legendBorder td
{
    font-size: 10px;
}

.legendText
{
    font-size: 11px;
    font-weight: bold;
    white-space:nowrap;
    margin-left:5px;
}

.legendLargeGap
{
    padding-right:25px;
    white-space: normal;
	display: inline-block;
}

.legendSmallGap
{
    padding-right:5px;
	display: inline-block;
}

.legendItems{
  text-align:left;
}

.ImgWaitlisted
{
    background-image: url(../images/IcoWaitlisted.gif);
    background-repeat:no-repeat;
    width:13px;
    height:13px;
    background-position: center;
}

.ImgWaitlistedL
{
    background-image: url(../Images/IcoWaitlistedLegend.gif);
    background-repeat:no-repeat;
    width:12px;
    height:12px;
    background-position: center;

}

.ImgCheck
{
    background-image: url(../images/IcoPreferredLegend.gif);
    background-repeat:no-repeat;
    padding-left:13px;
    height:13px;
    background-position: center;
}

.ImgPreferred1
{
    background-image: url(../images/IcoPreferred1.gif);
    background-repeat:no-repeat;
    width:14px;
    height:14px;
    background-position: left center;
}

.ImgPreferred2
{
    background-image: url(../images/IcoPreferred2.gif);
    background-repeat:no-repeat;
    width:29px;
    height:14px;
    background-position: left center;
}

.ImgPreferred3
{
    background-image: url(../images/IcoPreferred3.gif);
    background-repeat:no-repeat;
    width:44px;
    height:14px;
    background-position: left center;
}

.ImgPrefVendor
{
    background-image: url(../images/IcoPreferredVendorLegend.gif);
    background-repeat:no-repeat;
    padding-left:12px;
    height:12px;
    background-position: center;
}

.ImgPrefVendor0
{
    background-image: url(../images/IcoPreferredVendor0.gif);
    background-repeat:no-repeat;
    width:34px;
    height:12px;
    background-position: center;
}

.ImgPrefVendor1
{
    background-image: url(../images/IcoPreferredVendor1.gif);
    background-repeat:no-repeat;
    width:34px;
    height:12px;
    background-position: center;
}

.ImgPrefVendor2
{
    background-image: url(../images/IcoPreferredVendor2.gif);
    background-repeat:no-repeat;
    width:34px;
    height:12px;
    background-position: center;
}

.ImgPolicyIn
{
    background-image:url(../images/IcoPolicyIn.gif);
    background-repeat:no-repeat;
    padding-left:14px;
    height:14px;
    background-position:left center;
}

.ImgPolicyOut
{
    background-image:url(../images/IcoPolicyOut.gif);
    background-repeat:no-repeat;
    padding-left:14px;
    height:14px;
    background-position:left center;
}

.ImgPrefVendor3
{
    background-image: url(../images/IcoPreferredVendor3.gif);
    background-repeat:no-repeat;
    width:34px;
    height:12px;
    background-position: center;
}


.ImgPreferredFare
{
    background-image:url(../images/IcoFee.gif);
    background-position:left center;
    background-repeat:no-repeat;
    height:13px;
    padding-left:13px;
}


.ImgPlane2
{
    background-image: url(../images/IcoFlight2.gif);
    background-repeat:no-repeat;
    width:15px;
    height:15px;
    background-position: center;
}

.ImgPlaneWeb
{
    background-image: url(../images/IcoLcc2.gif);
    background-repeat:no-repeat;
    padding-left:32px;
    height:15px;
    background-position: center;
}

.ImgTrain
{
    background-image: url(../images/IcoTrain2.gif);
    background-repeat:no-repeat;
    width:15px;
    height:17px;
    background-position: center;
}

/*  fare ok title  */
.subtitleLine
{
    border-bottom:5px solid #00A9E0;
    margin-bottom:10px;
}
.subtitleLine td
{
    FONT-FAMILY: Arial, Helvetica, Geneva, Sans-serif;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: bold;

}

.WebBooking
{
    color: #005eb8;
    font-weight: bold;
    text-align:left;
    vertical-align: middle;
}
.modification
{
    color: #169412;
    font-weight: bold;
}
.modificationIcon
{

}
.download
{
    border-bottom:3px solid #333399;
    margin-top:12px;
}
.popDownload
{
    padding: 15px 5px 5px 5px;
}
.ImgWarnStatus
{
    background-image: url(../Images/IcoPnrWarning.gif);
    background-repeat:no-repeat;
    width:12px;
    height:14px;
}
.ImgMultipax
{
    background-image: url(../Images/IcoMultipax.gif);
    background-repeat:no-repeat;
    width:20px;
    height:12px;
    PADDING-RIGHT: 20px;
}

/* ======================= wailtisted status on schedule ===================== */
.ImgWaitlistedResults
{
    background-image: url(../Images/ImgWaitlistedRadio.gif);
    background-repeat:no-repeat;
    BACKGROUND-POSITION: center;
}

/* --- Navigation search flight and train combined---*/
.navmixed
{
    background-color: #E5E5E5;
    padding: 2px 5px 2px 5px;
}

.navmixedfont
{
    COLOR: #333333;
    FONT-WEIGHT: bold;
    font-size: 11px;
}

a.navmixedlink:link
{
    font-size: 11px;
    font-weight: bold;
    color: #005eb8;
    text-decoration: underline;
}

a.navmixedlink:visited
{
    font-size: 11px;
    font-weight: normal;
    color: #005eb8;
    text-decoration: underline;

}

a.navmixedlink:hover
{
    color: #333333;

}





.navmixedLeft
{
    position:relative;
    background-repeat:no-repeat;
    width:9px;
    height:23px;

}
/* --- Quick Start --- */



.quickStartTable
{
    padding-top: 2px;
    padding-left: 2px;

}
.quickStartTableSpace
{
    padding-top: 5px;
}


.quickSearch
{
    font-size: 10px;
    font-weight: bold;
    color: #005EB8;
    text-decoration: underline;
}

.quickSearchActive
{
    font-size: 11px;
    font-weight: bold;
    color: #CE0058;
}

.quickSearch:visited
{
    font-size: 10px;
    color: #005EB8;
    text-decoration: underline;
}

.quickSearch:hover
{
    font-size: 10px;
    color: #00A9E0;
    text-decoration: underline;
}

.quickStartType td
{
    padding-right: 10px;
    padding-left: 0px;
    color: #005EB8;
}

.quickStartType td a
{
    font-weight: bold;
    color: #005EB8;
}

.quickStartType td a: hover
{
    font-size: 10px;
    color: #00A9E0;
    text-decoration: underline;
}



.layoutStandard td /* ------ gives general height when information listed ----------*/
{
    height:20px;
    padding-right:5px;
    padding-bottom:2px;
}

.layoutText td /* ------ gives general height when information listed ----------*/
{
    height:20px;
    padding-right:5px;
    padding-bottom:2px;
}
.layoutInput td /* ------ gives general height when information listed including fields, drop down... ----------*/
{
    height:25px;
    padding-right:5px;
    padding-bottom:2px;
}

/* ------ scrolling table inside admin ----------*/

.tableAdmin td.type1, .tableAdmin td.Type1
{
    background-color : #FFFFFF;
    border-right: 1px solid #005eb8;
    border-bottom: 1px solid #005eb8;
    padding: 5px 5px 5px 5px;
}

.tableAdmin td.type2, .tableAdmin td.Type2
{
    background-color : #E6E6E6;
    border-right: 1px solid #005eb8;
    border-bottom: 1px solid #005eb8;
    padding: 5px 5px 5px 5px;
}
.tableAdmin thead td
{
    font-family:Arial,Helvetica;
    font-size:8pt;
    font-weight: bold;
    color : #FFFFFF;
    text-align: left;
    background-color : #005eb8;
    border: 1px solid #005eb8;
    padding: 5px 5px 5px 5px;
}
.tableAdmin
{
    border-left: 1px solid #005eb8;
}
.scrollingAdmin
{
    overflow: auto;
    height: 100px;
    border-bottom: 1px solid #005eb8;
}

/* ------ scrolling table in Travel Review ----------*/

div.tableContainer {
 clear: both;
 height: 262px;
 overflow : auto;
}

/* ------ SME Admin ----------*/

.AdminSection1
{
    color: #000000;
        font-family: Arial, Helvetica, Geneva, Sans-serif;
     font-size: 8pt;
        font-weight: bold;
    background-color : #FFFFFF;
    padding-left: 5px;
}
.AdminSection2
{
    font-weight:bold;
    text-align:left;
    overflow: hidden;
    padding-left:15px;
    padding-top:10px;
    background-image:url(../images/IcoBullet.gif);
    background-position:left bottom;
    background-repeat:no-repeat;
}


/* ------ iframes ----------*/
.FrameScroll
{
    scrollbar-face-color: #00A9E0;
}

/* ------ fare family Air Canada ----------*/
.fareAC
{
    font-family : verdana;
    font-size: 10px;
    font-weight : bold;
    color : #cc0000;
    font-style : italic;
    text-decoration: underline;
}
/* ------ annotation ----------*/
.annotation
{
    font-size: 7pt;
    vertical-align: top;
}
.note
 {
    font-size: 10px;
 }

 /*----- Multi fares results-----*/

  /*--------------- Header---------------*/

 .tableResultsFlex
 {
 border-collapse: collapse;
 border-left: 1px solid #E5E5E5;
 border-right: 1px solid #E5E5E5;
 border-bottom: 1px solid #E5E5E5;
 table-layout:fixed;
 }

 .tableResultsFlex thead td
 {
 font-family:Arial,Helvetica;
 font-size:8pt; font-weight: bold;
 color : #333333;
 background-color : #E5E5E5;
 padding:5px;
 }


 .tableResultsFlex a.bucketlink
 {
 font-family:Arial,Helvetica;
 font-size:8pt;
 color : #FFFFFF;
 }

 .tableResultsFlex thead td.bucket0
 {
 font-family:Arial,Helvetica;
 font-size:8pt;
 color : #FFFFFF;
 background-color : #309712;
 }

  .tableResultsFlex thead td.bucket1
 {
 font-family:Arial,Helvetica;
 font-size:8pt;
 color : #FFFFFF;
 background-color : #4BB9EB;
 }

  .tableResultsFlex thead td.bucket2
 {
 font-family:Arial,Helvetica;
 font-size:8pt;
 color : #FFFFFF;
 background-color : #FF9E2F;
 }

  .tableResultsFlex thead td.bucket3
 {
 font-family:Arial,Helvetica;
 font-size:8pt;
 color : #FFFFFF;
 background-color : #FF3C78;
 }

  .tableResultsFlex thead td.bucket4
 {
 font-family:Arial,Helvetica;
 font-size:8pt;
 color : #FFFFFF;
 background-color : #00A9E0;
 }



/*-----------------------------link---------------------------*/
 .tableResultsFlex a.bucketlink
 {
 font-family:Arial,Helvetica;
 font-size:8pt;
 color : #FFFFFF;
 }


 .tableResultsFlex td.selectedBucket0 a,
 .tableResultsFlex td.selectedBucket1 a,
 .tableResultsFlex td.selectedBucket2 a,
 .tableResultsFlex td.selectedBucket3 a,
 .tableResultsFlex td.selectedBucket4 a,
 .tableResultsFlex td.selectedBucket0 a:visited,
 .tableResultsFlex td.selectedBucket1 a:visited,
 .tableResultsFlex td.selectedBucket2 a:visited,
 .tableResultsFlex td.selectedBucket3 a:visited,
 .tableResultsFlex td.selectedBucket4 a:visited
  {
  color : #FFFFFF;
  text-decoration:underline;
  }


 .tableResultsFlex td.selectedBucket0
 {
 color : #FFFFFF;
 background: #309712;
 padding-left:0px;
 }

.tableResultsFlex td.selectedBucket1
{
color : #FFFFFF;
background: #4BB9EB;
padding-left:0px;
}

.tableResultsFlex td.selectedBucket2
{
color : #FFFFFF;
background:  #FF9E2F;
padding-left:0px;
}

.tableResultsFlex td.selectedBucket3
{
color : #FFFFFF;
background:  #FF3C78;
padding-left:0px;
}

.tableResultsFlex td.selectedBucket4
{
color : #FFFFFF;
background:  #00A9E0;
padding-left:0px;
}


.tableResultsFlex td.typeBucket0 a,
.tableResultsFlex td.typeBucket1 a,
.tableResultsFlex td.typeBucket2 a,
.tableResultsFlex td.typeBucket3 a,
.tableResultsFlex td.typeBucket4 a,
.tableResultsFlex td.typeBucket0 a:visited,
.tableResultsFlex td.typeBucket1 a:visited,
.tableResultsFlex td.typeBucket2 a:visited,
.tableResultsFlex td.typeBucket3 a:visited,
.tableResultsFlex td.typeBucket4 a:visited
{
color : #005eb8;
text-decoration:underline;
}

.tableResultsFlex td.typeBucket0 a:hover,
.tableResultsFlex td.typeBucket1 a:hover,
.tableResultsFlex td.typeBucket2 a:hover,
.tableResultsFlex td.typeBucket3 a:hover,
.tableResultsFlex td.typeBucket4 a:hover
 {
 text-decoration:underline;
 color:#00A9E0;
 }

 .tableResultsFlex typeLink a
{
text-decoration:underline;
}

.tableResultsFlex .typeLink a:hover
{
text-decoration:underline;
}

.tableResultsFlex .typeLink a:visited
{
 text-decoration:underline;
 }


/*-----------------------------table---------------------------*/


.tableResultsFlex td.separator
{
border-bottom:1px dotted #E5E5E5;
}
html>body .tableResultsFlex
td.separator
{
padding:0;margin:0;border-bottom:1px solid #E5E5E5;
}


 .tableResultsFlex td.type1
 {
 padding:1px 1px 1px 5px;
 }

 .tableResultsFlex td.type2
 {
 border-left: 1px solid #E5E5E5;
 padding:1px 1px 1px 5px;
 }

 .tableResultsFlexLine td
 {
 background-color : #FFFFFF;
 }

 .tableResultsFlexOver td
 {
 background-color : #00A9E0;
 }

 .tableResultsFlex td.typeBucket0
 {
 border-left: 1px solid #309712;
 padding-left:0px;
 }

.tableResultsFlex td.typeBucket1
{
border-left: 1px solid #4BB9EB;
padding-left:0px;
}

.tableResultsFlex td.typeBucket2
{
border-left: 1px solid #FF9E2F;
padding-left:0px;
}

.tableResultsFlex td.typeBucket3
{
border-left: 1px solid #FF3C78;
padding-left:0px;
}

.tableResultsFlex td.typeBucket4
{
border-left: 1px solid #00A9E0;
padding-left:0px;
}

/*-----------------------------Finish Trip Floating Div---------------------------*/

.floatingDiv
{
z-index:+999;
position:absolute;
font-family:Arial,Helvetica;
font-size:9pt;
border:1px solid #005eb8;
background-color:#FFFFFF;
}

.floatingDivHeader
{
background-color:#005eb8;
color:#FFFFFF;
font-size:9pt;
font-weight:bold;
padding:3px;
}

.floatingDivContent
{
background-color:#FFFFFF;
color:#333333;
padding:6px;
}

/*----------------------------- Summary Global header ---------------------------*/
.summaryGlobal
{
    background-color:#C98F2B;
    padding: 5px 5px 5px 5px;
    width:100%;
    box-sizing:     border-box;
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
    margin-top: 15px;
}

.summaryGlobalPrice
{
    font-size: 8pt;
    font-weight:bold;
    text-align:left;
    color:#FFFFFF;

}

.summaryGlobalStatus
{
    font-size: 8pt;
    font-weight:bold;
    color: #FFFFFF;
    text-align:right;
}

a.summaryGlobalStatus:link
{
    font-weight: bold;
    color: #FFFFFF;
}

a.summaryGlobalStatus:active
{
    font-weight: bold;
    color: #FFFFFF;
}

a.summaryGlobalStatus:hover
{
    font-weight: bold;
    color: #00A9E0;
}

a.summaryGlobalStatus:visited
{
    font-weight: bold;
    color: #FFFFFF;
}


/*----------------------------- Pre-defined location search fields ---------------------------*/

.AutoCompleteDivList{
    font-size: 13px;
    font-family: arial,sans-serif;
    word-wrap:break-word;
    border: black 1px solid;
    zIndex: 1;
    position: absolute;
    visibility:hidden;
    cursor:pointer;
    overflow:auto;
}

.AutoCompleteDiv, .AutoCompleteDivAct{
    display: block;
    padding-left: 3px;
    padding-right: 3px;
    height: 14px;
    overflow: hidden;
    background-color: white;
}

.AutoCompleteDivAct{
    background-color: #3366cc;
    color: white;
}

/*----------------------------- MultiFares ---------------------------*/

.arrowRight{
    padding-left:15px;
    background-image:url("../images/IcoExpandSection.gif");
    background-repeat:no-repeat;
    background-position:center left;
    cursor:pointer;
    cursor:hand;
}
.arrowDown{
    padding-left:15px;
    background-image:url("../images/IcoCollapseSection.gif");
    background-repeat:no-repeat;
    background-position:center left;
    cursor:pointer;
    cursor:hand;
}

.tableItinerary {
    border: solid 1px #005eb8;
}
.tableItinerary tbody {
    background-color:#FAFAF7;
}
.tableItinerarySeparator {
    padding:0;
    margin:0;
    border-bottom: solid 1px #005eb8;
}
.tableItinerary thead{
    background-color: #005eb8;
    color: #FFFFFF;
    height: 20px;
}

.returnTableMultipleFares {
    border:solid 1px #C7C9C7;
}
.headerReturnTableMultipleFares {
    background-color:#C7C9C7;
    color:#FFFFFF;
    padding:10px;
}

.owTableMultipleFaresLeft{
    border-top:solid 1px #C7C9C7;
    border-left:solid 1px #C7C9C7;
    border-bottom:solid 1px #C7C9C7
}

.owTableMultipleFaresRight{
    border-top:solid 1px #C7C9C7;
    border-right:solid 1px #C7C9C7;
    border-bottom:solid 1px #C7C9C7
}

.headerOwTableMultipleFares {
    background-color:#C7C9C7;
    color:#FFFFFF;
    padding:10px;
}

.returnTableMultipleFaresSelected {
    border:solid 1px #005eb8;
}
.headerReturnTableMultipleFaresSelected {
    background-color:#005eb8;
    color:#FFFFFF;
    padding:10px;
}

.owTableMultipleFaresLeftSelected {
    border-top:solid 1px #005eb8;
    border-left:solid 1px #005eb8;
    border-bottom:solid 1px #005eb8
}

.owTableMultipleFaresRightSelected {
    border-top:solid 1px #005eb8;
    border-right:solid 1px #005eb8;
    border-bottom:solid 1px #005eb8
}

.owTableMultipleFaresBorder {
    border-right:solid 1px #C7C9C7;
}

.owTableMultipleFaresBorderSelected {
    border-right:solid 1px #005eb8;
}

.headerOwTableMultipleFaresSelected {
    background-color:#005eb8;
    color:#FFFFFF;
    padding:10px;
}

.headerOwTableMultipleFaresSelected td{
    color:#FFFFFF;
}

.lineTableMultipleFares {
    border-bottom:dashed 1px #FFFFFF;
}
.roundTripSelected {
    background-color:#FAFAF7;
    border-bottom:dashed 1px #FFFFFF;
}
.oneWaySelected {
    background-color:#FAFAF7;
    border-bottom:dashed 1px #FFFFFF;
}
.priceMultipleFares {
    background-color:#FAFAF7;
    padding:4px;
    padding-left:15px;
}
.light {
    color: #005eb8;
    font-style: italic;
}

.multipleFaresDiv {
    background-color:#FFFFFF;
    border:solid 1px #005eb8;
    width:700px;
    height:427px;
    overflow:auto;
    text-align:center;
}
.multipleFaresDivHeader {
    background-color:#005eb8;
    color:#FFFFFF;
    text-align:center;
    height:20px;
    padding-top: 5px;
}

.tooltip {
    border:solid 1px #000000;
    background-color:#FFFFE7;
    text-align:center;padding:5px;
}

.tooltipclose
{
padding-right:4px;
padding-top:4px;
vertical-align:top;
}

.tooltipheader
{
padding-top:4px;
padding-bottom:4px;
padding-left:8px;
}

.semiTransparent {
    background-image:url("../images/SemiTransparent.gif")
}



/*-------------------------- Unused Ticket --------------------------------*/

.ATCFareTableHeadLabel{
    background-color:#787875;
    color:#FFFFFF;
    padding:4px;
    padding-left:8px;
}

.ATCFareTable{
    border:solid 1px #787875;
    border-collapse: collapse;
}

.ATCShowHideDetailLink{
    vertical-align:bottom;
    text-align:right;
}

.ATCurrentPriceSeparator{
    vertical-align:top;
    border-bottom:1px dashed #E5E5E5;
}

.ATCDetailsTable{
    border:solid 1px #005eb8;
    background-color:#FFFFFF;
    border-spacing:4px;
    border-collapse: collapse;
}

.ATCDetailsCellAddition{
    color:#333333;
    background-color:#FFFFFF;
    width:60%;
    padding:7px;
}

.ATCDetailsCellCollection{
    vertical-align:middle;
    color:#333333;
    background-color:#FFFFFF;
    padding:7px;
}

.ATCDetailsCellRefund{
    vertical-align:middle;
    color:#333333;
    background-color:#FFFFFF;
    padding:7px;
}

.ATCBalanceSeparator{
    border-bottom:solid 1px #333333;
    overflow:hidden;
    height:5px;
}

/*-------------------- End of Unused Ticket-----------------------*/



/*----------------------------- Faring ---------------------------*/
.tableHeader {
    background-color:#787875;
    color:#FFFFFF;
    height:20px;
    margin-bottom:2px;
    table-layout:fixed;
}
.purchaseConditionsArrow {
    padding-right:8px;
    background-image:url(../images/IcoArrowDownLeft.gif);
    background-position:center right;
    background-repeat:no-repeat;
}
td.purchaseConditions {
 padding-left: 2px;
}




/* ================= Site Map ================ */

ul.list, ul.list ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.list li{
    background-image: url("../images/ImgListLinks.gif");
    background-repeat: no-repeat;
    background-position: left 3px;
    padding: 0px 0px 0px 15px;
    margin: 0px 0px 15px 25px;
    font-weight: bold;
}

ul.list ul{
    margin: 5px 0px 0px 0px;
}

ul.list li ul li{
    background-image: url("../images/IcoBullet.gif");
    background-repeat: no-repeat;
    background-position: left 3px;
    padding: 0px 0px 0px 15px;
    margin: 0px 0px 0px 10px;
    font-weight: normal;
}




/* ================= Autocompletion ================ */

.ySearchMainDiv{
    position:absolute;
    top:1.7em;
    width:25em;
}
.ySearchMainDiv .yui-ac-content{
    scrollbar-base-color: SpecificPortlets.Frame._1;
    background:#D7D2CB; none repeat scroll 0% 50%;
    border:1px solid #CCCCCC;
    height:18em;
    max-height:18em;
    overflow:auto;
    overflow-x:hidden;
    overflow-y:auto;
    overflow: -moz-scrollbars-vertical;
    position:absolute;
    z-index:9050;
    width:100%;
}
.ySearchMainDiv ul {
    background-image :  url(../images/IcoACGradient.jpg);
    margin:0pt;
    padding:5px 0pt;
    width:100%;
}
.ySearchMainDiv li {
    cursor:pointer;
    width:100%;
}

option:hover, .ySearchMainDiv li.yui-ac-highlight, .ySearchMainDiv li.yui-ac-highlight div, .ySearchMainDiv li.yui-ac-highlight span, .yui-ac-content li.suggestionHoverClass div, .yui-ac-content li.suggestionHoverClass span{
    background-color:#00a9e0!important;
    color:#FFFFFF!important;
}

.ysearchSuggestCountry{
    font-family:arial;
    font-size:8pt;
    float:right;
    padding-right:5px;
    color:#C7C9C7;
    z-index:10;
}
.ysearchSuggestRow,
.ysearchSuggestAirport,
.ysearchSuggestAllAirports,
.ysearchSuggestSubAllAirports,
.ysearchSuggestRail,
.ysearchSuggestMixed,
.ysearchSuggestCity,
.ysearchSuggestPredefined,
.ysearchSuggestPredefinedLast{
    line-height:16px;
    font-family:arial;
    font-size:8pt;
    padding-left:18px;
    word-wrap:break-word;
    color:#333333;
}

.ysearchSuggestAirport{
    background:transparent url(../images/IcoACAirport.gif) no-repeat scroll left top;
}
.ysearchSuggestSubAllAirports{
    padding-left:32px;
    background:transparent url(../images/IcoACSubAirport.gif) no-repeat scroll left top;
}
.ysearchSuggestAllAirports{
    background:transparent url(../images/IcoACAllAirports.gif) no-repeat scroll left top;
}
.ysearchSuggestRail{
    background:transparent url(../images/IcoACRail.gif) no-repeat scroll left top;
    padding-left:18px;
}
.ysearchSuggestMixed{
    background:transparent url(../images/IcoACMixed.gif) no-repeat scroll left top;
    padding-left:18px;
}
.ysearchSuggestCity{
    background:transparent url(../images/IcoACCity.gif) no-repeat scroll left top;
}
.ysearchSuggestPredefined,
.ysearchSuggestPredefinedLast{
    background:transparent url(../images/IcoACFavourite.gif) no-repeat scroll left top;
}
.ysearchSuggestPredefinedLast{
    border-bottom: 1px dashed #00A9E0;
}


/* ================= Multiple selection (dropdown with checkboxes) ================ */

.textField input {
width: 13em;
margin-right: 0.2em;
}

.uicMSlistholder{
position:absolute;
}
.uicMSList {
scrollbar-base-color: #00a9e0;
scrollbar-shadow-color: #00a9e0;
background-color:SpecificPortlets.Frame._1;
border:1px solid #CCCCCC;
overflow:auto;
padding:2px;
* padding-bottom: 16px !important;
}

.uicMSList ul{
list-style-type:none;
margin-left:0em;
margin-top:0em;
margin-bottom:0.3em;
padding-left:0em;
}

.uicMSList ul input{
color:black;
margin:0pt 0.2em;
padding:1px 2px;
vertical-align:middle;
}

.uicMSList ul label.disabled{
color:#888888;
}

.uicMSList li{
display:block;
float: left;
margin-left:0em;
margin-top:0em;
overflow:hidden;
}

.uicMSList li div {
padding-left:1.7em;
text-indent:-1.7em;
line-height:1.5em;
*line-height:1.9em;
}

.multiSelectExpand {
background:transparent url(../images/expand.gif) no-repeat scroll left center;
cursor:pointer;
height:16px;
width:16px;
position:absolute;
text-decoration:none;
}

/*Style for iframe IE protection*/
.uicShim {
 display: none;
 left: 0;
 top: 0;
 z-index: 0;
 position: absolute;
 filter: alpha(opacity=0);
}


/* ------ Fare Analyzer Classes ----------------------------------------------------------------------------------------------*/

/* ------ results ----------*/

.Analyser td
{
 TEXT-ALIGN: center;
}
.AnalyserHover
{
background-color:#E5E5E5;
padding: 2px;
border-right:1px solid #E5E5E5;
border-bottom:1px solid #E5E5E5;
}

.AnalyserCrossHover
{
background-color:#00A9E0;
padding: 2px;
border-right:1px solid #00A9E0;
border-bottom:1px solid #00A9E0;
}

a.AnalyserCrossHover:link
{
color:#FFFFFF;
}

a.AnalyserCrossHover:hover
{
color:#FFFFFF;
}

.AnalyserSelected
{
background-color:#00A9E0;
padding: 2px;
}

/* ------ Fare Analyzer column ----------*/
.FilterColumn
{
    background-color:#FFFFFF;
    padding: 2px;
    font-size: 11px;
    font-weight: bold;

}
.LabelFilterColumn
{
    background-color:#E5E5E5;
    padding: 2px;
    font-size: 11px;
    font-weight: bold;
    border-right:1px solid #E5E5E5;
}
.LabelFilterColumnHover
{
    background-color:#E5E5E5;
    padding: 2px;
    font-size: 11px;
    font-weight: bold;
    color: #333333;
}
a.LabelFilterColumn:link
{
    color: #333333;
    background-color:transparent;
}
a.LabelFilterColumn:active
{
    color: #333333;
    background-color:transparent;
}

a.LabelFilterColumn:hover
{
    color: #333333;
    background-color:transparent;
}

a.LabelFilterColumn:visited
{
    color: #333333;
    background-color:transparent;
}

/* ------ Fare Analyzer Line ----------*/

.FilterLine
{
    background-color:#00A9E0;
    padding: 2px;
    font-size: 10px;
    font-weight: none;
}

.FilterLineHover
{
    background-color:#00A9E0;
    padding: 2px;
    font-size: 10px;
    font-weight: none;
    color: #333333;
}

.LabelFilterLine
{
    background-color:#E5E5E5;
    padding: 2px;
    font-size: 11px;
    font-weight: bold;
    /*border-right:1px solid #E5E5E5;*/
}
.LabelFilterLineHover
{
    background-color:#00A9E0;
    padding: 2px;
    font-size: 11px;
    font-weight: bold;
    color: #333333;
    /*border-right:1px solid #E5E5E5;*/
}


a.LabelFilterLine:link
{
    background-color:transparent;
    color: #333333;
}
a.LabelFilterLine:active
{
    background-color:transparent;
    color: #333333;
}

a.LabelFilterLine:hover
{
    background-color:transparent;
    color: #333333;
}

a.LabelFilterLine:visited
{
    background-color:transparent;
    color: #333333;
}


/* ------ Fare Analyzer Price Results ----------*/
.FilterPrice
{
    background-color: #D7D2CB;
    padding: 2px;
    font-size: 11px;
    font-weight: regular;
    color: #005eb8;
    border-right:1px solid #E5E5E5;
    border-bottom:1px solid #E5E5E5;
}
a.FilterPrice:link
{
    color: #005eb8;
    text-decoration: underline;
}
a.FilterPrice:active
{
    color: #005eb8;
    text-decoration: underline;
}

a.FilterPrice:hover
{
    color: #00A9E0;
    text-decoration:none;
    font-weight: bold;
}

a.FilterPrice:visited
{
    color: #005eb8;
    text-decoration: underline;
}
.FilterPriceEmpty
{
 background-color: #D7D2CB;
 padding: 2px;
 color: #005eb8;
 border-right:1px solid #E5E5E5;
}


/* ------ Fare Analyzer - header and footer sections ----------*/

.AnalyserFiltering
{
    background-color:#005EB8;
}

.AnalyserFiltering td
{
    COLOR: #FFFFFF;
    FONT-FAMILY: Arial, Helvetica, Geneva, Sans-serif;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: bold;
}

.FATotalResults{
padding-left:10px;
color:#FFFFFF;
background-color:#005EB8;
}

/**********************/
/* Checkboxes columns */
/**********************/

.checkboxset2columns {
  float: left;
  width: 47%;
  padding: 2px;
}
.checkboxset3columns {
  float: left;
  width: 30%;
  padding: 2px;
}
.checkboxsetitem {
  clear: both;
  float: none;
  position: static;
  vertical-align:middle;
  text-align: left;
}
.checkboxsetinput {
  position: static;
  float: left;
  /*top: 1px;
  left: 1px;*/
}
.checkboxsetlabel {
  padding: 3px;
  display: inline;
  overflow: hidden;
  vertical-align:middle;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* --- Misc --- */
#navBarSelectLanguage{
    float:right;
    height:20px;
    padding-top:1px;
    padding-right:6px;
    padding-left:20px;
    font-family:Arial, Helvetica, Geneva, Sans-serif;
    font-size:8pt;
    font-weight:bold;
    color:#000000;
}

#navBarSelectCountry{
    float:right;
    height:20px;
    padding-top:1px;
    padding-right:6px;
    padding-left:20px;
    font-family:Arial, Helvetica, Geneva, Sans-serif;
    font-size:8pt;
    font-weight:bold;
    color:#000000;
}

/*****************************/
/*         FRENCH RAIL       */
/*****************************/

/* Single View indicators */
.IcoNotFlexible{
	background:url(../images/IcoNotFlexible.gif) no-repeat center left;
}
.IcoSemiFlexible{
	background:url(../images/IcoSemiFlexible.gif) no-repeat scroll left center;
}
.IcoFlexible{
	background:url(../images/IcoFlexible.gif) no-repeat scroll left center;
}
.IcoRailCard{
	background:url(../images/IcoRailCard.gif) no-repeat scroll left center;
}

/* crypticmagic */
.magiccryptic input { width:40em !important; }

/* mini itinerary layout */
#renderRegionLeft { float:left; width:17.5em; margin-right:0.5em; }
#renderRegionRight { overflow:auto; }
#renderRegionLeft #portletHeaderId { display:block !important; }
#TravelPlanner { width:auto !important; overflow:hidden; }

/**********************/
/* Ancillary Services */
/**********************/

/*PlaceHolder*/

.servicesPlaceHolder {
	display:none;
	position:absolute;
	z-index:1000;
	width:350px;
	height:auto;
	border:1px solid Black;
	background-color:White;
	padding:8px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.servicesPlaceHolder table.tableErrorMessages {
	margin-bottom:5px;
}

.servicesPlaceHolder .segmentTitle {
	color:#005eb8;
	font-size:13px;
	font-weight:bold;
}

.servicesPlaceHolder div.segmentContent{
	background-color:#F7F7FA;
	height:auto;
	padding:8px;
}

.servicesPlaceHolder .category {
	font-weight:bold;
}

.servicesPlaceHolder .serviceName {
	float:left;
	height:16px;
	margin-top:1px;
	margin-bottom:1px
}

.servicesPlaceHolder td.logoTD {
	width:55px;
}

.servicesPlaceHolder table {
	width:100%;
}

.servicesPlaceHolder ul {
	list-style-type:none;
	margin:4px 0px 6px 0px;
	padding:0;
}

.servicesPlaceHolder .price {
	color:#005eb8;
	float:right;
	height:16px;
	margin-top:1px;
	margin-bottom:1px;
}

.servicesPlaceHolder .close {
	position:absolute;
	right:8px;
	width:12px;
	height:12px;
}

.showAS_shoppingBasket {
	background-image:url(../images/icoOptionalServices.gif);
	height:16px;
	width:16px;
	display:inline-block;
	vertical-align:bottom;
}

.showAS_bucket {
  background-image:url(../images/icoOptionalServices.gif);
  height:16px;
  width:16px;
  display:inline-block;
}
.showRailAS_bucket {
  background-image:url(../images/icoOptionalServices.gif);
  height:16px;
  width:16px;
  display:inline-block;
}

.showAS_faring {
  background-image:url(../images/icoOptionalServices.gif);
  height:16px;
  width:16px;
  display:inline-block;
  float:right;
  margin-top:6px;
  margin-right:4px;
}
.showRailAS_faring {
  background-image:url(../images/icoOptionalServices.gif);
  height:16px;
  width:16px;
  display:inline-block;
  float:right;
  margin-top:6px;
  margin-right:4px;
}

.ancillaryFlightNumber {
	width:90px;
}

/* Catalog */

.aetmAASCatalog {
	width:730px;
	margin:auto;
}

.aetmAASCatalog .selectionContainer {
	background-color:White;
	border-color:#005EB8;
}

.aetmAASCatalog .sectionBody {
	background-color:#F7F7FA;
	border:1px solid #005EB8;
}

.aetmAASCatalog .sectionHead {
	background-color:#005eb8;
	background-image:url(../images/ImgFormHeader.gif);
	color:white;
	border-width:0px 1px;
	border-style:solid;
	border-color:#005EB8;
}

.aetmAASCatalog .flightSeparator {
	border-bottom-color:#787875;
}

.aetmAASCatalog .passengerSeparator {
  border-color:#787875;
}

.aetmAASCatalog .serviceGroup {
  border-color:#787875;
}

.aetmAASCatalog .basketContainer {
	background:#FFFFFF;
}

.aetmAASCatalog .basketContainer .content {
	border: 1px solid #005EB8;
}

.aetmAASCatalog .basketContainer .header {
	background-color:#005eb8;
	background-image:url(../images/IcoWhiteCornerL.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

.aetmAASCatalog .basketContainer .header .headerContent {
	background-image:url(../images/IcoShoppingBasket.gif);
	background-position:7px 50%;
	background-repeat:no-repeat;
	color:#FFFFFF;
}
.aetmAASCatalog .basketContainer .header .headerContent .headerTitle{
	color:#FFFFFF;
}

.aetmAASCatalog .deleteServiceButton {
  background-image:url(../images/close.gif);
  background-repeat:no-repeat;
  width:12px;
  height:12px;
  cursor:pointer;
}

.aetmAASCatalog .flightAmount, .aetmAASCatalog .servicesChargeInfo {
	color:#005eb8;
}

.aetmAASCatalog .disabledLine,
.aetmAASCatalog .disabledLine .flightNumber,
.aetmAASCatalog .disabledLine .servicesChargeInfo,
.aetmAASCatalog .disabledLine .flightAmount {
	color:#222222;
}

.aetmAASCatalog .basketContainer .basketRemark {
	border-top-color:#333333;
}

.aetmAASCatalog .basketContainer .basketTotal {
	border-color:#005eb8;
	background-color:#F7F7FA;
	color:#333333;
}

.aetmAASCatalog .basketContainer .flightList {
	border-bottom-color:#E5E5E5;
}

.aetmAASCatalog .flightNumber {
	color:#005eb8;
}

.aetmAASCatalog .basketContainer .flight .flightParams {
	color:#222222;
}

.aetmAASCatalog .basketContainer .servicePrice {
	background-color:#FFFFFF;
}

.aetmAASCatalog .basketTotalUpdating {
	background-image:url(../images/loading2.gif);
	background-position:0 0;
	background-repeat:no-repeat;
}

.aetmAASCatalog .basketContainer .policyIcon {
	width:14px;
	height:14px;
}

.aetmAASCatalog .basketContainer .inPolicy {
	background-image:url(../images/IcoPolicyIn.gif);
	background-position:0 0;
	background-repeat:no-repeat;
}

.aetmAASCatalog .basketContainer .outPolicy {
	background-image:url(../images/IcoPolicyOut.gif);
	background-position:0 0;
	background-repeat:no-repeat;
}

/* END Catalog */

/* Trip Confirm tooltip booking status*/
a.tooltiplink{
 text-decoration: none;
 border-bottom:dashed 1px;
 cursor:help;
 font-weight:bold;
 color:#FFFFFF;
}
a.tooltiplink:visited{
 text-decoration: none;
 border-bottom:dashed 1px;
 cursor:help;
 font-weight:bold;
 color:#FFFFFF;
}
a.tooltiplink:hover{
 text-decoration: none;
 border-bottom:dashed 1px;
 cursor:help;
 font-weight:bold;
 color:#FFFFFF;
}
/* END Trip Confirm */

/*------------- CO2 EMISSIONS --------------*/

.legendBorderCO2{
    border: 1px solid #222222;
    background-color : #D7D2CB;
    text-align:left;
    padding:2px;
    margin-top:8px;
    margin-bottom:12px;
    width:100%;
    box-sizing:     border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
}
.legendCO2GapLeft{
	padding-left: 10px;
}
.legendCO2GapRight{
	padding-right: 10px;
}
.availOption{
	float: left;
	padding-right: 5px;
}
.CO2_1111{
	background-image: url("../../AmadeusNB/images/icoCO2.gif");
	background-position: center -2px;
	background-repeat:no-repeat;
	width: 15px;
	height: 15px;
}
.CO2_1000{
	background-image: url("../../AmadeusNB/images/icoCO2.gif");
	background-position: center -18px;
	*background-position: center -18px;
	background-repeat:no-repeat;
	width: 15px;
	height: 15px;
}
.CO2_0100{
	background-image: url("../../AmadeusNB/images/icoCO2.gif");
	background-position: center -34px;
	*background-position: center -34px;
	background-repeat:no-repeat;
	width: 15px;
	height: 15px;
}
.CO2_0010{
	background-image: url("../../AmadeusNB/images/icoCO2.gif");
	background-position: center -50px;
	*background-position: center -50px;
	background-repeat:no-repeat;
	width: 15px;
	height: 15px;
}
.CO2_0001{
	background-image: url("../../AmadeusNB/images/icoCO2.gif");
	background-position: center -66px;
	*background-position: center -66px;
	background-repeat:no-repeat;
	width: 15px;
	height: 15px;
}
.CO2_1100{
	background-image: url("../../AmadeusNB/images/icoCO2.gif");
	background-position: center -82px;
	*background-position: center -82px;
	background-repeat:no-repeat;
	width: 15px;
	height: 15px;
}
.CO2_0110{
	background-image: url("../../AmadeusNB/images/icoCO2.gif");
	background-position: center -98px;
	*background-position: center -98px;
	background-repeat:no-repeat;
	width: 15px;
	height: 15px;
}
.CO2_0011{
	background-image: url("../../AmadeusNB/images/icoCO2.gif");
	background-position: center -114px;
	*background-position: center -114px;
	background-repeat:no-repeat;
	width: 15px;
	height: 15px;
}
.CO2_1110{
	background-image: url("../../AmadeusNB/images/icoCO2.gif");
	background-position: center -130px;
	*background-position: center -130px;
	background-repeat:no-repeat;
	width: 15px;
	height: 15px;
}
.CO2_0111{
	background-image: url("../../AmadeusNB/images/icoCO2.gif");
	background-position: center -146px;
	*background-position: center -146px;
	background-repeat:no-repeat;
	width: 15px;
	height: 15px;
}
.optionCO2{
	float: left;
	padding-left: 4px;
}
.CO2FaringPage{
	float: left;
	padding-left: 9px;
}


/*----------- END OF CO2 EMISSIONS ---------*/



/**********************/
/* Offers             */
/**********************/

.tripElementStd {
  margin:0 0px;
}

.tripElementWithOffer {
  margin:0 10px 0 20px;
}

.tripElementOffer, .tripElementBookedOffer, .tripElementDisabledOffer {
  padding:3px 10px 0 0;
}

.tripElementMoreOffersContainer {
  border-bottom: 3px solid #F7F7FA;
}

.tripElementOffer, .tripElementDisabledOffer {
  background:#F7F7FA; /* portlet background color */
}

.tripElementMoreOffersTable {
  margin-bottom:15px;
}

.tripElementMoreOffersTD {
  font-weight:bold;
  padding-left:2px;
}

.summmaryPrice .greyableElement {
  font-weight:bold;
}

.tripElementDisabledOffer .greyableElement {
  opacity:0.5;
  filter: alpha(opacity=50);
  zoom:1;
  *font-weight:normal;
}


/* Administration Hotels Exclusion */
.hotelExclusion .content {
	width: 700px;
}

.approverLookupIcon {
	background: url(../images/IcoProviderList.gif) no-repeat center center;
	cursor:pointer;
	float: right;
	height: 18px;
	width: 18px;
}
/*----------- Purchase condition Pop-up ---------*/
.farenotesContainer{
  width:100%;
  background-color:#f7f7fa;
  height:200px;
}
.farenotes{
  background-color:#FFFFFF;
  width:100%;
}

.minirules{
  width:100%;
  padding-left: 10px;
  padding-right: 10px;
  background-color:#FFFFFF;
}

#farenotes table.multiple li,#farenotes table.multiple li a{
 color:#005eb8;
}

.tableFareNotes
{
    background-color:#f7f7fa;
}

/* CR 4890059 AeTM DBahn */
span.iconCarrierInfo{
	display: block;
	cursor: pointer;
}

span.iconCarrierInfo.atRisk{
	background: url("../img/ico_error.png") no-repeat scroll center center transparent;
	width: 14px;
	height: 14px;
}

span.iconCarrierInfo.noRisk{
	background: url("../img/ico_information.png") no-repeat scroll center center transparent;
	width: 14px;
	height: 14px;
}

div.carrierInfoContainer {
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	font-weight: normal;
    display: inline-block;
    font-size: 10px;
	background-color: #FFFFFF;
	border: 1px solid #E5E5E5;
}

div.carrierInfoContainer div.icon{
	padding: 5px;
}

div.carrierInfoContainer div.border{
	border-right: 1px solid #E5E5E5;
	float: left;
}

div.carrierInfoContainer div.provider{
	float: left;
	padding: 4px;
	white-space: nowrap;
}

#tooltipCarrierInfo {
	padding-left: 5px;
    padding-right: 5px;
	text-align: left;
}

#tooltipCarrierInfo .titleCarrierInfo {
	font-weight: bold;
	margin-bottom: 0px;
}

#tooltipCarrierInfo .contentCarrierInfo {
	margin-bottom: 5px;
}

#tooltipCarrierInfo .atRisk{
	font-weight: bold;
	margin-bottom: 5px;
}

.tableItinerary tbody tr:hover div.border{
	background-color:#FFB549;
}



/* ================= CSS generated with... ================ */
/* ================= framework.xsl version 3 ============== */
/* ================= skin : AmadeusNB ===== */


/* Styles used by portler.jsp to define the design of the title/body/footer of a portlet */

/* ############################### "BeaDefault" Portlet Style ################################### */
/* the outside container of a portlet - controls the spacing between portlets. */
/* This allows the default bea titlebar to work within our DIV based layout */ 
.portletContainerDiv_BeaDefault
{
	width:100%;
	padding:4px;
	box-sizing:     border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
}

/* the header block of a portlet content - controls the title bar. */
.portletContainerDiv_BeaDefault div.portletHeaderDiv
{
	box-sizing:     border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
}

/* the container of a portlet content - controls the left and right borders. */
.portletContainerDiv_BeaDefault div.portletContentDiv
{
	box-sizing:     border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
}

/* the footer of a portlet content - controls the bottom border. */
.portletContainerDiv_BeaDefault div.portletFooterDiv
{
	box-sizing:     border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
}

/* ############################### "Standard" Portlet Style ################################### */
/* the outside container of a portlet - controls the spacing between portlets. */

.portletContainerDiv_Standard table.tableErrorMessages, .portletContainerDiv_Background table.tableErrorMessages
{
 margin-left:20px;
}


.portletContainerDiv_Standard, .portletContainerDiv_Background
{
  width:100%;
	padding-bottom: 10px;
	box-sizing:     border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
}

/* the header block of a portlet content - controls the title bar. */
.portletContainerDiv_Standard div.portletHeaderDiv
{
  width:100%;
	padding: 2px 2px 3px 2px;
	background-color:#E5E5E5;
	background-image:url("../images/PortletStandardTopLeft.gif");
    	background-position:left top;
    	background-repeat:no-repeat;
	box-sizing:     border-box;
   	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
   	border-right:1px solid #005EB8;
}

.portletContainerDiv_Standard td.underline, .portletContainerDiv_Background td.underline
{
	background-color:#005EB8;
	background-image:url("../images/PortletStandardUnderline.gif");
    	background-position:left top;
    	background-repeat:repeat-x;
	height:3px;
}

.portletContainerDiv_Standard div.text, .portletContainerDiv_Background div.text
{
 	color:#FFFFFF;
    	font-family:Arial, Helvetica, Geneva, Sans-serif;
    	font-size:9pt;
    	font-weight:bold;
	padding-left:19px;
}

/* the gradient */
.portletContainerDiv_Standard td.iconLeft, .portletContainerDiv_Background td.iconLeft
{
 	width:15px;
	background-image:url("../images/PortletStandardIconLeft.gif");
    	background-position:right top;
    	background-repeat:no-repeat;
}

.portletContainerDiv_Standard td.iconBackground, .portletContainerDiv_Background td.iconBackground
{
 	width:18px;
	background-color:#005EB8;
	background-image:url("../images/PortletStandardTopRight.gif");
    	background-position:right top;
    	background-repeat:no-repeat;
}

/* styles used to dynamically show/hide the help icon */
.portletContainerDiv_Standard td.iconBackgroundHidden, .portletContainerDiv_Background td.iconBackgroundHidden
{
 	width:0px;
	background-color:#005EB8;
	background-image:url("../images/PortletStandardTopRight.gif");
    	background-position:right top;
    	background-repeat:no-repeat;
}
.portletContainerDiv_Standard td.iconBackgroundHidden div.iconHelp, .portletContainerDiv_Background td.iconBackgroundHidden div.iconHelp
{
	display:none;
}
.portletContainerDiv_Standard td.iconBackgroundHidden div.iconNone, .portletContainerDiv_Background td.iconBackgroundHidden div.iconNone
{
	display:none;
}

/* the container of a portlet content - controls the left and right borders. */
.portletContainerDiv_Standard div.portletContentDiv, .portletContainerDiv_Background div.portletContentDiv
{
	padding-top: 5px;
	padding-bottom: 5px;
	width:100%;
	border-left:1px solid #005EB8;
	border-right:1px solid #005EB8;
	border-bottom:1px solid #005EB8;
	box-sizing:     border-box;
   	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
   	background-color : #F7F7FA;
   	background-image:url(../images/imgBgPortletSecond.gif);
   	background-repeat: repeat-x;
}

.portletContainerDiv_Background div.portletContentDiv
{
	padding-top: 0px;
}

.portletContainerDiv_Standard div.iconMin, .portletContainerDiv_Background div.iconMin
{
	height:13px;
	width:13px;
	background-image:url("../images/PortletStandardMinimize.gif");
    background-position:right bottom;
    background-repeat:no-repeat;
	font-size:1pt;
	margin-right:3px;
	cursor:pointer;cursor:hand;
}

.portletContainerDiv_Standard div.iconUnmin, .portletContainerDiv_Background div.iconUnmin
{
	height:13px;
	width:13px;
	background-image:url("../images/PortletStandardUnminimize.gif");
    background-position:right bottom;
    background-repeat:no-repeat;
	font-size:1pt;
	margin-right:3px;
	cursor:pointer;cursor:hand;
}

.portletContainerDiv_Standard div.iconHelp, .portletContainerDiv_Background div.iconHelp
{
	height:13px;
	width:13px;
	background-image: url("../images/PortletStandardHelp.gif");
    background-position:right bottom;
    background-repeat:no-repeat;
	font-size:1pt;
	margin-right:3px;
	cursor:pointer;cursor:hand;
}

.portletContainerDiv_Standard div.iconNone, .portletContainerDiv_Background div.iconNone
{
	height:13px;
	width:13px;
	font-size:1pt;
	margin-right:3px;
}

/* the footer of a portlet content - controls the bottom border. */
.portletContainerDiv_Standard div.portletFooterDiv, .portletContainerDiv_Background div.portletFooterDiv
{
	width:100%;
	box-sizing:     border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
}


/* ############################### "line" Portlet Style ################################### */
/* the outside container of a portlet - controls the spacing between portlets.  */
.portletContainerDiv_Line
{
	width:100%;
	padding-bottom: 20px;
	padding-top: 3px;
	box-sizing:     border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
}

/* the header block of a portlet content - controls the title bar. */
.portletContainerDiv_Line div.portletHeaderDiv
{
	width:100%;
	border-bottom:1px solid #FFFFFF;
	box-sizing:     border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
}

/* Style for the Help Icon */
.portletContainerDiv_Line div.iconHelp
{
	height:15px;
	width:15px;
	background-image: url(../images/PortletLineHelp.gif);
    background-position:right bottom;
    background-repeat:no-repeat;
	font-size:1pt;
	margin-right:0px;
	cursor:pointer;cursor:hand;
}
.portletContainerDiv_Line td.iconBackground
{
 	width:25px;
}
.portletContainerDiv_Line td.iconBackgroundHidden
{
 	width:0px;
}
.portletContainerDiv_Line td.iconBackgroundHidden div.iconHelp
{
	display:none;
}

/* the container of a portlet content - controls the left and right borders. */
.portletContainerDiv_Line div.portletContentDiv
{
	width:100%;
	box-sizing:     border-box;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
   	background-color:#F7F7FA;
   	background-image:url(../images/imgBgPortletMain.gif);
   	background-repeat: repeat-x;
   	padding: 10px 10px 10px 10px;
   	border: 1px solid #005EB8;
}

.portletContainerDiv_Line div.text
{
 	color:#FFFFFF;
    font-family:Arial, Helvetica, Geneva, Sans-serif;
    font-size:9pt;
    font-weight:bold;
	width:100%;
	padding-bottom:2px;
}

/* the footer of a portlet content - controls the bottom border. */
.portletContainerDiv_Line div.portletFooterDiv
{
	width:100%;
	box-sizing:     border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
}

/* ############################### "logoline" Portlet Style ################################### */
/* the outside container of a portlet - controls the spacing between portlets.  */
.portletContainerDiv_LogoLine
{
	padding-bottom: 20px;
	box-sizing:     border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
}

/* the header block of a portlet content - controls the title bar. */
.portletContainerDiv_LogoLine div.portletHeaderDiv
{
	height:28px;
	border-bottom:1px solid #FFFFFF;
	box-sizing:     border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
}

/* Style for displaying the Help icon */
.portletContainerDiv_LogoLine div.iconHelp
{
	height:15px;
	width:15px;
	background-image: url(../images/PortletLineHelp.gif);
    background-position:right bottom;
    background-repeat:no-repeat;
	font-size:1pt;
	margin-right:0px;
	cursor:pointer;cursor:hand;
}
.portletContainerDiv_LogoLine td.iconBackground
{
 	width:25px;
}
.portletContainerDiv_LogoLine td.iconBackgroundHidden
{
 	width:0px;
}
.portletContainerDiv_LogoLine td.iconBackgroundHidden div.iconHelp
{
	display:none;
}

/* the container of the portlet content - controls the left and right borders. */
.portletContainerDiv_LogoLine div.portletContentDiv
{
	padding:10px;
	width:100%;
	background-image:url(../images/imgBgPortletMain.gif);
	background-repeat: repeat-x;
	background-color:#F7F7FA;
	border: 1px solid #005EB8;
	box-sizing: border-box;
   	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.portletContainerDiv_LogoLine div.text
{
 	color:#333333;
    	font-family:Arial, Helvetica, Geneva, Sans-serif;
    	font-size:9pt;
    	font-weight:bold;
	width:100%;
	height:19px;
	padding-left:25px;
	background-image:url("../images/PortletLogoLine.gif");
    	background-position:left top;
    	background-repeat:no-repeat;
}


/* the footer of a portlet content - controls the bottom border. */
.portletContainerDiv_LogoLine div.portletFooterDiv
{
	width:100%;
	box-sizing:     border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
}


/* ############################### "None" Portlet Style ################################### */
/* the outside container of a portlet - controls the spacing between portlets.  */
.portletContainerDiv_None
{
	width:100%;
	box-sizing:       border-box;
   -moz-box-sizing:   border-box;
   -webkit-box-sizing: border-box;
	padding-bottom: 10px;
}

/* the header block of a portlet content - controls the title bar. */
.portletContainerDiv_None div.portletHeaderDiv
{
	display:none;
}

/* the container of a portlet content - controls the left and right borders. */
.portletContainerDiv_None div.portletContentDiv
{
	width:100%;
	box-sizing:     border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
}

/* the footer of a portlet content - controls the bottom border. */
.portletContainerDiv_None div.portletFooterDiv
{
	display:none;
}


/* === Amadeus Navigation Bar ==== */
/* first level navigation bar styles */

/* The top bar Div */
.navBarMain
{
	background-color:#E5E5E5;
	width:100%;
	text-align:center;
	border-top:1px solid #ffffff;
	border-bottom:2px solid #000000;
}

.navTableMain
{
	color:#FFFFFF;
	margin-left: auto;
	margin-right:auto;
	position:relative;
}

/* menu its build: <TD><DIV><DIV>Home</DIV></DIV></TD> */
.navTableMain td
{
	padding-top:1px;
	padding-left:1px;
	padding-right:1px;
}

.navTableMain td div
{
	border-top:1px solid #666666;
	border-left:1px solid #666666;
	border-right:1px solid #666666;
	padding-top:1px;
	padding-left:1px;
	padding-right:1px;
	font-family:Arial, Helvetica, Geneva, Sans-serif;
    font-size:12px;
    font-weight:bold;
	cursor:pointer;cursor:hand;
}

.navTableMain td div div
{
	padding-top:1px;
	padding-left:8px;
	padding-right:8px;
	border-top:1px solid #ffffff;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
	text-align:center;
}

/* Selected tab outer div blue and white */
.navTableMain td.selected div
{
	border-left:1px solid #005eb8;
	border-top:1px solid #005eb8;
	border-right:1px solid #005eb8;
	padding-top:1px;
	padding-left:0px;
	padding-right:0px;
	background-image: url("../images/ImgFormHeader.gif");
	background-repeat: repeat-x;
	background-color:#005eb8;
	color:#005EB8;
	cursor:pointer;cursor:hand;cursor:default;
}

/* Selected outer div with submenu, outer div moved down 2px */
.navTableMain td.selected div.submenu
{
	position:relative;
	top:2;
	padding-top:0px;
}

.navTableMain td.selected div div
{
	padding-top:1px;
	padding-left:8px;
	padding-right:8px;
	border-left:1px solid #ffffff;
	border-top:1px solid #ffffff;
	border-right:1px solid #ffffff;
	text-align:center;
}

.navTableMain td.selected div.submenu div
{
	position:relative;
	top:1;
	padding-bottom:1px;
}

.navTableMain div div.hover
{
	text-decoration:none;
	color:#ffffff;

}



/* ########################################### */

.navBarSecond
{
	background-color:#ffffff;
	width:100%;
	text-align:center;
	border-top:1px solid #ffffff;
}

.navTableSecond td
{
	padding-top:0px;
	padding-left:1px;
	padding-right:1px;
}

.navTableSecond td div
{
	padding-top:3px;
	padding-left:4px;
	padding-right:20px;
	padding-bottom:3px;
    font-family:Arial, Helvetica, Geneva, Sans-serif;
    font-size:11px;
    font-weight:bold;
	text-decoration:underline;
	cursor:pointer;cursor:hand;
	color:#00A9E0;
}

.navTableSecond td div a
{
	text-decoration:underline;
	color:#00A9E0;
}

.navTableSecond td div a:visited
{
	text-decoration:underline;
	color:#00A9E0;
}

.navTableSecond td div a:hover
{
	text-decoration:underline;
	color:#00A9E0;
}


.navTableSecond td div.selected
{
	padding-top:2px;
	padding-left:15px;
	font-size:12px;
	background-image:	 url("../images/ImgSubmenuArrows.gif");
	background-position: center left;
	background-repeat:	 no-repeat;
}

/* a double line under the menu */
.navBarUnderline
{
	height:4;
	width:100%;
	overflow:hidden;
	margin-top:2px;
	border-top:2px solid #005eb8;
}

/* This floats on the left of the nav bar div. */
#navBarServiceTools
{
	float:right;
	/*height:20px;*/
	padding-top:4px;
	padding-right:25px;
	padding-left:20px;
	background-image:	 url("../images/ImgNavBarSTool.gif");
	background-position: 2px 5px;
	background-repeat:	 no-repeat;
	font-family:Arial, Helvetica, Geneva, Sans-serif;
    	font-size:12px;
    	font-weight:bold;
	color:#FFFFFF;
	cursor:pointer;cursor:hand;
}

#navBarServiceTools.hover
{
	color:#00A9E0;
}	

/* ======================= Page Header New Class ===================== */ 
.header
{
	background-image:url(../images/ImgHeaderCenter.jpg);
	background-repeat:repeat;
}

.headerPadding
{
	padding-right:25px;
	/*background-color: #FFFFFF;*/
}
.headerImgLeft1
{		
	position:relative;
	background-image:url(../images/ImgHeaderLeft1.jpg);
	background-repeat:no-repeat;
	box-sizing:     border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
    width:145px;
    height:59px;
	overflow:hidden;
}
.headerImgLeft2
{		
	position:relative;
	background-image:url(../images/ImgHeaderLeft2.jpg);
	background-repeat:no-repeat;
	box-sizing:     border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
    width:238px;
    height:59px;
	overflow:hidden;
}

.headerCustomImgLeft2
{		
	position:relative;
	background-image:url(../images/ImgCustomHeaderLeft2.jpg);
	background-repeat:no-repeat;
	box-sizing:     border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
    width:238px;
    height:59px;
	overflow:hidden;
}


.headerImgRight1
{		
	position:relative;
	background-image:url(../images/ImgHeaderRight1.gif);
	background-repeat:no-repeat;
	box-sizing:     border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
    width:59px;
    height:59px;
	overflow:hidden;
}

.headerImgRight2
{		
	position:relative;
	background-image:url(../images/ImgHeaderRight2.gif);
	background-repeat:no-repeat;
	box-sizing:     border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
    width:135px;
    height:59px;
	overflow:hidden;

}
.headerImgRight2Custom
{		
	position:relative;
	background-repeat:no-repeat;
	box-sizing:     border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
    /*width:135px;*/
    height:59px;
	overflow:hidden;
}


.GlobalNavLink A:link {
	FONT-SIZE: 7pt; 
	COLOR: #005EB8; 
	FONT-FAMILY: Arial, Helvetica, Geneva, Sans-serif;
}
.GlobalNavLink A:active {
	FONT-SIZE: 7pt; 
	COLOR: #005EB8;
	FONT-FAMILY: Arial, Helvetica, Geneva, Sans-serif;
}
.GlobalNavLink A:visited {
	FONT-SIZE: 7pt;
	COLOR: #005EB8;
	FONT-FAMILY: Arial, Helvetica, Geneva, Sans-serif;
}
.GlobalNavLink A:hover {
	FONT-SIZE: 7pt;
	COLOR: #333333;
	FONT-FAMILY: Arial, Helvetica, Geneva, Sans-serif;
}



/* ================= CSS generated with... ================ */
/* ================= calendar.xsl version 1 =============== */
/* ================= skin : AmadeusNB ===== */

.overMonthItem
{
background-color:#FFCC99;
}

.outMonthItem
{
background-color:;
}

.monthItem
{
cursor:pointer;
}

.monthTable
{
font-family:arial; 
font-size:11px; 
border-width:1px; 
border-style:solid; 
border-color:#a0a0a0;
background-color:#FFFFDD;
}

.span
{
border-style:solid;
border-width:1px;
border-color:#00A9E0;
cursor:pointer;
}

#spanLeft{
  float:left;  
  height:13px;
}

#spanRight{ 
  position: absolute;
  left:173px; 
  height:13px;
}

.spanLeft
{
background-image:	url("../images/left1.gif");
}

.overSpanLeft
{
background-image:	url("../images/left2.gif");
}

.spanMonth
{
background-image:		url("../images/drop1.gif");
}

.overSpanMonth
{
background-image : url("../images/drop2.gif");
}

.spanRight
{
background-image:		url("../images/right1.gif");
}

.overSpanRight
{
background-image : url("../images/right2.gif");
}

.overSpan
{
border-style:solid;
border-width:1px;
cursor:pointer;
border-color:#00A9E0;
}

.calendar
{
z-index:+999;
position:absolute;
visibility:hidden;
}

.calendarTable
{
font-family:arial;
font-size:11px;
border-width:1px;
border-style:solid;
border-color:#C7C9C7;
background-color:#ffffff;
}

.calendarTr
{
 background-color:#005eb8;
}

.calendarSubTd
{
padding:5px;
font-family:arial;
font-size:11px;
}

.calendarTd
{
padding:7px;
background-color:#FFFFFF;
}

.calendarFont
{
color:#FFFFFF;
}

.selectMonth
{
z-index:+999;
position:absolute;
visibility:hidden;
}

.dayPresentationStyle
{
font-family:verdana;
font-size:10px;
}

.unselectableDay
{
color:#A6A6A8;
}

.actualDay
{
color:#ff0000;
}

.sunday
{
color:#005eb8;
}

.styleAnchor
{
text-decoration:none;
color:black;
}

.styleAnchor-border
{
text-decoration:none;
color:black;
border-width:1px;
border-style:solid;
border-color:#C98F2B;
}

.close
{
background-image : url("../images/close.gif");
background-repeat: no-repeat;
}


/* ================= CSS generated with... ================ */
/* ================= datatable.xsl version 1 =============== */
/* ================= skin : AmadeusNB ===== */

.yui-dt-headcontainer {
    position:relative;
    
}

.yui-dt-headtext {
    position:relative;
    border-right:10px;
}

.yui-dt-headresizer {
    position:absolute;
    margin-right:-6px;
    right:0;
    bottom:0;
    width:6px;
    height:100%;
    cursor:w-resize;
    cursor:col-resize;
}

.yui-dt-firstlink,.yui-dt-prevlink,.yui-dt-nextlink,.yui-dt-lastlink,.yui-dt-pagelink {
    cursor:hand;
    cursor:pointer;
    text-decoration:underline;
}

/* foundational scrolling css */
.yui-dt-scrollable  {
    *overflow-y:auto; /* for ie */
}
.yui-dt-scrollable  thead {
    display:block; /* for safari and opera */
}
.yui-dt-scrollable thead tr {
    position:relative;  /* for ie */
}
.yui-dt-scrollbody {
    display:block; /* for safari and opera */
    overflow:auto; /* for gecko */
}

/* Generic classes to be used throughout the application */
.uc {
    text-transform: uppercase;
}
.lc {
    text-transform: lowercase;
}
.cap {
    text-transform: capitalize;
}
.ra {
    text-align: right;
}
.la {
    text-align: left;
}
.ma {
    text-align: center;
}

/* Palette colors: */
.uicPaletteLight {
    background-color: #005EB8;
}
.uicPaletteBorderLight {
    border-color: #005EB8;
}
.uicPaletteMedium {
    background-color: #00A9E0;
}
.uicPaletteBorderMedium {
    border-color: #00A9E0;
}
.uicPaletteDark {
    background-color: #005eb8;
}
.uicPaletteBorderDark {
    border-color: #005eb8;
}
.uicPaletteSelected {
    background-color: #FFFFC3;
}
.uicPaletteBorderSelected {
    border-color: #FFFFC3;
}
.uicPaletteOver {
    background-color: #00A9E0;
}
.uicPaletteBorderOver {
    border-color: #00A9E0;
}

.uicPaletteDisabled {
    color: #222222;
}
.uicPaletteMenu {
    color:white;
    background-color: #1A61A9;
}
.uicPaletteMenu a {
    color:white;
}
.uicBorder {
    border:1px solid #C7C9C7;
}
.uicPadding {
    padding:0.5em;
}
.uicPaddingRight {
    padding-right:0.5em;
}
.uicPaddingLeft {
    padding-left:0.5em;
}
.uicBottomMargin {
    margin-bottom:0.5em;
}
.uicRightMargin {
    margin-right:0.5em;
}
.uicRight {
    text-align:right;
}
.uicCenter {
    text-align:center;
}
.uicLeft {
    text-align:left;
}
.uicHidden {
    display: none !important;
}

.uicInvisible{
    position:absolute;
    top:0px;
    left:0px;
    z-index:10000;
    visibility:hidden;
}

.uicSROnly {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
    outline: none;
}

.uicDisabled {
    opacity:.3;
    filter:alpha(opacity=30);
    *zoom:1;
}

a.uicDisabled {
    cursor:default;
}

.uicBold{
    font-weight: bold;
}
.yui-b {
    padding: .5em;
}

/*************************************************************/
/* 					Alert box styles:						 */
/*************************************************************/

.uicAlertBox {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 10px 15px;
}
.uicAlertBox.alertBoxinfo {
    background: transparent url(../img/ico_information.png) no-repeat scroll 4% 40%;
}
.uicAlertBox.alertBoxwarning {
    background: transparent url(../img/ico_warning.png) no-repeat scroll 4% 40%;
}
.uicAlertBox.alertBoxerror {
    background: transparent url(../img/ico_error.png) no-repeat scroll 4% 40%;
}
.uicAlertBox.alertBoxquestion {
    background: transparent url(../img/PortletLineHelp.png) no-repeat scroll 4% 40%;
}
.uicAlertBox .body {
    margin-left: 70px;
    overflow: auto;
    background-color: #FFFFFF;
    padding: 5px;
    zoom:1;
}

.uicAlertBox .body .text {
    margin: 2em 0;
    font-weight: bold;
    font-size: 1em;
    color: #333333;
}
.uicAlertBox .body .description {
    margin: 1em 0;
}
.uicAlertBox .footer {
    text-align:center;
    margin-left: 70px;
    background-color: #FFFFFF;
    padding: 5px;
    height: 30px;
}

/*PTR 04486610 : FF hack as button as margin even if all is set to 0 */
.uicAlertBox .footer .uicButton {
    margin-right: 3px;
}
@-moz-document url-prefix() {
    .uicAlertBox .footer .uicButton {
        margin-right: 0px;
    }
}

/*************************************************************/



/*************************************************************/
/* 				Loader overlay styles declaration 			 */
/*************************************************************/

.uicLoaderOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    display: none;
}

.uicLoaderOverlay.uicLo-loading {
    background: #D7D2CB url(../images/loading.gif) no-repeat center center;
    filter: alpha(opacity=80);
    -moz-opacity: .80;
    opacity: .80;
}
.uicLoaderOverlay.uicLo-disabled {
    background: #D7D2CB;
    filter: alpha(opacity=80);
    -moz-opacity: .80;
    opacity: .80;
}

.uicLoaderOverlay .text {
    position: absolute;
    display: block;
    width: 100%;
    text-align: center;
    color: black;
    font-weight: bold;
    top: 60%;
    left: 0;
}

.uicLoaderOverlayShim {
    position: absolute;
    visibility: hidden;
    border: 0;
    margin: 0;
    padding: 0;
    z-index:0;
    /*filter: alpha(opacity=0);*/
    filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}

/*************************************************************/

.uicImage {
    border:0;
    vertical-align:middle;
}

.uicDependencyLoader {
    display: none;
}

.uicHiddenExpand{
    height:0px;
    overflow: hidden;
}

.uicBeforeExpand{
    height: auto !important;
    opacity: 0;
    overflow: visible;
    position: relative;
    visibility: hidden;
}

a.iconExpand,
a.iconCollapse{
    background-repeat:no-repeat;
    background-position:center left;
    padding-left:16px;
    cursor:pointer;
    zoom:1;
}
/*************************************************************/
/* 					Expand/collapse styles:                  */
/*************************************************************/

a.iconExpand{
    background-image: url(../images/IcoExpandSingle.gif);
         color: transparent ;
         text-decoration: none ;
         background-color: transparent ;
         font-weight: 400 ;
}
a.iconCollapse{
    background-image:url(../images/IcoCollapseSingle.gif);
         color: transparent ;
         text-decoration: none ;
         background-color: transparent ;
         font-weight: 400 ;
}


/*************************************************************/


/* Loading message when an APF app starts */
.uicApfAppLoading {
    font-weight: bold;
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    padding: 3px 5px;
}

/*Style for iframe IE protection*/
.uicShim {
    display: block;
    left: 0;
    top: 0;
    z-index: 1;
    position: absolute;
    filter: alpha(opacity=0);
}

.uicOverflow{
    overflow:hidden;
    width:auto;
}

.uicTtNav{
    background:transparent url(../images/uicNavTT.png) no-repeat scroll left top;
    font-weight:bold;
    line-height:1.5em;
    text-align:center;
    color:white;
}
.uicTtNav.uicDisabled{
    opacity:0.3;
    filter:alpha(opacity=30);
}

.uicStackLogerror {
    color: red;
}
.uicStackLogwarn{
    color: blue;
}

/*
 Define proxy characteristics for proxy element (for drag'n drop
 splitter or border layout for instance)
*/
.uicProxy {
    background-color: transparent;
}

.ACRes,
.ACResGen {
    position:absolute;
    top:1.7em;
    left:0em
}

.ACRes .yui-ac-content,
.ACResGen .yui-ac-content {

             background: url(../images/IcoACGradient.jpg) repeat scroll 0% 50%;

    border: 1px solid #CCCCCC;
    max-height:15em;
    overflow:auto;
    overflow-x:hidden;
    overflow-y:auto;
    z-index:9050;
}

.ACRes,
.ACRes .yui-ac-content {
    width:25em;
}

.ACResGen,
.ACResGen .yui-ac-content {
    width:15em;
}

.ACRes ul,
.ACResGen ul {
    margin:0pt;
    padding:5px 0pt;
}
.ACRes li, .ACResGen li {
    cursor:pointer;
}
.ACRes li.yui-ac-highlight,
.ACResGen li.yui-ac-highlight {
    color:  #333333 ;
    font-weight: 400 ;
    background-color: #00a9e0;
}

.ysearchSuggestCountry,
.ysearchSuggestUicCode{
    font-family:arial;
    font-size:1em;
    float:right;
    right:5px;
    color:#808080;
    z-index:10;
}
.ysearchSuggestRow,
.ysearchSuggestAirport,
.ysearchSuggestAllAirports,
.ysearchSuggestSubAllAirports,
.ysearchSuggestRail,
.ysearchSuggestRailStation,
.ysearchSuggestRailMainStation,
.ysearchSuggestRailSubStation,
.ysearchSuggestMixed,
.ysearchSuggestCity,
.ysearchSuggestCountryName,
.ysearchSuggestPorAttraction,
.ysearchSuggestPorBusiness,
.ysearchSuggestPorCity,
.ysearchSuggestPredefined,
.ysearchSuggestPredefinedLast {
    padding-top:2px;
    font-family:arial;
    font-size:1em;
    padding-left:18px;
}
.ysearchSuggestSeparator{
    height:5px;
    background:transparent url(../images/ImgBarGrey.gif) repeat-x scroll left top;
}
.ysearchSuggestGeneric {
    padding-left:5px;
}
.ysearchSuggestGenericKey {
    padding-left:2px;
}

.ysearchSuggestAirport {
    background:transparent url(../images/IcoACAirport.gif) no-repeat scroll left top;
}

.ysearchSuggestSubAllAirports {
    padding-left:30px;
    background:transparent url(../images/IcoACSubAirport.gif) no-repeat scroll left top;
}

.ysearchSuggestAllAirports {
    background:transparent url(../images/IcoACAllAirports.gif) no-repeat scroll left top;
}

.ysearchSuggestRail {
    background:transparent url(../images/IcoACRail.gif) no-repeat scroll left top;
}

.ysearchSuggestRailMainStation {
    background:transparent url(../images/IcoACRail.gif) no-repeat scroll left top;
}

.ysearchSuggestRailSubStation {
padding-left:30px;
    background:transparent url(../images/IcoACRail.gif) no-repeat scroll left top;
}

.ysearchSuggestMixed {
    background:transparent url(../images/IcoACMixed.gif) no-repeat scroll left top;
    padding-left:18px;
}
.ysearchSuggestCity {
    background:transparent url(../images/IcoACCity.gif) no-repeat scroll left top;
}

.ysearchSuggestCountryName {
    background:transparent url(../images/IcoACFavourite.gif) no-repeat scroll left 3px;
}

.ysearchSuggestPorAttraction {
    background:transparent url(../images/IcoACCity.gif) no-repeat scroll left top;
}
.ysearchSuggestPorBusiness {
    background:transparent url(../images/IcoACCity.gif) no-repeat scroll left top;
}
.ysearchSuggestPorCity {
    background:transparent url(../images/IcoACCity.gif) no-repeat scroll left top;
}

.ysearchSuggestPredefined,
.ysearchSuggestPredefinedLast {
    background:transparent url(../images/IcoACFavourite.gif) no-repeat scroll left top;
}
.ysearchSuggestPredefinedLast {
    border-bottom: dashed #EEEEEE;
}

span.autoCompleteExpand {
    display: inline-block;
}

.autoCompleteExpand {
    width: 19px;
    height: 22px;
    border: 0;
    padding: 0;

    margin-left:0px ;

    margin-left:2 ;
    left:-2px;
    vertical-align: middle;
    cursor: pointer;
    background:	url(../images/IcoDropDown.gif) no-repeat left center;
}
* html .autoCompleteExpand {
    padding-top: -1px;
}

/* Different block/inline combination with label positions */
.uicAutoCompleteIT {
    display: block;
    float: left;
}
.uicAutoCompleteIB {
    display: block;
    float: left;
}

div.uicAutoCompleteBB label {
    float: none;
}
.uicAutoCompleteBT br {
    clear: both;
}

.acLoading{
    background:url(../images/loading2.gif) no-repeat right center;
}

.low_accuracy{
    color:#333333;
}

.med_accuracy{
    color:#333333;
}

.high_accuracy{
    color:#333333;
}

.yui-ac-bd ul li {
    clear:both
}

.uicButton {
	margin: 0;
		padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	vertical-align: middle;
	font-size: 1em;
	line-height:1.2em;
}

/* required for FF - PTR 08655629, followed by PTRs 08716665 and 08895315 */
@-moz-document url-prefix() {
	.uicButton {
		overflow: auto;
	}
}

/* Default padding fix for IE6 */
* html .uicButton {
	width: auto;
	overflow: visible;
}

/* ie7 padding hack */
html>body .uicButton {
	*overflow:visible
}

/* BLOCK MODE */


/* CUSTOMIMAGES MODE */

.uicButton .uicButtonHd,
.uicButton .uicButtonBd,
.uicButton .uicButtonFt {
	display: block;
	background: url(../images/sprite_button_normal.gif) no-repeat top left;
	padding: 0 0 0 9px;
}

.uicButton .uicButtonBd {
	background-position: 0% 3%;
	/* background-position: center left; */
}

.uicButton .uicButtonFt {
	background-position: bottom left;
}
.uicButton .uicButtonHd strong,
.uicButton .uicButtonBd strong,
.uicButton .uicButtonFt strong {
	display: block;
	background: url(../images/sprite_button_normal.gif) no-repeat top right;
	padding: 2px 9px 0 0;
	text-align: center;
	white-space: nowrap;
	color: #FFFFFF;
	font-weight: 700;
}
.uicButton .uicButtonBd strong img {
	vertical-align: middle;
}
.uicButton .uicButtonHd strong {
	line-height: 1px;
}
.uicButton .uicButtonBd strong {
	 background-position: 100% 3% ;
	/* background-position: center right; */
	padding: 0 9px 0 0;
}

.uicButton .uicButtonFt strong {
	background-position: bottom right;
	padding: 2px 9px 0 0;
	line-height: 1px;
}
.uicButton .uicButtonHd > strong,
.uicButton .uicButtonFt > strong {
	height: 1px;
}
*+html .uicButton .uicButtonHd strong,
*+html .uicButton .uicButtonFt strong {
	height: auto;
}
.uicButton .uicButtonHd strong,
.uicButton .uicButtonFt strong {
	text-indent: -9999px;
}

.uicButtonDisabled {
	cursor: default;
}

.uicButtonDisabled .uicButtonHd,
.uicButtonDisabled .uicButtonBd,
.uicButtonDisabled .uicButtonFt {
	background-image: url(../images/sprite_button_disabled.gif);
}

.uicButtonDisabled .uicButtonHd strong,
.uicButtonDisabled .uicButtonBd strong,
.uicButtonDisabled .uicButtonFt strong {
	background-image: url(../images/sprite_button_disabled.gif);
	color: #222222;
	font-weight: 700;
}

.uicButtonDefault .uicButtonHd,
.uicButtonDefault .uicButtonBd,
.uicButtonDefault .uicButtonFt {
	background-image: url(../images/sprite_button_default.gif);
}

.uicButtonDefault .uicButtonHd strong,
.uicButtonDefault .uicButtonBd strong,
.uicButtonDefault .uicButtonFt strong {
	background-image: url(../images/sprite_button_default.gif);
	color: #FFFFFF;
	font-weight: 700;
}




.uicButtonPushed .uicButtonHd,
.uicButtonPushed .uicButtonBd,
.uicButtonPushed .uicButtonFt {
	background-image: url(../images/sprite_button_pushed.gif);
}

.uicButtonPushed .uicButtonHd strong,
.uicButtonPushed .uicButtonBd strong,
.uicButtonPushed .uicButtonFt strong {
	background-image: url(../images/sprite_button_pushed.gif);
	color: #FFFFFF;
	font-weight: 700;
}

.uicButtonDefaultPushed .uicButtonHd,
.uicButtonDefaultPushed .uicButtonBd,
.uicButtonDefaultPushed .uicButtonFt {
	background-image: url(../images/sprite_button_pushed.gif);
}

.uicButtonDefaultPushed .uicButtonHd strong,
.uicButtonDefaultPushed .uicButtonBd strong,
.uicButtonDefaultPushed .uicButtonFt strong {
	background-image: url(../images/sprite_button_pushed.gif);
	color: #FFFFFF;
	font-weight: 700;
}

/* ie7 padding hack */
html>body .uicButton .uicButtonHd strong,
html>body .uicButton .uicButtonFt strong {
	*padding-top:0px;
	*padding-bottom:0px;
	*height:2px;
	*line-height:0px;
	*text-indent:0;
}
html>body .uicButton .uicButtonHd strong {
	*height:2px;
}
html>body .uicButton .uicButtonFt strong {
	*height:2px;
}

html>body .uicButton .uicButtonBd,
html>body .uicButton .uicButtonBd strong {
	*min-height:1.3em;
}

html>body .uicButton .uicButtonHd {
	*height: 2px;
}
html>body .uicButton .uicButtonFt {
	*height: 2px;
}

html>body .uicButton .uicButtonBd .uicButtonIcon {
	*display:block;
}

html>body .uicButton .uicButtonHd .uicButtonIcon,
html>body .uicButton .uicButtonFt .uicButtonIcon {
	*display:block;
	*height:0px;
	*padding-top:0px;
	*padding-bottom:0px;
}

/* 1 px is missing in height, but we can't use padding here to add it, because of the variable height */

/* ie7 padding hack END */

.uicButtonField .uicButton {
	margin-left: 10em;
}

.uicButtonIcon {
	background-repeat: no-repeat;
	background-position: center left;
	padding: 2px 0 2px 20px;
}
.calendarHolder {
	display: none;
	background-color: #FFFFFF;
	float: left;
	border: solid 1px #CCCCCC
}

.calendarHolder .calendarTitle {
	
	
	background-color: #005EB8;	
	color: #FFFFFF;
	margin: 2px;
	padding: 3px;
	font-size: 1em;
}

.calendarHolder .calendarBody {
	font-size: .9em;
}

.yui-calcontainer {
	/* position:relative; => Might be a bug in IE6 under certain conditions */
	position:static;
	padding:3px;
	overflow:hidden;
}

.yui-calcontainer iframe {
	position:absolute;
	border:none;
	margin:0;
	padding:0;
	left:-1px;
	top:-1px;
	z-index:0;
	width:50em;
	height:50em;
}

.yui-calcontainer.multi {
	padding:0;
}

.yui-calcontainer.multi .groupcal {
	padding:3px;
	background-color:transparent;
	z-index:1;
	float:left;
	position:relative;
	border:none;
}

.yui-calendar {
	border: solid 1px #FFFFFF ;
	text-align:center;
	border-spacing:0;
	border-collapse:separate;
	position:relative;
}

.yui-calcontainer.withtitle {
	padding-top:1.5em;
}

.yui-calendar .calnavleft {
	background-image: url(../images/left1.gif);
	position:absolute;
	background-repeat:no-repeat;
	cursor:pointer;
	width:12px;
	height:12px;
	left:2px;
	z-index:1;
	top:-1px;
}

.yui-calendar .calnavright {
	background-image: url(../images/right1.gif);
	position:absolute;
	background-repeat:no-repeat;
	cursor:pointer;
	width:12px;
	height:12px;
	right:2px;
	z-index:1;
	top:-1px;
}


.yui-calendar td.calcell {
	padding:.1em .2em;
	border:1px solid #FFFFFF;
	text-align:center;
}

/* Grey-ing the week end days */
.yui-calendar td.wd6, 
.yui-calendar td.wd0 {
	background-color:  #D7D2CB;
	border: 1px solid #FFFFFF;
	font-weight: 700 ;
}

.yui-calendar td.calcell a {
	color: #333333;
	text-decoration:none;
}

.yui-calendar td.calcell a:hover {
	font-weight: inherit ;
}

.yui-calendar td.wd6 a, 
.yui-calendar td.wd0 a {
	color: #787875;
}



.yui-calendar td.calcell.today {
	border: 1px solid #005EB8;
	background-color: #E5E5E5;
	color: #333333;
	font-weight: bold
}

.yui-calendar td.calcell.today.previous {
	border: 1px solid #E5E5E5;
	background-color: #E5E5E5;
	color: #333333;
	font-weight: 700
}

.yui-calendar td.calcell.oom,
.yui-calendar td.calcell.previous  {
	cursor:default;
	font-weight: 700 ;
	background-color:#E5E5E5;
	border:1px solid #E5E5E5;
}


.yui-calendar td.calcell.oom {
	color: #E5E5E5;
}

.yui-calendar td.oom {
	color:#FFFFFF;
}

.yui-calendar td.previous {
	color:#787875;
}

.yui-calendar td.calcell.selected {
	color: #FFFFFF ;
	font-weight: 700 ;
	background-color:#005EB8!important;
	border:1px solid #FFFFFF!important;
}

.yui-calendar td.calcell.calcellhover {
	cursor:pointer;
}

.yui-calendar td.calcell.restricted {
	text-decoration:line-through;
}

.yui-calendar td.calcell.highlight1 { background-color:#CCFF99; }
.yui-calendar td.calcell.highlight2 { background-color:#99CCFF; }
.yui-calendar td.calcell.highlight3 { background-color:#FFCCCC; }
.yui-calendar td.calcell.highlight4 { background-color:#CCFF99; }

.yui-calendar .calhead {
	border: 1px solid #005EB8;
	border-width: 1px 0;
	vertical-align: middle;
	background-color: #005EB8;
	font-weight: 700;
	color: #FFFFFF;
}

.yui-calendar .calheader {
	position:relative;
	width:100%;
	text-align:center;
}

.yui-calendar .calheader img {
	border:none;
}

.yui-calendar .calweekdaycell {
	color: #005EB8;
	font-weight: 700;
	text-align: center;
	width: 1.5em;
	border: none;
	background-color: #FFFFFF ;
	border-width: 0;
}

/* Is it still used ? */
.yui-calendar .calfoot {
	background-color:#EEE;
}

/* Is it still used ? */
.yui-calendar .calrowhead, 
.yui-calendar .calrowfoot {
	color:#000;
	font-size:0.8em;
	font-style:italic;
	font-weight:normal;
	width:15px;
}

/* Is it still used ? */
.yui-calendar .calrowhead {
	border-right-width:2px;
}


/* Container of the label and the button*/
.uicColorPicker {
	margin: .5em 0;
	white-space: nowrap;
}

.uicColorPicker label {
	margin: 0 0.2em;
	padding: 1px 2px;
	color: black;
	vertical-align: middle;
	line-height: 1.4em;
}

div.uicColorPicker label {
	display: block;
	float: left;
	min-width: 10em;
}

* html div.uicColorPicker label {
width: 10em;
}

.uicColorPicker .uicColorPickerButton{
	vertical-align:middle;
	margin:0;
	padding:0;
	cursor:pointer;
	font-size:0.7em;
}

.uicColorPicker .uicColorPickerButton .uicColorPickerButtonBody{
	width:1.3em;
	height:100%;
	background-color:white;
	border-width: 1px;
	border-style: solid;
	border-color:transparent;
	margin:0em;
	font-weight:bold;
	text-align:center;
	font-size:0.7em;
}

.uicColorPicker .uicColorPickerButton .uicColorPickerButtonBody{ 
	_border-color:tomato; /*For IE6-*/ 
	_filter:chroma(color=tomato);/*For IE6-*/
}

.uicColorPickerBody {
	position:absolute;
	display:none;
	padding:.5em 0 0 0;
	border-width: 1px;
	border-style: solid;
	border-color: #C7C9C7;
	z-index:20;
	background-color: #FFFFFF;
}
.uicColorPickerBody .uicSelectedColor {	
	float:left;
	padding:0em;
}

.uicColorPickerBody .uicSelectedColor .uicColorPreview{
	width:5em;
	height:1.2em;
	margin:0em 0.2em 0em .5em;
	padding:1px 2px;
	float:left;
	border: 1px solid #C7C9C7;
	display:inline;
}
.uicColorPickerBody .uicSelectedColor .uicHexValue{	
	margin:0em;
	padding:0em;
}
.uicColorPickerBody .uicSelectedColor .uicHexValue input{
	width:5em;	
	margin:0em;
	position:relative;	
	top: 0px;	
}
* html div.uicColorPickerBody .uicSelectedColor .uicHexValue input {
	top: -1px;
}
*:first-child+html div.uicColorPickerBody .uicSelectedColor .uicHexValue input {
	top: -1px;
}
.uicColorPickerBody .uicClose{
	height:11px;
	width:11px;	
	cursor:pointer;
	z-index:10;
	border:none;
	background:url(../images/cp-close.gif) no-repeat top right;
	position:absolute;
	right:.5em;	
}
* html .uicColorPickerBody .uicClose {
	right: 0.3em;
}
.uicColorPickerBody .uicActiveZone {		
	padding: .5em;	
	overflow:hidden;
	clear:both;
	font-size:0.9em;
	height:13em;
	width:16.1em;
}
.uicColorPickerBody .uicActiveZone .uicWebSafeColors {	
	margin:0em;
	overflow:hidden;
	line-height:1px;
	height:13em;
	width:100%;
}
.uicColorPickerBody .uicActiveZone .uicWebSafeColors div {
	clear:left;
	margin:0;
	padding:0;
}
.uicColorPickerBody .uicActiveZone .uicWebSafeColors span {
	line-height:1px;
	padding:0em;
	display:block;
	float:left;
	height:0.9em;
	width:0.9em;
	margin:0em 0em 0.1em 0.1em;
	cursor:pointer;
}
.uicColorPickerBody .uicActiveZone .uicAdvColorPicker {
	position:relative;
	margin:0em;
	height:13em;
	width:100%;
}
.uicColorPickerBody .uicActiveZone .uicAdvColorPicker .uicHueThumb { 
	cursor:default; 
	width:20px; 
	height:11px; 
	z-index: 9; 
	position:absolute;
	top:-5px;
}
.uicColorPickerBody .uicActiveZone .uicAdvColorPicker .uicHue {
	-moz-outline: none; 
	outline:0px none;
	background:url(../images/blank.png) repeat-x;
	/*background:url(../images/blank.gif) repeat-x;*/
	float:right;
	height:125px; 
	width:20px; 
	top:1px;
	z-index:-1;
	
}
.uicColorPickerBody .uicActiveZone .uicAdvColorPicker .uicHueBg {
	/*background:url(../images/cp-hue.png) repeat-x;*/
	border-width: 1px;
	border-style: solid;
	border-color: #C7C9C7;
	height:124px;
	width:18px;
	position:absolute;
	top:0px;
	z-index:-1;
}
.uicColorPickerBody .uicActiveZone .uicAdvColorPicker .uicHue .uicHueThumb {
	cursor:ns-resize;
	z-index:1;
	background:url(../images/cp-hline.gif) repeat-x;
}
.uicColorPickerBody .uicActiveZone .uicAdvColorPicker .uicPickerDiv {
	-moz-outline: none;  
	outline:0px none; 
	height:125px; 
	width:125px; 
	background-color:#FF0000; 
	float:left;
}

.uicColorPickerBody .uicActiveZone .uicAdvColorPicker .uicPickerDiv .uicPickerbg {	
	width:124px;
	border-width: 1px;
	border-style: solid;
	border-color: #C7C9C7;
	position:absolute;
	z-index: 1; 
	top:0px; 
	left:0px; 
}

.uicColorPickerBody .uicActiveZone .uicAdvColorPicker .uicPickerDiv .uicSelector { 
	cursor:default; 
	width:11px; 
	height:11px; 
	z-index: 9; 
	position:absolute; 
	top:0px; 
	left:0px; 
}

.uicColorPickerBody .uicActiveZone .uicAdvColorPicker .uicPickerDiv .uicColorThumb {
	background:url(../images/cp-select.gif) no-repeat;
	width:11px;
	cursor:pointer;
	position:relative;
	left:-4px;
	top:-4px;
}
.uicColorPickerBody .uicControls {
	margin:0 .5em .5em .5em;
	text-align:center;
	clear:both;
}



form {
	margin: 0;
	padding: 0;
}


fieldset {
	border: 1px solid #00A9E0;
	border-width: 1px;
	margin: 10px;
	padding: 10px;
	background-color: transparent;
	clear: both;
}

/*******************************************************/
/* 			Anchor states styling                      */
/*******************************************************/

a, a:link {
	color: #005eb8 ;/*  #6666FF; */
	text-decoration: underline;
	font-weight: inherit ;
	background-color: transparent;
}
a:visited {
	color: #005eb8;
	text-decoration: underline;
	font-weight: inherit ;
	background-color: transparent;
}
a:hover {
	color: #00A9E0;
	text-decoration: underline;
	font-weight: inherit ;
	background-color: transparent;
}
a:active {
	color: #00A9E0;
	text-decoration: underline;
	font-weight: inherit ;
	background-color: transparent;
}

/*******************************************************/

html>body fieldset {
	*padding-top:0px; // hack to remove the top padding for ie7
}

fieldset.simple {
	border: 0;
}

fieldset.stackable {
	clear: none;
	float: left;
	width: 300px;
	margin-right: 0.4em;
}

fieldset legend {
	color: #00A9E0;
	background-color: transparent ;
	font-weight: 700;
	margin: 0;
	padding: 3px 6px;
	_margin-bottom: .5em;	/* ie6 */


}
*:first-child+html fieldset legend {
	margin-bottom: .5em;	/* ie7 */
}
.textField, .datePicker {
	margin: .5em 0;
	white-space: nowrap;
}

* html .textField, * html .datePicker {
	margin: .1em 0;
}


/* Setting default styling for label and input */
.textField label, .textField input, .datePicker label, .datePicker input {
	margin: 0 0.2em;
	padding: 1px 2px;
	color: #333333;
	vertical-align: middle;

}
.textField input, .datePicker input {
	border-style: solid ;
	border-color: #C7C9C7 ;
	border-width: 1px;
	background-color: #FFFFFF;
	width: 13em;
}
.textField label, .datePicker label {
	line-height: 1.4em;
	padding-right:0px;
}
div.textField span {
	line-height:1.54em;
	*line-height:1.6em;
}
.datePicker input {
	width: 8em;
}
div.textField,
div.datePicker {
	clear: left;
}
div.textField label,
div.datePicker label {
	display: block;
	float: left;
	min-width: 10em;
}
* html div.textField label,
* html div.datePicker label {
	width: 10em;
}
.textField input.normal,
.datePicker input.normal {

}

.textArea {
	margin: .5em 0;
}

* html .textArea {
	margin: .1em 0;
}


/* Setting default styling for label and textarea */
.textArea label, .textArea textarea {
	margin: 0 0.2em;
	padding: 1px 2px;
	color: #333333;
}
.textArea textarea {
	border-style: solid ;
	border-color: #C7C9C7 ;
	border-width: 1px;
	background-color: #FFFFFF;
	vertical-align: top;
	width: 13em;
}
.textArea textarea.sizable {
	width: auto;
}
.textArea label {

}
div.textArea label {
	display: block;
	float: left;
	min-width: 10em;
	padding-top:0.18em;
}
html>body div.textArea label {
	*padding-top:0.3em;
}
* html div.textArea label {
	width: 10em;
	padding-top:1em;
}

.normal textarea {
	border-style: solid;
}

.mandatory textarea {

	background-color: #FFFFFF;
	border-style: solid;
	color: #000000;

}

.readOnly textarea {
	border-color: #222222;
	background-color: #FFFFFF;
	border-style: solid;
	color: #333333;
}

.disabled textarea {
	border-color: #222222;
	background-color: #FFFFFF;
	border-style: solid;
	color: #222222;
}

.error textarea {
	border-color: #C7C9C7;
	border-style: solid;
	color: #333333;
}

.textArea .focused {
	border-color: #C7C9C7;
	border-style: solid;
	color: #333333;
}

.textField span {
vertical-align: middle;
}

.uicTextAreaIT {
	display: block;
	float: left;
}
.uicTextAreaIB {
	display: block;
	float: left;
}
div.uicTextAreaBB label {
	float: none;
}
div.uicTextAreaBT br {
	clear: both;
}
div.uicTextAreaBR input {
	display: block;
	float: left;
}
div.uicTextAreaBR label {
	display: inline;
	float: none;
}



.textField .focused,
.datePicker .focused {
	border-color: #C7C9C7;
	border-style: solid;
	color: #333333;
}

.mandatory input {
	border-color: #C7C9C7;
	background-color: #FFFFFF;
	color: #333333;
}

.error input, .error .focused {
	color: #333333;
	border-color: #C7C9C7;
	border-style: solid;
}

.readOnly input {
	color: #333333;
}

.readOnly input[type=text] {
	border-color: #222222;
	background-color: #FFFFFF;
}

.disabled input {
	color: #222222;
}

.disabled input[type=text] {
	border-color: #222222;
	background-color: #FFFFFF;
}

.textField input.uicStatic {
	border:1px solid transparent;
	padding-top:0px;
}

input.uicHelpValue {
	color:#999999 !important;
	font-style:italic !important;
}

.datePicker .datePickerImage {
	width: 24px;
	height: 19px;
	border: 0;
	padding: 0;

	margin-left:0px ;

	margin-left:2 ;
	left:-2px;
	vertical-align: middle;
	cursor: pointer;
	background:	url(../images/IcoCalendar.gif) no-repeat left center;
}
.datePicker .datePickerImage.fade {
	background:	url(../images/calendar/picker_disabled.gif) no-repeat left center;
}
* html .datePicker .datePickerImage {
	top: -1px;
}
.datePicker .datePickerImage span {
	display: none;
}

.textField span {
	vertical-align: middle;
}

.uicTextFieldIT, .uicDatePickerIT {
	display: block;
	float: left;
}
.uicTextFieldIB {
	display: block;
	float: left;
}
div.uicTextFieldBB label {
	float: none;
}
div.uicTextFieldBT br, div.uicDatePickerBT br {
	clear: both;
}
div.uicTextFieldBR input {
	display: block;
	float: left;
}
div.uicTextFieldBR label {
	display: inline;
	float: none;
}

.select {
	margin: .5em 0;
}
div.select {
	clear: left;
}

* html .select {
	margin: .1em 0;
}

.select label, .select select {
	margin: 0 0.2em;
	padding: 1px 2px;
	color: #333333;
	vertical-align: middle;
}
.select label {
	line-height: 1.4em;
}
.select select {
	border-width: 1px;
	border-style: solid;
	border-color: #C7C9C7;
	background-color: #FFFFFF;
	width: 13.5em;
	padding: 0;
}
.select select.sizable {
	width: auto;
}
div.select label {
	display: block;
	float: left;
	min-width: 10em;
}
* html div.select label {
	width: 10em;
}

.mandatory select{
	background-color: #FFFFFF;
}

.readOnly select{
	background-color: #FFFFFF;
}

.disabled select{
	border-color: #222222;
	background-color: #FFFFFF;
}

.error select{
	border-color: #C7C9C7;
	border-style: solid;
}

.select span.error {
	padding: 1px 0px 1px 1px;
	border-color: #C7C9C7;
	border-style: solid;
	border-width: 1px;
}

.select select.focused {
	border-color: #C7C9C7;
	border-style: solid;
	/* background-color: ; */
}

.disabled select {
	color: #222222 ;
}

div.uicSelectBT br {
	clear: both;
}
div.uicSelectBR label {
	float: none;
	display: inline;
}
.uicSelectIT {
	display:block;
	float:left;
}
.uicSelectIB {
	display:block;
	float:left;
}

.uicRadio {
	margin: .5em 0;
	padding: 0;
	list-style-type: none;
}

.uicRadioLabel{
  display:block;
  float:left;
  min-width: 10em;
  margin:0 0.2em;
  vertical-align:middle;
  padding: 1px 2px;
  color: #333333;
}

* html .uicRadioLabel{
width: 10em;
}

* html .uicRadio {
	margin:0;
	zoom:1; /*needed to avoid label disapearing*/
}

.uicRadio label {
	color: #333333;
	padding: 0 0.4em;
}

.uicRadio .uicRadioButton {
	margin: .5em 0 0;
	padding: 0;
	list-style-type: none;
	height: 1.4em;
}

.uicRadioHR label{
	padding-right:1em;
	padding-left:0.4em;
}

.uicRadioHR input{
	padding-right:0;
	padding-left:0.2em;
}

.uicRadioHL label{
	padding-left:1em;
	padding-right:0.4em;
}

.uicRadioHL input{
	padding-left:0;
	padding-right:0.2em;
}

* html .uicRadio .uicRadioButton {
	margin:0;
}
.uicRadio .uicRadioContainer {
	margin: 0 0 0 1em;
	padding: 1px 2px;
	/*list-style-type: none;
	width: 100%;*/
}

.uicRadio .uicRadioButton input {
	vertical-align: middle;
	margin: 0;
}
.uicRadio .uicRadioButton input, .uicRadio .uicRadioButton label {
	vertical-align:middle;
}

.uicRadioL .uicRadioButton label {
	display: block;
	float: left;
	min-width: 10em;
	padding: 1px 2px;
}
* html .uicRadioL .uicRadioButton label {
	width: 10em;
}

.uicRadioL .uicRadioContainer {
	margin: 0;
	padding: 0;
}

.uicRadioH .uicRadioButton {
	display: inline;
}
.uicRadioH .uicRadioButton label {
	display: inline;
	float: none;
}

.uicRadioI {
	display: inline;
	margin: 0;
}
.uicRadioI .uicRadioButton {
	display: inline;
}

.uicRadio .uicRadioContainerHidden, .uicRadioL .uicRadioContainerHidden {
	display: none;
	/*width: 100%;*/
}

.checkbox {
	margin: .5em 0;
}

* html .checkbox {
	margin: .1em 0;
}
*:first-child+html .checkbox {
	margin: .1em 0;
}


.checkbox label, .checkbox input {
	margin: 0 0.2em;
	padding: 1px 2px;
	color: #333333;
	vertical-align:middle;
}

.uicCheckBoxIT {
	display:block;
	float:left;
}
.uicCheckBoxIB {
	display:block;
	float:left;
}


/*
 this rules should be after checkboxes, texfield CSS
 rules to override this rule ".checkbox input" for instance
*/
.disabled label{
	color: #222222;
}

/*** Map container when maximized view ***/
.uicMapMaximizedView {
	position: absolute;
	top: 0px;
	left: 0px;
	border: 5px solid null/ borderlayout/ minimize.gif );
}

.uicMapMaximizeIcon {
	position: absolute;
	top: 2px;
	right: 2px;
	width: 16px;
	height: 16px;
	cursor: pointer;
	background-image: url(../images/borderlayout/maximize.gif);
}

.uicMiniMapButton {
	background-color: transparent;
	background-position: 0pt;
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	height: 11px;
	width: 11px;
	z-index: 100;
	position: absolute;
}

.uicMiniMapHideNE {
	right: 0px;
	top: 0px;
	background-image: url(/framework/skins/AmadeusNB/images/miniMapHideNE.gif);
}

.uicMiniMapShowNE {
	right: 0px;
	top: 0px;
	background-image: url(/framework/skins/AmadeusNB/images/miniMapShowNE.gif);
}

.uicMiniMapHideSE {
	right: 0px;
	bottom: 0px;
	background-image: url(/framework/skins/AmadeusNB/images/miniMapHideSE.gif);
}

.uicMiniMapShowSE {
	right: 0px;
	bottom: 0px;
	background-image: url(/framework/skins/AmadeusNB/images/miniMapShowSE.gif);
}

.uicMiniMapNE {
	left: auto !important;
	top: 0px !important;
	right: 0px !important;
}

.uicMiniMapSE {
	top: auto !important;
	left: auto !important;
	bottom: 0px !important;
	right: 0px !important;
}

/* The tags in VE are surrounded by a tag, so we override the global a style */
.map a,.map a:hover {
	text-decoration: none;
	cursor: default;
}

.map a:link {
	text-decoration: none;
}

/*** MapTag CSS ***/ /* Generic attribute */
.uicMapTag {
	cursor: normal;
}

.uicGoogleMap .uicMapTag {
	position: absolute;
}

/*IE6 hack*/
* html .uicMapMM div.uicMapTag {
	width: 1px;
}

.uicMapTag .tagBody {
	padding: 0.3em;
	margin: 0em;
	text-align: center;
	margin: 0px;
	cursor: pointer;
	vertical-align: middle;
}

* html .uicMapTag .tagBody {
	width: auto;
	overflow: visible;
}

.uicMapTag .tagBody .tagHd,.uicMapTag .tagBody .tagBd,.uicMapTag .tagBody .tagFt
	{
	display: block;
	padding: 0px;
}

.uicMapTag .tagBody .tagHd {
	line-height: 1px;
}

.uicMapTag .tagBody .tagFt {
	background-position: bottom left;
	line-height: 1px;
}

.uicMapTag .tagBody .tagHd .label,.uicMapTag .tagBody .tagBd .label,.uicMapTag .tagBody .tagFt .label
	{
	display: block;
	padding: 0;
	text-align: center;
	white-space: nowrap;
}

.uicMapTag .tagBody .tagHd .label {
	line-height: 1px;
}

.uicMapTag .tagBody .tagFt .label {
	background-position: bottom right;
	padding: 0;
	line-height: 1px;
}

.uicMapTag .tagBody .tagHd>.label,.uicMapTag .tagBody .tagFt>.label {
	height: 1px;
}

html>body .uicMapTag .tagBody .tagHd .label,html>body .uicMapTag .tagBody .tagFt .label
	{ *
	height: auto;
}

.uicMapTag .tagFooter {
	font-weight: bold;
	width: 100%;
}

.uicMapTag_blank {
	padding: 0px;
}

.uicMapTag_blankCorner {
	position: relative;
	cursor: normal;
}

/*IE6 hack*/
* html div.uicMapTag_blankCorner {
	top: 7px;
}

.uicMapTag_blankCorner a:hover,.uicMapTag_blankCorner a {
	text-decoration: none;
	cursor: default;
	color: inherit;
	font-size: inherit;
}

.uicMapTag_green .tagBody,.uicMapTag_greenCorner .tagBody {
	padding: 3px;
	border: 1px solid black;
	background: #54CE43 url(../images/map/greenGradient.png) bottom
		repeat-x;
	color: black;
	font-weight: normal;
	font-size: 7.5pt;
}

.uicMapTag_green .tagBody a,.uicMapTag_green .tagBody a:hover,.uicMapTag_greenCorner .tagBody a,.uicMapTag_greenCorner .tagBody a:hover
	{
	color: black;
}

.uicMapTag_green .tagFooter {
	margin-top: -1px;
	background: url(../images/map/greenTagPike.gif) no-repeat
		center top;
	height: 8px;
}

.uicMapTag_blue .tagBody,.uicMapTag_blueCorner .tagBody {
	padding: 3px;
	border: 1px solid black;
	background: #8ED7F8 url(../images/map/blueGradient.png) bottom
		repeat-x;
	color: black;
	font-weight: normal;
	font-size: 7.5pt;
}

.uicMapTag_blue .tagBody a,.uicMapTag_blue .tagBody a:hover,.uicMapTag_blueCorner .tagBody a,.uicMapTag_blueCorner .tagBody a:hover
	{
	color: black;
}

.uicMapTag_blue .tagFooter {
	margin: -1px 0px 0px 0px;
	background: url(../images/map/blueTagPike.gif) no-repeat center
		top;
	height: 7px;
}

.uicMapTag_blueCorner {
	position: relative;
	cursor: normal;
}

/*IE6 hack*/
* html div.uicMapTag_blueCorner {
	top: 7px;
}

.uicMapTag_blueCorner .tagBody {
	margin: 0px position :       relative;
	z-index: -1;
}

.uicMapTag_blueCorner .tagFooter {
	position: relative;
	bottom: -1px;
	z-index: 1;
	background: url(../images/map/blueTagPikeCorner.gif) no-repeat
		left top;
	height: 7px;
	width: 12px;
}

/*IE6 hack*/
* html div.uicMapTag_blueCorner .tagFooter {
	bottom: -6px;
}

* html div.uicMapTag_blueCorner .tagBody {
	position: relative;
	bottom: 7px;
}

.uicMapTag_greenCorner {
	position: relative;
}

/*IE6 hack*/
* html div.uicMapTag_greenCorner {
	top: 7px;
}

.uicMapTag_greenCorner .tagBody {
	margin: 0px position :       relative;
	z-index: -1;
}

.uicMapTag_greenCorner .tagFooter {
	margin: 0px;
	position: relative;
	bottom: -1px;
	z-index: 1;
	background: url(../images/map/greenTagPikeCorner.gif) no-repeat
		left top;
	height: 7px;
	width: 12px;
}

/*IE6 hack*/
* html div.uicMapTag_greenCorner .tagFooter {
	bottom: -6px;
}

* html div.uicMapTag_greenCorner .tagBody {
	position: relative;
	bottom: 7px;
}

.uicMapTag_orange .tagBody,.uicMapTag_orangeCorner .tagBody,.uicMapTag_orangeCorner .tagBody a,.uicMapTag_orangeCorner .tagBody a:hover
	{
	padding: 0px;
	color: black;
	font-weight: normal;
	font-size: 7.5pt;
}

.uicMapTag_orange .tagFooter {
	margin-top: -2px;
	background: url(../images/map/orangeTagPike.gif) no-repeat
		center top;
	height: 8px;
}

.uicMapTag_orange .tagBody .tagHd,.uicMapTag_orange .tagBody .tagBd,.uicMapTag_orange .tagBody .tagFt,.uicMapTag_orangeCorner .tagBody .tagHd,.uicMapTag_orangeCorner .tagBody .tagBd,.uicMapTag_orangeCorner .tagBody .tagFt
	{
	display: block;
	background: url(../images/map/sprite_tag_orange.gif) no-repeat
		top left;
	padding: 0 0 0 5px;
}

.uicMapTag_orange .tagBody .tagHd .label,.uicMapTag_orange .tagBody .tagBd .label,.uicMapTag_orange .tagBody .tagFt .label,.uicMapTag_orangeCorner .tagBody .tagHd .label,.uicMapTag_orangeCorner .tagBody .tagBd .label,.uicMapTag_orangeCorner .tagBody .tagFt .label
	{
	background: url(../images/map/sprite_tag_orange.gif) no-repeat
		top right;
	padding: 3px 5px 0 0;
}

.uicMapTag_orange .tagBody .tagBd,.uicMapTag_orangeCorner .tagBody .tagBd
	{
	background-position: center left;
}

.uicMapTag_orange .tagBody .tagBd .label,.uicMapTag_orangeCorner .tagBody .tagBd .label
	{
	background-position: center right;
	padding: 0 5px 0 0;
}

.uicMapTag_orange .tagBody .tagFt,.uicMapTag_orangeCorner .tagBody .tagFt
	{
	background-position: bottom left;
}

.uicMapTag_orange .tagBody .tagHd .label,.uicMapTag_orangeCorner .tagBody .tagHd .label
	{
	line-height: 1px;
}

.uicMapTag_orange .tagBody .tagBd .label,.uicMapTag_orangeCorner .tagBody .tagBd .label
	{
	background-position: center right;
	padding: 0 5px 0 0;
}

.uicMapTag_orange .tagBody .tagFt .label,.uicMapTag_orangeCorner .tagBody .tagFt .label
	{
	background-position: bottom right;
	padding: 3px 5px 0 0;
	line-height: 1px;
}

.uicMapTag_orangeCorner {
	position: relative;
}

/*IE6 hack*/
* html div.uicMapTag_orangeCorner {
	top: 7px;
}

.uicMapTag_orangeCorner .tagBody {
	margin: 0px position :       relative;
	z-index: -1;
}

.uicMapTag_orangeCorner .tagFooter {
	margin: 0px;
	position: relative;
	bottom: -2px;
	z-index: 1;
	background: url(../images/map/orangeTagPikeCorner.gif)
		no-repeat left top;
	height: 7px;
	width: 12px;
}

/*IE6 hack*/
* html div.uicMapTag_orangeCorner .tagFooter {
	bottom: -7px;
}

* html div.uicMapTag_orangeCorner .tagBody {
	position: relative;
	bottom: 7px;
}

/* Static map CR 03191592 */ /* Main container styles */
.uicMapContainter {
	vertical-align: middle;
}

/* Legend styles */
.uicMapLegendContainer {
	border: 1px solid #AB9B85;
	background-color: #F2ECDE;
	overflow: hidden;
	padding: 6px;
	display: inline;
	float: left;
}

.uicMapLegendContainer ul {
	list-style-type: none;
	margin-bottom: 0.3em;
	margin-left: 0;
	margin-top: 0;
	padding: 4px;
	display: inline;
}

.uicMapLegendContainer ul li {
	display: block;
	float: left;
	clear: left;
	margin-left: 0;
	margin-top: 0;
	overflow: hidden;
	display: inline;
	padding-top: 10px;
}

.uicMapLegendContainer ul img {
	vertical-align: middle;
}

.uicMapLegendContainerUpDown {
	border: 1px solid #AB9B85;
	background-color: #F2ECDE;
	overflow: hidden;
	padding-bottom: 6px;
}

.uicMapLegendContainerUpDown ul {
	list-style-type: none;
	margin: 6px auto
}

.uicMapLegendContainerUpDown ul li {
	display: block;
	float: left;
	margin-left: 0;
	margin-top: 0;
	overflow: hidden;
	width: 144px;
	padding-top: 10px;
}

.uicMapLegendContainerUpDown ul img {
	vertical-align: middle;
	border: 0px;
}

/* Marker image */
.uicTag,.uicTag a {
	font-weight: bold;
	font-family: arial;
	color: black;
	font-size: 1.1em;
	background-repeat: no-repeat;
	text-align: center;
}

.uicMicrosoftTag,.uicMicrosoftTag a {
	font-weight: bold;
	font-family: arial;
	color: black;
	font-size: 12px;
	background-repeat: no-repeat;
	text-align: center;
}

/* PTR 03894636 */
.uicMicrosoftTag a {
	display: block;
	width: 100%;
	height: 100%;
}

.uicMicrosoftTag,.uicMicrosoftTag a {
	font-weight: bold;
	font-family: arial;
	color: black;
	font-size: 12px;
	background-repeat: no-repeat;
	text-align: center;
}

/* PTR 03894636 */
.uicMicrosoftTag a {
	display: block;
	width: 100%;
	height: 100%;
}

.uicGoogleTag {
	position: relative;
	bottom: 8px;
	left: 2px;
}

.uicBingTag {
	position: relative;
	bottom: 8px;
	left: 2px;
}

.uicMultimapTag {
	position: relative;
	bottom: 8px;
	left: 1px;
}

.uicBlueSquare {
	background-image: url(../../AmadeusNB/images/blueSquareMarker.gif);
	width: 25px;
	height: 28px;
	line-height: 20px;
}

.uicGreenSquare {
	background-image: url(../../AmadeusNB/images/greenSquareMarker.gif);
	width: 25px;
	height: 28px;
	line-height: 20px;
	color: white;
}

.uicGreenSquare a,.uicGreenSquare a:hover {
	color: white;
}

.uicRedCircle {
	background-image: url(../../AmadeusNB/images/redCircleMarker.gif);
	width: 15px;
	height: 15px;
	line-height: 15px;
	color: white;
	font-size: 11px;
	bottom: 0px;
	left: 5px;
}

.uicRedCircle a,.uicRedCircle a:hover {
	color: white;
	font-size: 1em;
}

.uicGoogleTag.uicRedCircle {
	bottom: 1px;
}

.uicRed {
	background-image: url(../../AmadeusNB/images/redBalloonMarker.gif);
	float: left;
	width: 20px;
	height: 34px;
	margin-right: 6px;
	line-height: 22px;
}

.uicMicrosoftTag.uicRed {
	line-height: 19px;
}

.uicYellow {
	background-image: url(../../AmadeusNB/images/yellowBalloonMarker.gif);
	float: left;
	width: 20px;
	height: 34px;
	margin-right: 6px;
	line-height: 22px;
}

.uicBlue {
	background-image: url(../../AmadeusNB/images/blueBalloonMarker.gif);
	float: left;
	width: 20px;
	height: 34px;
	margin-right: 6px;
	line-height: 22px;
}

.uicGoogleTag.uicRed,.uicGoogleTag.uicYellow,.uicGoogleTag.uicBlue {
	bottom: 10px;
}

.bingTag4 {
	background-image: url(../../AmadeusNB/images/tag4.gif);
	float: left;
	width: 23px;
	height: 26px;
	margin-right: 6px;
	line-height: 22px;
	color: white;
}

.bingTag10 {
	background-image: url(../../AmadeusNB/images/tag10.gif);
	float: left;
	width: 23px;
	height: 26px;
	margin-right: 6px;
	line-height: 22px;
	color: white;
}

.bingTag23 {
	background-image: url(../../AmadeusNB/images/tag23.gif);
	float: left;
	width: 23px;
	height: 26px;
	margin-right: 6px;
	line-height: 22px;
	color: white;
}

.bingTag22 {
	background-image: url(../../AmadeusNB/images/redCircleMarker.gif);
	color: white;
	float: left;
	height: 15px;
	line-height: 15px;
	margin-bottom: -7px;
	margin-right: 6px;
	margin-top: 7px;
	width: 15px;
}

.MapPushpinBase {
	pointer-events: auto !important;
}


/*

aria.multiselect.expandIcon.width=16px
aria.multiselect.expandIcon.height=16px
aria.multiselect.expandIcon.leftPadding=2
aria.multiselect.container.border.color=#C7C9C7
aria.multiselect.container.background.color=#FFFFFF
aria.multiselect.images.expandIcon=../images/autocomp/expand.png
aria.multiselect.footer.background.color
*/

.uicMS{
	position: relative;
}

.uicMSlistholder{
	position:absolute;
}
.uicMSList {
	background-color: #FFFFFF;
	border-width:1px;
	border-style: solid;
	border-color: #CCCCCC ;
	overflow:auto;
	padding-bottom:2px;
}
/* Deprecated for multiselect v2*/
.uicMSList ul{
	list-style-type:none;
	margin-left:0em;
	margin-top:0em;
	margin-bottom:0.3em;
	padding-left:0em;
}
/* Deprecated for multiselect v2*/
.uicMSList input{
	color: #333333;
	margin:0pt 0.2em;
	padding:1px 2px;
	vertical-align:middle;
}

.uicMSList  label{
	color: #333333;
}

.uicMSList  label.disabled{
	color: #222222;
}

/* Deprecated for multiselect v2*/
.uicMSList li{
	display:block;
	float: left;
	margin-left:0em;
	margin-top:0em;
	overflow:hidden;
}
/* Deprecated for multiselect v2*/
.uicMSList li div {
	padding-left:1.7em;
	text-indent:-1.7em;
	line-height:1.5em;
	*line-height:1.9em;
}

.multiSelectExpand {
	background:transparent url(../img/ico_multiselect.png) no-repeat scroll left center;
	cursor:pointer;
	height:18px;
	width:18px;
	text-decoration:none;
	*padding-top: 2px;
	border: 0;
	padding: 0;	
	vertical-align: middle;
}

/* Deprecated for multiselect v2*/
.uicMSFooter,
.uicMSBigFooter {	
	background-color: #C7C9C7;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	padding-left:2px;
	padding-right:2px;
}

/* Deprecated for multiselect v2*/
.uicMSFooter {
	height:1.5em;
}
/* Deprecated for multiselect v2*/
.uicMSBigFooter {
	height:2.5em;
}

/* Deprecated for multiselect v2*/
.uicMSBigFooter .footerBottomWrapper {
	display: block;
}

/* Deprecated for multiselect v2*/
.uicMSFooter a,
.uicMSBigFooter a {
	text-decoration:underline;
	color:#005eb8;
}

.uicMSClose {
	float:right; 
	text-align:right;
}

.uicMSDeselectAll {
	float:left; 
	text-align:left;
}


/*******************************************/
/*  Multiselect v2 CSS and overrrides      */
/*******************************************/


.uicMSOptionList {
	background-color: #FFFFFF;
	border:1px solid #C7C9C7;
	overflow:auto;
	overflow-x: hidden; /* PTR 03941196 for IE7 */
	padding-bottom:2px;
	zoom: 1; /* Trigger hasLayout for IE6 */
	padding-left: 2px;
	padding-bottom: 2px;
}

.uicMSOptionList .uicMSOptionWrapper{
	list-style-type:none;
	margin-left:0;
	margin-top:0;
	margin-bottom:0;
	padding-left:0;
}

.uicMSOptionList .uicMSOptionCheckbox{
	cursor:pointer;
	color: #333333;
	margin:0;
	padding:0;
	vertical-align:middle;
	*width:13px;
	*height:13px;
}

.uicMSOption{
	zoom: 1;
	margin-top: 1px;
	*margin-top: 3px;
	word-break:break-all;
}

.uicMSOptionList  label{
	color: #333333;
}

.uicMSOptionList  label.disabled{
	color: #222222;
}

/*
 *	Override for normal tableMode:
 */
.uicMSNotTableMode .uicMSOptionList .uicMSOption{
	cursor: pointer;
	display:block;
	float: left;
	margin-left:0em;
	
	overflow:hidden;
}

/*
 *	Override for tableMode:
 */
.uicMSTableMode .uicMSOptionList .uicMSOption {
	cursor: pointer;
}

.uicMSOptionList .uicMSCheckboxWrapper {
	display: block;
	width:100%;
	
	padding-left:1.7em;
	text-indent:-1.7em;
	/*line-height:1.5em;*/
	
}

/* 
	Modifications for vertical layout:
*/
.uicMSOptionList .uicMSColumnWrapper {
	padding: 0;
	margin: 0;
	display:block;
	float: left;
}

.uicMSOptionList .uicMSColumnWrapper .uicMSOption{
	float: none;
}


/*
	Label styles:
*/
.uicMSOptionList  label {
	cursor: pointer;
}

.uicMSOptionList .uicMSOptionDisabled label {
	color: #222222;
} 


.uicMSLinksArea {
	background-color:#FFFBF1;
	 border-left:1px solid #AB9B85;
	 border-right:1px solid #AB9B85;
	 border-bottom:1px solid #AB9B85;
	 padding : 1px 3px ;
	 *zoom: 1;
}
.uicMSLinksArea .footerBottomWrapper {
	display: block;
	*zoom: 1;
}

.uicMSLinksArea .footerBottomWrapper:after {
	content: ".";
    	display: block;
   	height: 0;
    	clear: both;
    	visibility: hidden;
}

.uicMSLinksArea .uicMSLink a {
	 *zoom:1;
	 cursor: pointer;
	 text-decoration:none;
	 color:#000000;
}

.uicMSLinksArea .uicMSLink a:hover {
	 *zoom:1;
	 text-decoration: underline;
}


.uicSliderContainer {
	margin-bottom:1em;
}

.horizontal{
	background:transparent url(../images/ruler.gif) repeat-x center;
	height:25px;
	position:relative;
}

.uicSliderNoTick {
	background:transparent url(../images/ruler.gif) repeat-x center;
}


.uicThumb {
	position:absolute;
	width:18px;
	height:100%;
	background:no-repeat url(../images/leftThumb.gif) bottom center;

}

.uicSliderLabel {
	display:block;
	height:0.7em;
	width:100%;
	position:relative;
}

.uicSliderLabelThumb {
	text-align:center;
	position:absolute;
	white-space:nowrap;
	background-color: transparent ;
	font-weight: 400 ;
	color: #333333 ;
}

.uicSliderTickLabel{
	position:absolute;
}

.uicSliderLabelMovingThumb {
	background-color: transparent ;
	font-weight: 400 ;
	color: #333333 ;
	z-index:5000;
}

.uicLimit{
	width:5px;
	height:10px;
	position:absolute;
	display:block;
	margin-top:11px;
	background-color: #005eb8;
	background-position: top;
} 

.min {
	left:0px;
}

.max {
	right:0px;
}

.uicSliderTick{
	width:1px;
	height:5px;
	position:absolute;
	background-color: #C7C9C7;
	top:7px;
	overflow:hidden;
}

.uicSliderRange {
	background: transparent url() repeat-x center;
	height:25px;
	position:absolute;
	left:0px;
}

.tt {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	color: #333333;
	font-size: 1em;
	background-color: #FFFFFF;
	padding: .5em;
	border: 1px solid #C7C9C7;
	width: auto;
}
.yresizable-handle {
    background:white none repeat scroll 0%;
    font-size:1px;
    line-height:6px;
    opacity:0;
    overflow:hidden;
    position:absolute;
    z-index:100;
}
.yresizable-handle-east {
    cursor:e-resize;
    height:100%;
    margin-right:-1px;
    right:0px;
    top:0px;
    width:6px;
}
.yresizable-handle-south {
    bottom:0px;
    cursor:s-resize;
    height:6px;
    left:0px;
    margin-bottom:-1px;
    width:100%;
}
.yresizable-handle-west {
    cursor:w-resize;
    height:100%;
    left:0px;
    top:0px;
    width:6px;
}
.yresizable-handle-north {
    cursor:n-resize;
    height:6px;
    left:0px;
    top:0px;
    width:100%;
}
.yresizable-handle-southeast {
    bottom:0px;
    cursor:se-resize;
    height:6px;
    right:0px;
    width:6px;
    z-index:101;
}
.yresizable-handle-northwest {
    cursor:nw-resize;
    height:6px;
    left:0px;
    top:0px;
    width:6px;
    z-index:101;
}
.yresizable-handle-northeast {
    cursor:ne-resize;
    height:6px;
    right:0px;
    top:0px;
    width:6px;
    z-index:101;
}
.yresizable-handle-southwest {
    bottom:0px;
    cursor:sw-resize;
    height:6px;
    left:0px;
    width:6px;
    z-index:101;
}
.yresizable-over .yresizable-handle,
.yresizable-pinned .yresizable-handle {
    opacity:1;
}
.yresizable-over .yresizable-handle-east,
.yresizable-pinned .yresizable-handle-east {
    background:transparent url() repeat scroll left center;
}
.yresizable-over .yresizable-handle-west,
.yresizable-pinned .yresizable-handle-west {
    background:transparent url() repeat scroll left center;
}
.yresizable-over .yresizable-handle-south,
.yresizable-pinned .yresizable-handle-south {
    background:transparent url() repeat scroll center top;
}
.yresizable-over .yresizable-handle-north,
.yresizable-pinned .yresizable-handle-north {
    background:transparent url() repeat scroll center top;
}
.yresizable-over .yresizable-handle-southeast,
.yresizable-pinned .yresizable-handle-southeast {
    background:transparent url() repeat scroll left top;
}
.yresizable-over .yresizable-handle-northwest,
.yresizable-pinned .yresizable-handle-northwest {
    background:transparent url() repeat scroll right bottom;
}
.yresizable-over .yresizable-handle-northeast,
.yresizable-pinned .yresizable-handle-northeast {
    background:transparent url() repeat scroll left bottom;
}
.yresizable-over .yresizable-handle-southwest,
.yresizable-pinned .yresizable-handle-southwest {
    background:transparent url() repeat scroll right top;
}
.yresizable-proxy {
    border: 1px dashed #C7C9C7;
    left:0pt;
    overflow:hidden;
    position:absolute;
    top:0pt;
    visibility:hidden;
    z-index:1001;
}
.yresizable-overlay {
      background:white;
      border:1px solid red;
    display:none;
    height:100%;
    left:0pt;
    position:absolute;
    top:0pt;
    width:100%;
    z-index:20000;
    opacity:0;
    filter:alpha(opacity=0);
}
.yunselectable {
    -moz-user-select:none;
    cursor:default;
}
.ydlg-proxy {
    background-color: #FFFFFF;
    border: 1px solid #C7C9C7;
    left:0pt;
    overflow:hidden;
    position:absolute;
    top:0pt;
    z-index:10001;
}
.ydlg-shadow {
    background: #222222;
    left:0pt;
    position:absolute;
    top:0pt;
}
.ydlg-focus {
    height:0px;
    left:0pt;
    outline-color:invert;
    outline-style:none;
    outline-width:0pt;
    overflow:hidden;
    position:absolute;
    top:0pt;
    width:0px;
}
.ydlg-mask {
    display:none;
    left:0pt;
    position:absolute;
    top:0pt;
    z-index:10000;
}

.uicMask {
    background-image : url(../images/Mask.png);
    background-repeat : repeat-x repeat-y;
}

.uicMaskIE6 {
    background-image : url(../images/MaskIE6.gif);
    background-repeat : repeat-x repeat-y;
}

body.masked {
    overflow:hidden;
}
.ydlg {
    overflow:hidden;
    position:absolute;
    top:0pt;
    z-index:10001;
}
.yresizable-proxy {
    z-index:10002;
}
.ydlg .ydlg-hd {
    background: #005eb8 url(../images/ImgFormHeader.gif) repeat-x scroll 0px 0px;
    color: #FFFFFF;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight: 700;
    line-height:normal;
    overflow:hidden;
    padding-left:5px;
    padding-top:5px;
    padding-bottom:5px;
    margin: 0;
}

.ydlg .ydlg-icon {
    /* By default we have no top left icons in dialog frame: */
    display: none;
}


/* CR2253496 - Types for dialog */
.ydlg .ydlg-type-overlay {
    position:absolute;
    top:1px;
    left:1px;
    height:53px;
}

.ydlg .ydlg-type-overlay .title {
    display: block;
    color: white;
    font-weight: bold;
    font-size: 1.2em;
    padding: 3px 20px 3px 5px;
    margin-left: 54px;
}
.ydlg .ydlg-type-overlay.ydlg-type-dossier {
    background: url(../images/borderlayout/coinDossier.gif) no-repeat 0 -2px;
}
.ydlg .ydlg-type-overlay.ydlg-type-dossier .title {
    background: url(../images/borderlayout/titleDossier.gif) no-repeat bottom right;
}
.ydlg .ydlg-type-overlay.ydlg-type-profile {
    background: url(../images/borderlayout/coinProfile.gif) no-repeat 0 -2px;
}
.ydlg .ydlg-type-overlay.ydlg-type-profile .title {
    background: url(../images/borderlayout/titleProfile.gif) no-repeat bottom right;
}
.ydlg .ydlg-type-overlay.ydlg-type-search {
    background: url(../images/borderlayout/coinSearch.gif) no-repeat 0 -2px;
}
.ydlg .ydlg-type-overlay.ydlg-type-search .title {
    background: url(../images/borderlayout/titleSearch.gif) no-repeat bottom right;
}
/* End of CR2253496 */

.ydlg .ydlg-hd-left {
    background:transparent url(../images/ImgFormHeader.gif) no-repeat  scroll 0px -82px;
    margin:0px;
    padding-left:3px;
}
.ydlg .ydlg-hd-right {
    background:transparent url(../images/ImgFormHeader.gif) no-repeat  scroll right -41px;
    padding-right:3px;
}

     /* set paddings to 0 when no corners are needed */
    .ydlg .ydlg-hd-left {
        padding-left:0px;
    }

    .ydlg .ydlg-hd-right {
        padding-right:0px;
    }


.ydlg .ydlg-dlg-body {
    position: absolute;
    background: #E5E5E5;
    border: 1px solid #005eb8;
    border-top: 0;
    overflow:hidden;
    padding: 0 5px 5px 5px;
}

.ydlg .ydlg-bd {
    overflow:hidden;
    position:relative;
    border: 1px solid #005eb8;
    background: #FFFFFF;
    padding: 0px;
}

.ydlg .ydlg-ft {
    overflow:hidden;
    padding:5px 5px 0px;
}
.ydlg .yui-ext-tabbody {
    background:white none repeat scroll 0%;
    overflow:auto;
}
.ydlg .ytabs-top .yui-ext-tabbody {
    border-color:-moz-use-text-color #6593CF rgb(101, 147, 207);
    border-style:none solid solid;
    border-width:0px 1px 1px;
}
.ydlg .ytabs-bottom .yui-ext-tabbody {
    border-color:#6593CF rgb(101, 147, 207) -moz-use-text-color;
    border-style:solid solid none;
    border-width:1px 1px 0px;
}
.ydlg .ylayout-container .yui-ext-tabbody {
    border:0px none;
}
.ydlg .inner-tab {
    margin:5px;
}
.ydlg .ydlg-ft .ybtn {
    clear:none;
    float:right;
    margin-right:5px;
}
.ydlg-draggable .ydlg-hd,.ydlg-draggable .ydlg-type-overlay {
    cursor:move;
}
.ydlg-closable .ydlg-hd {
    padding-right:22px;
}
.ydlg .ydlg-close {
    background-image:url(../images/close.gif);
    background-repeat:no-repeat;
    cursor:pointer;
    font-size:1px;
    height:16px;
    line-height:1px;
    margin:0px;
    padding:0px;
    position:absolute;
    right:4px;
    top:4px;
    visibility:inherit;
    width:16px;
    z-index:6;
}

.ydlg .ydlg-minimize, .ydlg .ydlg-maximize {
    background: url(../images/PortletStandardMinimize.gif) no-repeat center center;
    cursor:pointer;
    font-size:1px;
    height:16px;
    line-height:1px;
    margin:0px;
    padding:0px;
    position:absolute;
    right:19px;
    top:4px;
    visibility:inherit;
    width:16px;
    z-index:6;
}
.ydlg .ydlg-maximize {
    background: url(../images/PortletStandardUnminimize.gif) no-repeat center center;
}
.ydlg div.yresizable-handle-east {
    background-image:url();
    background-position:right center;
    border:0px none;
    margin-right:0pt;
}
.ydlg div.yresizable-handle-south {
    background-image:url();
    border:0px none;
    height:6px;
}
.ydlg div.yresizable-handle-west {
    background-image:url();
    background-position:1px 50%;
    border:0px none;
}
.ydlg div.yresizable-handle-north {
    background-image:url();
    border:0px none;
}
.ydlg div.yresizable-handle-northeast,
.ytheme-gray .ydlg div.yresizable-handle-northeast {
    background-image:url();
    border:0px none;
}
.ydlg div.yresizable-handle-northwest,
.ytheme-gray .ydlg div.yresizable-handle-northwest {
    background-image:url();
    border:0px none;
}
.ydlg div.yresizable-handle-southeast {
    background-image:url();
    background-position:right bottom;
    border:0px none;
    height:8px;
    width:8px;
}
.ydlg div.yresizable-handle-southwest {
    background-image:url();
    background-position:right top;
    border:0px none;
    margin-bottom:1px;
    margin-left:1px;
}
.ydd-drag-proxy {
    left:0pt;
    position:absolute;
    top:0pt;
    visibility:hidden;
    z-index:15000;
}
.ydd-drag-ghost {
    background-color:white;
    border-color:#dddddd #bbbbbb #bbbbbb #dddddd;
    border-style:solid;
    border-width:1px;
    color:black;
    font-family:arial,helvetica,sans-serif;
    font-size:1em;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:normal;
    opacity:0.85;
    padding:3px 3px 3px 20px;
    white-space:nowrap;
}
.ydd-drag-repair .ydd-drag-ghost {
    background-color:transparent;
    border:0px none;
    opacity:0.4;
    padding:0px;
}
.ydd-drag-repair .ydd-drop-icon {
    visibility:hidden;
}
.ylayer-shadow {
    background:#CCCCCC none repeat scroll 0%;
    opacity:0.2;
}

.hidden_dlg{
    top:0px;
    left:0px;
    visibility:hidden;
    position:absolute;
}

.ydlg-calculate-size{
    float:left;
}
 /* ================= CSS generated with... ================ */
/* ================= basic.xsl version 3 ============== */
/* ================= skin : AmadeusNB ===== */


/* Class used to prevent any breaking space on a line */ 
.nowrap
{
	white-space : nowrap;
}

/* Horizontal Text Alignment */ 
.alignLeft
{
	text-align:left;
}

.alignCenter
{
	text-align:center;
}

.alignRight
{
	text-align:right;
}

.alignJustify
{
	text-align:justify;
}

/* Horizontal Text Alignment */ 

.verticalAlignTop
{
	vertical-align:top;
}

.verticalAlignMiddle
{
	vertical-align:middle;
}

.verticalAlignBottom
{
	vertical-align:bottom;
}

/* Margin */ 
.marginAuto
{
	margin:0 auto;
}

/* Scrolling */
.scrollYes
{
	overflow: scroll;
}

.scrollNo
{
	overflow: hidden;
}
/* ================= old applicationUIO.ftl.css content ============ */

/* ================= Default styles ======================= */

/* Header section */
body {
    font-family:"Trebuchet MS", Arial, sans-serif;
    font-size: 11px;
    color:#333333;
    background-color:#FFFFFF;
}

body.homebackground {
    background-image:url("../../AmadeusNB/img/bg_body.png");
    background-position:top left;
    background-repeat:repeat-x;
    background-attachment:scroll;
    background-color:#D7D2CB;
}

span,div,form,ol,ul,p,th,em,sup,td,font{
    font-family:"Trebuchet MS", Arial, sans-serif;
    font-size: 11px;
    color:#333333;
}

/* Input */


input[type="text"], input[type="password"], select
{
    color: #333333;
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-size: 12px;
    background-color:#FFFFFF;
    background-position:left top;
    background-repeat:repeat-x;
    border:1px solid #C7C9C7;
    -moz-border-radius:0px;
    border-radius:0px;
    margin-left:0px;
}

input[disabled], select[disabled] {
  color: #787875;
  background-color:#C7C9C7;
  border-color:#FFFFFF;
}

input[type="checkbox"],input[type="radio"]{
  background-color:transparent;
}

input[type="button"].buttonCoreDisabled{
  background-color:transparent;
}

/* Site Container */
.siteContainer{
    width:1000px;
    min-height:500px;
   margin:0px auto 10px auto;
   overflow:visible;
   border-radius: 0px 0px 0px 0px;
   -moz-border-radius: 0px 0px 0px 0px;
   -webkit-border-radius:0px 0px 0px 0px;
   -moz-box-shadow: 0px 0px 0px black;
   -webkit-box-shadow: 0px 0px 0px black;
   box-shadow: 0px 0px 0px black;
   background-color : #FFFFFF;
   text-align:left;
   padding-bottom:1px;
}

/*Hide the white space at the end of schedule table*/
.ie7  #CreateSTR {
  background-color:#FFFFFF;
}

/* Container for popups */
.portletContainerDiv_BeaDefault {
  text-align:left;
}

/* Sidebar */
.sidebar{
    padding-top:0px;
    width:210px;
    overflow:hidden;
}

.sidebar .portletContainerDiv_Standard,.sidebar .portletContainerDiv_Background{
    width:200px;
    margin:0px 0px 0px 10px;
}

.sidebar .portletContainerDiv_LogoLine
{
    width:200px;
    margin:auto 10px auto 10px;
}

.portletContainerDiv_Line
{
    width:100%;
    padding-bottom: 0px;
    padding-top: 10px;
}

.portletContainerDiv_LogoLine
{
    padding-bottom: 0px;
    padding-top: 10px;
}

.portletContainerDiv_Standard, .portletContainerDiv_Background
{
    padding-bottom: 0px;
    padding-top:10px;
}

.portletContainerDiv_None{
    padding-bottom: 0px;
}

.portletContainerDiv_Line div.portletLine_header
{
    height:28px;
    background-image:url("../img/portletLine_headerLeft.png");
    background-position:left top;
    background-repeat:no-repeat;
}

.portletContainerDiv_Line div.text
{
    color:#FFFFFF;
    font-family:"Trebuchet MS", Arial, sans-serif;
    width:100%;
    padding:0px 18px 0 3px;
    height:28px;
    margin-left:6px;
    background-image:url("../img/portletLine_headerRight.png");
    background-position:right top;
    background-repeat:no-repeat;
    line-height:28px;
    float:left;
    width:auto;
}

.portletContainerDiv_Line div.portletContentDiv
{
    border: 0px;
    -moz-border-radius:0px 0px 0px 0px;
    border-radius:0px 0px 0px 0px;
}

.portletContainerDiv_Line div.portletHeaderDiv {
    border-bottom: none;
}

.portletContainerDiv_Standard div.portletContentDiv, .portletContainerDiv_Background div.portletContentDiv
{
    border:1px solid #e5e5e5;
    -moz-border-radius:0px 0px 0px 0px;
    border-radius:0px 0px 0px 0px;
}
.portletContainerDiv_Background div.portletContentDiv
{
    -moz-border-radius:0px;
    border-radius:0px;
}
.portletContainerDiv_Standard div.portletHeaderDiv, .portletContainerDiv_Background div.portletHeaderDiv
{
    padding: 0px 0px 0px 8px;
    border:0px;
    -moz-border-radius:0px 0px 0px 0px;
    border-radius:0px 0px 0px 0px;
    -webkit-border-radius:0px 0px 0px 0px;
    font-size: 16px;
    background:transparent url("../images/ImgFormHeader.gif") repeat-x;
}
.portletContainerDiv_Standard td.iconLeft, .portletContainerDiv_Background td.iconLeft
{
    background-image:none;
}

.portletContainerDiv_Standard td.underline, .portletContainerDiv_Background td.underline
{
    background-image:none;
    height:0px;
}

.portletContainerDiv_Standard td.iconBackground, .portletContainerDiv_Background td.iconBackground
{
    background-color:transparent;
    background-image:none;
}
.portletContainerDiv_Standard div.text, .portletContainerDiv_Background div.text
{
    color:#FFFFFF;
    font-family:"Trebuchet MS", Arial, sans-serif;
    font-size:16px;
    font-weight:bold;
    padding-left:0px;
    line-height:16px;
    padding-top:8px;
    padding-bottom:8px
}

.portletContainerDiv_Standard div.iconMin, .portletContainerDiv_Background div.iconMin
{
    margin-right:13px;
}

.portletContainerDiv_Standard div.iconHelp, .portletContainerDiv_Background div.iconHelp{
     margin-right:5px;
}
.portletContainerDiv_Standard div.iconUnmin, .portletContainerDiv_Background div.iconUnmin
{
    margin-right:13px;
}
.portletContainerDiv_LogoLine div.portletContentDiv
{
    border: 0px;
    -moz-border-radius:0px 0px 0px 0px;
    border-radius:0px 0px 0px 0px;
    padding:0;
}

.portletContainerDiv_LogoLine div.portletHeaderDiv
{
    border:0px;
    height: 0px;
	display:none;
}

.profileless .portletContainerDiv_Standard div.iconUnmin, .profileless .portletContainerDiv_Standard div.iconMin
{
	margin-bottom:8px;
}

/* Set overflow as visible so that the via autocomplete is visible on rail search */
#TravelPlanner {
    overflow:visible;
}

.messageBox {
    background-color:#F7F7FA;
  border-radius:0px;
  -moz-border-radius:0px;
    padding:10px;
}

.messageBox.noteBox{
    display:block;
}

.hide{
  display:none;
}

/* ================= Header ======================= */
#Header_uio{
    padding-bottom:0px;
	border-radius: 0px 0px 0px 0px;
	overflow:hidden;
	border-bottom-right-radius:0px;
	border-bottom-left-radius:0px;
}

#Header{
	overflow:hidden;
	border-radius: 0px 0px 0px 0px;
	border-bottom-right-radius:0px;
	border-bottom-left-radius:0px;
}

/* ================= Header v1 ======================= */
.headerTop{
  height:70px;
  background-image:url("../img/bg_header.jpg");
  background-repeat:no-repeat;
  background-position: 145px top;
  background-color:#FFFFFF;
}

.headerTop .headerTopImgLeftCustom,
.headerTop .headerTopImgLeft{
  float:left;
  width:145px;
  height:59px;
}

.headerTop .headerTopImgLeft{
  background-image:url("../images/ImgHeaderLeft1.jpg");
}

.headerTop .headerTopImgRightCustom,
.headerTop .headerTopImgRight{
  float:right;
  width:135px;
  height:59px;
  background-repeat:no-repeat;
}

.headerTop .headerTopImgRight{
  background-image:url("../images/ImgHeaderRight2.gif");
}

.headerInfo{
    width:100%;
    background-image:url("../img/bg_headerProfileLogin.png");
    background-repeat:repeat-x;
    background-position:bottom;
	height:40px;;
}

.headerInfo .headerNav{
    float:left;
    margin-top:8px;
    padding-left:10px;
}

.headerNav a, .headerNav a:link, .headerNav a:visited, .headerNav a:active {
    padding-right:15px;
    color:#FFFFFF;
    text-decoration:underline;
}

.headerNav a:hover {
    color:#FFFFFF;
}

.headerProfile, .headerProfiless{
    float:right;
    padding:0px 10px 0px 10px;
    text-align:right;
}


#navBarSelectLanguage, #navBarSelectCountry{
    font-size:1.3em;
    line-height:25px;
    height:25px;
    font-weight:normal;
    padding:5px 0px 5px 15px;
}

#navBarLogout{
    clear:both
}

.headerProfileInfo{
    font-size:1.3em;
    color:#FFFFFF;
    line-height:25px;
}

.headerProfileInfo .headerProfileCommunity{
    color:#FFFFFF;
    font-weight:bold;
    margin-left:10px;
    font-size:1em;
}

.headerProfile a, .headerProfile a:link, .headerProfile a:visited, .headerProfile a:active, .headerProfiless a, .headerProfiless a:link, .headerProfiless a:visited, .headerProfiless a:active{
    padding-left:10px;
    color:#FFFFFF;
    text-decoration:underline;
}
.headerProfile .headerProfileLogout, .headerProfiless .headerProfileLogout{
    padding-right:15px;
    background-image:url("../img/picto_close.png");
    background-repeat:no-repeat;
    background-position:right;
}

.headerProfiless .headerProfileLogout{
    background-image:url("../img/picto_arrowRight.png");
}

.headerPadding {
	background-color: #FFFFFF;
}

/* ================= Header v2 ======================= */

#Banner .header{
  height:70px;
  width:1000px;
  background-position:top left;
  background-image:url(../../AmadeusNB/img/bg_headerV2.jpg);
  background-repeat:no-repeat;
}

.header .headerInformation{
  background-image:url(../../AmadeusNB/img/bg_header_info.png);
  background-repeat:no-repeat;
  height:70px;
  width:390px;
  margin-left:570px;
  padding:0px 20px;
  position:relative;
}

.ie7 .quirks .header .headerInformation,
.ie8 .quirks .header .headerInformation,
.ie9 .quirks .header .headerInformation{
  width:430px;
}

.header .headerUser{
  color:#333333;
  font-size:13px;
  float:left;
  width:220px;
  margin:10px 0px;
  text-overflow:ellipsis;
  overflow:hidden;
  white-space:nowrap;
}

.header .headerUser .username{
  color:#333333;
  font-size:13px;
  font-weight:bold;
}

.header .headerCommunity{
  color:#333333;
  font-size:13px;
  font-weight:bold;
  float:right;
  width:150px;
  margin:10px 0px;
  text-overflow:ellipsis;
  overflow:hidden;
  white-space:nowrap;
  text-align:right;
}

.header .headerProfiless{
  padding:0px;
  position:absolute;
  left:20px;
  top:8px;
  right:40px;
  text-align:left;
}

.ie7 .quirks  .header .headerProfiless,
.ie8 .quirks  .header .headerProfiless {
  right:0;
}

.header #navBarSelectLanguage,
.header #navBarSelectCountry{
  font-size:12px;
  padding:0px;
  color:#333333;
}

.header #navBarSelectCountry{
  margin-right:20px;
}

.header .headerLinks{
  position:absolute;
  right:20px;
  bottom:11px;
  width:390px;
  text-align:right;
}

.header .headerLinks a{
  color:#005eb8;
  margin-left:10px;
  text-decoration:none;
  white-space:nowrap;
}

.header .headerLinks a:hover {
  text-decoration:underline;
}

.header .headerLogout,
.header .headerRedirect{
  padding-right:15px;
  background-image:url(../../AmadeusNB/img/picto_logout.png);
  background-repeat:no-repeat;
  background-position:right bottom;
}

.header .headerRedirect{
  background-image:url(../../AmadeusNB/img/picto_arrowRight.png);
}

.header .headerRedirect a{
  margin-left:20px;
}

/* ================= Subnavigation ======================= */
.navigation .menu {
    height:39px;
    background:transparent url("../img/bg_navigationBar.png") repeat-x top left;
    text-align:center;
    position:relative;
}

.navigation .menu ul{
    list-style: inside none;
    display:inline;
    padding-left:0px;
}

.navigation .menu li{
    display:inline;
    height:39px;
    margin-left:-3px;
}

.navigation .menu li a, .navigation .menu li a:link, .navigation .menu li a:visited, .navigation .menu li a:active:hover{
    display:inline-block;
    height:39px;
    line-height:39px;
    margin:0px;
    padding-left:10px;
    padding-right:10px;
    background:transparent url("../img/bg_navigationTab.png") repeat-x left -40px;
    color:#FFFFFF;
    text-decoration:none;
    font-size:1.7em;
    border-left:0px solid #669ed4;
    border-right:1px solid #669ed4;
    border-radius:0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
}

.navigation .menu li:first-child a,
.navigation .menu li:first-child a:link,
.navigation .menu li:first-child a:visited,
.navigation .menu li:first-child a:active:hover{
	border-left:1px solid #669ed4;
}

.navigation .menu li a:hover{
    cursor:pointer;
    background-position:top left;
    color:#ffffff;
}

.navigation .menu li.selected a, .navigation .menu li.selected a:link, .navigation .menu li.selected a:visited, .navigation .menu li.selected a:hover, .navigation .menu li.selected a:active, .navigation .menu li.selected a:active:hover{
    background-position:bottom left;
    cursor:pointer;
    border-left-color:#669ed4;
    border-right-color: #669ed4;
    color:#005EB8;
}

/* To remove when Service Tools link will disappear */
#navBarServiceTools, #navBarHelpIcon,#navBarFunctionalLogsHotel_act, #navBarFunctionalLogsHotel_show {
    float:left;
    font-family:"Trebuchet MS", Arial, sans-serif;
    padding-right:10px;
    background-repeat: no-repeat;
    font-size:12px;
    font-weight:bold;
    cursor: pointer;
    color: #FFFFFF;
    margin-left:5px;
    text-decoration:none;
}

/* Temporary display for the help icon */
#navBarHelpIcon{
    padding: 4px 10px 0px 20px;
    background-image: url("../images/PortletLineHelp.gif");
    background-position: 2px 5px;
}

#navBarContainer,#navBarLogLinkContainer a:hover{
    color:#00A9E0;
}

#navBarContainer {
    margin-top: 15px;
    position: absolute;
    right: 0px;
    top: 0px;
}

#navBarLogLinkContainer{
    position: absolute;
    right: 0px;
    top:0px;
}

.navBarFunctionalLogsHidden{
        display:none;
}



/* ================= Subnavigation ======================= */

.navigation .submenu{
    background-color:#f7f7fa;
    text-align:center;
}

#HNavBarLogin .navigation .submenu {
    height:auto!important;
    height:16px;
    line-height:16px;
}

.navigation .submenu ul{
    margin:0px;
    list-style: none;
    display:inline;
}

.navigation .submenu li{
    display:inline;
}

.navigation .submenu ul li a, .navigation .submenu ul li a:link, .navigation .submenu ul li a:visited {
    display:inline-block;
    width:100px;
    margin-left:10px;
    margin-right:10px;
    color:#005EB8;
    text-align:center;
    text-decoration:none;
    font-size:1em;
    font-weight:bold;
    vertical-align : top;
    margin-bottom:5px;
}

.navigation .submenu ul li.selected a, .navigation .submenu ul li.selected a:link, .navigation .submenu ul li.selected a:visited {
  color:#CE0058;
}

.navigation .submenu ul li a:hover{
  color:#00A9E0;
  zoom:1;
}

.navigation .submenu ul li a .icon,
.navigation .submenu ul li a:link .icon,
.navigation .submenu ul li a:visited .icon,
.navigation .submenu ul li a:active:hover .icon{
    margin:8px auto 2px auto;
    background-repeat:no-repeat;
    height:28px;
    width:28px;
    cursor:pointer;
    background-image: url("../img/sprite_subnav.png");
}

.navigation .submenu .submenu_Air{background-position:0px 0px;}
.navigation .submenu a:hover .submenu_Air{background-position:0px -28px;}
.navigation .submenu li.selected .submenu_Air{background-position:0px -56px;}
.navigation .submenu .submenu_Rail,
.navigation .submenu .submenu_LightRail{background-position:-28px 0px;}
.navigation .submenu a:hover .submenu_Rail,
.navigation .submenu a:hover .submenu_LightRail{background-position:-28px -28px;}
.navigation .submenu li.selected .submenu_Rail,
.navigation .submenu li.selected .submenu_LightRail{background-position:-28px -56px;}
.navigation .submenu .submenu_AirRail{background-position:-56px 0px;}
.navigation .submenu a:hover .submenu_AirRail{background-position:-56px -28px;}
.navigation .submenu li.selected .submenu_AirRail{background-position:-56px -56px;}
.navigation .submenu .submenu_Car{background-position:-84px 0px;}
.navigation .submenu a:hover .submenu_Car{background-position:-84px -28px;}
.navigation .submenu li.selected .submenu_Car{background-position:-84px -56px;}
.navigation .submenu .submenu_Hotel{background-position:-112px 0px;}
.navigation .submenu a:hover .submenu_Hotel{background-position:-112px -28px;}
.navigation .submenu li.selected .submenu_Hotel{background-position:-112px -56px;}
.navigation .submenu .submenu_MoreServices, .navigation .submenu .submenu_ProviderCustom{background-position:-140px 0px;}
.navigation .submenu a:hover .submenu_MoreServices, .navigation .submenu a:hover .submenu_ProviderCustom{background-position:-140px -28px;}
.navigation .submenu li.selected .submenu_MoreServices, .navigation .submenu li.selected .submenu_ProviderCustom{background-position:-140px -56px;}
.navigation .submenu .submenu_Trip{background-position:-168px 0px;}
.navigation .submenu a:hover .submenu_Trip{background-position:-168px -28px;}
.navigation .submenu li.selected .submenu_Trip{background-position:-168px -56px;}
.navigation .submenu .submenu_PLANNED{background-position:-196px 0px;}
.navigation .submenu a:hover .submenu_PLANNED{background-position:-196px -28px;}
.navigation .submenu li.selected .submenu_PLANNED{background-position:-196px -56px;}
.navigation .submenu .submenu_REQUESTING_APPROVAL{background-position:-224px 0px;}
.navigation .submenu a:hover .submenu_REQUESTING_APPROVAL{background-position:-224px -28px;}
.navigation .submenu li.selected .submenu_REQUESTING_APPROVAL{background-position:-224px -56px;}
.navigation .submenu .submenu_PAST{background-position:-252px 0px;}
.navigation .submenu a:hover .submenu_PAST{background-position:-252px -28px;}
.navigation .submenu li.selected .submenu_PAST{background-position:-252px -56px;}
.navigation .submenu .submenu_RECEIVED{background-position:-280px 0px;}
.navigation .submenu a:hover .submenu_RECEIVED{background-position:-280px -28px;}
.navigation .submenu li.selected .submenu_RECEIVED{background-position:-280px -56px;}
.navigation .submenu .submenu_ARRANGED{background-position:-308px 0px;}
.navigation .submenu a:hover .submenu_ARRANGED{background-position:-308px -28px;}
.navigation .submenu li.selected .submenu_ARRANGED{background-position:-308px -56px;}
.navigation .submenu .submenu_Traveller{background-position:-336px 0px;}
.navigation .submenu a:hover .submenu_Traveller{background-position:-336px -28px;}
.navigation .submenu li.selected .submenu_Traveller{background-position:-336px -56px;}
.navigation .submenu .submenu_PNR{background-position:-364px 0px;}
.navigation .submenu a:hover .submenu_PNR{background-position:-364px -28px;}
.navigation .submenu li.selected .submenu_PNR{background-position:-364px -56px;}
.navigation .submenu .submenu_Personal{background-position:-392px 0px;}
.navigation .submenu a:hover .submenu_Personal{background-position:-392px -28px;}
.navigation .submenu li.selected .submenu_Personal{background-position:-392px -56px;}
.navigation .submenu .submenu_Payment{background-position:-420px 0px;}
.navigation .submenu a:hover .submenu_Payment{background-position:-420px -28px;}
.navigation .submenu li.selected .submenu_Payment{background-position:-420px -56px;}
.navigation .submenu .submenu_Delivery{background-position:-448px 0px;}
.navigation .submenu a:hover .submenu_Delivery{background-position:-448px -28px;}
.navigation .submenu li.selected .submenu_Delivery{background-position:-448px -56px;}
.navigation .submenu .submenu_Preferences{background-position:-476px 0px;}
.navigation .submenu a:hover .submenu_Preferences{background-position:-476px -28px;}
.navigation .submenu li.selected .submenu_Preferences{background-position:-476px -56px;}
.navigation .submenu .submenu_Custom{background-position:-504px 0px;}
.navigation .submenu a:hover .submenu_Custom{background-position:-504px -28px;}
.navigation .submenu li.selected .submenu_Custom{background-position:-504px -56px;}
.navigation .submenu .submenu_Login{background-position:-532px 0px;}
.navigation .submenu a:hover .submenu_Login{background-position:-532px -28px;}
.navigation .submenu li.selected .submenu_Login{background-position:-532px -56px;}

.portletContentDiv .review_Empty_List_Msg{
    padding: 20px 5px 10px 5px;
}
.portletContentDiv  td.directSearch_PNR{
    padding: 0px 10px;
}

/* ================= Footer ======================= */
.footer{
    border-top: 0px;
    color:#333333;
    text-align:center;
}

.footer a{
    color:#005eb8
}


/* ================= Process Indicator page ======================= */
/*
Should be probably removed - to be checked

.bgProcess,
.bgProcessSelect {
    width:auto;
    padding-left:5px;
    padding-right:5px;
    background-image:none;
}

.bgProcess div.text,
.bgProcessSelect div.textSelect {
    font-family : "Trebuchet MS", Arial, sans-serif;
    padding-top:5px;
}

.bgProcess div.text {
    color :#787875;
    font-size : 13px;

}

.bgProcessSelect div.textSelect {
    color : #CE0058;
    font-size : 16px;
    font-weight:bold;
}

div.textSeparator,
div.textSeparatorSelect {
    width: 14px;
    background-image: url("../img/picto_separator.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    color :#FFFFFF;
    height:15px;
    padding-top:0px;
}
*/


/*=======================  Form  ===============================*/

.formHeader{
  border-top-right-radius:0px;
  -moz-border-radius-topright:0px;
  -webkit-border-top-right-radius:0px;
  border-top-left-radius:0px;
  -moz-border-radius-topleft:0px;
  -webkit-border-top-left-radius:0px;
  min-height:29px;
  height:auto;
  padding:0px;
}

.formHeader .tripTypeSelection,.formHeader .tripTypeSelectionEmpty{
  padding:5px;
}

.formHeader .tripTypeSelection .item{
  float:left;
}

.formHeader input[type="radio"]{
	margin: 0px 0px 0px 6px;
	vertical-align: middle;
}

.formHeader label{
	vertical-align: middle;
}

.formHeaderLeft{
  background-image:none;
}

form.formInPortlet{
    padding: 10px;
    width:auto;
    *width:98%;
}
table.tableInPortlet{
    padding:10px;
}
div.divInPortlet{
    padding:10px;
}

div.noSpaceTop{
    padding-top:0px;
}

div .divInPortlet.noMargin{
  margin:0;
}

div .divInPortlet.noPadding{
  padding:0;
}


div.divInPortlet.noSpaceTop{
    padding-top:0px;
}

.pSection{
	background-image:url("../img/bg_pSection.png");
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	margin-bottom:10px;
	padding:10px;
	zoom:1;
}

.pSection.noRadiusBL{
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-left-radius: 0px;
}

.pSectionTab{
	background-image:url("../img/bg_pSection.png");
	border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
	margin:-10px 0px 10px 0px;
	padding: 5px 10px 10px 10px;
	width:300px;
}



/*=======================  Placeholder  =================================*/
.hideInputPlaceholder{
  display: none;
}

.showInputPlaceholder{
	font-style: italic;
  display: block;
  position:absolute;
  z-index: 5;
  left:0px;
  padding:5px;
  color:#787875;
}

.searchPanel .carFieldset .bFields{
  padding-bottom:10px;
}
.searchPanel .carFieldset .lastItem{
  padding-bottom:0px;
}


/*=======================  Tables  ===============================*/
.tableResultsHE, .tableResultsNoSortHE, .tableResultsNoSortHE thead{
    border-top:0px;
    border-bottom:0px;
    margin-bottom:0px;
    table-layout:fixed;
    background-color:#005EB8;
    background-image:url("../img/tableResultsHE.png");
    background-position:left bottom;
    background-repeat:repeat-x;
}
.tableResultsHE thead tr, .tableResultsNoSortHE thead tr{
    font-family:"Trebuchet MS", Arial, sans-serif;
    font-weight:bold;
    text-align:center;
    color:#FFFFFF;
}

.tableResultsHE thead tr td, .tableResultsNoSortHE thead tr td,
.tableResultsNoSortHE thead tr td span b{
    font-family:"Trebuchet MS", Arial, sans-serif;
    font-size:13px;
    font-weight:bold;
    text-align:center;
    color:#FFFFFF;
    background-color:transparent;
    padding-bottom:10PX;
    padding-top:5px;
}

.tableResultsNoSortHE thead tr td {
    text-align:left;
	  padding-bottom:5px;
}

#tdLeft{
    text-align:left;
}

#tdSelectButton {
    text-align: right;
}

.tableResultsNoSortHE a:link, .tableResultsNoSortHE a:visited, .tableResultsNoSortHE a:hover,
.tableResultsNoSortHE thead tr td.farePrice a:link, .tableResultsNoSortHE thead tr td.farePrice a:visited, .tableResultsNoSortHE thead tr td.farePrice a:hover {
      color: #FFFFFF;
}


.tableResultsMB, div.tripSummaryResult .tableResultSummary {
    border-left: 1px solid #C7C9C7;
    border-right: 0px;
    border-bottom: 1px solid #C7C9C7;
    border-top: 0px;
    table-layout:fixed;
    background-color : #FFFFFF;
}

.tableResultsMB tbody tr td, div.tripSummaryResult .tableResultSummary tbody tr td {
    font-family:"Trebuchet MS", Arial, sans-serif;
    font-size:12px;
    line-height:16px;
    color:#333333;
    padding-left:5px;
    overflow: hidden;
    border-right: 1px solid none
}

.tableResultsMB tbody tr td.Notfirst, div.tripSummaryResult .tableResultSummary  tbody tr td.NotFirst{
    border-top: 1px solid #C7C9C7;
}

.tableResultsMBline {
    display:none;
}

.lineSeparator {
    border-bottom:0px;
}


.subtitle{
    font-family:"Trebuchet MS", Arial, sans-serif;
    font-size: 11px;
}

/*======================= Big Button ===============================*/
.buttonCore,
.buttonCoreDisabled,
.fixedButtonArea .buttonBorder input{
    background-image: url("../../AmadeusNB/img/sprite_button_right.png");
    background-position:right top;
    background-color: transparent;
    background-repeat: no-repeat;
    height:31px;
    margin:0px 0px 0px 5px;
    padding: 0px 5px 0px 0px;
    font-size:16px;
    font-weight:bold;
    border:none;
    cursor: pointer;
    overflow:visible;
    color:#FFFFFF;
    -webkit-appearance:none;
    -moz-border-radius:0px;
    border-radius:0px;
}
.modiButtonCore {
    height:31px !important;
}
.buttonBorder,
.buttonBorderDisabled{
    background-image: url("../../AmadeusNB/img/sprite_button_left.png");
    background-position:left top;
    background-color: transparent;
    height: 31px;
    margin: 0px;
    padding: 0px;
    display:inline-block;
    vertical-align:bottom;
    border:none;
    font-size:11px;
    cursor: pointer;
    width:auto!important;
}
.buttonBorder:hover{
    background-position:left -31px;
}
.buttonBorder:hover .buttonCore{
    background-position:right -31px;
}
.buttonCoreDisabled{
    cursor:default;
    color:#FFFFFF!important;
    background-position:right -62px;
    vertical-align:top;
	width:auto!important;
}
.buttonBorderDisabled{
    background-position:left -62px;
}

/*======================= Small Button ===============================*/
.buttonCore.small,
.buttonCoreDisabled.small{
    background-position:right -93px;
    height:20px;
    font-size:11px;
}
.buttonBorder.small,
.buttonBorderDisabled.small{
    background-position:left -93px;
    height: 20px;
}
.buttonBorder.small:hover{
    background-position:left -113px;
}
.buttonBorder.small:hover .buttonCore.small{
    background-position:right -113px;
}
.buttonBorderDisabled.small{
    background-position:left -133px;
}
.buttonCoreDisabled.small{
    background-position:right -133px;
}

/* Hack for Multiple Classes not recognized under IE in quirks mode */
/* as soon as all the application will be in strict mode, we will be able to remove this css hack... */
.buttonCoreSmall{
    background-image: url("../../AmadeusNB/img/sprite_button_right.png");
    background-position:right -93px;
    background-color: transparent;
    background-repeat: no-repeat;
    height:20px;
    margin:0px 0px 0px 6px;
    padding: 0px 6px 0px 0px;
    font-size:11px;
    font-weight:bold;
    border:none;
    cursor: pointer;
    overflow:visible;
    color:#FFFFFF;
    -webkit-appearance:none;
    -moz-border-radius:0px;
    border-radius:0px;
}

.buttonBorderSmall{
    background-image: url("../../AmadeusNB/img/sprite_button_left.png");
    background-position:left -93px;
    background-color: transparent;
	background-repeat: no-repeat;
    height: 20px;
    margin: 0px;
    padding: 0px;
    display:inline-block;
    vertical-align:bottom;
    border:none;
    font-size:11px;
    cursor: pointer;
}
.buttonBorderSmall:hover{
    background-position:left -113px;
}
.buttonBorderSmall:hover .buttonCoreSmall{
    background-position:right -113px;
}

/* End Hack for Multiple Classes */

/* adaptation for AT buttons */
.fixedButtonArea .buttonBorder input{
	 margin: -1px 0 0 5px;
}

/* ================= Messages (errors, warnings, etc.) ======================= */
ul.msgList {
  list-style:outside none;
  padding:10px 10px 3px 10px;
  margin:0 0 10px 0;
  opacity:0.85;
  filter:alpha(opacity=85);
  background-color:transparent;
  border:0px transparent solid;
  border-bottom:2px solid transparent;
  border-radius:0px;
  -moz-border-radius:0px;
  zoom:1;
}

.msgList.E{border-bottom-color:#CE0058;}
.msgList.F {border-bottom-color:#CE0058;}
.msgList.W {border-bottom-color:#FFB549;}
.msgList.O {border-bottom-color:#309712;}
.msgList.I {border-bottom-color:#005EB8;}

.formInPortlet ul.msgList{
  margin: 0;
}

li.msg {
  padding-left:20px;
  margin:0 0 7px;
  background-repeat:no-repeat;
  font-size:12px;
  list-style:outside none;
}

.msg .level {
  font-weight:bold;
  font-size:12px;
}

.msgContainer .E, #errorDiv .E {
  background-color:#f7f7fa;
  color:#CE0058;
}

.msgContainer .E a, #errorDiv .E a {
  color:#CE0058;
}

.msgList .E{
  background-image:url("../img/ico_error.png");
}

.msgList .E .level, .msgList .E .level a {
  color:#CE0058;
}

.msgContainer .F, #errorDiv .F{
  background-color:#f7f7fa;
  color:#CE0058;
}

.msgContainer .F a, #errorDiv .F a{
  color:#CE0058;
}

.msgList .F {
  background-image:url("../img/ico_fatal.png");
}

.msgList .F .level, .msgList .F .level a {
  color:#CE0058;
}

.msgContainer .W, #errorDiv .W{
  background-color:#f7f7fa;
  color:#333333;
}

.msgContainer .W a, #errorDiv .W a{
  color:#333333;
}

.msgList .W {
  background-image:url("../img/ico_warning.png");
}

.msgList .W .level, .msgList .W .level a {
  color:#333333;
}

.msgContainer .O, #errorDiv .O {
  color:#333333;
  background-color:#f7f7fa;
}

.msgContainer .O a, #errorDiv .O a {
  color:#333333;
}

.msgList .O {
  background-image:url("../img/ico_confirm.png");
}

.msgList .O .level, .msgList .O .level a {
  color:#333333;
}

.msgContainer .I, #errorDiv .I {
  color:#333333;
  background-color:#f7f7fa;
}

.msgContainer .I a, #errorDiv .I a {
  color:#333333;
}

.msgList .I {
  background-image:url("../img/ico_information.png");
}

.msgList .I .level, .msgList .I .level a, .msgList .I span {
  color:#333333;
}

.errorFieldIcon,
.errorFieldIconIE7 {
  background-image:url("../img/ico_error.png");
  background-repeat:no-repeat;
  z-index: 2;
}

.errorFieldIconHotelRule {
  position: relative;
  width: 16px;
  left: 0;
  float: left;
  margin-left: 3px;
}



#errorDiv {
  padding:0px;
  text-align: left;
}

.portletContainerDiv_Line div.portletContentDiv #errorDiv {
  padding:0;
}

/* Used for some warnings displayed in the page, mainly in profile pages */
.WarningText {
  background-image:url("../img/ico_warning.png");
  line-height:16px;
  height:auto;
  zoom:1;
}

/* Warning displayed on the top when some fields become mandatory (profile) */
#missingFieldLink, #missingFieldLink2 {
  background-color:#f7f7fa;
  border-radius:0px;
  -moz-border-radius:0px;
  opacity:0.8;
  filter:alpha(opacity=80);
  padding:10px;
}

/* Invalid traveller profile on TAW */
#invalidProfileTD {
  border-radius:0px;
  -moz-border-radius:0px;
  background-color:#f7f7fa;
  color:#CE0058;
  background-position:4px 3px;
}

.msgListWithMoreDetails {
  margin-bottom: 0 !important;
}

.msgDetailsContainer {
  background-color: #C7C9C7;
  margin: 0px 10px;
  border-radius: 0px 0px 0px 0px;
  padding: 10px 10px 1px;
  overflow: hidden;
}

.msgMoreDetailsLinkContainer {
  margin: 0px 10px 0px auto;
  text-align: right;
}

.msgMoreDetailsLinkContainer .msgMoreDetailsLink {
  background: #C7C9C7;
  display: inline-block;
  text-align: center;
  border-radius: 0px 0px 0px 0px;
  cursor: pointer;
  padding: 5px 10px;
  margin-bottom: 10px;
}

/*======================= Trip Summary ===============================*/

td.paxProfile{
    background-color: #E5E5E5;
    border: 0px;
    padding:10px;
    -moz-border-radius:0px;
    border-radius:0px;
}

.summaryIgnoreModificationLink {
  padding:0 0 0 25px;
  vertical-align:bottom;
}

.summaryFinalyzeButton{
  vertical-align:bottom;
}

/*------ Summary Global header ------*/
.summaryGlobal {
    background-color:#C98F2B;
    padding: 5px 5px 5px 5px;
    background-image: url("../img/bg_summaryGlobal.png");
    background-position:left top;
    background-repeat:repeat-x;
    margin-bottom:-1px;
    margin-top:5px;
}

.summaryGlobalPrice,
.summaryGlobalPrice span {
    font-size:16px;
    color:#FFFFFF;
}

.summaryGlobalPrice span {
    font-size: 11px;
}

.summaryGlobalStatus {
    font-size: 11px;
    color: #FFFFFF;
}

.summmaryHE
{
    margin-bottom:0px;
    table-layout:fixed;
    background-color:#005EB8;
    background-image:url("../img/tableResultsHE.png");
    background-position:left bottom;
    background-repeat:repeat-x;
    padding:3px;
}

.summmaryPrice
{
    font-family:"Trebuchet MS", Arial, sans-serif;
    font-size:11px;
    width:65%;
}

.summmaryPriceExtProvider{
    font-family:"Trebuchet MS", Arial, sans-serif;
    font-size:11px;
    width:54%;
	color: #FFFFFF;
}

.summmaryExtProvider
{
    width:23%;
	color: #FFFFFF;
}

.summmaryPrice .greyableElement,
.summmaryPrice .greyableElement span {
   color:#FFFFFF;
}

.summaryStatus
{
    font-family:"Trebuchet MS", Arial, sans-serif;
    font-size:11px;
}

.summaryWait
{
    font-family:"Trebuchet MS", Arial, sans-serif;
    font-size:11px;
}

.sectionTitle,
.tableProfile td.profSection, .tableProfile td.profTitle
{
    border-bottom:0px;
    background-image: url("../img/bg_footer.png");
    background-position:left bottom;
    background-repeat:repeat-x;
}

.tableProfile td.profSection, .tableProfile td.profTitle{
    color:#005EB8;
}

a #displaySelectTravelArranger,
a #displayAddTravelArranger,
a #displaySelectTravelApprover,
a #displayAddTravelApprover,
a #displaySelectDesignatedTravelApprover,
a #displayAddDesignatedTravelApprover,
a #displayAddDesignatedTravelArranger,
a #displaySelectPreferredTravelApprover
{
    color:#005eb8;
    text-decoration:underline;
}

a:hover #displaySelectTravelArranger,
a:hover #displayAddTravelArranger,
a:hover #displaySelectTravelApprover,
a:hover #displayAddTravelApprover,
a:hover #displaySelectDesignatedTravelApprover,
a:hover #displayAddDesignatedTravelApprover,
a:hover #displayAddDesignatedTravelArranger,
a:hover #displaySelectPreferredTravelApprover
{
    color:#00A9E0;
    text-decoration:underline;
}

.divTS{
    margin-bottom:5px;
}

.roundedTop{
    -moz-border-radius:0px 0px 0px 0px;
    border-radius:0px 0px 0px 0px;
}

.quickSearch, .quickSearch:visited, .quickSearch:hover
{
    font-size: 14px;
    line-height:25px;
}

.quickSearchActive
{
    font-size: 14px;
    line-height:25px;
}

.quickStartType td, .quickStartType td a, .quickStartType td a, .quickStartType td a: hover{
    font-size:14px;
    line-height:25px;
}

.tripElementStd{
  margin:10px 0;
}

/*======================= Avail ===============================*/
.tableResultsTS1{
    -moz-border-radius:0px 0px 0px 0px;
    border-radius:0px 0px 0px 0px;
}

.AnalyserFiltering td
{
    color: #FFFFFF;
    font-family: "Trebuchet MS", Arial, sans-serif;
}

#FATotal{
	color: #FFFFFF;
}

.FATotalResults td{
	color: #FFFFFF;
}

.FilterPrice
{
	background-color: #FFFFFF;
}

.ImgPlane2
{
    background-image: url(../img/ico_tab_air.png);
    height: 18px;
    width: 18px;
}

.ImgTrain
{
    background-image: url(../img/ico_tab_rail.png);
    height: 18px;
    width: 18px;
}

div.popmenuBox
{
	text-align: left;
}

.segmentContent li {
	list-style-type : none;
}

/*======================= Search ===============================*/
.searchPanel label{
  font-weight:bold;
  font-size:12px;
}

.searchPanel .bFields input{
  height:20px;
  padding-left:2px;
}

.searchPanel .bFields input[type="checkbox"]{
  height:auto;
}

.searchPanel .bFields select{
  height:22px;
  height:23px\9;
  padding:1px;
}

.searchPanel .formHeader label{
  margin-right:15px;
  color:#F7F7FA;
  font-size:1em;
}

.searchPanel .formContent{
  background-position:top right;
  background-repeat:no-repeat;
}

.searchPanel .formContent label.normal , .portletContentDiv .searchPanel label.normal {
  font-weight:normal;
}

.searchPanel .bLevel1{
  width:650px;
  margin-top:5px;
}

.searchPanel .bLevel1.firstItem{
  margin-top:0px;
}

.searchPanel .bLevel2{
  float:left;
  width:300px;
  margin-right:20px;
}

.searchPanel .bLevel3{
  float:left;
  width:143px;
}

.searchPanel .bFields{
  display:block;
}

.searchPanel .bFields .col33{
  width:33%;
  float:left;
  margin-right:10px;
}

.searchPanel .fsLevel1{
  width:100%;
  margin-top: 5px;
}

.searchPanel .fTripReason{
  width:100%;
}

.searchPanel .fClassService,
.searchPanel .fCarLocationType{
  width:271px;
}

.searchPanel .fNumTravellers,
.searchPanel .fTimeWindow,
.searchPanel .fRadius {
  width:75px;
}

.searchPanel .lNote{
	margin-left:10px;
}

.searchPanel .directTrip,
.airModification .directTrip {
  float:left;
  margin-right:5px;
}

.directNonStopTooltip .bd {
  text-align:justify;
}

.directNonStopTooltip .illustrations {
  text-align:center;
}

.directNonStopTooltip .illustration {
  margin-top:10px;
}

.directNonStopTooltip p {
  font-weight:bold;
  margin:0;
}

.searchPanel .note {
  padding-bottom:10px;
}

.searchPanel .pSection .note {
  padding-bottom:0px;
}

/*=================== Autocompletion =======================*/
.searchPanel .fLocation{
  width:298px;
  height:24px;
  border:1px solid #C7C9C7;
  -moz-border-radius:0px;
  border-radius:0px;
  background-color:#FFFFFF;
}

.searchPanel fieldset .fLocation {
  width:269px;
}

.searchPanel .fLocation .fLocationInput,
.searchPanel .fLocation .fLocationInput1{
  width:246px;
  height:22px;
  line-height:22px;
  border:none;
  background-image:none;
  background-color:transparent;
  float:left;
}

.searchPanel .fLocation .fLocationInput1{
  width:268px;
}

.searchPanel fieldset .fLocation .fLocationInput{
  width:219px;
}

.searchPanel .fLocation .locIcons {
  float:right;
  margin-top:3px;
  margin-right:4px;
}

.searchPanel .fLocation img {
  cursor:pointer;
}

.searchPanel .ySearchMainDiv ul{
  padding:0px;
}

.searchPanel .ySearchMainDiv li {
  width:auto;
}

.searchPanel .ySearchMainDiv {
  z-index:9000;
}

/*=================== Search Panel - fieldset =======================*/

.searchPanel fieldset {
	border: 1px solid #00A9E0;
	margin:0 20px 0 0;
	padding:0px 10px 10px 10px;
	width:278px;
}

.searchPanel fieldset legend {
	color: #00A9E0;
	padding:0px 5px 2px 5px;
	margin:0px 0px 0px -5px;
}

/*=================== Search Panel - date selection =======================*/
.searchPanel .arriveBy input,
.searchPanel .arriveBy label{
	vertical-align:middle;
	font-weight:normal;
	margin:0px 10px 0px 0px;
}

.searchPanel .arriveBy{
	margin-bottom:5px;
}

.searchPanel .month select{
	width:117px;
}

.searchPanel div.datePickerSection{
  float:left;
  margin-right:8px;
}

.searchPanel div.requiredInputField{
  padding-right: 6px;
  margin-right:5px;
}

.searchPanel .fDateInput{
  position: relative;
}
.searchPanel .fDateInput input.focused{
	border: 1px solid #C7C9C7;
}

.searchPanel .fDateInput input{
  padding-right: 26px;
  height:18px;
  border: 1px solid #C7C9C7;
  width:120px;
}

.searchPanel .fDateInput .mandatory input, .searchPanel .fDateInput .mandatory input[disabled]{
  background-color: #FFFFFF;
}

.searchPanel .fDateInput .normal input[disabled]{
  background-color: #FFFFFF;
}

.searchPanel .fTime select{
  vertical-align: top;
  width:112px;
}

.ie7 .searchPanel .fTime select,
.ie8 .searchPanel .fTime select{
  top:2px;
}

.searchPanel .datePicker .datePickerImage{
  position:absolute;
  background-position: right center;
  top:-1px;
  right: 4px;
  left:auto;
}

.ie7 .searchPanel .datePicker .datePickerImage{
  top:2px;
}

.ie8 .searchPanel .datePicker .datePickerImage{
  top:0px;
  right:5px;
}

.ie9 .searchPanel .datePicker .datePickerImage{
  top:-2px;
}

/*=================== Search Panel - traveller list =======================*/
.searchPanel .travelerList{
	margin-top:0px;
	padding-left:0px;
	margin-left:0px;
}

.searchPanel .travelerList li{
	list-style: none;
}

/*=================== Search Panel - Multidestination =======================*/
.searchPanel .addDestination,
.searchPanel .removeDestination {
	background-position: left center;
	background-repeat: no-repeat;
  padding-left: 18px;
  color: #005EB8;
  font-size: 12px;
  font-weight: bold;
  text-decoration:none;
}


.searchPanel .addDestination {
	background-image:url("../img/ico_add.png");
	margin-right:20px;
}

.searchPanel .removeDestination {
	background-image:url("../img/ico_remove.png");
}

/*=================== Search Panel - More Options =======================*/
.searchPanel .moreOptions {
  cursor: pointer;
  margin-top: 10px;
  width: auto;
}

.searchPanel .moreOptions .expandedOptions,
.searchPanel .moreOptions .collapsedOptions {
	background-position: left center;
	background-repeat: no-repeat;
  padding-left: 18px;
  color: #005eb8;
  font-size: 12px;
  font-weight: bold;
  line-height:12px;
}

.searchPanel .moreOptions .expandedOptions {
	background-image:url("../img/ico_collapse.png");
}

.searchPanel .moreOptions .collapsedOptions {
	background-image:url("../img/ico_expand.png");
}

.searchPanel .fPreferredProvider {
  vertical-align: middle;
  width:50px;
}

.searchPanel a.iPreferredProvider{
    margin-left: -24px;
    margin-right:8px;
}

.searchPanel .iPreferredProvider img {
  vertical-align: middle;
}

.searchPanel .bInlineOption {
  float:left;
  width:160px;
}

.searchPanel .bInlineOption {
  float:left;
  width:147px;
  margin-right:10px;
}

.searchPanel .bInlineOption select{
  width:147px;
}

/*=================== Search Panel - Provider =======================*/
.searchPanel .provider{
  text-decoration:none;
  display:block;
  height:35px;
  line-height:35px;
  margin-bottom:10px;
  font-weight:bold;
}

.searchPanel .provider:last-child{
  margin-bottom:0px;
}

.searchPanel .provider img{
  width:55px;
  height:35px;
  float:left;
  margin-right:10px;
  border:none;
}


/*=================== Search Panel - mandatory field =======================*/
/* Required Fields: Asterix */
.searchPanel .requiredInputField, .searchPanel .required label {
    background-image:url("../img/ico_MandatoryAsterisk.png");
    background-position:top right;
    background-repeat:no-repeat;
    padding-right:10px;
}

/* Required Fields: Legend */
.searchPanel .requiredInputFieldLegend {
    background-position:left center;
    font-size: 9px;
    float: right;
    font-weight: normal;
    padding: 5px 5px 0 10px;
}

/* Mark mandatory fields with a specific background. Only applies to the search panel for the moment, to not affect quickstart */
.searchPanel .mandatoryField, .searchPanel .required input {
  background-color:#FFFFFF;
  background-image:none;
}

.searchPanel .nostar{
  background-image:none !important;
}

/*=================== Search Panel - Air specific =======================*/

.searchPanel .formContent.airBg{
  background-image:url("../img/bg_search_air_only.png");
}

/*=================== Search Panel - Rail specific =======================*/
.searchPanel .formContent.railBg {
  background-image:url("../img/bg_search_rail.png");
}

.searchPanel .connectionOpt {
  margin-top:10px;
}

.searchPanel .connectionOpt select {
  width:117px;
}

.searchPanel .via {
  margin-top:10px;
  clear:both;
}

.searchPanel .viaLoc {
  float:left;
  margin-right:5px;
}

.searchPanel .viaLocInput .ySearchMainDiv {
  top:23px;
}

.searchPanel .viaTrip .viaLocInput {
  float:left;
}

.searchPanel .viaTrip .viaLocInput Input{
  vertical-align:middle;
  width:157px;
}

.searchPanel .connect {
  float:left;
  margin-right:5px;
}

.searchPanel .railPlusApplicable label{
  vertical-align:top;
  font-weight:normal;
  padding-right:4px;
}

.searchPanel .railPlusApplicable .uicCB img {
  cursor:pointer;
}

.searchPanel .thalysttesGaresBelges{
  padding-top:10px;
}

.searchPanel fieldset#railDiscountCardsData {
  position:relative;
  width:auto;
  _width:100%;
  margin:0px;
  padding:10px;
}

.searchPanel fieldset#railDiscountCardsData .tvTitle {
  margin-bottom:10px;
  font-weight:bold;
}

.searchPanel fieldset#railDiscountCardsData .bFields div.item {
  float:left;
  width:210px;
  margin-right:20px;
}

.searchPanel fieldset#railDiscountCardsData .bFields div.itemLast{
  float:left;
}

.searchPanel fieldset#railDiscountCardsData .bFields .left {
  float:left;
}

.searchPanel fieldset#railDiscountCardsData div.item.number input {
  height: 18px;
  margin-left: 0px;
  padding-left: 2px;
}

.searchPanel fieldset#railDiscountCardsData div.item.number .textField {
	margin: 0;
}

/*=================== Search Panel - Air Rail specific =======================*/
.searchPanel .formContent.airRailBg {
  background-image:url("../img/bg_search_air_rail.png");
}

.searchPanel fieldset legend.airOptions,
.searchPanel fieldset legend.railOptions  {
  padding: 0 5px 0 18px;
  background-image: url("../img/ico_air.png");
  background-repeat: no-repeat;
}

.searchPanel fieldset legend.railOptions {
  background-image: url("../img/ico_rail.png");
}


/*=================== Search Panel - Car specific =======================*/
.searchPanel .formContent.carBg{
  background-image:url("../img/bg_search_car.png");
}

.searchPanel .carFieldset label{
  margin-top:5px;
}

.searchPanel .carFieldset .bFields{
  padding-bottom:10px;
}

.searchPanel .carFieldset .lastItem{
  padding-bottom:0px;
}

.carFieldset .dropOff .showInputPlaceholder {
  font-style: normal;
  color: #333333;
}

.searchPanel .carSpecialEquipMulti .multiSelectExpand{
  margin-top:2px;
  margin-left:-22px;
}

.searchPanel div.carSpecialEquipMulti{
  margin-top:1px;
}

/* remove uncessary margin for Aria component multiselect */
.searchPanel .textField {
  margin-bottom:0px;
}

/*======================= Modify Search ===============================*/
.searchPanel.modify {
  padding:0px 10px;
}

.searchPanel.modify .bLevel1 {
  width:100%;
  margin-top:10px;
}

.searchPanel.modify .bLevel1 fieldset {
  width:160px;
}

.searchPanel.modify .bLevel2 {
  width:173px;
  margin:7px 0 0;
}

.searchPanel.modify div.requiredInputField {
  margin-right:0px;
  padding-right:6px;
}

.searchPanel.modify .cityName {
  display:none;
}

.searchPanel.modify .cityNameText {
  font-size:12px;
  text-transform:capitalize;
}

.searchPanel.modify .fLocation {
  width:180px;
}

.searchPanel.modify .fLocation .fLocationInput {
  width:130px;
}

.searchPanel.modify .fLocation .fLocationInput1 {
  width:150px;
}

.searchPanel.modify .datePickerSection {
	float:none;
  margin-bottom:2px;
}

.searchPanel.modify .fTime {
  display:inline-block;
}

.searchPanel.modify .arriveBy {
  /*display:none;*/
}

.searchPanel.modify .arriveBy input {
  margin:0 5px 0 0;
}

.searchPanel.modify .arriveBy label {
  margin:0;
}

.searchPanel.modify #directSearchRadio {
  display: block;
  float: left;
  margin: 0px 2px 0px 0px;
}

.searchPanel.modify .buttonBar {
  text-align:center;
}

.searchPanel.modify .fClassService{
  width:171px;
}

.searchPanel.modify .moreOptions{
  margin-top:7px;
}

.searchPanel.modify .moreOptionsItem{
   background-image:url("../img/bg_pSection.png");
   border-radius: 4px;
   padding: 5px;
}

.searchPanel.modify .moreOptionsItem.radius{
  width:171px;
}

.searchPanel.modify .moreOptionsItem.advancedSearch{
  margin-top:10px;
  padding-top:0px;
}

.searchPanel.modify .moreOptionsItem.advancedSearch .bLevel1{
  margin-top:0px;
}

.searchPanel.modify .separator{
  background-image: url("../../AmadeusNB/img/bg_separator.png");
  background-repeat: repeat-x;
  height:3px;
  margin-top:9px;
}

.searchPanel.modify .fPreferredProvider{
  width:45px;
}

/*======================= Buttons Bar ===============================*/
.buttonsBar{
  text-align:right;
  display:inline-block;
  width:100%;
  padding-top:5px;
}

.buttonsBar .buttonBorder, .buttonsBar .buttonBorderDisabled {
  margin-left:10px;
}

/*=================== Request Links ===========================*/
.lStrAllowed {
	margin-left:15px;
}

/*======================= Clear ===============================*/
.clear{
  clear:both;
}

/* Temporary style to remove the error background color until the error management user story is done */
.errorHighlight {
  background-color:transparent;
}

/*=================== Calendar =======================*/

.yui-calendar .calhead {
  border:none;
  background-image:url(../img/sprite_aria_calendar.png);
  background-position:left -22px;
  background-repeat:repeat-x;
}

.yui-calendar .calhead .calheader{
  font-weight: 700;
  color: #FFFFFF;
  font-size:12px;
  height:20px;
  line-height:20px;
}

.yui-calendar .calheader .calnavleft,
.yui-calendar .calheader .calnavright{
  background-image:url(../img/sprite_aria_calendar.png);
  background-repeat:repeat-x;
  height:22px;
  width:24px;
  text-decoration:none;
}

.yui-calendar .calheader .calnavleft{
  left:-1px;
  background-position:left -44px;

}

.yui-calendar .calheader .calnavright{
  right:-1px;
  background-position:right -44px;
}

.yui-calendar .calheader .calnavleft:hover{
  background-position:left -66px;
}

.yui-calendar .calheader .calnavright:hover{
  background-position:right -66px;
}

.yui-calendar .calweekdaycell{
  font-size:12px;
}

.yui-calendar td.calcell{
  width:24px;
  height:22px;
  font-size:12px;
  padding:0px;
  background-color:#E5E5E5;
  font-weight:bold;
}

.yui-calendar td.calcell.previous{
  border-color:#FFFFFF;
}

.yui-calendar td.wd6,
.yui-calendar td.wd0,
.yui-calendar td.wd0.previous,
.yui-calendar td.wd6.previous{
  background-color:#D7D2CB;
}

.yui-calendar td.calcell.selectable a{
  color:#333333;
}

.yui-calendar td.calcell.selected,
.yui-calendar .selectable.calcellhover {
  background-image:url(../img/sprite_aria_calendar.png);
  background-repeat:no-repeat;
}

.yui-calendar td.calcell.selected a,
.yui-calendar td.calcell.selectable.calcellhover a {
  color:#FFFFFF;
}

.yui-calendar td.calcell.selectable:hover{
  -moz-transform:scale(1.5,1.5);
  transform:scale(1.5,1.5);
  -moz-transition: background-color 0.5s ease-in-out 0s, -moz-transform 0.5s ease-in-out 0s;
}

.yui-calendar td.calcell.today.previous{
  color:#787875;
  border-color:#FFFFFF;
}

/*===================  MultiSelect =======================*/
.uicMSList label{
  white-space:nowrap;
}

/*=================== Tooltip, MultiSelect, Lists =======================*/
.tt,
.uicMSList,
.ySearchMainDiv .yui-ac-content,
.calendarHolder
{
  border-width:5px;
  border-radius:0px;
  -moz-border-radius:0px;
  -webkit-border-radius:0px;
  box-shadow: 1px 1px 12px black;
  -moz-box-shadow: 1px 1px 12px black;
  -webkit-box-shadow: 1px 1px 12px black;
}

.tt, .uicMSList, .yui-ac-content, .popinContainer {
  text-align:left;
  z-index: 100;
}
.ySearchMainDiv .yui-ac-content{
  overflow-y:auto;
}

/*=================== Trip Summary Table - Review/Approval/Email/Finish =======================*/

.tableResultsSummary tbody.type1{
  background-color : #FFFFFF;
}

.tableResultsSummary tbody.type0{
  background-color : #F7F7FA;
}

/*======================= Air Modification ===============================*/
div.airModification {
  padding: 0 10px;
}

div.airModification  div.divInPortlet{
  padding: 0px;
  margin: 0px;
}

div.airModification td.firstRow {
  border-top: 1px solid #005eb8;
}

/*======================= Fare: Fare Analyzer===============================*/
/*======================= Fare: General Display===============================*/

#FareAnalyzerDisplay.newSBFC {
    overflow-x: auto;
    overflow-y: hidden;
    padding:12px;
    margin-bottom:10px;
}

.ie7 #FareAnalyzerDisplay.newSBFC,
.ie8 #FareAnalyzerDisplay.newSBFC{
    padding:0px 0px 5px 0px;
    margin-bottom:5px;
}


#FareAnalyzerDisplay.newSBFC #FareAnalyzerForm {
  border:5pxpx solid #CCCCCC;
  border-radius:0px;
  -moz-border-radius:0px;
  -webkit-border-radius:0px;
  box-shadow: 0px 0px 10px black;
  -moz-box-shadow: 0px 0px 10px black;
  -webkit-box-shadow: 0px 0px 10px black;
  margin: auto;
  display:table;
}

#fareanalyzerTable .FATotalResults{
  border-radius: 0px 0px 0px 0px;
  -moz-border-radius:0px 0px 0px 0px;
    -webkit-border-radius:0px 0px 0px 0px;
}

#fareanalyzerTable .ImgPreferred1,
#fareanalyzerTable .ImgPreferred2,
#fareanalyzerTable .ImgPreferred3{
	margin:auto;
	background-position:left center;
}


#divAllRecommendations .tableResultsTS1{
  border-radius: 0px;
  -moz-border-radius:0px;
  -webkit-border-radius:0px;
}

#fareBluePaddingBottom .formHeader {
  border-radius: 0px 0px 0px 0px;
  -moz-border-radius:0px 0px 0px 0px;
  -webkit-border-radius:0px 0px 0px 0px;
  padding:5px 5px 0;
}

#fareTableHeader .formHeader {
  border-radius: 0px 0px 0px 0px;
  -moz-border-radius:0px 0px 0px 0px;
  -webkit-border-radius:0px 0px 0px 0px;
  padding:5px 5px 0;
}

.AnalyserFiltering{
  border-radius:0px 0px 0px 0px;
  -moz-border-radius:0px 0px 0px 0px;
  -webkit-border-radius:0px 0px 0px 0px;
}

#travelShopperContent .fareBluePadding .formHeaderPad{
  padding-left: 0px;
  padding-right: 0px;
}

#FareAnalyzerDisplay .formHeader span{
  padding-right:0px;
}



/*======================= Fare: Table Display ===============================*/
#fareanalyzerTable td{
  height:35px;
  width:200px;
}

#fareanalyzerTable td,
#fareanalyzerTable th{
  border-radius:0px;
  -moz-border-radius:0px;
}

#fareanalyzerTable td.fareAnalyserHeader{
  width:100%;
  text-align: center;
}

#fareanalyzerTable th.firstElem {
  width:300px;
}

#fareanalyzerTable #FAtotal {
  color:#FFFFFF;
}

.Analyser td {
    text-align: center;
}

.AnalyserHover {
    background-color: #bfe9f7;
    border-bottom: 1px solid #bfe9f7;
}

.AnalyserCrossHover {
  text-decoration:none;
  text-align:center;
  border:none;
  color:#FFFFFF;
  background-color: #bfe9f7;
}

a.AnalyserCrossHover:link {
    color:#FFFFFF;
}

.AnalyserSelected a{
  text-decoration:none;
  color:#FFFFFF;
  font-weight:bold;
  font-size:14px;
}

#sortListBox{
  margin-right:10px;
}

.LabelFilterColumnHover,
.LabelFilterLineHover{
  background-color: #bfe9f7;
}

td.fareAnalyserSort{
  text-align:right;
}

.FilterPrice{
  text-align:center;
  background-color:#E5E5E5;
  border:none;
}

.AnalyserHover{
  text-align:center;
  border:none;
}

.AnalyserHover,
.LabelFilterColumn,
.FilterPriceEmpty{
  border:none;
}

.FilterPriceEmpty,
.LabelFilterColumn,
.LabelFilterLine{
  background-color:#FFFFFF;
}

.FilterPriceEmpty a,
.LabelFilterColumn a,
.LabelFilterLine a{
  font-weight:bold;
  text-decoration:none;
}

.FilterPrice a{
  text-decoration:none;
  font-weight:bold;
  font-size:14px;
}

.AnalyserCrossHover a,
.AnalyserHover a,
.AnalyserSelected a.LabelFilterLine,
.LabelFilterLineHover a.LabelFilterLine,
.AnalyserSelected a.LabelFilterColumn,
.AnalyserHover a.LabelFilterColumn{
  text-decoration:none;
  font-weight:bold;
  font-size:14px;
  color:#FFFFFF;
}

.LabelFilterLineHover a,
a.LabelFilterColumn ,
a.LabelFilterColumn:link,
a.LabelFilterLine,
a.LabelFilterLine:Link{
  text-decoration:none;
  font-weight:bold;
  font-size:11px;
  display: block;
  text-align: center;
}

.LabelFilterLine br,
.LabelFilterLineHover br,
.AnalyserCrossHover br,
.AnalyserHover br,
.AnalyserSelected br,
.FilterPrice br{
  display:none;
}

.LabelFilterLineHover,
.LabelFilterLine{
  text-align:center;
}

.LabelFilterColumn>div{
  white-space:nowrap;
}

.AnalyserSelected {
  text-align:center;
  background-color: #bfe9f7;
  border:none;
}

.ImgPolicyIn,
.ImgPolicyOut{
  background-position:center;
}

#policyItineraryIn, #policyItineraryOut{
	position:relative;
	top:10px;
}

.tableItinerary thead td, .headerReturnTableMultipleFaresSelected td {
    color: #FFFFFF;
}

.tableHeader thead td{
    color: #FFFFFF;
}

td.fareTabTD table thead td{
	background-color: #005eb8;
	border-color: #005eb8;
}
/*======================= Fare: Cell gradiante ===============================*/
.AnalyserSelected {
  background: -moz-linear-gradient(top, #00A9E0 0%, #00A9E0 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00A9E0), color-stop(100%,#00A9E0)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #00A9E0 0%,#00A9E0 100%); /* Chrome10+,Safari5.1+ */
  background: -ms-linear-gradient(top, #00A9E0 0%,#00A9E0 100%); /* IE10+ */
  background: linear-gradient(top, #00A9E0 0%,#00A9E0 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00A9E0', endColorstr='#00A9E0',GradientType=0 ); /* IE6-8 */
}


/*======================= Custom Select===============================*/
.customWidgets select{
  opacity:0;
  filter:alpha(opacity=0);
}

.customWidgets .customSelect{
  font-family:Arial, sans-serif;
  font-size:12px;
  line-height:20px;
  display:inline-block;
  z-index:1;
  border:1px solid #C7C9C7;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  background:#FFFFFF url("../../AmadeusNB/img/ico_custom_select.png") no-repeat right;
}

.customWidgets .customSelectContent{
  padding-left:5px;
  margin-right:18px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow: clip;
}

.customWidgets .customSelect.disabled{
  opacity:0.4;
  filter:alpha(opacity=40);
  background-color:#C7C9C7;
  border-color:#FFFFFF;
}

.customWidgets .customSelect.mandatoryField{
  background-color:#FFFFFF;
}

.customWidgets span.customSelectWrapper{
  display:inline-block;
  margin-right:3px;
  margin-top:1px;
}

.customWidgets .via .viaStop span.durationLabel{
  display:inline-block;
  vertical-align:top;
  line-height: 22px;
  margin-right:3px;
}

/*======================= BreadCrumb ===============================*/
.processIndicator{
  margin-top:8px;
}
.processIndicator div{
  float:left;
  background: url("../../AmadeusNB/img/picto_separator.png") no-repeat center right;
  padding-right:15px;
  margin-right:5px;
  color: #787875;
  font-size: 13px;
}
.processIndicator div.activated{
  color: #CE0058;
  font-weight: bold;
}

.processIndicator div.last{
  background-image:none;
}

.processIndicator div.clear{
  float:none;
}

/*======================= Custom focus ===============================*/

.focused,
input[type="text"]:focus,
input[type="password"]:focus,
select:focus{
  box-shadow:0 0 3px #333333;
}

.searchPanel .fLocation input.nofocus{
  border: 0;
  box-shadow:none;
}

/*======================= Trip list portlet ===============================*/
.trips {
  padding:5px 8px 0 8px;
  margin-bottom:5px;
}

.trips .tripListHeader {
  margin:0 0 8px;
  font-weight:bold;
  font-size:12px;
}

.trips ul.tripList {
  list-style:none outside none;
  padding:0 0 0 7px;
  margin:0;
}

.trips ul.tripList li {
  list-style:none outside none;
  margin:0 0 7px;
  position:relative;
  zoom:1;
}

.trips .tripImage {
  height:17px;
  width:17px;
  position:absolute;
  top:0;
  right:0;
  background:url("../../AmadeusNB/img/sprite_tripStatus.png") 0 0 no-repeat;
}

.trips .tripImage.pending {
  background-position:-16px 0;
}

.trips .tripImage.onhold {
  background-position:-32px 0;
}

.trips .tripImage.rejected {
  background-position:-48px 0;
}

.trips .expireInfo {
  font-style:italic;
  color:#787875;
}

.tripLink {
  width:155px;
  overflow:hidden;
  text-overflow: ellipsis;
  white-space:nowrap;
  display:block;
}

.trips a,
.trips a:link,
.trips a:active,
.trips a:visited {
  text-decoration:none;
}

.trips a:hover {
  text-decoration:underline;
}

.trips span.tripList {
  margin-left:7px;
}

/*======================= Custom Message===============================*/
.customMessage {
    margin-top:10px;
}

.customMessage div.icon{
  height:12px;
  width:12px;
  float:right;
  margin-left:4px;
  display:none;
}
.customMessage div.icon.collapse{
  background-image:url("../img/ico_collapse.png");
  background-repeat:no-repeat;
}

.customMessage div.icon.expand{
  background-image:url("../img/ico_expand.png");
  background-repeat:no-repeat;
}

.customMessage .messageContent{
  padding:0 0 3px 0;
  cursor: pointer;
}

#message2Content{
  margin-top:13px;
}

.customMessage .messageText{
  overflow-x:hidden;
}

.customMessage .messageText.collapsed{
  overflow-y:hidden;
  height:15px;
  white-space:nowrap;
  text-overflow:ellipsis;
  display:block;
  width:700px;
}

.ie8 .customMessage .messageText.collapsed{
  white-space:nowrap;
}

.customMessage .messageText.collapsed img {
  display: none;
}

.customMessage .messageText.expanded{
  height: auto;
  white-space:normal;
  display:default;
}

.messageOfTheDay a{
    display:inline-block;
    margin-right: 20px;
}

.messageOfTheDay .messageOfTheDaySingleLine{
text-overflow: ellipsis;
}

.messageOfTheDay .expanded .messageOfTheDaySingleLine,
.messageOfTheDay .collapsed .messageOfTheDayEntire{
	display: none;
}

.messageOfTheDay .collapsed .messageOfTheDaySingleLine,
.messageOfTheDay .expanded .messageOfTheDayEntire{
	display: block;
	width: 100%;
}

.TAWTableLayout .customMessage .messageText.collapsed {
  width:685px;
}

/*======================= Hotel Exclusion===============================*/

/* Administration Hotels Exclusion */
.hotelExclusion .content {
	width:100%;
}

.uicMicrosoftTag, .uicMicrosoftTag a {
    color: #333333;
}



/*======================= Legend CO2 ===============================*/

.legend .legendCO2GapLeft span.co2Separator{
	font-size:17px;
	padding:0px;
	color: #00A9E0;
}

.legend .legendCO2GapLeft span.co2Rail{
  background-image:url("../../AmadeusNB/img/ico_rail.png");
  background-repeat:no-repeat;
}

.legend .legendCO2GapLeft span.co2Air{
  background-image:url("../../AmadeusNB/img/ico_air.png");
  background-repeat:no-repeat;
}

/*======================= end of Legend CO2 ===============================*/



.otherTravelOptionsCO2 .messageBox #fareDrivenCO2Legend {
    background-color:#FAFAF7;
    -moz-border-radius:0px;
    border-radius:0px ;
    -webkit-border-radius:0px ;
    padding:10px;
    margin-bottom:10px;
}

.otherTravelOptionsCO2 .messageBox{
    padding: 0px;
}


/*=================== Fare Wait Box =======================*/
.fareWaitBox{
  margin-top:0px;
  padding:20px;
  -moz-border-radius:0px;
  border-radius:0px;
  border-bottom:none;
  background-color:#F7F7FA;
}



/*======================= Rail shopper SingleView =======================*/
#singleViewContent{
  background-color:#FFFFFF;
}

#singleViewContent .singleViewContainer {
  width:70em;
  min-width:50em;
  float:none;
  margin:0 auto 10px auto;
}

#singleViewContent .msgContainer {
  margin-bottom:10px;
}

#singleViewContent .msgContainer .msgList {
  margin-bottom:0;
}

#singleViewContent .noteBox {
  margin-bottom:10px;
}

#singleViewContent .noteBox .backBtn {
  float:left;
  margin:1px 10px 2px 0px;
}

#singleViewContent .noteBox p {
  margin:0;
}

#singleViewContent .noteBox p.availHint {
  font-weight:bold;
}

#singleViewContent .noteBox .availInfo {
  float:left;
}

#singleViewContent .noteBox .unusedTicket {
  width: 100%;
  text-align: right;
}

/*======================= project code page =============================*/

.projectCodePanel .requiredInputField {
  background-image: url('../img/ico_MandatoryAsterisk.png');
  background-position: right top;
  background-repeat: no-repeat;
  padding-right: 10px;
}

.projectCodePanel .requiredInputFieldLegend {
  background-position: left center;
  float: right;
  font-weight: normal;
  padding: 5px 5px 0 10px;
}

.projectCodePanel .projectCodeError {
  display:inline-block;
  vertical-align: bottom;
  width: 360px;
  background-image: url('../img/ico_warning.png');
  background-align: left top;
  background-repeat: no-repeat;
  padding-left: 20px;
}

.projectCodePanel .projectCodeLabel {
  width:140px;
  display:inline-block;
  vertical-align:bottom;
}

.projectCodePanel .projectCodeFormLine {
  margin:10px 0;
  clear:both;
}

.projectCodePanel .projectCodeButtons {
  margin-top:200px;
}

.projectCodeSuggestion_code {
  text-align:left;
}

.xListSelectedItem_dropdown .projectCodeSuggestion_code,
.xListSelectedItem_dropdown:link .projectCodeSuggestion_code,
.xListSelectedItem_dropdown:visited .projectCodeSuggestion_code,
.xListSelectedItem_dropdown:active .projectCodeSuggestion_code,
a.xListSelectedItem_dropdown .projectCodeSuggestion_code,
a.xListSelectedItem_dropdown:link .projectCodeSuggestion_code,
a.xListSelectedItem_dropdown:visited .projectCodeSuggestion_code,
a.xListSelectedItem_dropdown:active .projectCodeSuggestion_code
{
  color:#FFFFFF;
}

.activityCodeList_code {
  font-weight:bold;
  text-align:left;
}

.activityCodeList_description {
  text-align:left;
  color:#888888;
  margin-bottom:10px;
  *overflow-y:hidden;
}

.xListSelectedItem_dropdown .activityCodeList_description,
.xListSelectedItem_dropdown:link .activityCodeList_description,
.xListSelectedItem_dropdown:visited .activityCodeList_description,
.xListSelectedItem_dropdown:active .activityCodeList_description,
a.xListSelectedItem_dropdown .activityCodeList_description,
a.xListSelectedItem_dropdown:link .activityCodeList_description,
a.xListSelectedItem_dropdown:visited .activityCodeList_description,
a.xListSelectedItem_dropdown:active .activityCodeList_description
{
  color:#FFFFFF;
}


/*======================= Special Trip Request - Offline =========================*/

.STRformBody{
  width:100%;
  margin-top:5px;
  overflow:hidden;
  position:relative;
}
.STRformLabel{
  float:left;
  width:150px;
  margin-right:20px;
}
.STRformInput{
  float:left;
  width:300px;
  margin-right:20px;
}
.STRformInput > textarea#COMMENTSID {
    max-width: 550px;
}
.STRelementContainer {
  list-style:outside none;
  padding:15px;
  margin:0 0 10px 0;
  filter:alpha(opacity=85);
  background-color:transparent;
  border-radius:0px;
  -moz-border-radius:0px;
  zoom:1;
  background-color:#E5E5E5;
}

.STRelementTableHeader {
  background-image:url("/framework/skins/AmadeusNB/img/bg_header_bound.png");
  border-radius:0px 0px 0px 0px;
  -moz-border-radius:0px 0px 0px 0px;
  width:100%;
}
.STRelementHeaderInfo {
  font-weight:bold;
  font-size:13px;
  color:#FFFFFF;
  padding:2px 10px;
  height: 31px;
}
.STRelementInfo {
  font-size:11px;
  color:#333333;
  background-color:#FFFFFF;
  padding:2px 10px;
  border-bottom:1px solid #E5E5E5;
  text-align:left;
  height:20px;
}

.STRelementInputComment {
  width:100%;
  height:20px;
}

.STROperatorImage{
  background-image:url("/framework/skins/AmadeusNB/img/bg_operator.png");
  background-repeat:no-repeat;
  height:184px;
  width:100%;
  border-radius:0px 0px 0px 0px;
}

.STRCommentImage{
  background-image:url("/framework/skins/AmadeusNB/img/ico_comment.png");
  background-repeat:no-repeat;
  height:17px;
  width:17px;
}

.STRRemoveBtn{
  float:right;
  padding-top:5px;
}

.STRRemoveImage{
  background-image:url("/framework/skins/AmadeusNB/img/ico_remove.png");
  background-repeat:no-repeat;
  height:13px;
  width:13px;
  cursor:pointer;
  margin-top: 8px;
}
.STRTravelers{
  display: inline-block;
  margin-top: 6px;
}

.STRProductDetail{
  color:#005eb8;
  font-weight:bold;
  font-size:17px;
  padding-left:5px;
  display: inline-block;
  margin-top: 4px;
}

.STRAirIcon, .STRRailIcon, .STRHotelIcon, .STRCarIcon, .STRWebIcon, .STRServicesIcon{
  background-repeat:no-repeat;
  height:28px;
  width:28px;
}

.STRAirIcon{
  background-image:url("/framework/skins/AmadeusNB/images/IcoFlight1.gif");
}

.STRRailIcon{
  background-image:url("/framework/skins/AmadeusNB/images/IcoTrain1.gif");
}

.STRHotelIcon{
  background-image:url("/framework/skins/AmadeusNB/images/IcoHotel1.gif");
}

.STRCarIcon{
  background-image:url("/framework/skins/AmadeusNB/images/IcoCar1.gif");
}

.STRWebIcon{
  background-image:url("../images/IcoLcc1.gif");
}

.STRServicesIcon{
  background-image:url("../images/IcoService.gif");
}

.STRElementPreference{
  margin-right:20px;
  float:left;
}

.showInputPlaceholder div{
  color:#787875;
}

.STRRequiredInputFieldLegend{
  background-image: url("/framework/skins/AmadeusNB/img/ico_MandatoryAsterisk.png");
  background-repeat: no-repeat;
  padding-left: 10px;
  color: #787875;
  height:20px;
}

.STRExpandedTraveller, .STRCollapsedTraveller {
    background-repeat: no-repeat;
    background-position: left center;
    cursor:pointer;
    color: #005eb8;
    text-decoration:underline;
    font-family: Arial, sans-serif;
    font-size: 17px;
    font-weight: bold;
    padding-left: 20px;
    height:20px;
}
.STRExpandedTraveller {
  background-image: url("/framework/skins/AmadeusNB/img/ico_collapse.png");
}

.STRCollapsedTraveller {
  background-image: url("/framework/skins/AmadeusNB/img/ico_expand.png");
}

ul.contentService{
	padding:0px;
	margin:0px;
}

ul.contentService li{
	list-style-type:none;
	padding:5px;
}

ul.contentService li label{
	font-weight:bold;
}

ul.contentService li.child label {
	font-weight:normal;
	margin-left:20px;
}

/*======================= BEGIN Alternative Train Station =======================*/
.searchPanel .globalFieldSet {
  width: 622px;
}

.searchPanel .bLevel1Alternate {
  width: 622px;
  padding-top: 5px;
}

.searchPanel .bLevel2Alternate{
    float: left;
    margin-right: 0px;
    width: 300px;
}

.searchPanel fieldset .fAlternate {
  width:298px;
}

table tbody tr td div.totalPriceLowestFares{
  padding-left: 6px;
}

/*======================= BEGIN message of the day section and dialog  =============================*/
.messageOfTheDayDialog {
    text-align: left;
}

.messageOfTheDayDialog .ydlg-hd-left{
    display: none;
}

.messageOfTheDayDialog .ydlg-dlg-body{
    background: none;
    border: none;
    top:0 !important;
}

.messageOfTheDayDialog .ydlg-bd{
    border:0px solid #F7F7FA;
    background-color:#F7F7FA;
    box-shadow:5px 5px 5px grey;
}

.messageOfTheDayContent {
  padding-top:5px;
  color:#333333;
}

.messageOfTheDayContent p{
  margin:10px 0px;
}

/*======================= END message of the day section and dialog  =========================*/

/* Fix for Acco Popup (SJ seats)  */
.accoBasePanel {
	text-align : left;
}

.installmentError{
  padding-left: 10px;
}

/*=================Hotel Multi avail =========================*/

.hitHighlightBestPriceContainer strong.hitPriceContainerPrice
{
	background-color:transparent;
}

div.incomingResultsTooltipHeader span {
	color: #FFFFFF;
}

/*===================== Booking details =====================*/
.bookingDetailsTable {
	width: 100%;
	border-spacing: 6px;
}

.bookingDetailsTable tr.pricingDetails span.title, .bookingDetailsTable  span.total{
	font-weight: bold;
	font-size: 1.3em;
	background-image: none;
	padding: 0;
	color: #333333;
}

.bookingDetailsTable tr.pricingDetails td.center{
	text-align: center;
}

.bookingDetailsTable  td.totalPrice{
	padding: 10px;
	background-color:#FFFFFF;
	border:solid 1px none;
	text-align: center;
}

.bookingDetailsTable  td.totalPrice span.mainPrice{
	font-size: 1.3em;
	font-weight: bold;
}

.bookingDetailsTable colgroup.segmentDetails {
	width: 45%;
}

.bookingDetailsTable colgroup.leftPrice {
	width: 85px;
}

.bookingDetailsTable colgroup.rightPrice {
	width: 85px;
}

.bookingDetailsTable colgroup.equalSign {
	width: 10px;
}

.bookingDetailsTable td.leftPrice {
	text-align: right;
	padding-right: 7px;
}

.bookingDetailsTable td.rightPrice {
	text-align: right;
}

.bookingDetailsTable .bookingDetailsTotal td.right {
	text-align: right;
}

.bookingDetailsTable td.purchaseCondition {
	text-align: center;
}

.bookingDetailsTable td.container {
	padding: 7px;
    background-color: #FFFFFF;
}

.bookingDetailsTable td.container.left {
	width: 80%;
}

.bookingDetailsTable td.container.right {
	width: 20%;
	text-align: center;
}

.bookingDetailsTable .bookingDetailsTotal table.left {
	width: 100%;
}

.bookingDetailsTable .priceConvertedHide {
	visibility: hidden;
}

.bookingDetailsTable tr.separator {
	height: 3px;
}
/*===================== End Booking details =====================*/

/*================= Integrated partners =========================*/
.integratedPartnerList .ipBg{
  background:url("/framework/skins/AmadeusNB/img/bg_search_integratedPartner.png") no-repeat right top;
  width:auto;
  min-height:280px;
}

.integratedPartnerList .formHeader label,
.travelRequest .formHeader label{
  margin-left:15px;
  color:#F7F7FA;
  font-size:1em;
  font-weight:bold;
  line-height:29px;
}

.integratedPartnerList .item{
  float:left;
  position:relative;
  width:165px;
  height:120px;
  text-decoration:none;
  background-color:#F7F7FA;
  margin:10px;
  border:1px solid #C7C9C7;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius:0px;
  overflow:hidden;
}

.integratedPartnerList .item:hover{
  -moz-box-shadow: 0px 0px 3px #C7C9C7;
  -webkit-box-shadow: 0px 0px 3px #C7C9C7;
  box-shadow: 0px 0px 3px #C7C9C7;
  cursor:pointer;
  text-decoration:none;
}

.integratedPartnerList .item img{
	border:none;
}

.integratedPartnerList .item .icon{
  background-image: url("/framework/skins/AmadeusNB/img/sprite_integratedPartner.png");
  background-position:0px 0px;
  width:45px;
  height:45px;
  position:absolute;
}

.integratedPartnerList .item .icon.GTN{
  background-position:-45px 0px;
}

.integratedPartnerList .item .icon.GTL{
  background-position:-90px 0px;
}

.integratedPartnerList .item .icon.HTL{
  background-position:-135px 0px;
}

.integratedPartnerList .item .icon.TUR{
  background-position:-180px 0px;
}

.integratedPartnerList .item .icon.AIR{
  background-position:-225px 0px;
}

.integratedPartnerList .item .icon.CAR{
  background-position:-270px 0px;
}

.integratedPartnerList .item .icon.FRY{
  background-position:-315px 0px;
}

.integratedPartnerList .item .icon.TRN{
  background-position:-360px 0px;
}

.integratedPartnerList .item .icon.INS{
  background-position:-405px 0px;
}

.integratedPartnerList .item .icon.OTH{
  background-position:-450px 0px;
}

.integratedPartnerList .item .icon.EXT{
  background-position:-495px 0px;
}

.integratedPartnerList .item .icon.NBS{
  background-position:-540px 0px;
}

.integratedPartnerList .item table{
  width:100%;
  height:100%;
}

.integratedPartnerList .item td{
  text-align:center;
}

.integratedPartner{
  position:relative;
}

/*======================= Move Horizontal generic =========================*/

#moveHorizontalLink{
 position:absolute;
 top:180px;
 left:-12px;
 background-image:url("/framework/skins/AmadeusNB/img/sprite_moveHorizontal.png");
 width:25px;
 height:43px;
}
#moveHorizontalLink.dirRight{
  background-position: 0px 0px;
}
#moveHorizontalLink.dirRight:hover{
  background-position: -25px 0px;
}
#moveHorizontalLink.dirLeft{
  background-position: -50px 0px;
}

#moveHorizontalLink.dirLeft:hover{
  background-position: -75px 0px;
}

/*======================= ActionMenu generic =========================*/

.actionMenu{
  position:absolute;
  top:24px;
  right:0px;
  z-index: 99;
  background-color:#F7F7FA;
  border:solid 5px #C7C9C7;
  border-radius:0px;
  -moz-border-radius:0px;
  -webkit-border-radius:0px;
  box-shadow: 1px 1px 12px black;
  -moz-box-shadow: 1px 1px 12px black;
  -webkit-box-shadow: 1px 1px 12px black;
}

.actionMenu a{
  display:block;
  line-height:24px;
  padding-left:26px;
  padding-right:10px;
  background-repeat:no-repeat;
  background-position:0px 0px;
  background-color:#F7F7FA;
  text-decoration:none;
  white-space:nowrap;
  text-align:left;
  color:#333333;
  font-family:arial;
}

.actionMenu a:hover{
  background-color:#bfe9f7;
}

/*======================= Header Section - Faring Page - Buttons  and Message =================*/
.noteBox {
  margin-bottom:10px;
}

.noteBox .backBtn {
  float:left;
  margin-right:30px;
}

.noteBox .AdditionalInfo {
  float:left;
}

.noteBox p {
  margin:0;
}

/*======================= Travel Review =========================*/

.travelReview .tableListInfo{
  background-image:url("/framework/skins/AmadeusNB/img/bg_header_bound.png");
  border-radius:0px 0px 0 0;
  height:31px;
}

.travelReview .tableListInfo td{
  padding:1px 15px;
}

.travelReview .tableListInfo td,
.travelReview .tableListInfo div{
  font-size:13px;
  color:#FFFFFF
}

.travelReview .tableListInfo .infoType{
  background-image:url("/framework/skins/AmadeusNB/img/picto_separator_column.png");
  background-repeat:repeat-y;
  background-position:right;
  font-weight: bold;
}

.travelReview .tableListInfo .infoResults{
  border-radius: 0 0px 0 0;
  text-align:right;
  white-space:nowrap;
  width:80px;
}

.travelReview .tableListInfo .infoResults.filter{
  background-image: url("/framework/skins/AmadeusNB/images/PortletStandardHeader.gif");
  background-repeat: repeat-x;
  background-position: left top;
}

.travelReview .tableListInfo .infoResults select{
  margin-top:5px;
}

.travelReview .tableListResults {
  background-image:url("/framework/skins/AmadeusNB/img/bg_header_column.png");
}

.travelReview .tableListResults thead td{
  font-weight:normal;
  text-align:left;
  color:#FFFFFF;
  padding:1px 2px 5px 6px;
  height:28px;
  background-position:6px bottom;
}

.travelReview .tableListResults.arrangedTrips thead td{
  padding:1px 2px 8px 6px;
}

.travelReview .tableListResults .sort.active{
  font-weight:bold;
}

.travelReview .tableListResults .sort.active.ascending {
  background-image:url("/framework/skins/AmadeusNB/img/picto_sort_up_on.png");
}

.travelReview .tableListResults .sort.descending {
  background-image:url("/framework/skins/AmadeusNB/img/picto_sort_down_off.png");
}

.travelReview .tableListResults .sort.active.descending {
  background-image:url("/framework/skins/AmadeusNB/img/picto_sort_down_on.png");
}

.travelReview .tableListResults tbody td,
.travelReview .tableListResults tfoot td{
  line-height:16px;
  padding:5px;
}



.travelReview .tableListResults tbody.type0,
.travelReview .tableListResults td.Type1 ,
.travelReview .tableListResults tfoot td {
    background-color:#F7F7FA;
}

.travelReview .tableListResults tbody.type1,
.travelReview .tableListResults td.Type2 {
    background-color:#FFFFFF;
}

.travelReview .tableListResults tbody.selected,
.travelReview .tableListResults td.selected {
    background-color:#bfe9f7;
}


.travelReview div.tableContainer{
  height:auto;
}

.travelReview .actionContainer{
  position:relative;
  display:inline;
}

.travelReview .actionMenu a{
  background-image:url("/framework/skins/AmadeusNB/img/sprite_tripAction.png");
}
.travelReview .actionMenu a.DIS{
  background-position:0px 0px;
}
.travelReview .actionMenu a.FRW{
  background-position:0px -24px;
}
.travelReview .actionMenu a.REP{
  background-position:0px -48px;
}
.travelReview .actionMenu a.REN{
  background-position:0px -72px;
}
.travelReview .actionMenu a.DEL{
  background-position:0px -96px;
}
.travelReview .actionMenu a.SMS{
  background-position:0px -120px;
}

.travelReview .buttonsBar{
  padding-top: 10px;
}

.travelReview  .buttonsBar .buttonBorder, .travelReview .buttonsBar .buttonBorderDisabled {
  margin-left: 0px;
  margin-top: 10px;
}

.ie7 .travelReview  .buttonsBar .buttonBorder, .ie7 .travelReview .buttonsBar .buttonBorderDisabled {
  margin-left:3px;
}

.travelReview .buttonsBar .leftButtonsBlock {
	float: left;
	text-align: left;
	width: 300px;
}

.travelReview .buttonsBar .rightButtonsBlock {
	width: 450px;
	float: right;
}

.travelReview .buttonsBar .rightButtonsBlock  .buttonBorder{
	float: right;
	margin-left: 3px;
}

/*====================== Shuttle Flights =========================*/

.shuttleContainer{
	background-color: #FFB549;
	border: 1px solid #E5E5E5;
	border-radius: 0px;
	width: 70px;
	text-align: center;
}

/*======================= Mini Itinerary =========================*/
.miniItinerary{
  padding: 0 10px;
}

.miniItinerary .miniTitle{
  margin-top:5px;
  font-weight:bold;
  font-size:12px;
}

.miniItinerary .miniDescription{
  margin:0px 0px 0px 0px;
}

.miniItinerary .miniDescription div{
  margin:1px 0px;
}

.miniItinerary .miniDescription.ongoing{
 text-align:center;
}

.miniItinerary fieldset{
	border: 1px solid #00A9E0;
	margin:10px 0px 0px 0px;
	padding: 0 5px 5px 5px;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.miniItinerary fieldset legend {
	color: #00A9E0;
	background-position: 5px 0;
	background-repeat: no-repeat;
	padding: 0 5px 0 24px;
}

.miniItinerary fieldset.air legend{
	background-image: url("../../AmadeusNB/img/ico_air.png")!important;
}

.miniItinerary fieldset.rail legend{
	background-image: url("../../AmadeusNB/img/ico_rail.png")!important;
}

.miniItinerary fieldset.airrail legend{
	background-image: url("../../AmadeusNB/img/ico_airRail.png")!important;
	padding-left: 40px;
}

.miniItinerary fieldset.car legend{
	background-image: url("../../AmadeusNB/img/ico_car.png")!important;
}

.miniItinerary fieldset.hotel legend{
	background-image: url("../../AmadeusNB/img/ico_hotel.png")!important;
}

.miniItinerary fieldset.service legend{
	background-image: url("../../AmadeusNB/img/ico_service.png")!important;
}

.miniItinerary .separator{
	background-image: url("../../AmadeusNB/img/bg_separator.png")!important;
	background-repeat: repeat-x;
	height: 3px;
	margin-top: 9px;
}

.miniItinerary .backSummary{
	margin:10px 0px;
	text-align:center;
}


/*====================== No Baggage Allowance =========================*/

.noBaggageAllowanceBackground{
	background-color: #FFB549;
	border: 1px solid #E5E5E5;
	border-radius: 0px;
	text-align: left;
}

.noBaggageAllowanceBackground.block{
	display: block;
}

/*======================= Location Lookup =========================*/
.locationLookup .sectionTitle, .airlineLookup .sectionTitle {
	color:#005EB8;
	font-size: 10pt;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 2px 0;
	height: 20px;
}

.locationLookup .requiredInputField{
	background-image: url("../img/ico_MandatoryAsterisk.png");
	background-position: right top;
	background-repeat: no-repeat;
	padding-right: 10px;
}

.locationLookup .mandatoryField {
	background-color:#FFFFFF;
	border: none;
	height: 22px;
	line-height: 22px;
	padding-left: 2px;
	width: 230px;
}

.locationLookup #imgLookupLink {
	cursor: pointer;
	vertical-align: middle;
}

.locationLookup .bField{
	height: 22px;
	background-color:#FFFFFF;
	background-image: none;
	width: 64px;
	border: 1px solid #C7C9C7;
}

.locationLookup .bField.searchFor{
	width: 230px;
}

.locationLookup .locIcon{
	float: right;
	margin-right: 4px;
	margin-top: 3px;
}

.locationLookup .bField .countryField {
	border: none;
	height: 20px;
	line-height: 22px;
	padding-left: 2px;
	float: left;
}

.locationLookup .bRadio {
	float: left;
	margin-right: 30px;
}

.locationLookup .bRadio input[type="radio"] {
	margin-left: 0px;
}

.locationLookup .searchResults, .clickOnLink {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 11px;
	height: 12px;
}

.locationLookup .citiesResults {
	padding-top: 15px;
}

.locationLookup .buttonBar {
	text-align: right;
}


/*===================== Please wait on button ====================*/
.bWait{
  position:relative;
}

.bWaitImg{
  display:none;
}

.bWait .bWaitImg{
  display:block;
  position:absolute;
  top:8px;
  right:5px;
}

.bWait input{
  padding-right:25px;
}

/*===================== Mobile and Calendar activation popin ====================*/

#AeTMMobileActivation .portletContentDiv, #AeTMCalendarActivation .portletContentDiv {
  background: url('/framework/skins/AmadeusNB/images/PortletStandardHeader.gif') repeat-x scroll 0 0 transparent;
  padding: 12px;
}

#AeTMMobileActivation .portletPhoneIcon {
  background: url('/framework/skins/AmadeusNB/img/ico_phoneDownloadApp.png') no-repeat scroll 0 0 transparent;
  display: inline-block;
  height: 65px;
  width: 40px;
  margin-right: 12px;
}

#AeTMCalendarActivation .portletPhoneIcon {
  background: url('/framework/skins/AmadeusNB/img/ico_calendarActivateCode.png') no-repeat scroll 0 0 transparent;
  display: inline-block;
  height: 65px;
  width: 40px;
  margin-right: 12px;
}

#AeTMMobileActivation .inviteSentence, #AeTMCalendarActivation .inviteSentence {
  color: white;
  display: inline-block;
  font-size: 10pt;
  font-weight: bold;
}

#AeTMMobileActivation .separator , #AeTMCalendarActivation .separator{
  background: url('../img/bg_footer.png') repeat-x scroll 0 0 transparent;
  clear: right;
  height: 2px;
  margin: 4px 0;
}

#AeTMMobileActivation .downloadLink, #AeTMCalendarActivation .downloadLink {
  color: white;
  text-decoration: none;
  font-size: 7pt;
  cursor: pointer;
}

#aetmMobileActivationPopin td {
  vertical-align:top;
}

#aetmMobileActivationPopin {
  padding: 10px 20px 20px 20px;
  text-align: left;
}

#aetmMobileActivationPopin .phoneIcon {
	width:114px;
	height:88px;
}

#aetmMobileActivationPopin .phoneIconIP {
	background: url('/framework/skins/AmadeusNB/img/ico_phone_IP.png') no-repeat scroll 0 0 transparent;
}

#aetmMobileActivationPopin .phoneIconAP {
	background: url('/framework/skins/AmadeusNB/img/ico_phone_AP.png') no-repeat scroll 0 0 transparent;
}

#aetmMobileActivationPopin .phoneIconWP {
	background: url('/framework/skins/AmadeusNB/img/ico_phone_WP.png') no-repeat scroll 0 0 transparent;
}

#aetmMobileActivationPopin .phoneIconBB {
	background: url('/framework/skins/AmadeusNB/img/ico_phone_BB.png') no-repeat scroll 0 0 transparent;
}

#aetmMobileActivationPopin .phoneIconOL {
	background: url('/framework/skins/AmadeusNB/img/ico_cal_MS.png') no-repeat scroll 0 0 transparent;
}

#aetmMobileActivationPopin .requiredInputField {
  background-image: url('../img/ico_MandatoryAsterisk.png');
  background-position: right top;
  background-repeat: no-repeat;
  padding-right: 10px;
}

#aetmMobileActivationPopin .requiredInputFieldLegend {
  background-position: left center;
  float: right;
  font-weight: normal;
  padding: 5px 5px 0 10px;
}

#aetmMobileActivationPopin .labelsColumn {
  text-align: left;
  font-weight: bold;
  width: 100px;
}

#aetmMobileActivationPopin .phoneCell {
  width:130px;
  padding:6px;
}

#aetmMobileActivationPopin .phoneCell .phoneRadio {
  background:#e5e5e5;
  font-weight:bold;
  text-align:center;
  margin-bottom:1px;
  padding:4px;
}

#aetmMobileActivationPopin .phoneCell .phoneMoreInfo {
  background:#f7f7fa;
  padding:4px;
  text-align:center;
}

#aetmMobileActivationPopin .emailLine {
  padding-left: 6px;
}

#aetmMobileActivationPopin .popinEnd {
  clear: both;
}

#aetmMobileActivationPopin .buttonLine {
  float: right;
}

#aetmMobileActivationPopin #errorDiv {
  padding: 0;
}

.infoMessagesTLA{
	margin-top: 10px;
  margin-left:2px;
}

.ie7 #divRoleAssignement {
	width:99%;
}

.ie7 #AdminPortletContainer .portletContentDiv form table table {
	width:97%;
}

.ie7 #AdminPortletContainer .portletContentDiv form table table#buttonTable {
	width:100%;
}

/*===================== Mobile activation popin ====================*/

.captchaSection {
	margin:5px 0px;
}

.captchaRefreshSection {
	vertical-align:top;
	display:inline-block;
}

.captchaRefreshSection  span{
	vertical-align: middle;
}

.captchaRefreshImage {
	background-image:url(../img/captcha_refresh.png);
	background-repeat:no-repeat;
	background-position:center;
	width:30px;
	height:30px;
	display:inline-block;
	margin:0 5px;
	cursor:pointer;
}

.captchaInput {
	margin:5px 0px;
}

.captchaLoading {
	background:url(../images/loading2.gif);
	background-repeat:no-repeat;
	background-position:center;
	width:200px;
	height:100px;
	display:inline-block;
}

/*======================= IE6 fixes =========================*/
.ie6 .pSection, .ie6 .pSectionTab {
  background-image:none;
  background-color:#00A9E0;
}

.ie6 .searchPanel .formContent.airBg,
.ie6 .searchPanel .formContent.railBg,
.ie6 .searchPanel .formContent.airRailBg,
.ie6 .searchPanel .formContent.carBg{
  background-image:none;
}

.ie6 .searchPanel .formHeader {
  height:29px;
}

.ie6 .bLevel1 {
  width:680px;
}

.ie6 .bLevel2 fieldset {
  margin-right:0;
}

.ie6 .searchPanel .fDateInput input {
  width:115px;
}

.ie6 .searchPanel .fTime select {
  width:105px;
}

.ie6 .searchPanel .datePicker .datePickerImage {
  top:2px;
  right:7px;
}

.ie6 .portletContainerDiv_Line div.text {
    margin-left: 3px;
}

.ie6 .headerLinks {
  position:relative;
}

.ie6 .searchPanel.modify .bLevel1 {
  width:auto;
}

.ie6 .searchPanel.modify .bLevel2 {
  float:none;
}

.ie6 .searchPanel.modify .fPreferredProvider {
    width: 43px;
}

/*======================= END IE6 fixes =========================*/
.profValue .discountArea {
  margin-left: 20px;
}

.profValue .left {
  float: left;
}

.profValue .iconTooltip {
  float: left;
  margin-left: 5px;
  margin-top: 1px;
}

.residentAdditionalFields .profValue input.name {
  display: inline-block;
  margin-right: 10px;
}

.residentAdditionalFields td.profMandIcon {
  background-position: right middle;
}

.mandatoryWrapper  .mandatory {
  background-image: url("../images/IcoMandatory.gif");
  background-repeat: no-repeat;
  display: inline-block;
  height: 15px;
  width: 15px;
  position: absolute;
  left: 0px;
  top: 2px;
}

.mandatoryWrapper  .readOnly {
  margin-top: 2px;
}

.residentAdditionalFields .container{
  display: inline-block;
}

.tableProfile .mandatoryWrapper {
  padding-left: 17px;
  position: relative;
  display: inline-block;
}

.residentAdditionalFields .showInputPlaceholder {
  padding-top: 3px;
}

.chrome.residentAdditionalFields .showInputPlaceholder {
  padding-top: 5px;
}

.profValue .mandatoryWrapper:first-child{
  margin-left: -17px;
}

.tableProfile span.profMandIcon {
  height: 15px;
  width: 15px;
}

.residentDiscountSeparator {
  height: 12px;
  overflow: hidden;
}

.residentDiscountDisabled .profLabel {
  color: #999999;
}

.tableProfile .residentDiscountDisabled .profMandIcon, .residentDiscountDisabled  .mandatory, .residentDiscountDisabled .profValue .iconTooltip
 {
  opacity: 0.4;
  filter:alpha(opacity=40);
}

.residentAdditionalFields .namesFields {
  float: left;
}

.residentDiscountDisabled .showInputPlaceholder {
    cursor: default;
}

.residentAdditionalFields .profValue input.name.lastname1 {
  margin-right: 20px;
}

/* Damgerous Goods Area*/

.dangerousGoodsContent h1 { color:black }
.dangerousGoodsContent .icons li {
	display:block;
	float:left;
	width:80px;
	padding:0;
	margin:5px;
	color:black;
	text-align:center;
}

.dangerousGoodsContent h2 {
	color: #005eb8;
}

.dangerousGoodsContent ul {
	margin: 0px;
	padding: 0px;
	overflow: auto;
}

.dangerousGoodsContent ul.icons li a {
	display: block;
	text-decoration: none;
}

.dangerousGoodsContent ul.icons li a:hover {
	cursor: pointer;
}

.dangerousGoodsContent ul.icons li em {
	background-image: url("../../AmadeusNB/img/sprite_hazards.png");
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 40px;
	width: 40px;
	margin: 5px 20px 10px 20px;
	text-align: center;
}

.dangerousGoodsContent ul.icons li.batteries em{background-position: 0 0;}

.dangerousGoodsContent ul.icons li.explosives em{background-position: -40px 0;}

.dangerousGoodsContent ul.icons li.lighter_fluids em{background-position: -80px 0;}

.dangerousGoodsContent ul.icons li.gas em {background-position: -120px 0;}

.dangerousGoodsContent ul.icons li.oxygen em{background-position: -160px 0;}

.dangerousGoodsContent ul.icons li.flammable_liquids em{background-position: -200px 0;}

.dangerousGoodsContent ul.icons li.poison em {background-position: -240px 0;}

.dangerousGoodsContent ul.icons li.corrosive em {background-position: -280px 0;}

.dangerousGoodsButton {text-align:right;}

.dangerousGoodsButton span.buttonBorder{margin-right:5px;}

/*
li.batteries {background-image:url("../img/sprite_subnav.png")}

li.explosives {background-image:url("../img/sprite_subnav.png")}

li.lighter_fluids {background-image:url("../img/sprite_subnav.png")}

li.gas {background-image:url("../img/sprite_subnav.png")}

li.oxygen {background-image:url("../img/sprite_subnav.png")}

li.flammable_liquids {background-image:url("../img/sprite_subnav.png")}

li.poison {background-image:url("../img/sprite_subnav.png")}

li.corrosive {background-image:url("../img/sprite_subnav.png")}
*/


/* ================= FAQs ======================= */

.faqs {
	font-size: 11px;
}

/* ================= Privacy Statement Amadeus Copyright ======================= */

.privacyStatementAC {
	font-size: 11px;
}

.siteMapAC {
	font-size: 11px;
}

/*** CR 08424556: AeTM - AIR - Unbundled fare management - phase 2 ***/
/*====================== Baggage Allowance ==============================*/
.bagAllowanceSpan {
  background-image: url("../../AmadeusNB/img/icoService_bag.png");
    background-repeat: no-repeat;
    color: #FFFFFF;
    display: inline-block;
    font-family: arial;
    font-size: 9px;
    height: 16px;
    line-height: 200%;
    text-align: center;
    vertical-align: top;
    width: 16px;
}

.bagNoAllowance {
  background-image: url("/framework/skins/AmadeusNB/img/icoNoBagAllowance.png");
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: top;
    height: 16px;
    width: 16px;
}

.midMarketTabItemWrapper {
	position: relative;
}

.midMarketWaitImg {
	background-image: url("../../AmadeusNB/images/loading2.gif");
    background-position: 0 0;
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    position: absolute;
    right: 2px;
    top: 1px;
    width: 16px;
}

.carPushCell {
    background-color: #F7F7FA;
}
/*** CR 08741887: AeTM - AIR - Unbundled fare management Phase 3 ***/
/*====================== Flexibility Information ==============================*/
.flexibleInfoPanel {
  float: left;
  display: inline-block;
  margin-right: 20px;
}
.flexibleInfoTooltipIndicator {
    border-bottom: 1px dashed;
}

form[name="emailForm"] textarea[name="COMMENT"] {
  font-size: 12px;
  height: 200px;
}

.lastDayToTicket {
  margin-bottom: 10px;
}

/*** PTR 11271884 [Medium]: AeTM 19.3 Faring Page - Changeability and Refundability policy Info not aligned CR 9863276  ***/

.restrictedFaresText{
  display: inline-block;
}
