Thanks Peter! That worked perfectly. What I did was to add a function to the window.load event that ran this:
$(“div[id^=’Stage’]” + ” .jqx-window-header”).addClass(“highlighted”);
Then I just created a class called “highlighted” and applied the formats I wanted.