/*
JQuery dataTable css template for AFv3_5
*/
div.dataTables_length {
    float: left;
    background-color: ##dddddd;
	font-size: 10pt;
}
 
div.dataTables_filter {
    float: right;
    background-color: ##dddddd;
	font-size: 10pt;
}
 
div.dataTables_info {
    float: left;
    background-color: ##dddddd;
	font-size: 10pt;
}
 
div.dataTables_paginate {
    float: right;
    background-color: ##dddddd;
	font-size: 10pt;
}
 
div.dataTables_length,
div.dataTables_filter,
div.dataTables_paginate,
div.dataTables_info {
    padding: 6px;
}
/* Style table*/
table.pretty {
    clear: both;
}
 
/* Self clearing - */
div.dataTables_wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
html[xmlns] .dataTables_wrapper { display: block; }
* html .dataTables_wrapper { height: 1%; }

/* Table Format */
table.pretty {
    width: 100%;
    clear: both;
}
 
table.pretty td,
table.pretty th {
    padding: 5px;
    /* border: 1px solid ##fff;*/
}

/* Header cells */
table.pretty thead th {
    text-align: center;
    background: ##CCCCCC;
}

/* Body cells */
table.pretty tbody th {
    text-align: left;
    background: ##91c5d4;
}
 
table.pretty tbody td {
    text-align: center;
    background: ##d5eaf0;
}
 
table.pretty tbody tr.odd td {
    background: ##bcd9e1;
}

/* Footer cells */ 
table.pretty tfoot th {
    background: ##b0cc7f;
    text-align: left;
}
 
table.pretty tfoot td {
    background: ##d7e1c5;
    text-align: center;
    font-weight: bold;
}

/* Table Wrapper */ 
div.dataTables_wrapper {
    background-color: ##dddddd;
}
