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

#formDiv, .checkBlock {
    width: auto;
}

#meetingsSearchForm a {
    color: #F93E51;
}

#tabs .selected {
    text-decoration: none;
}

h3 {
    border-top: 1px solid #D8C9B5;
    border-right: 1px solid #D8C9B5;
    border-left: 1px solid #D8C9B5;
    margin-bottom: 0;
    padding: 5px;
    background-color: #E2DACA;
}

#tabs {
    margin: 0 0 0 10px;
}

#tabsPrefix {
    float: left;
    padding: 10px 0 5px 0;
}

#tabs a {
    width: 135px;
    border-top: 1px solid #EFEFE4;
    border-right: 1px solid #EFEFE4;
    border-left: 1px solid #EFEFE4;
    margin-bottom: -1px;
    margin-left: 6px;
    background-color: #E2DACA;
    text-align: center;
    padding: 10px 0 5px;
    display: block;
    float: left;
    color: #997269;
}
#tabs a:hover {
    text-decoration: none;
}

#tabs a.selected {
    border-top: 1px solid #D8C9B5;
    border-right: 1px solid #D8C9B5;
    border-bottom: 1px solid #EFEFE4;
    border-left: 1px solid #D8C9B5;
    background-color: #EFEFE4;
    color: #653C33;
    cursor: default;
}

#tabs span.pipe {
    display: none;
}

#primaryForm {
    border: 1px solid #D8C9B5;
    padding: 15px 0 0 15px;
    margin-bottom: 15px;
    width: 632px;
}

#searchByLocation, #searchByAddress, #searchByAirportCode {
    font-size: 15px;
    color: #77392A;
}

.searchBlock {
    margin: 0;
    padding: 0;
}

input.radio {
    background-color: #EFEFE4;
}

#commonSearchFields {
    width: 307px;
    margin: 0 115px 0 0;
}

* html #commonSearchFields {
    margin-right: 40px;
}

#datesContainer {
    float: left;
}

#optionsContainer {
    float: right;
    clear: none;
    padding-top: 0;
    margin-left: 35px;
}

#primaryForm input.buttonForm {
    margin-right: 115px !important;
}

#filterSearchFields strong {
    font-weight: normal;
    display: block;
    margin-bottom: 10px;
    margin-left: 10px;
    line-height: 15px;
}

#filterSearchFields > br {
    display: none;
}

.checkBlock {
    border-bottom: 1px solid #D8C9B5;
    border-right: 1px solid #D8C9B5;
    border-left: 1px solid #D8C9B5;
    padding: 15px 30px;
    margin: 0 0 15px;
}

.checkBlock label {
    font-weight: bold;
    color: #3D8A87;
    padding-left: 4px;
}

.checkBlock div {
    width: 290px;
}

/***** --- BUBBLE HELP DEFINITIONS --- ******/
#bubbleHelpDiv {
    z-index: 100;
    width: 200px; /*height:255px;*/
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    background-color: #EFEFE4;
    border: 1px solid #D8C9B5;
    text-align: left;
}

#bubblehelpHeaderContainer {
    z-index: 100;
    height: 23px;
    padding-right: 10px;
    background-color: #E2DACA;
}

#bubblehelpHeader {
    padding: 6px 10px 6px 10px;
    margin: 0;
    font-weight: bold;
    font-size: 11px;
}

#bubblehelpClose {
    float: right;
    padding-top: 3px;
}

#bubblehelpClose a:link {
    background: url( /sheraton/images/icons/close.gif) no-repeat top right;
    padding-right: 18px;
    color: #77392A;
}

#bubblehelpInnerContainer {
    overflow: auto; /*height:230px;*/
    padding: 4px 10px 10px 10px;
    font-size: 11px;
}

#bubblehelpItemInstructions {
    color: #4D4D4D;
}

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

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

/* for ciCo calendar search */
.cal_tdStyle {
    vertical-align: top;
    padding-top: 15px;
    padding-left: 10px;
}

#primaryContainer #contentArea p.cal_zeroPadMar {
    margin: 0 0 4px;
}

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

* html #tabs {
    margin-bottom: -5px;
}

* html #primaryForm {
    width: 640px;
}

* html .checkBlock {
    width: 595px;
}

* html h3 {
    width: 645px;
}

* html #citySearchFields, * html #airportSearchFields {
    width: 190px;
}

.clearButton{
    background-image: none;
    padding-right: 7px;
}

#primaryContainer .highlightBox {
    border: none;
    padding: 0;
    margin: 0;
}

