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

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

Rounded("dl.portlet","top","#DAEBDA","#78B978");
Rounded("dl.portlet","bottom","#DAEBDA","#FFFFFF");
Rounded("#portal-globalnav td.plain","top","#698b69","#78B978");
Rounded("#portal-globalnav td.selected","top","#698b69","#B5DDB5");
Rounded(".calendarTop","top","#DAEBDA","#78B978");
Rounded(".calendarBottom","bottom","#DAEBDA","#FFFFFF","smooth"); 

}

/*  */

