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

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

Rounded("dl.portlet","top","#EBE0DA","#B98F78");
Rounded("dl.portlet","bottom","#EBE0DA","#FFFFFF");
Rounded("#portal-globalnav td.plain","top","#c16c3c","#B98F78");
Rounded("#portal-globalnav td.selected","top","#c16c3c","#DDC3B5");
Rounded(".calendarTop","top","#EBE0DA","#B98F78");
Rounded(".calendarBottom","bottom","#EBE0DA","#FFFFFF","smooth"); 

}

/*  */

