﻿/*---------------------------------------------------------------------------------------------------------------------------------
	searchALL
---------------------------------------------------------------------------------------------------------------------------------*/
.searchAll
{
    background: url('../images/Resources/newskin/ico_Searchbox.jpg') no-repeat 5px 5px;
    height: 314px;
    width: 509px;
    float: left;
    overflow-x: expression("hidden");
}
.searchAll .title
{
    color: #418bae;
    padding-left: 42px;
    padding-top: 10px;
    display: block;
}

.tabregion1
{
    margin: 0;
    padding: 0px 10px;    
    text-align: center;
    float: left;
    clear: both;
    width: 492px;
}
tabregion
{
    margin: 0;
    padding: 7px 10px;  
    padding-top:12px;  
    text-align: center;
    float: left;
    clear: both;
    width: 492px;
}
.tabSearchAll_Normal, .tabSearchAll_Selected
{
    list-style: none;
    display: inline-block;
    float: left;
    width: 81px;
    padding-top: 4px;
    padding-bottom: 4px;
    background-color: #418bae;
    border-left: 1px #86d1f5 solid;
    text-align: center;
    color: #dcf2fc;
    font-weight: bold;
    cursor: pointer;
}
.tabSearchAll_Selected
{
    background-color: #005892;
    color: white;
}
.label
{
    color: white;
    width: 100px;
    text-align: right;
    font-weight: bold;
}
.inputDate
{
    width: 140px;
    padding: 1px;
    border: 1px #478eaf solid;
    background-color: white;
}

.inputDate input
{
    background-color: transparent;
    border: 0px transparent none;
    width: 97%;
}
.inputDate img
{
    cursor: pointer;
}
.inputData select
{
    width: 140px;
    padding: 1px;
    border: 1px #478eaf solid;
}

.textbox
{
    border: 1px #478eaf solid;
    padding: 2px;
    width: 134px;
}
.tabContent, tabContentActive
{
    clear: both;
    display: none;
}
.tabContentActive
{
    display: block;
}
.formHotel
{
    float: left;
    border: 0;
    width: 505px;
}


.bgInfo
{
    margin-top: -2px;
    margin-left: -5px;
    float: right;
}
.bgInfo td
{
    background-color: #daecf5;
    color: #3e87a9;
    font-weight: bold;
    width: 160px;
    border: 0;
}
.btnSearchAll
{
    clear: both;
    padding-right: 10px;
}
.btnSearchAll input
{
    border-style: none;
    border-color: inherit;
    border-width: 0px;
    float: right;
    background-image: url('../images/Resources/newskin/btnSearchAll.jpg');
    width: 114px;
    height: 32px;
    color: white;
    font-weight: bold;
    text-align: left;
    padding-left: 30px;
    cursor: pointer;
}
.special
{
    background: #6ebce2;
    width: 510px;
    border-top: 1px #5badd3 solid;
    border-bottom: 1px #5badd3 solid;
}
.regionOverflow
{
    display: block;
    /*overflow: hidden;*/
    width: 509px;
    height: 192px;
    float: left;
    clear: both;
}
.tdLength
{
    padding: 5px;
}
.tdstar
{
    padding: 5px;
    height: 130px;
    height: expression("125px");
}
.calendar
{
    background: white url('../images/Resources/newskin/ico_Calendar.jpg') no-repeat scroll 124px 1px;
}
.calendarHotel
{
    background: white url('../images/Resources/newskin/ico_Calendar.jpg') no-repeat scroll 179px 1px;
}
.error
{
    background: white url('../images/Resources/newskin/Warning_icon.jpg') no-repeat scroll left top;
    border-color: #478EAF;
    border-style: solid;
    border-width: 1px 1px 1px 0;
    display: block;
    height: 17px;
    position: absolute;
    width: 19px;
}
.frameErr
{
    position: absolute;
    margin-left: -20px;
    _margin-top: 1px;
    margin-left: expression( "-3px" );
    margin-top: expression( "1px" );
}
.lnkCustomizeTour
{
    background: #005892 none repeat scroll 0 0;
    color: white;
    display: block;
    float: left;
    font-size: 16px;
    margin-left: 10px;
    margin-top: 3px;
    padding: 5px;
    text-align: center;
    text-decoration: none;
}
.lnkCustomizeTour:hover
{
    border: 1px solid black;
}
.ListHotelName
{
    background-color: white;
    margin: 0;
    padding: 0;
    position: absolute;
    display: none;
    max-height: 200px;
    overflow: scroll;
    overflow-x: hidden;
    border: 1px #333333 solid;
    z-index: 100000;
    margin-top: expression("-14px");
}
.ListHotelName li
{
    list-style: none;
    padding: 3px;
    cursor: pointer;
}

.ajax__calendar_container
{
    z-index: 1000 !important;
}

/*
hack safari, chrome
*/
@media screen and (-webkit-min-device-pixel-ratio:0)
{

    .frameErr
    {
        margin-left: 176px;
        margin-top: -20px;
    }
    .formHotel td select
    {
        margin: 0px;
        height:20px;
    }
    .formHotel td input
    {
        margin: 0px;    
        height:14px;
    }
    .error
    {
        
        height: 18px;
    }
    .tdstar td
    {
        height:20px;
    }
}
