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

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

Rounded("dl.portlet","top","#DAE1EB","#7892B9");
Rounded("dl.portlet","bottom","#DAE1EB","#FFFFFF");
Rounded("#portal-globalnav td.plain","top","#2d4b77","#7892B9");
Rounded("#portal-globalnav td.selected","top","#2d4b77","#B5C5DD");
Rounded(".calendarTop","top","#DAE1EB","#7892B9");
Rounded(".calendarBottom","bottom","#DAE1EB","#FFFFFF","smooth"); 

}

/*  */


