#articlelist table .td1 {
    padding: 10px 20px 10px 0;
    vertical-align: middle;
}

#articlelist table .td2 {
    padding: 10px 10px 10px 0;
}
#articlelist table td {
    text-align: left;
    vertical-align: top;
}
#encycabour {
    font-size: 10px;
    margin: 8px 10px 6px;
    text-align: left;
}
.norecords{
    border: none;
}
li #search_input_button {
position:relative;
top:-3px;
}
.ac_results {
    padding: 0px;
    border: 2px solid #8DC63F;
    background-color: white;
    overflow: hidden;
    z-index: 99999;
    margin-top: 5px;
    margin-left: -1px;
}

.ac_results ul {
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ac_results li {
    margin: 0px;
    padding: 7px;
    cursor: default;
    display: block;
    font: menu;
    font-size: 12px;
    line-height: 16px;
    overflow: hidden;
}
.ac_odd {
    background-color: #eee;
}
.ac_over {
    background-color: #E0E0E0;
    color: white;
}
.onlyforarticlecontent .short_content {
    word-wrap: break-word;
}