﻿/*
    Search engines
*/
div.Element div.Search
{
    padding: 6px 0 6px 0;
}

div.Search a
{
    color: #000000;
    cursor: pointer;    
}

div.Search a:hover
{
    color: #000000;
}

li.SearchTab
{
    position: relative;
    top: 1px;
    height: 19px;
    background-color: #d2d9e1;
    border-color: #455f74;
    border-style: solid;
    border-width: 1px 1px 0px 1px;
    padding: 5px 30px 0 30px;
    display: inline-block;
    cursor: pointer;
    margin: 0 2px 0 0;
    font-size: 12px;
    color: #455f74;
}

li.SearchTab:hover
{
    background-color: #f0f3f7;
}

li.ActiveSearchTab
{
    position: relative;
    top: 1px;
    height: 20px;
    background-color: #eef2f7;
    border-color: #455f74;
    border-style: solid;
    border-width: 1px 1px 0 1px;        
    padding: 5px 30px 0 30px;
    display: inline-block;
    cursor: default;
    margin: 0 2px 0 0;
    font-size: 12px;
    color: #000000;
    z-index: 6;
}

div.SearchPage
{
    position: relative;
    background: url('../Images/SearchFormBackground002.png');
    background-position: top;
    background-repeat: repeat-x;     
    background-color: #e2e9f1;    
    border: 1px solid #455f74;
    
    display: block;
    padding: 20px;
    z-index: 5;
}

div.SearchPageLoading
{
    min-height: 140px;
    border: 1px solid #455f74;
    background: #eef2f7 url('../Images/Loader.gif');
    background-repeat: no-repeat;
    background-position: center center;
}

div.SearchSmallLoader
{
    width: 12px;
    height: 12px;
    display: inline-block;
    background: url('../Images/SmallLoader.gif');
}

div.SearchCalendarIcon
{
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url('../Images/Calendar.png');
    cursor: pointer;
}

select.SearchFormElement
{
    display: block;
    margin-top: 6px;
}

div.SearchFormElement, div.SearchFormFloatElement
{
    color: #000000;
    margin-top: 6px;
    font-size: 11px;
}

div.SearchFormFloatElement
{
    float: left;
    margin-right: 15px;
}

div.SearchFormLastFloatElement
{
    margin-right: 0px;
}

div.SearchFormElement select.Long, div.SearchFormFloatElement select.Long, div.SearchFormElement input.Long, div.SearchFormFloatElement input.Long
{
    width: 180px;
}

div.SearchFormElement select.Short, div.SearchFormFloatElement select.Short, div.SearchFormElement input.Short, div.SearchFormFloatElement input.Short
{
    width: 70px;
}

div.SearchFormElement input.VeryLong,  div.SearchFormFloatElement input.VeryLong
{
    width: 416px;
}


div.SearchFormSpace
{
    height: 20px;
}

td.SearchFormColumn
{
    vertical-align: top;
    padding: 5px;
}

div.SearchTabs
{
    width: 100%;
    margin-top: 4px;    
}

div.SearchTabs ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 0;
}

div.Search
{
    margin: 0 0 10px 0;    
}

div.ChildrenAgeListLoading
{
    width: 70px;
    height: 20px;
    display: inline-block;
    background: url('../Images/SmallLoader.gif');
    background-position: center center;
    background-repeat: no-repeat;
}

div.SearchErrorOverlay
{
    position: absolute;
    background: #ffffff;
    opacity:0.8;
    filter:alpha(opacity=80);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
    font-weight: bold;
    padding: 10px;
}

span.SearchFormHeader
{
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    display: block;
}

div.MainSearchTabs
{
    width: 731px;
    height: 27px;
    font-size: 0;
}

div.MainSearchTabPage
{
    /*width: 750px;*/
    background: url('../Images/SearchFormBackground001.png');
    background-position: top;
    background-repeat: repeat-x; 
    background-color: #86b0de;        
    padding: 10px;    
}

div.ActiveMainSearchTab
{
    float: left;
    position: relative;
    width: 169px;
    height: 19px;
    background-color: #2e6fa1;    
    font-size: 13px;
    color: #ffffff;
    text-align: right;
    padding: 7px 12px 1px 0;
    margin: 0 1px 0 0;
    cursor: default;
}

div.ActiveMainSearchTab div.Corner
{
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 3px;
    background-image: url('../Images/ActiveMainSearchTabCorner.png');
}

div.InactiveMainSearchTab
{
    float: left;
    position: relative;
    width: 170px;
    height: 19px;
    background-image: url('../Images/InactiveMainSearchTabBackground.png');
    background-repeat: repeat-x;
    cursor: pointer;
    font-size: 13px;
    color: #ffffff;
    text-align: right;
    padding: 3px 12px 1px 0;
    margin: 4px 1px 0 0;
}

div.InactiveMainSearchTab div.Corner
{
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 3px;
    background-image: url('../Images/InactiveMainSearchTabCorner.png');
}

div.RoomParametersLoading
{
    height: 60px;
    background: url('../Images/Loader.gif');
    background-repeat: no-repeat;
    background-position: center center;
}

div.AdvancedSettingsPanel
{
    padding: 5px 10px 10px 10px;
    color: #000000;
    background-color: #e9eef4;
    border: 2px solid #d1e1f3;
}

div.SearchButtonPanel
{
    margin-top: 15px;
    text-align: right;
}

input.SearchButton
{
    background-image: url('../Images/SearchButtonBackground001.png');
    background-repeat: repeat-x;
    height: 25px;
    line-height: 0px;    
    padding: 0px 17px 0px 17px;    
    font-weight: bold;
    border: none;
    color: #ffffff;
    text-shadow: 0 1px 0 #df6a1b;
    font-size: 13px;
    cursor: pointer;
}

#RoomParametersContainer select
{
    margin-right: 5px;
}

div.Facilities
{
    color: #000000;
    margin-top: 6px;
    font-size: 10px;    
}

div.Facilities input
{
    vertical-align:middle;
    margin-right: 5px;
}

div.Search div.ContextualPanel
{
    padding: 5px;
    margin-bottom: 10px;
    color: #ff0000;
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

div.Search div.ContextualPanel img
{
    vertical-align: middle;
}

/*
 * Auto complete
 */
input.ui-autocomplete-input
{
    color: #555555;
}
 
ul.ui-autocomplete {
    max-height: 160px;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid #4C6EA1;
    background: #FAFBFB;
    padding: 0;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

ul.ui-autocomplete li.ui-menu-item
{
    padding: 2px 2px 0 2px !important;
    width: auto;
}

ul.ui-autocomplete li.ui-menu-item:last-child
{
    padding: 2px !important;
}

ul.ui-autocomplete li.ui-menu-item a
{
    color: #444444;
    font-weight: bold !important;
    font-family: Verdana;
}

ul.ui-autocomplete li.ui-menu-item a.ui-state-focus
{
    margin: 0 !important;
    background: #6C92CB;
    color: #FFFFFF;
    border: none;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

ul.ui-autocomplete li.ui-menu-item a span.Country
{
    position: relative;
    top: 2px;
    color: #5F89C9;
    font-weight: normal !important;
    font-size: 10px;
    float: right;
}

ul.ui-autocomplete li.ui-menu-item a.ui-state-focus span.Country
{
    color: #FFFFFF;
}