﻿/***
 * Species Search Form
 */

#SpeciesSearchForm {
    margin-top: 20px;
}
#SpeciesSearchFormInner {
    padding: 15px 0 0 10px;
}

    #SpeciesSearchForm label, #SpeciesSearchForm .fieldLabel {
        width: 206px;
        font-size: 87.5%;
        font-weight: bold;
    }

    #SpeciesSearchForm .checkbox table {
        width: 100%;
        /*positioning fix for Safari float-tables*/
        float: left;
    }

        #SpeciesSearchForm .checkbox td {
            padding-right: 0.7em;
        }
            
            #SpeciesSearchForm .checkbox td input {
                margin: 2px;
                padding: 0;
            }
            
            #SpeciesSearchForm .checkbox td label {
                width: auto;
                font-weight: normal;
            }
      
    #SpeciesSearchForm #SelectSeason {
        width: 100%;
        font-size: 91.7%;
    }

    #SpeciesSearchForm fieldset {
        margin-bottom: 0.25em;
    }
    
    #SpeciesSearchForm .submit {
        background: #00688F;
        margin: 0 0 1em;
        padding: 3px 8px;
        height: auto;
        color: #ffffff;
        font-size: 91.7%;
        border: 1px outset;
    }
        
    div.activePanel {
    }
    
        #SpeciesSearchForm .activePanel fieldset {
            border: #60872A 1px dotted;
        }
    
            #SpeciesSearchForm .activePanel fieldset legend {
                color: #60872A;
                background: #ffffff;
            }
    
/***
 * Search Results 
 */
 
 /*Set new backgrounds to avoid bg image break on long results*/

body#ctl00_Article_species_search_results #aspnetForm {
    background: #3C446B url(/App_Themes/Default/images/plants_animals_body_bg.gif) repeat-y scroll center top;
}

body#ctl00_Article_species_search_results div#Align {
    background: transparent url(/App_Themes/Default/images/plants_animals_align_bg.gif) no-repeat center bottom;
}
 
 /*Paging*/
 div#PagingTop, div#PagingBottom {
    margin: 0;
    border: 0;
    padding: 0;
 }
 div#PagingTop a, div#PagingBottom a {
    padding: 0 1px;
    font-weight: bold;
 }
 
.searchResult {
    position: relative;
    float: left;
    clear: both;
    width: 675px; /* IE6 & IE7 have problems if a width isn't specified. */
    margin: 1em 0;
    padding: 10px;
    border: #e0e0e0 1px solid;
}

    .searchResult .thumbnail {
        float: left;
        margin-right: 10px;
    }

    .searchResult .text {
        float: left;
    }
    
        .searchResult .text .title {
            margin-top: 0;
            width: 400px;
        }
    
        .searchResult .text .summary {
            width: 400px;
        }
    
        .searchResult .text .regions {
            width: 400px;
            margin: 0.25em 0;
            font-size: 91.7%;
        }
    
        .searchResult .text .seasons {
            width: 400px;
            font-size: 91.7%;
        }

        .searchResult .text .dataLabel {
            font-weight: bold;
        }

        .searchResult .text .data {
            text-transform: capitalize;
        }

    .searchResult .buttons {
        float: left;
    }
    
/***
 * Categories 
 */

#Categories {
    width: 100%;
    margin: 1em 0;
}

    #Category1, #Category3, #Category5, #Category7, #Category9 {
        clear: left;
    }

    #Category2, #Category4, #Category6, #Category8, #Category10 {
        margin-left: 16px;
    }

.category {
    position: relative;
    float: left;
    width: 214px;
    margin-bottom: 16px;
    padding: 0;
    overflow: hidden;
}

    .category h2 {
        margin: 0;
        padding: 4px 8px;
        color: #ffffff;
        background: #000000;
    }
    
    .category h3 {
        margin: 0;
        background: #000000;
    }

        .category h3 a {
            color: #ffffff;
        }

        .category h3 a:visited {
            color: #ffffff;
        }

/***
 * Fact Sheet
 */

#SightingsMap {
    margin-top: 15px;
    text-align: center;
}

#RecordSighting {
    margin: 0 0 1.5em;
}