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

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

Rounded("dl.portlet","top","#DAEBE5","#339999");
Rounded("dl.portlet","bottom","#DAEBE5","#FFFFFF");
Rounded("#portal-globalnav td.plain","top","#996633","#339999");
Rounded("#portal-globalnav td.selected","top","#996633","#B5DDDo");
Rounded(".calendarTop","top","#DAEBE5","#339999");
Rounded(".calendarBottom","bottom","#DAEBE5","#FFFFFF","smooth"); 

}

/*  */


