.search_result {
    float:left;
    clear:left;
    width:760px;
    margin-bottom: 20px;
}

table.search_result {
    width: 100%;
    border:1px solid #999;
    border-collapse:collapse;
    font-size: 80%;
}

table.search_result tr:hover {
    background-color: #FFEBAD;
}

table.search_result th {
    width: 16%;
    padding:3px;
    border:1px solid #999;
    text-align: right;
    padding-right: 10px;
}

table.search_result td {
    padding:3px;
    border:1px solid #999;
    text-align: left;
    padding-left: 10px;
}

div.no_result {
    text-align:center;
    border:1px solid #999;
    padding:3px;
}

#loading { 
    text-align:center;
    border:1px solid #999;
    padding:3px;
    font-family:Verdana, sans-serif;
    color:#666;
    font-weight:bold;
}

div.pager {
    border: 1px solid #999;
    text-align: center;
}

a.search_result_name {
    text-decoration:none;
}

a.page_selected {
    font-weight: bold;
    font-size: 110%;
    color: #DE9229;
    text-decoration:none;
}

a.page {
    font-weight: bold;
    font-size: 110%;
    color: #009;
    text-decoration:none;
}

a.page:hover {
    color:#39C;
    background-color: #FFEBAD;
}

