span {
    font-weight: bold;
}

table {
    margin: 0;
    padding: 0;
    width: 800px;
}

#summary {
    font-family: "Lucida Sans Unicode";
    font-size: 0.80em;
    border-collapse: collapse;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    color: #000;
    background-color: #FFFFFF;
}

#summary th, td {
    border: 1px solid #000000;
    padding: 0px 0px;
}

#summary td {
    font-weight: normal;
}

#summary th {
    background-color: #DDDDDD;
    color: #000;
    border-bottom-width: 1px;
    text-transform: capitalize;
}

#summary a:link {
    color: #006;
    text-decoration: underline;
    text-transform: none;
}

#summary a:visited {
    color: #006;
    text-decoration: underline;
    text-transform: none;
}

#summary th a:hover {
    color: #C00;
}

#summary td a:hover {
    color: #006;
}

.red {
    background-color: #A00;
    color: #FFF;
    font-weight: bold;
}

.green {
    background-color: #060;
    color: #FFF;
    font-weight: bold;
}

.yellow {
    background-color: #FF0;
    color: #000;
    font-weight: bold;
}

.black {
    background-color: #000;
}

/* SEARCH FORM ELEMENTS */
form {
    padding: 0;
    margin: 0;
    font-family: arial;
    font-size: 9pt;
}

legend {
    font-size: 14pt;
    font-weight: bold;
    text-transform: capitalize;
    color: #000;
}

fieldset {
    margin: 0;
    padding: 10px 10px;
    margin-left: auto;
    margin-right: auto;
    width: 400px;
    text-align: right;
    border: #000 solid 1px;
}

fieldset div {
    margin-bottom: 2px;
}

label {
    float: left;
    font-weight: bold;
}

select {
    font-size: 8pt;
    color: #00C;
    background-color: #EEE;
}

#bm {
    width: 150px;
}

#bd {
    width: 50px;
}

#by {
    width: 69px;
}

#em {
    width: 150px;
}

#ed {
    width: 50px;
}

#ey {
    width: 69px;
}

#glider_select select {
    width: 275px;
}

#project_select select {
    width: 275px;
}

#submit {
    width: 100%;
    margin-top: 2px;
}

.drop_downs {
    color: #00B;
    font-size: 1em;
}
/* END SEARCH FORM ELEMENTS */

table.image_table {
    border: #000 solid 2px;
    background-color: #FFF;
}

.image_table td {
    margin: 0;
    padding: 0;
    width: 160px;
    border: none;
    border-bottom: #000 solid 2px;
    border-right: #000 solid 2px;
}

.image_table th {
    margin: 0;
    padding: 0;
    font-size: 8pt;
    color: #00008B;
    border-right: #000 solid 1px;
}

img {
    padding: 0;
    margin: 0;
    border: none;
}

.image_table {
    margin: 0;
    padding: 0;
    border: none;
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
    text-align: center;
}


hr {
    width: 840px;
}

#results_stats h4 {
    margin: 0;
    margin-bottom: 5px;
    padding: 0;
}

#results_stats h3 a {
    font-size: 0.65em;
    color: #006;
    text-transform: none;
    text-decoration: underline;
}



p.sort {
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
    font-size: 0.75em;
    font-weight: bold;
}

.sort a {
    color: #FFF;
    font-weight: bold;
    text-decoration: underline;
}

.transect_form {
    margin: auto;
    margin-bottom: 5px;
    height: 30px;
    width: 750px;
}

.transect_form p {
    font-size: 1.25em;
    text-align: center;
    display: inline;
}

.transect_form label {
    float: left;
    font-size: 1.25em;
}

.transect_form select {
    text-align: center;
    margin: 0;
    margin-left: 5px;
    float: left;
    font-size: 1.1em;
}

#transect_select {
    width: 150px;
    height: 25px;
}
