/**
 * styles for section elements
 *
 * main submenu
 */
div#submenuBoxNoscript {
    display: none;
}

/**
 * body layout: guide pages
 */
table#guideBody, table#guideCity {
    width: 995px;
}

table#guideBody td {
    vertical-align: top;
}

table#guideBody td#guideBodyA {
    width: 181px;
    padding: 46px 0 20px 0;
}

table#guideBody td#guideBodyB {
    width: 804px;
    padding: 20px 10px 0 0;
}

table#guideCity {
    width: 724px;
}

/**
 * body layout: flight search
 */
table#flightsQuery {
    width: 724px;
}

table#flightsQuery td.flightsQueryB {
    width: 220px;
    padding: 0;
}

/**
 * my cities
 */
div.myCitiesBox {
    width: 151px;
    padding: 10px 0;
    margin: 0 auto;
}

div#myCities {
    display: none;
}

img.myCitiesTop {
    position: absolute; top: 0; left: 0;
}

img.myCitiesBottom {
    position: absolute; bottom: 0; left: 0;
}

div.myCitiesContent {
    background: #56a2c6 url(http://www.skyteam.com/images/graphics/go/myCitiesBoxMiddle.gif) 0 0 no-repeat;
    border-left: 2px solid #56a2c6;
    border-right: 2px solid #56a2c6;
    color: #ffffff;
    padding: 0;
}

div.myCitiesContent img.myCitiesGradient {
    position: absolute; left: 0; top: 0;
    background: transparent none;
    z-index: 0;
}

div.myCitiesContent * {
    position: relative;
    z-index: 1;
}

div.myCitiesSubcontent {
    padding: 0 10px 1em 10px;
}

div.myCitiesContent h2 {
    margin: 0 0 1em 0;
    /*margin: 0 10px 1em 10px;*/
    padding: 1em 0 1em 12px;
    border-bottom: 1px solid #ffffff;
    text-transform: uppercase;
    font-size: 0.92em;
}

ul.myCitiesItems {
    list-style-type: none;
    margin: 0 0 1em 0;
    padding: 0;
    color: #ffffff;
    font-size: 0.92em;
}

ul.myCitiesItems li {
    margin: 0;
    /*margin: 0 10px 0 10px;*/
    padding: 2px 1em;
    cursor: pointer;
}

ul.myCitiesItems li.selected {
    background: #205072 none;
}

div.myCitiesContent p {
    font-size: 0.92em;
    margin: 0;
    /*margin: 0 10px;*/
    padding: 1em 12px;
    border-top: 1px solid #ffffff;
}

ul#myCitiesActions {
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 0;
    font-size: 0.92em;
    font-weight: bold;
}

ul#myCitiesActions li {
    margin: 2px 0;
    /*margin: 2px 10px;*/
    padding: 2px 0 2px 18px;
    cursor: pointer;
    text-transform: uppercase;
}

ul#myCitiesActions li a {
    color: #ffffff;
    text-decoration: none;
}

ul#myCitiesActions li#myCitiesActionsRemove {
    background: #457ea1 url(http://www.skyteam.com/images/graphics/go/myCitiesDrop.gif) 6px 50% no-repeat;
}

ul#myCitiesActions li#myCitiesActionsAdd {
    background: #457ea1 url(http://www.skyteam.com/images/graphics/go/myCitiesAdd.gif) 6px 50% no-repeat;
}

ul#myCitiesActions li#myCitiesActionsGo {
    background: #457ea1 url(http://www.skyteam.com/images/graphics/go/myCitiesGo.gif) 6px 50% no-repeat;
}
/**
 * tabs
 */
div#goTabs {
    width: 804px; height: 26px;
}

div#goTabs img {
    position: absolute; top: 0;
}

div#goTabs img#tabsCities {
    left: 19px;
}

div#goTabs img#tabsAirports {
    left: 153px;
}

div#goTabs img#tabsFlights {
    left: 652px;
}

div#cityGuideBox {
    width: 724px;
    padding: 20px 50px 20px 30px;
    background: transparent url(http://www.skyteam.com/images/graphics/go/guideBg.png) 0 0 no-repeat;
}

div#flightsBox {
    width: 724px;
    padding: 20px 50px 20px 30px;
    background: transparent url(http://www.skyteam.com/images/graphics/go/flightsBg.png) 0 0 no-repeat;
}

/*download timetables page */
span.ttHeading {
    display: block;
    cursor: pointer;
    text-decoration: underline;
}

div.ttBox {
    background: #d3e4ec none;
    margin: 2px 0;
    padding: 2px;
    display: none;
}

noscript div.tBox {
    display: block;
}

div.ttBox ul, div.ttBox p {
    margin-top: 3;
}

table#newsCitiesSlideshowLink {
    margin-bottom: 23px;
}

table#newsCitiesSlideshowLink td#newsCitiesSlideshowLinkA {
    padding: 0 0 0 7px;
    width: 109px;
}

table#newsCitiesSlideshowLink td#newsCitiesSlideshowLinkB {
    padding: 9px 8px 0 7px;
    width: 250px;
}

table#newsCitiesSlideshowLink td#newsCitiesSlideshowLinkB p {
    padding-right: 0;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 1em;
}

table#newsCitiesSlideshowLink td#newsCitiesSlideshowLinkB ul {
    padding-right: 0;
}

td#generalBodyBWide h2.newsExecs {
    margin: 0 0 1em 0;
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;
}