/* tables */
table.tablesorter:not(.card-table) {
	
	background-color: #CDCDCD;
	
	width: 100%;
	text-align: left;
}
    table.tablesorter:not(.card-table) thead tr th, table.tablesorter:not(.card-table) tfoot tr th {
        padding: 4px;
        margin-bottom: -1px;
    }
table.tablesorter thead tr .header, table.sentEmailsTable thead tr .header, table.tablesorter thead tr .tablesorter-headerUnSorted {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center left;
	cursor: pointer;
}
table.tablesorter thead tr .header,
table.sentEmailsTable thead tr .header,
table.tablesorter.rgMasterTable thead tr .header, table.tablesorter thead tr .tablesorter-headerUnSorted {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center left;
	cursor: pointer;
}
div.wrap table.tablesorter:not(.card-table) thead tr.header th.header {
    padding-left: 1.5em !important;
}

table.tablesorter:not(.card-table) tbody td {
   
    padding: 4px;
    vertical-align: top;
    font-size: 11px;
}
table.tablesorter:not(.card-table) tbody tr.odd td {
    background-color: #F0F0F6;
}
table.tablesorter thead tr .headerSortUp,
table.sentEmailsTable thead tr .headerSortUp,
table.tablesorter.rgMasterTable thead tr .header.headerSortUp,
table.tablesorter thead tr .tablesorter-headerAsc {
	background-image: url(asc.gif);
	background-repeat: no-repeat;
	background-position-x: right;
	background-position-y: center;
}
table.tablesorter thead tr .headerSortDown,
table.sentEmailsTable thead tr .headerSortDown,
table.tablesorter.rgMasterTable thead tr .header.headerSortDown,
table.tablesorter thead tr .tablesorter-headerDesc {
	background-image: url(desc.gif);
	background-repeat: no-repeat;
	background-position-x: right;
	background-position-y: center;
}
