a.paginate_button {
            position: relative;
            float: left;
            padding: 6px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #0099CC;
            background-color: #fff;
            border: 1px solid #ddd;
            margin-left: -1px;
                cursor: pointer;
                text-decoration: none;
        }

            a.paginate_button.current {
                z-index: 2;
                color: #fff;
                background-color: #0099CC;
                border-color: #0099CC;
                cursor: default;
            }
    a.paginate_button.first {
        border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    }
    a.paginate_button.last {
        border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    }
        .dataTables_paginate span {
            position: relative;
            float: left;
        }
       
.paging_full_numbers .disabled{
    background-color: #EEEEEE;
    cursor: default;
    text-decoration: none;
}
div.dataTables_length {
    position: absolute;
    right: -56px;
    top: -41px;
}
div.dataTables_length label {
    float: left;
    text-align: left;
}

div.dataTables_length select {
    width: 75px;
    border-radius:4px;
    padding: 2px 1px;
}

div.dataTables_filter label {
}

div.dataTables_info {
    padding-top: 8px;
}

div.dataTables_paginate {
    float: right;
}
div.dataTables_paginate ul.paginate {
    margin: 0;
}

table.table {
    clear: both;
    margin-bottom: 6px !important;
    
}

thead {
   color: #0099CC;
   font-family:Calibri;
   font-variant:small-caps;
   font-weight:bold;
}

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('../images/sort_both.png') no-repeat center right; }
table.table thead .sorting_asc { background: url('../images/sort_asc.png') no-repeat center right; }
table.table thead .sorting_desc { background: url('../images/sort_desc.png') no-repeat center right; }

table.table thead .sorting_asc_disabled { background: url('../images/sort_asc_disabled.png') no-repeat center right; }
table.table thead .sorting_desc_disabled { background: url('../images/sort_desc_disabled.png') no-repeat center right; }

table.dataTable th:active {
    outline: none;
}


.dataTables_filter label input:-moz-placeholder {
    color: #999999;
}

.dataTables_filter label input::-moz-placeholder {
    color: #999999;
}

.dataTables_filter label input:-ms-input-placeholder {
    color: #999999;
}

.dataTables_filter label input::-webkit-input-placeholder {
    color: #999999;
}

.dataTables_filter label input {
    display: inline-block;
    width: 80%;
    margin-left: 4px;
    height: 26px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    color: dodgerblue;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.dataTables_filter label input:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

.dataTables_filter label input[disabled],
.dataTables_filter label input[readonly],
fieldset[disabled] .dataTables_filter label input {
    cursor: not-allowed;
    background-color: #eeeeee;
}