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

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

Rounded("dl.portlet","top","#FFFFFF","#789DB9");
Rounded("dl.portlet","bottom","#FFFFFF","#789DB9");
Rounded("#portal-globalnav td.plain","top","#004477","#789DB9","smooth");
Rounded("#portal-globalnav td.selected","top","#004477","#f0f0f0","smooth");
Rounded(".calendarTop","top","#FFFFFF","#789DB9","smooth");
Rounded(".calendarBottom","bottom","#FFFFFF","#789DB9","smooth"); 
Rounded("div#visual-portal-wrapper","all","#004477","#FFFFFF","smooth");

}

/*  */


