/* tables */
table.tablesorter {
	margin:10px 0pt 15px;
	width: 100%;
	text-align: left;
}
    
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center left;
    padding-left: 20px;
	cursor: pointer;
    border-right: 1px solid #cccccc;
    border-bottom: 2px solid #cccccc;
    font-size: 14px;
    color: #000000;
}
    table.tablesorter thead tr .header:last-child {
        border-right: none;
    }
    table.tablesorter thead tr .header:hover {
        background-color: #e0e0e0;
    }
table.tablesorter tbody tr {
    cursor: pointer;
    
}
table.tablesorter tbody tr:hover {
    background-color: #E1F3FB;
}
table.tablesorter tbody td {	
	padding: 4px;	
	vertical-align: top;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(asc.gif);
    border-bottom: 2px solid #99C53F;
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(desc.gif);
    border-bottom: 2px solid #99C53F;
}

