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

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

Rounded("dl.portlet","top","#DAEBEB","#78B9B9");
Rounded("dl.portlet","bottom","#DAEBEB","#FFFFFF");
Rounded("#portal-globalnav td.plain","top","#008080","#78B9B9");
Rounded("#portal-globalnav td.selected","top","#008080","#B5DDDD");
Rounded(".calendarTop","top","#DAEBEB","#78B9B9");
Rounded(".calendarBottom","bottom","#DAEBEB","#FFFFFF","smooth"); 

}

/*  */


