#load_data {
    visibility: hidden;
    padding-left: 5px;
}

#ajax_response {
    border-left: 3px solid rgba(228, 228, 228, 1);
    border-right: 3px solid rgba(228, 228, 228, 1);
    border-bottom: 3px solid rgba(228, 228, 228, 1);
    background-color: #FFFFFF;
    position: absolute;
    display: none;
    padding: 2px;
    top: auto;
    min-width: 200px;
    z-index: 1000;
    margin-top: 47px;
    width: 100%;
}

#holder {
    min-width: 200px;
    max-width: 669px;
    width: 100%;
}

.list {
    padding: 0px 0px;
    margin: 0px;
    list-style: none;
}

.list li a {
    text-align: left;
    padding: 2px;
    display: block;
    text-decoration: none;
    color: #000000;
    font-size: 12px;
    border-top: 1px solid black;
}

.selected {
    background: #99c6f7;
}

.redbold {
    color: #ff0000;
    font-size: 12px;
    font-weight: bold;
}

.bold {
    font-weight: bold;
    font-size: 12px;
}

.red_text {
    color: #ff0000;
}

.bold_text {
    font-weight: bold;
}

.clickame:link {
    cursor: pointer;
    color: black;
}

.clickame:hover {
    cursor: pointer;
    background: #99c6f7;
}

#loading {
    display: none;
}

#resultSearch {
    margin: 2px;
}

#resultSearch td {
    padding: 2px !important;
    height: 18px !important;
}
#resultSearch td .edit {
    padding: 2px !important;
    height: 18px !important;
}