setTimeout(function() {
$($("[widgetname=REPORT0]")[0]).css("border-top-width","6px");
$($("[widgetname=REPORT0]")[0]).css("border-top-color","#123456");
$($("[widgetname=REPORT0]")[0]).css("border-top-style","solid");
$($("[widgetname=REPORT0]")[0]).css("border-radius","5px");
})