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

#formDiv {
    width: auto;
}

#searchItems h2 {
	font-family: Arial, sans-serif;
	font-weight: bold;
}

#primaryContainer .highlightBox {
	background-color: #E8E8E8;
    padding-bottom: 10px;
    margin-bottom: 0;
}

.citySearch #zipFieldBlock {
    display: none;
}

.citySearch #addressFieldBlock {
    display: none;
}

.addressSearch #searchByLocation {
    display: none;
}

.citySearch #searchByAddress {
    display: none;
}

#citySearchFields {
    font-size: 12px;
    float: left;
    margin-bottom: 26px;
}

#airportSearchFields,
    #hotelNameSearchFields {
    float: left;
}

#commonSearchFields {
    float: right;
    width: 376px;
    margin: 0 0 25px 10px;
    padding: 0;
    font-size: 11px;
}

#commonSearchFields label {
    padding-right: 4px;
}

.inputBox {
    font-size: 10px;
}

#address, #city {
    width: 195px;
}

#stateProvince, #country {
    width: 199px;
}

.searchBlock,
    #searchHeaders {
    padding-left: 13px;
}

#searchHeaders #searchByLocation, #searchHeaders #searchByAddress{
    font-family: Georgia, sans-serif;
    font-size: 17px;
}

label#adultLabel {
    margin-left: 51px;
}

#meetingsSearchForm a {
    color: #F93E51;
}

input#airportCode {
    display: block;
}

#tabs {
    margin: 0;
    padding: 11px 0 0 15px;
    font-weight: bold;
}

#tabs a {
	font-weight: normal;
	color: #6B6B6B;
}

#tabs a.selected span {
    padding-right: 13px;
    font-weight: bold;
}

#tabs a.selected {
	background-color: #FFFFFF;
    text-decoration: none;
    color: #6B6B6B;
    padding: 5px 0 8px 8px;
}

#primaryContainer #contentArea #filterSearchFields h3 {
    clear: both;
    border: 1px solid #DCD9D5;
    padding: 5px 0 5px 12px;
    margin-top: 5px;
    margin-left: 0;
    font-weight: normal;
    font-size: 17px;
    text-transform: capitalize;
}

#filterSearchFields label {
    font-weight: bold;
    color: #A2AE4C;
}

#primaryForm {
    margin: 7px 10px 0;
    background-color: #FFFFFF;
    padding-top: 16px;
    padding-right: 28px;

}

*html #primaryForm {
    border: solid 1px #ffffff;
}

*html .checkBlock div {
    margin: auto;
}

.checkBlock {
    width: auto;
    margin: 0 0 15px 0;
    padding: 16px 0 16px 22px;
    border: 1px solid #DCD9D5;
    border-top: none;
    clear: none;
}

.checkBlock div {
    float: left;
    width: 315px;
    padding: 0;
    margin: 0;
}

.checkBlock div input {
    margin: 0;
    padding: 0;
}

input.radio {
    background: #ffffff;
    color: #FFFFFF;
    margin-right: 5px;
}

select#airportRadius {
    margin-right: 5px;
}

table.cal_tableStyle {
    margin-top: 12px;
}

/* for ciCo calendar search */
#optionsContainer {
    padding-top: 0;
}

.cal_tdStyle {
    padding-left: 0;
}

p.cal_zeroPadMar {
    padding: 0 45px 0 0;
    margin: 0;
    display: inline;
}

p.cal_zeroPadMar .inputBox {
    width: 69px !important;
}

p.cal_zeroPadMar br,
    #optionsContainer td br {
    display: none;
}

.searchWithIn table td {
	font-size: 11px;
}

#primaryFormContainer #primaryForm .actionButton {
	float: right;
}

.buttonForm {
    background: #A2AE4C url( /westin/images/searchBtnArrow.gif ) no-repeat scroll right center;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 10px;
    font-weight: bold;
    margin: 0 3px 0 0 !important;
    padding: 1px 19px 2px 10px;
    text-transform: uppercase;
}

.clearButton {
	background: #A2AE4C url( /westin/images/leftArrow.gif ) no-repeat scroll left center;
	padding: 1px 12px 2px 12px;
}

*+html .clearButton {
	background: #A2AE4C url( /westin/images/leftArrow.gif ) no-repeat scroll 0 4px;
	padding: 1px 10px 2px 1px;
}

/***** --- BUBBLE HELP DEFINITIONS --- ******/
.overlayContainer .overlayOuterBox {
    width: 254px;
}

#bubbleHelpDiv {
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    background: #FFFFFF url( /westin/images/overlayBoxTopCrns.gif ) no-repeat scroll center 6px;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 6px;
    width: 274px
}

#bubblehelpHeaderContainer {

    padding-left: 10px;
    padding-right: 10px;
    background-color: #E8E8E8;
    margin-top: 5px;
    float: right;

}

#bubblehelpHeaderContainer div.divClear {
    display: none;
}

#bubblehelpHeader {
    padding-left: 10px;
    padding-right: 10px;
    background-color: #E8E8E8;
    margin-top: 5px;
    padding-top: 5px;
    *margin-top : 11px;
    color: #63594C;
    font-weight: bold;

}

#bubblehelpClose {
    padding-top: 4px;
    text-transform: lowercase;
}

#bubblehelpClose .closeIcon {
    float: none;
    margin: 0;
}

#bubblehelpInnerContainer {
    overflow: auto;
    color: #666666;
    background: #EBEAE6 url( /westin/images/overlayBoxBtmCrns.gif ) no-repeat scroll left bottom;
    font-size: 11px;
    padding: 4px 10px 10px 10px;
    clear: both;
}

#bubblehelpItemInstructions {
    color: #4D4D4D;
}

.helpItemHeader {
    color: #4D4D4D;
    padding-top: 8px;
}

.helpItemExample {
    color: #CC4F49;
    padding-bottom: 8px;
}

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

