
/* - PLOWSkin4roundedCorners.js - */
/*  (do not remove this :) */
/*  (not this either :) */

window.onload=function(){
if(!NiftyCheck())
    return;
/*  remove corners if editable */
/* Rounded("div#content","all","#FFFEFF","#FFFEFF"); */
/*  */

Rounded("dl.portlet","top","#FFFEFF","#78B995");
Rounded("dl.portlet","bottom","#FFFEFF","#78B995");
Rounded("#portal-globalnav td.plain","top","#2e8b57","#78B995","smooth");
Rounded("#portal-globalnav td.selected","top","#2e8b57","#B5DDC7","smooth");
Rounded(".calendarTop","top","#FFFEFF","#78B995","smooth");
Rounded(".calendarBottom","bottom","#FFFEFF","#78B995","smooth"); 
Rounded("div#visual-portal-wrapper","all","#2e8b57","#FFFEFF","smooth");

}

/*  */

