﻿ul#mainMenu
{
    margin:auto ;;
    padding:0px ;
    float: right;
    width: 100%;
}
#mainContainer
{
    background: url('Images/global/template_background_200.gif') !important;
}
#column1Container
{
    display:none !important;
}
ul#mainMenu li
{
    /*          padding: 10px 5px 10px 2px;       padding-left: 10px;     */
    background-position: left center;
    padding-top: 10px ;
    padding-left: 10px ;
    padding-left:auto;
    padding-right:auto;
    list-style: none;
    float: left;
    width: 177px;
    text-align: left;
    border-left-color: #808080;
    border-left-style: solid;
    border-left-width: 0;
    height: 40px;
    background-image: url('Images/menuBG.gif');
    background-repeat: no-repeat;
    font-size: 13pt;
}
ul#mainMenu li:hover
{
    border-left-width: 0px;
}
ul#mainMenu li.selected
{
    background: none;
    background-color: White;
    width: 177px;
    margin-left: -15px
   /* padding-left: 25px;
    ;*/
}
ul#mainMenu li.selected a
{
    text-decoration: none;
}
div#defaultPageSubNav
{
    background-color:#F1EEE7;
    text-align:justify;
}
div.subNav
{
    font-size: 0.95em;
    line-height: 1.2em;
    padding-bottom: 50px;

}
div.subNav ul, div.subNav li {
    margin: 0;
    padding: 0;
}
div.subNav li {
    border-bottom: 1px solid #E4DED0;
    background-color:#F1EEE7;
} 
div.subNav ul li {
    list-style-type: none;
    padding: 6px 10px 6px 0;
}
 
/*Flight  *************************************************/
#flightDivContainer, #hotelDivContainer, #insuranceDivContainer, #carDivContainer
{
    border: 0px red solid;
    padding: auto;
    background: white;
    padding-bottom: 20px;
    padding-top: 10px;
    padding-right: 20px;
}
#flightDivContainer
{
    height: 350px;
    padding-top: 30px;
}
#hotelDivContainer
{
    height: 300px;
    margin-top: 50px;
}
#flightSearchTable
{
    width: 550px;
    margin-right: 5px;
    margin-left: 5px;
    padding: auto;
}

#airportSelection, #flightDateSelection, #flightPaxSelection
{
    width: 547px;
    margin-right: 2px;
    padding: auto;
    margin-top: 20px;
}
#airportSelection input
{
    width: 250px;
}
.flightSearchButton
{
    border: 0px solid white;
    width: 89px;
    height: 29px;
    background-color: transparent;
    background-image: url('Images/button_Search.gif');
    background-repeat: no-repeat;
}

/*Flight End *************************************************/

/*Hotel ******************************************************/
#hotelSearchControl
{
    width: 550px;
    margin-right: 5px;
    margin-left: 5px;
    padding: auto;
    padding-top: 20px;
}
#hotelSearchControl div
{
    margin-bottom: 3px;
}
#hotelCityContainer
{
    width: 550px;
    margin-bottom: 5px;
    float: right;
}
#hotelCityContainer div
{
    width: 100%;
}
#hotelCityContainer input
{
    width: 90%;
}

#hotelDateContainer
{
    width: 550px;
    margin-top: 25px;
    float: right;
}
#hotelDateContainer div.floatRight
{
    width: 250px;
}
#hotelDateContainer div.floatRight input
{
    width: 150px;
}

#hotelSearchDetailsContainer
{
    width: 550px;
    margin-top: 25px;
    float: right;
}
#hotelSearchDetailsContainer div.floatRight
{
    width: 180px;
}

#hotelSearchButtonContainer
{
    width: 550px;
    margin-top: 25px;
    float: right;
}

/*Hotel End *************************************************/