
/**
 * style.css - Indices page table sort styles.
 *
 * @version $Id: $
 * @copyright 2009 - Bywave
 **/

* { margin: 0; padding: 0; outline: none; }
.sortable th { text-align: left; }
.sortable th h5 { font-size: 11px; padding: 2px 2px 2px; }
.sortable td { padding: 2px 2px 2px; }
.sortable .head h5 {
    background: url('images/sort.gif') no-repeat 95%;
    cursor: pointer;
    padding: 3px;
}
.sortable .desc h5 {
    background: #98cc37 url('images/desc.gif') no-repeat 95%;
    cursor: pointer;
    padding: 3px;
    color: white;
}
.sortable .asc h5 {
    background: #98cc37 url('images/asc.gif') no-repeat 95%;
    cursor: pointer;
    padding: 3px;
    color: white;
}
.sortable .head:hover, .sortable .desc:hover, .sortable .asc:hover {
    color: white;
}


