table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting { cursor: pointer; *cursor: hand; padding-right: 10px; min-width: 110px; } table.dataTable thead .sorting .sorticon { background: url(../../../../iconfiles/sonstiges/sortieren.gif) bottom right no-repeat; width: 10px; height: 17px; display: inline-block; margin-left: 5px; } table.dataTable thead .sorting_asc .sorticon{ background: url(../../../../iconfiles/sonstiges/sortieren_ab.gif) bottom right no-repeat #dedede; width: 10px; height: 17px; display: inline-block; margin-left: 5px; } table.dataTable thead .sorting_desc .sorticon { background: url(../../../../iconfiles/sonstiges/sortieren_auf.gif) bottom right no-repeat #dedede; width: 10px; height: 17px; display: inline-block; margin-left: 5px; } .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter { padding: 10px 0; } .dataTables_filter { float: left; position: relative; } .dataTables_length { float: right; position: relative; } .cols_full .alphabet { clear: left; display: block; float: left; margin-bottom: 10px; width: 100%; } .extendedSearchInsideDiv span.label, .alphabet span.label { color: #000000; cursor: pointer; font-weight: bold; } .alphabet span { color: #cc0000; cursor: pointer; display: inline-block; margin-right: 8px; } .alphabet span.active { color: #000000; cursor: default; } #extendedSearchInsideDiv div.block { padding: 5px 0; } #extendedSearchInsideDiv .block label { padding: 0 5px; } .dataTables_paginate.paging_simple_numbers { float: right; height: 20px; } .dataTables_paginate.paging_simple_numbers .paginate_button.disabled, .dataTables_paginate.paging_simple_numbers .paginate_button.previous, .dataTables_paginate.paging_simple_numbers .paginate_button.next { display: none; } .dataTables_paginate.paging_simple_numbers .paginate_button { color: #cc0000; cursor: pointer; font-size: 0.9em; margin-right: 3px; padding: 0 4px; } .dataTables_paginate.paging_simple_numbers .paginate_button.current { color: #000; cursor: default; }