#list_results {
        
}

#list {
    /*border: 1px solid black;
    margin-right: 290px;
	width: 614px;*/
}

#filter {
   /* width: 280px;
    float: right;
    background-color: white;
    border: 1px solid black;    
    font-family: sans-serif;
    font-size: 12px;*/
}
    #filter select,
    #filter input {
        font-size: 12px;    
    }
    
    #filter div.wrapper {
        padding: 5px;   
    }
    
    label {
        
    }
    
    span.short_title {
        font-size: .8em;
        font-weight: bold;
    }
    
    table {
        /*width: 914px;
        /*border: 1px solid black;*/
        border-collapse: collapse;
    }
    
    tr {
        /*border: 1px solid black;*/
        /*padding: 3px;*/
    }
    
    tr.odd {
        background-color: #fff;            
    }
    
    tr.even {
        background-color: #eee;            
    }
    
    td {
       /* padding: 3px;   */
    }
    
    td.center {
        text-align: center;    
    }
    

#list th a.active_sort_asc,
#list th a.active_sort_desc
{
    font-style: italic;
    padding-right: 14px;    
    background-repeat: no-repeat;
    background-position: right center;
}

#list th a.active_sort_asc {
    background-image: url(/_img/arrow_up.gif);
}

#list th a.active_sort_desc {
    background-image: url(/_img/arrow_down.gif);
}

