* {
    margin: 0;
    padding: 0;
}

body {
    font-family: Helvetica, Arial, sans-serif;
    padding: 10px;
}

a img {
    border: none;
}

div#container {
}

#header {
    text-align: center;
}

#options {
    background-color: #eee;
    padding-top: 6px;
}

#options h4 {
    background-color: #3b1a7e;
    color: #fff;
}

    #options #advanced {
        float: left;
    }

    #options #sort {
        float: right;
    }

    #options #showing {
        padding-top: 6px;
        clear: both;
    }

        #options #showing-table {
        

            width: 100%;
        }

            #options #showing-table td {
            }

            #options #showing-table #styles td {
                padding: 1px;
				
            }

            #options .text-input {
                width: 60px;
            }

table#results {
    border-collapse: collapse;
    width: 100%;
    background-color: #eee;
}
    table#results thead {
        font-weight: bold;
        background-color: #3b1a7e;
        color: #fff;
    }
    table#results #existing {
        background-color: yellow;
    }
    table#results td {
        border: 3px solid #3b1a7e;
        padding: 1px 5px;
        text-align: center;
    }
    table#results td.empty {
        background-color: #3b1a7e;
    }
    #results #years {
        width: 100%;
    }

img.photo {
    height: 60px;
}


body#find {
    text-align: center;
    margin-top: 220px;
}

#find #container {
    margin: 0 auto;
    width: 350px;
    text-align: center;
    padding: 5px;
}

#find_button {
    border: 0;
    background-color: #ddd;
    background-repeat: no-repeat;
    width: 173px;
    height: 42px;
}
#find_button.rf {
    background-image: url(../images/find_rf.gif);
}
#find_button.dw {
    background-image: url(../images/find_dw.gif);
}
#find_button.cw {
    background-image: url(../images/find_cw.gif);
}
#find_button.cd {
    background-image: url(../images/find_cd.gif);
}

#blue_go {
    border: 0;
    background-color: #ddd;
    background-image: url(../images/blue_go_button.gif);
    background-repeat: no-repeat;
    width: 60px;
    height: 41px;
}

#red_go {
    border: 0;
    background-color: #ddd;
    background-image: url(../images/red_go_button.jpg);
    background-repeat: no-repeat;
    width: 41px;
    height: 25px;
}
