.dataTables_paginate {
    margin-top: 4px;
}

.ui-state-default {
    cursor: pointer;
}

.ui-corner-bl {
    border-top: 1px solid #404040;
}

.ui-corner-tr {
    border-bottom: 1px solid #404040;
    border-top: 1px solid #404040;
}

table.dataTable th:active {
    outline: none !important;
}

tr.even {
    background: #fefefe;
}

.paging_two_button .ui-button {
    float: left;
    cursor: pointer;
    *cursor: hand;
    display: block;
}

.paging_full_numbers a {
    margin: 0 0 0 4px;
    cursor: pointer;
    *cursor: hand;
    color: #636363;
    font-size: 11px;
    padding: 6px 10px;
    border: 1px solid #d2d2d2;
    background-color: #f8f8f8;
    -webkit-box-shadow: inset 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fff;
    position: relative;
}

.paging_full_numbers a:hover {
    color: #fff;
    background: #0099cc;
    border: 1px solid #0099cc;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
}

.paging_full_numbers .paginate_button_disabled,
.paging_full_numbers .paginate_button_disabled:hover {
    background: #f8f8f8;
    background: -moz-linear-gradient(top, #f8f8f8 0%, #eaeaea 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#eaeaea));
    background: -webkit-linear-gradient(top, #f8f8f8 0%,#eaeaea 100%);
    background: -o-linear-gradient(top, #f8f8f8 0%,#eaeaea 100%);
    background: -ms-linear-gradient(top, #f8f8f8 0%,#eaeaea 100%);
    background: linear-gradient(to bottom, #f8f8f8 0%,#eaeaea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#eaeaea',GradientType=0 );
    color: #adadad !important;
    border: 1px solid #d2d2d2 !important;
    opacity: 0.7;
    cursor: default;
}

.paging_full_numbers .paginate_active,
.paging_full_numbers .paginate_active:hover {
    color: #fff;
    background: #0099cc;
    border: 1px solid #0099cc;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.paging_full_numbers .ui-button:hover {
    text-decoration: none;
}

.dataTables_paginate .ui-button {
    margin-right: -0.1em !important;
}

.paging_full_numbers {
    width: 350px !important;
}

.dataTables_wrapper .ui-toolbar {
    padding: 10px 5px;
}

.ui-helper-clearfix {
    *zoom: 1;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    display: table;
    content: "";
}

.ui-helper-clearfix:after {
    clear: both;
}

.dataTables_paginate {
    width: auto;
}

.dataTables_info {
    padding-top: 3px;
    font-size: 12px;
    line-height: 20px;
    padding-left: 5px;
    color: #707070;
    position: relative;
    top: -2px;
    text-shadow: 0 1px 0 #fff;
}

.dataTables_empty {
    text-align: center !important;
}

table.display thead th {
    padding: 3px 0px 3px 10px;
    cursor: pointer;
    *cursor: hand;
}

div.dataTables_wrapper .ui-widget-header {
    font-weight: normal;
}

div.dataTables_wrapper .tableHeader, div.dataTables_wrapper .tableFooter {
    margin: 0 !important;
    display: block;
    width: 100%;
}

div.dataTables_wrapper .tableHeader {
    padding: 1px 0;
}

div.dataTables_wrapper .tableFooter {
    border-top: 0px solid #d2d2d2;
    padding: 6px 0 !important;
}

/*
 * Sort arrow icon positioning
*/

table.display thead th div.DataTables_sort_wrapper {
    position: relative;
    padding-right: 20px;
    padding-right: 20px;
}

.dataTable thead div.DataTables_sort_wrapper {
    height: 20px;
}

table.display thead th div.DataTables_sort_wrapper span {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 0;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *
 * Everything below this line is the same as demo_table.css. This file is
 * required for 'cleanliness' of the markup
 *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* DataTables features
*/

.dataTables_wrapper {
    position: relative;
    clear: both;
}

.dataTables_processing {
    position: absolute;
    top: 0px;
    left: 50%;
    width: 250px;
    margin-left: -125px;
    text-align: center;
    color: #999;
    font-size: 11px;
    padding: 2px 0;
}

.dataTables_length {
    float: left;
}

.dataTables_length label {
    font-size: 12px;
    color: #909090;
    margin: 7px 0 0 5px;
	font-weight: 500;
}

.dataTables_length div.selector {
    font-size: 12px;
    margin: -2px 10px 0 13px;
}

.dataTables_filter {
    float: right;
    text-align: right;
    position: relative;
    top: 7px;
}

.dataTables_filter label {
    font-size: 11px !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 7px !important;
    top: -6px;
    position: relative;
    color: #909090;
	font-weight: 500;
}

.dataTables_filter input[type=text] {
    padding: 5px 20px 5px 7px;
    margin-left: 10px;
    width: 180px !important;
    background: #fff;
    box-shadow: 0 1px 0 #FFF;
    -webkit-box-shadow: 0 1px 0 #FFF;
    -moz-box-shadow: 0 1px 0 #fff;
    border: 1px solid #D7D7D7;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    display: inline-block !important;
}

.dataTables_filter input:focus {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.dataTables_info {
    float: left;
}

.dataTables_paginate {
    float: right;
    text-align: right;
}

.dataTables a.first {
    color: red !important;
}

/* Pagination nested */

.paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next {
    height: 19px;
    width: 19px;
    margin-left: 3px;
    float: left;
}

.paginate_disabled_previous {
    background-image: url('../images/back_disabled.jpg');
}

.paginate_enabled_previous {
    background-image: url('../images/back_enabled.jpg');
}

.paginate_disabled_next {
    background-image: url('../images/forward_disabled.jpg');
}

.paginate_enabled_next {
    background-image: url('../images/forward_enabled.jpg');
}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* DataTables display
*/

table.display {
    margin: 0 auto;
    width: 100%;
    clear: both;
    border-collapse: collapse;
}

table.display tfoot th {
    padding: 3px 0px 3px 10px;
    font-weight: bold;
    font-weight: normal;
}

table.display td.center {
    text-align: center;
}

