div.dataTables_length label {
    float: left;
    text-align: left;
}

div.dataTables_length select {
    width: 50px;
    height: 30px;
}

div.dataTables_filter label input[type="text"] {
    margin: 0;
}

div.dataTables_info {
    padding-top: 3px;
    margin-bottom: 10px;
}

div.dataTables_paginate {
    float: right;
    margin: 0;
    margin-bottom:10px;
}

table.table {
    clear: both;
    margin-bottom: 6px !important;
    max-width: none !important;
}

table.dataTable thead {
    background-color: #a71f23;
    color: #ffffff;

	font-weight: normal;
}

table.dataTable thead th {
	font-weight: normal;
}

table.dataTable th:active {
    outline: none;
}

table.table thead .sorting,
table.table thead .sorting_asc,
table.table thead .sorting_desc,
table.table thead .sorting_asc_disabled,
table.table thead .sorting_desc_disabled {
    cursor: pointer;
    *cursor: hand;
}

table.table thead .sorting { background: url('../img/sort_both.png') no-repeat center right; }
table.table thead .sorting_asc { background: url('../img/sort_asc.png') no-repeat center right; }
table.table thead .sorting_desc { background: url('../img/sort_desc.png') no-repeat center right; }

table.table thead .sorting_asc_disabled { background: url('../img/sort_asc_disabled.png') no-repeat center right; }
table.table thead .sorting_desc_disabled { background: url('../img/sort_desc_disabled.png') no-repeat center right; }


/* Scrolling */
div.dataTables_scrollHead table {
    margin-bottom: 0 !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

div.dataTables_scrollHead table thead tr:last-child th:first-child,
div.dataTables_scrollHead table thead tr:last-child td:first-child {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

div.dataTables_scrollBody table {
    border-top: none;
    margin-bottom: 0 !important;
}

div.dataTables_scrollBody tbody tr:first-child th,
div.dataTables_scrollBody tbody tr:first-child td {
    border-top: none;
}

div.dataTables_scrollFoot table {
    border-top: none;
}

table.dataTable tr.row_selected { background-color: #fff2a8; }

.dataTables_wrapper {
    margin-top: 15px;
}

.dataTables_wrapper #dtassignments { font-size: 95% }

.dataTables_wrapper #dtusers { font-size: 96% }

.showdet {
    padding-top: 5px;
    margin-left: 60px;
    float: left;
} 

.showthumb {   
    padding-top: 5px;
    margin-left: 100px;
    float: left;
}

.showthumb input {
    vertical-align: -2px;
}

.tb_spacer {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}

