.dataTables_wrapper  {
    clear:both;
    min-height:302px;
    position:relative;
}
.fg-button{
    padding: 0px 3px;
    color: #4E6CA3;
}
.ui-state-default{
    cursor: pointer;
    font-weight: bold;
}
.ui-state-disabled{
    color: silver;
    cursor: default;
}

.dataTables_processing {
    background-color:white;
    border:1px solid #DDDDDD;
    color:#999999;
    font-size:14px;
    height:30px;
    left:50%;
    margin-left:-125px;
    margin-top:-15px;
    padding:14px 0 2px;
    position:absolute;
    text-align:center;
    top:50%;
    width:250px;
}
.dataTables_length {
    float:left;
    width:40%;
    color: #006600;
    font-weight: bold;
}
.dataTables_filter {
    float:right;
    text-align:right;
    width:50%;
    color: #006600;
    font-weight: bold;
}
.dataTables_info {
    float:left;
    width:60%;
    color: #006600;
    font-weight: bold;
}
.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;
}

table.display {
    clear:both;
    margin:0 auto;
    width:100%;
}
table.display thead th {
    border-bottom:1px solid black;
    font-weight:bold;
    padding:3px 18px 3px 10px;
}
table.display tfoot th {
    border-top:1px solid black;
    font-weight:bold;
    padding:3px 10px;
}

.top, .bottom {
    background-color:#F5F5F5;
    border:1px solid #CCCCCC;
    padding:10px;
    height: 20px;
}
.clear {
clear:both;
}
.dataTables_empty {
text-align:center;
}
tfoot input {
color:#444444;
margin:0.5em 0;
width:100%;
}
tfoot input.search_init {
color:#999999;
}
td.group {
background-color:#D1CFD0;
border-bottom:2px solid #A19B9E;
border-top:2px solid #A19B9E;
}
td.details {
background-color:#D1CFD0;
border:2px solid #A19B9E;
}
.example_alt_pagination div.dataTables_info {
width:40%;
}
.paging_full_numbers {
    height:22px;
    line-height:22px;
    width:30%;
    float: left;
}
.paging_full_numbers span.paginate_button, .paging_full_numbers span.paginate_active {
-moz-border-radius:5px 5px 5px 5px;
border:1px solid #AAAAAA;
cursor:pointer;
margin:0 3px;
padding:2px 5px;
}
.paging_full_numbers span.paginate_button {
background-color:#DDDDDD;
}
.paging_full_numbers span.paginate_button:hover {
background-color:#CCCCCC;
}
.paging_full_numbers span.paginate_active {
background-color:#99B3FF;
}
table.display tr.even.row_selected td {
background-color:#B0BED9;
}
table.display tr.odd.row_selected td {
background-color:#9FAFD1;
}
.ex_highlight #example tbody tr.even:hover, #example tbody tr.even td.highlighted {
background-color:#ECFFB3;
}
.ex_highlight #example tbody tr.odd:hover, #example tbody tr.odd td.highlighted {
background-color:#E6FF99;
}
div.box {
background-color:#E5E5FF;
border:1px solid #8080FF;
height:100px;
overflow:auto;
padding:10px;
}

