html, body {
    color: #371C1C;
}

.quick_links  {
    font-family: Helvetica;
    font-size: small;
    font-weight: bold;
    list-style-type: none;
    margin: 0 0 0 350px;
    padding: 0;
    position: absolute;
    bottom: 2px;
}

.quick_links li {
    display: inline;
    margin-right: 20px;
}

.quick_links a {
    color: #626262;
    text-decoration: none;
}

.quick_links .red {
    color: #FF0000;
}

.left_menu {
    float: left;
    margin-right: 40px;
}
.content {
    color: #371C1C;
    font-size: 12pt;
    margin-left: 250px;
    margin-right: 50px;
    text-align: justify;
}

.content li {
    margin-bottom: 10px;
    margin-top: 10px;
}

.content p {
    text-indent: 10pt;
}

.content a {
    color: #626262;
    text-decoration: none;
}

.downloads_submenu {
    border-bottom: 1px solid #C3C3C3;
    font-size: 10px;
    font-weight: bold;
    margin: 0px 0px 20px 0px;
    padding: 3px;
}

.downloads_submenu ul {
    display: inline;
    margin: 0px;
    padding: 0px;
}

.downloads_submenu li {
    border-right: 1px solid #C3C3C3;
    display: inline;
    list-style: none;
    margin: 0px;
    padding: 0px 0.5em;
}

.undecorated_list {
    list-style-type: none;
}

#left {
    float: left;
    width: 30%;
}

#right {
    float: left;
    margin-left: 1%;
}

#sib_body .sorting_asc {
	background: url('../images/sort_asc.png') no-repeat center right;
}

#sib_body .sorting_desc {
	background: url('../images/sort_desc.png') no-repeat center right;
}

#sib_body .sorting {
	background: url('../images/sort_both.png') no-repeat center right;
}

#sib_body .sorting_asc_disabled {
	background: url('../images/sort_asc_disabled.png') no-repeat center right;
}

#sib_body .sorting_desc_disabled {
	background: url('../images/sort_desc_disabled.png') no-repeat center right;
}

.results_div .dataTables_filter {
    float: left;
    text-align: left;
}

.results_div .dataTables_length {
    clear: left;
}

.results_div .dataTables_info {
    margin-left: 20px;
}

.results_div .dataTables_paginate {
    clear: left;
    float: left;
}

#sib_body .results_table {
    width: 98%;
    clear: both;
}

#sib_body .results_table td {
    white-space: nowrap;
    padding-left: 10px;
}

#sib_body .results_table th {
    padding-right: 20px;
}

#sib_body .results_table .wrap {
    white-space: normal;
}

#sib_body .motif_table {
    width: 98%;
    clear: both;
}

#sib_body .motif_table th, td {
    white-space: nowrap;
}

#sib_body .motif_table th {
    padding-right: 20px;
}

#sib_body .motif_table .wrap {
    white-space: normal;
}

#sib_body .content h2 {
    margin-top: 2em;
    text-decoration: underline;
}

#search_bar {
    height: 2em;
}

.bold {
    font-weight: bold;
}

#genomes_link {
    float: left;
}

#search_form {
    float: right;
}

.underline {
    text-decoration: underline;
}

#query_info {
    text-decoration: underline;
    float: left;
}


