.tablesorter thead tr .header  {
	background-image: url(../gfx/bgx.png);
	background-repeat: no-repeat;
	background-position: center right; 
	cursor: pointer;
}

.tablesorter thead tr .headerSortUp  {
	background-image: url(../gfx/ascx.png);
}
.tablesorter thead tr .headerSortDown  {
	background-image: url(../gfx/descx.png);
}

#OcTb tr.pokaz {
    background-color: #F5DDF8 !important;
}

.tablesorter tbody tr.pokaz {
    background-color: #F5DDF8 !important;
}