
#content {
    font-size: 1.2em;
}

/* Setup the 3 search boxes. */
#blast fieldset {
    background-color: #E7E7E7;
    border: 0.15em solid #CCCCCC;
    width: 65.5em;
    margin-bottom: 1.5em;
}

/* Setup the legend text. */
#blast legend {
    font-size: 1.7em;
    font-weight: bold;
    color: black;
    margin-left: 0.5em;
}

#blast label {
    float: left;
    text-align: right;
    font-weight: bold;
    /*font-size: 1.2em;*/
    width: 8em;
    position: relative;
    top: 0.4em;
    padding: 0em 1em 0em 0em;
}

#advanced_blast label {
    width: 15em;
}

#basic_blast div {
    padding: 1em 0em 0em 2em;
}

#advanced_blast div {
    padding: 1em 0em 1em 2em;
}

#advanced_blast legend {
    cursor: pointer;
}

#outputformat {
    width: 14em;    
}

#matrix {
    width: 8em;
}

.first_option {
    padding-top: 1em;
}

#database, #program {
    /*font-size: 1.2em;*/
    font-weight: bold;
    color: black;
}

#program {
    width: 11em;    
}

.help_icon {
    position: relative;
    top: 0.2em;
    left: 1em;
}

.help_icon img {
    height: 1.3em;
    width: 1.3em;
}

/* Add some space between the sequence box and the file input box. */
#sequence {
    margin: 1em 0em 1em 0em;
}

.submit {
    width: 12em;
    font-weight: 700;
    margin: 1em 1.5em 1em 10.2em;
}

.buttons {
    border: 1px solid black;
    padding: 0.1em 0.2em 0.1em 0.2em;
    background-color: white;
    color: black;
    font-weight: bold;
    font-size: 0.9em;
}

a:hover.buttons, a:focus.buttons, a:active.buttons, a:visited.buttons {
    text-decoration: none;
    background-color: white;
    color: black;
}

#clear_sequence {
    position: relative;
    right: 8.5em;
    top: 0.8em;
    /*font-size: 1.2em;*/
}

.error {
    display: block;
    color: red;
    font-weight: bold;
    /*font-size: 1.2em;*/
}

/* Species */
#left_tax { float: left; }
#right_tax {
    float: right;
    width: 32em;
}

#species label {
    float: none;
    padding: 0;
    top: 0;
    width: 0;
}

#species input {
    vertical-align: bottom;
}

#species ul {
    width: 30em;
    list-style-type: none;
}

#species li {
    margin: 0.4em 0;
}


.diptera, .lepidoptera, .coleoptera, .hymenoptera, .hemiptera, .phthiraptera, .ixodida {
    padding-left: 5em;
    text-indent: -1.5em;
}

.sg_drosophila, .sophophora {
    padding-left: 7em;
    text-indent: -1.5em;
}

.all { padding-left: 1.5em; }
.order { padding-left: 2.5em; }
.genus {
    padding-left: 3.5em;
    text-indent: 0em;
}
.subgenus {
    padding-left: 4.5em;
    text-indent: 0em;
}

#species p {
    clear: both;
    padding: 2em;
}


.purple { font-weight: bold; color: purple; }
.blue { font-weight: bold; color: blue; }
.green { font-weight: bold; color: green; }
.red { font-weight: bold; color: red; }
.orange { font-weight: bold; color: #FFA500; }
.aqua { font-weight: bold; color: #00FFFF; }
.grey { font-weight: bold; color: #808080; }
.black { font-weight: bold; color: black; }
.yellow { font-weight: bold; color: red; }
.cyan { font-weight: bold; color: #3300CC; }
.pink { font-weight: bold; color: #FFC0CB; }

.reference {
    font-size: 1em;
    display: block;
    margin-left: 2em;
}

.tip {
    /*font-size: 1.2em;*/
    margin: 0em 0em 0em 2em;
    position: relative;
}

.tip img {
    height: 3.7em;
    width: 7.5em;
    border: 1px solid black;
    position: absolute;
    top: 1em;
    left: 34.5em;
}

.tip p {
    margin: 0em;
}

.tip .bold {
    margin-top: 1em;
}

/* Database availability table */
#content table {
    /*font-size: 1.2em;*/
    border-collapse: collapse;
    border: 1px solid black;
}

#content table td, #content table th {
    border: 1px solid black;
    text-align: center;
    height: 1.5em;
}


/* Job status tagle */
#job_info {
    margin: 3em 0 0 0 ;
}
