#banner {
	background-image: url('/images/layout/diark_banner_bg.png');
}

#headline h1 {
	background-image: url('/images/layout/diark_page_header_bg.png');
}
#flash_notice {
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid white;
    background: #DCE7F7;
    text-align: left;
    margin: 10px auto;
    padding: 5px 20px;
}

#index_search {
    background: white;
    width: 570px;
    height: 23px;
    margin-top: 2px;
    text-align: left;
    line-height: 21px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #96b9e8;
    float: left;
}

#index_search_auto_complete {
    background: white;
    position:absolute;
    float: left;
    clear: both;
    margin-left:0px;
    padding-left: 5px;
    padding-top: 5px;
    margin-top: -6px;
    text-align: left;
    width: 565px;
    border-left: 1px solid #96b9e8;
    border-right: 1px solid #96b9e8;
    border-bottom: 1px solid #96b9e8;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    border-radius: 0px 0px 10px 10px;
    z-index: 1;
}

#index_search_button {
    background: #96b9e8;
    width: 70px;
    height: 23px;
    margin-left: 5px;
    margin-top: 2px;
    padding-top: 2px;
    text-align: center;
    line-height: 21px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #7494c3;
    float: left;
    color: white;
    font-size: 14px;
    font-weight: bold;
}

#index_search_button a {
    color: white;
}

#index_search_text_field {
    background: white;
    width: 560px;
    height: 19px;
    margin-left: 2px;
    border: 0px solid white;
    font-size: 15px;
}

#index_search_text_field textarea, input {
    outline: none;
    margin: 0px;
}


#quick_search {
    background: white;
    width: 175px;
    height: 21px;
    position:relative;
    float: left;
    margin-top: 2px;
    padding-left: 10px;
    text-align: left;
    line-height: 21px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: 1px solid gray;
}

#quick_search a:hover {
    background: none !important;
}

#quick_search_auto_complete {
    background: white;
    position:relative;
    float: left;
    clear: both;
    margin-left:35px;
    margin-top: -1px;
    text-align: left;
    width: 125px;
    border-left: 1px solid gray;
    border-right: 1px solid gray;
    border-bottom: 1px solid gray;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    border-radius: 0px 0px 10px 10px;
    font-size: 10px;
    color: black;
}

#quick_search_auto_complete div a {
    padding-left: 5px;
    width: 113px;
    color: black;
    height: auto;
    line-height: normal;
    padding-bottom: 5px;
}

#quick_search_auto_complete div a:hover {
    background-color: yellow;
    width: 113px;
    color: black;

}

#contig_list {
    position: relative;
    float: left;
    width: 90px;
    min-height:500px;
    background-color: #737373;
    padding-left: 10px;
    color: #F2F2F2;
}

#cgr_list {
    position: relative;
    float: left;
    width: 90px;
    min-height:700px;
    background-color: #737373;
    padding-left: 10px;
    color: #F2F2F2;
}

#cgr_list a{
    color: #F2F2F2;
}

#cgr_list div:hover {
    background-color: #999999;
}

#cgr {
    position: relative;
    float: left;
    width: 700px;
    min-height:700px;
}

.cgr_selected {
    background-color: #999999;
    color: black;
}

.index_search_auto_container {
    border-bottom: 1px dotted lightgrey;
    width: 560px;
    padding-top: 2px;
    padding-bottom: 2px;
    cursor: pointer;
}

.index_search_auto_container:first-child {
    border-top: 1px dotted lightgrey;
}

.index_search_auto_container_highlight {
    background-color: #ffb !important;
}

.index_search_auto_left {
    float:left;
    width: 55px;
    
}

.index_search_auto_right {
    float:left;
    width:505px;
}

.index_search_auto_right_info {
    font-size: 10px;
}

