@CHARSET "UTF-8";

/* * * * * * * * * * */
/* Main Page Styles  */
/* * * * * * * * * * */

#propertyWrapper {
    display: none;
    margin-left: 45px;
}

#propertyHeader {
    height: 27px;
}

#propertyBorder {
    margin-top: -1px;
    width: 701px;
    height: 433px;
    background: url(/templates/public/wireframe/images/xlsDirectory/propertyBorder.jpg) no-repeat;
}

#tabSearch {
    display: block;
    float: left;
    width: 127px;
    height: 22px;
    background: url(/templates/public/wireframe/images/xlsDirectory/tabSearchFocus.jpg) no-repeat;
    text-align: center;
    padding-top: 5px;
    color: #8DA187;
    font-size: 14px;
}

#tabResults {
    display: none;
    float: left;
    width: 119px;
    height: 22px;
    background: url(/templates/public/wireframe/images/xlsDirectory/tabResultsFocus.jpg) no-repeat;
    text-align: center;
    padding-top: 5px;
    color: #8DA187;
    font-size: 14px;
}

#tabDetail {
    display: none;
    float: left;
    width: 126px;
    height: 27px;
    background: url(/templates/public/wireframe/images/xlsDirectory/tabDetailFocus.jpg) no-repeat;
}

#searchBody, #resultsBody, #detailBody  {
    display: none;
    float: left;
    margin-top: 7px;
    margin-left: 7px;
    width: 684px;
    height: 418px;
    background: url(/templates/public/wireframe/images/xlsDirectory/searchBg.jpg) no-repeat;
}

.pointer:hover {
    cursor: pointer;
}