@charset "utf-8";
/* CSS Document */

.tablesorter-blue th, .tablesorter-blue thead td {
    font: bold 12px/18px Arial, Sans-serif;
    color: #000;
    background-color: #cccccc; 
    border-collapse: collapse;
    padding: 4px;
    text-shadow: 0 1px 0 rgba(204, 204, 204, 0.7);
}
.tablesorter-blue tbody tr.odd td {
	background-color: #eeeeee; !important
}