/* TABLE */
.sdt_default, .pag_default{ font:12px Arial, Helvetica, sans-serif; color:#555;}
.sdt_default td a{ color:#c00;}
caption h3{ font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; color:#007A7A;}
caption .header_actions a, caption .header_actions a:visited{ background-color:#c00; color:#fff;}
caption ul a:hover{ background-color:#e00; color: #fff;}
table.sdt{ background-color:#fff;}
table.sdt th a { color:#fff;}
table.sdt thead{ border-color:#55BDBD;}
table.sdt thead th { background-color:#55BDBD; color:#fff; border-right-color:#55BDBD;}
table.sdt tbody{ border-color:#ddd;}
table.sdt tbody td { border-bottom-color:#ddd;}
/* ALTERNATE COLORS */
table.sdt tr.stripe td{ background:#fafafa;}
/* SORT */
table.sdt th.asc a, table.sdt th.asc a:hover, table.sdt th.desc a, table.sdt th.desc a:hover{ background-color:#c00;}
table.sdt td.asc, table.sdt td.desc, 
table.sdt tr.stripe td.asc, table.sdt tr.stripe td.desc{ background-color:#fafafa; border-right-color:#fff;}
table.sdt tr.stripe td.asc, table.sdt tr.stripe td.desc{ background-color:#f4f4f4;}
/* PAGINATION */
div.pagination span.disabled{ background-color:#eee; border-color:#eee; color:#999;}
div.pagination .current{ background-color:#55BDBD; border-color:#55BDBD; color:#fff;}
div.pagination a{ background-color:#fff; border-color:#ddd; color:#555;}
div.pagination a:hover{ color:#c00; text-decoration:underline;}
/* ACTIONS */
.i_delete{ background:url(/images/i_delete.png);}
.i_edit{ background:url(/images/i_edit.png);}