                                              
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables features
 */                                            
.dataTables_filter {
   text-align: center;
   margin-bottom: 5px;
}

.dataTables_processing {
   text-align: center;
   margin-bottom: 5px;
}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables table_sortable
 */
table.table_sortable {
   margin: auto auto 15px auto;  /* Centers the table in google too */
   clear: both;
}

table.table_sortable thead th {
   padding: 3px 20px 3px 0px;
   border-bottom: 1px solid black;
   font-weight: bold;
   cursor: pointer;
   * cursor: hand;
}

table.table_sortable td {
   padding: 3px 10px;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables sorting
 */

.sorting_asc { background: url('/images/sort_asc.jpg') no-repeat center right; }

.sorting_desc { background: url('/images/sort_desc.jpg') no-repeat center right; }

.sorting { background: url('/images/sort_both.jpg') no-repeat center right; }


.stat_type { font-size : 200%; text-align : center; }

