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

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

Rounded("dl.portlet","top","#EBDADA","#B97878");
Rounded("dl.portlet","bottom","#EBDADA","#FFFFFF");
Rounded("#portal-globalnav td.plain","top","#800000","#B97878");
Rounded("#portal-globalnav td.selected","top","#800000","#DDB5B5");
Rounded(".calendarTop","top","#EBDADA","#B97878");
Rounded(".calendarBottom","bottom","#EBDADA","#FFFFFF","smooth"); 

}

/*  */


