@CHARSET "UTF-8";



.css_right {
    float: right;
}


.dataTables_paginate .fg-button {
    width: 30px;
    margin: 0 0 0 1px ! important;
}

.dataTables_paginate .first, .dataTables_paginate .previous, .dataTables_paginate .next, .dataTables_paginate .last {
    width: 40px;
}

.dataTables_wrapper .fg-toolbar {
    background: none ! important;
}




table.datatable {
    margin:10px 0pt 15px;
    font-size: 8pt;
    width: 100%;
    text-align: left;
}
table.datatable thead tr th, table.datatable tfoot tr th {
    font-size: 8pt;
    padding: 4px;
}
table.datatable thead tr {
    cursor: pointer;
}
#sitelog table.datatable thead tr {
    cursor: auto;
}
table.datatable tbody td {
    padding: 4px;
    vertical-align: top;
}


.paging_full_numbers {
    width: 500px;
}



tr.odd {
    background-color: #e2eeff;
}

tr.even {
    background-color: white;
}



/*
 * Sorting classes for columns
 */
/* For the standard odd/even */
tr.odd td.sorting_1 {
    background-color: #d3e5ff;
}

tr.odd td.sorting_2 {
    background-color: #dae8ff;
}

tr.odd td.sorting_3 {
    background-color: #e0ebff;
}

tr.even td.sorting_1 {
    background-color: #eaf2ff;
}

tr.even td.sorting_2 {
    background-color: #f2f7ff;
}

tr.even td.sorting_3 {
    background-color: #F9F9FF;
}



