/*.find_boats_page */

#BoatSearch {
    margin: 0 auto;
    float: none;
}

.result-body {
    background-color: #FFFFCC;
}

.find_boats_page #nav_find_boats {
    padding-bottom: 23px;
    background: url('/images/nav_active.jpg') repeat-x bottom left #fff;
}

#search_form,
#search_results {
    clear: both;
    overflow: hidden;
    margin: 0 0 10px 10px;
    padding: 5px 5px 10px 5px;
    /*background: url('/images/icons/search.jpg') no-repeat;*/
    border-bottom: 1px solid #999;
}

    #search_form h2,
    #search_results h2 {
        float: left;
        width: 109px;
        margin: 0 40px 0 0;
        padding: 0 0 10px;
        color: #2B519D;
        display: inline; /* Hack and hack and hack */
    }

    #search_results h3 {
        float: left;
        color: #809B9D;
        /*font-size: 1.5em;*/
        width: 245px;
        margin-right: 20px;
    }

    #search_results #new_search {
        float: left;
    }

        #search_results #new_search a {
            float: left;
            color: #fff;
            background: url('/images/search_button.jpg') no-repeat #2B519D;
            padding: 2px 5px;
            display: inline;
            font: 1.25em Helvetica, Arial, sans-serif;
            font-weight: bold;
            text-decoration: none;
        }

    #search_form form {
        overflow: hidden;
        margin-bottom: 20px;
    }

    #search_form label {
        display: block;
        font-family: Helvetica, Arial, sans-serif;
        font-size: 1.1em;
        margin: 4px 0 0 4px;
        padding: 0;
        float: left;
        clear: both;
    }

        #search_form label span {
            width: 102px;
            text-align: right;
            padding-top: 2px;
            display: inline;
            float: left;
        }

            #search_form label span.short {
                width: 14px;
                text-align: center;
                margin: 0 0 0 10px;
            }

    #search_form .text_input,
    #search_form select {
        width: 210px;
        background: #FFFFCC;
        border: 1px solid #ccc;
        float: left;
        margin-left: 10px;
    }

    #search_form input.short {
        width: 36px;
    }

    #search_form .button {
        height: 40px;
        width: 90px;
        float: left;
        font-size: 1.5em;
        font-weight: bold;
        border: none;
        color: #fff;
        margin-left: 10px;
        background: url('/images/search_button.jpg') no-repeat #2B519D;
        display: inline;
    }

#search_results {
    border: none;
}

    /*#search_results table {*/
    /*float: left;*/
    /*clear: both;*/
    /* margin-top: 20px; */
    /*width: 100%;*/
    /*width: 580px;*/
    /*}*/

    /*#search_results th,
    #search_results td {*/
    /* text-align: left; */
    /*font-family: Helvetica, Arial, sans-serif;*/
    /* border-bottom: 1px solid #ccc; */
    /* padding: 0 0 0 0; */
    /*}*/

    /*#search_results td {
        height: 29px;*/
    /*was 59 rdt */
    /*}*/

    #search_results td a {
        font-family: Georgia, "Times New Roman", Times, serif;
        text-decoration: none;
        font-size: .90em;
        /*was 1.35 rdt */
    }

        #search_results td a img {
            margin: 3px 0;
            border: 1px solid #ccc;
        }

#results_controls {
    font-family: Helvetica, Arial, sans-serif;
    clear: both;
    width: 100%;
    margin: 10px 0;
}

    #results_controls p {
        float: left;
        margin-left: 40px;
        padding-top: 2px;
        display: inline; /* hack */
    }

    #results_controls ul {
        list-style: none;
        float: left;
        margin-left: 5px;
        padding-top: 2px;
        overflow: hidden;
        display: inline; /* hack */
    }

    #results_controls li {
        float: left;
        margin-right: 5px;
    }

    #results_controls .button {
        float: right;
        padding: 0;
        margin: 0;
        font-weight: bold;
    }

        #results_controls .button.prev {
            float: left;
        }

        #results_controls .button a {
            color: #fff;
            display: block;
            padding: 2px 5px;
            background: #2B519D;
            text-decoration: none;
        }

            #results_controls .button a:hover {
                background: #999;
            }

.ResultTable {
    background-color: #2C509E !important;
}
