
.sorting_asc {
    background: transparent url("../images/sort_indicator_asc_black.png") no-repeat scroll right center;
}
.sorting_desc {
    background: transparent url("../images/sort_indicator_desc_black.png") no-repeat scroll right center;
}
.sorting {
    background: transparent url("../images/sort_indicator_both_black.png") no-repeat scroll right center;
}

.dataTables_wrapper {
    clear:both;
    min-height:302px;
    position:relative;
}
.dataTables_processing {
    border:1px solid #DDDDDD;
    color:#999999;
    font-size:11px;
    left:50%;
    margin-left:-125px;
    padding:2px 0;
    position:absolute;
    text-align:center;
    top:0;
    width:250px;
}
.dataTables_length {
    float:left;
    width:40%;
}
.dataTables_filter {
    float:right;
    text-align:right;
    width:50%;
}
.dataTables_info {
    float:left;
    width:60%;
}
.dataTables_paginate {
    float:right;
    text-align:right;
    width:44px;
}
.paginate_disabled_previous, .paginate_enabled_previous,
.paginate_disabled_next, .paginate_enabled_next {
    float:left;
    height:19px;
    margin-left:3px;
    width:19px;
}
.paginate_disabled_previous {
    background-image:url(http://www.datatables.net/images/back_disabled.jpg);
}
.paginate_enabled_previous {
    background-image:url(http://www.datatables.net/images/back_enabled.jpg);
}
.paginate_disabled_next {
    background-image:url(http://www.datatables.net/images/forward_disabled.jpg);
}
.paginate_enabled_next {
    background-image:url(http://www.datatables.net/images/forward_enabled.jpg);
}

.movies_alt_pagination div.dataTables_info {
    width:40%;
}
.movies_alt_pagination .dataTables_paginate {
    height:22px;
    line-height:22px;
    width:400px;
}
.movies_alt_pagination div.dataTables_paginate span.paginate_button,
.movies_alt_pagination div.dataTables_paginate span.paginate_active {
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    -moz-border-radius-topleft:5px;
    -moz-border-radius-topright:5px;
    border:1px solid #AAAAAA;
    cursor:pointer;
    margin:0 3px;
    padding:2px 5px;
}
.movies_alt_pagination div.dataTables_paginate span.paginate_button {
    background-color:#DDDDDD;
}
.movies_alt_pagination div.dataTables_paginate span.paginate_button:hover {
    background-color:#CCCCCC;
}
.movies_alt_pagination div.dataTables_paginate span.paginate_active {
    background-color:#99B3FF;
}
