@import url( /common/css/local/search/index.css );

#formDiv {
    width: 688px;
}

#tabsPrefix {
    display: block;
}

/** BEGIN primaryFormContainer **/

#primaryFormContainer {
    background-color: transparent;
    padding: 0;
    margin: 0;
}

#tabs a {
    text-transform: uppercase;
}

#tabs a.selected {
    color: #000000;
}

#primaryForm {
    padding: 20px;
    font-size: 10px;
    font-weight: bold;
    background-color: #eaeaea;
}

#primaryForm label {
    text-transform: uppercase;
}

#primaryForm .clearDiv {
    height: 0;
    overflow: hidden;
}

#searchHeaders {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
}

#searchByAirportCode,
#searchByHotelName {
    text-transform: none;
}

#commonSearchFields {
    width: 415px;
    margin: 0;
}

#datesContainer {
    float: left;
    width: 190px;
}

#datesContainer .cal_zeroPadMar {
    margin-bottom: 2px;
}

#datesContainer .cal_tdStyle {
    padding-left: 10px;
    padding-top: 13px;
}

#optionsContainer {
    clear: none;
    float: left;
    padding: 0;
}

#citySearchFields .searchBlock {
    padding: 0;
}

#addressFieldBlock {
    margin-bottom: 2px;
}

#zipFieldBlock {
    margin-top: 2px;
}

#address,
#zipCode,
#city {
    width: 150px;
}

.findAirportCode {
    font-size: 12px;
}

#hotelNameSearchFields .searchBlock {
    padding: 0;
}

.actionButton {
    float: right;
    padding: 0;
}

#twoColumContainer .actionButton {
    float: none; /* fix for signin bug */
}

.actionButton input {
    background: url(/whotels/images/buttonRightDk.gif) no-repeat right top, url(/whotels/images/buttonLeftDk.gif) no-repeat left bottom transparent;
}

/** END primaryFormContainer **/

/** BEGIN filterSearchFields **/

#searchItems h2 {
    font-family: arial;
    font-size: 11px;
    font-weight: bold;
    text-transform: none;
    margin-left: 12px;
}

#searchItems .searchItemsContent h3 {
    padding: 8px 0 8px 20px;
    background: #eaeaea url(/whotels/images/headerLineEAEAEA.gif) no-repeat left top;
}

#searchItems .searchItemsContent .checkBlock {
    width: auto;
    margin-left: 40px;
    font-weight: bold;
}

#searchItems .searchItemsContent .checkBlock div {
    width: 315px;
}

/** END filterSearchFields **/

/** --- BUBBLE HELP DEFINITIONS --- **/
#bubbleHelpDiv {
    z-index: 100;
    width: 250px;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    background-color: #ffffff;
    border: 2px solid #444444;
}

#bubblehelpHeaderContainer {
    z-index: 100;
    height: 20px;
}

#bubblehelpHeader {
    padding: 5px 16px 0;
    margin: 0;
    font-weight: bold;
    text-transform: uppercase;
}

#bubblehelpClose {
    float: right;
}

#bubblehelpClose a {
    background: url(/whotels/images/icons/toolTipClose.png) no-repeat right center transparent;
    color: #ffffff;
    float: right;
    font-size: 10px;
    font-weight: bold;
    padding: 2px 17px 0;
    text-align: right;
    text-decoration: none;
    text-transform: uppercase;
}

#bubblehelpHeaderContainer .divClear {
    height: 0;
    overflow: hidden;
}

#bubblehelpInnerContainer {
    overflow: auto;
    padding: 10px 16px 15px;
    font-size: 11px;
}

/***** --- END BUBBLE HELP DEFINITIONS --- ******/

#buttonContainer {
    width: 688px;
}
