// Rounded("element_name","tl tr bl br all","corder_transparent_color or transparent","#CCCCCC","border styles");

window.onload=function(){
if(!NiftyCheck())
    return;
Rounded("div#header","bottom","#D6DEEC","#b1c0d5","smooth");
Rounded("div#header h1","bottom","#b1c0d5","#657DA6","small smooth");
Rounded("div#content","all","#D6DEEC","#fff","smooth");
Rounded("div#fullcontent","all","#D6DEEC","#fff","smooth");
Rounded("div#sidenotes","all","#D6DEEC","#B1C0D5","smooth");
Rounded("form#bottom","all","#fff","#d6deec","smooth");
Rounded("form#addedit","all","#B1C0D5","#fff","smooth");
Rounded("blockquote","tr bl","#FFF","#CDFFAA","border #88D84F");
Rounded("div#event","bl br","#fff","#fff","border #D6DEEC");
Rounded("div#eventheader","tl tr","#fff","#D6DEEC","smooth");
Rounded("div#cost","bl br","#fff","#fff","border #D6DEEC");
Rounded("div#costheader","tl tr","#fff","#D6DEEC","smooth");
Rounded("div#footer","all","#33ffff","#CCCCCC","small border #fff");
Rounded("div#nav li","all","#b1c0d5","#eaf4ff","small border #657da6");
Rounded("div#regcontent","all","#b1c0d5","#fff","smooth");
Rounded("p.buttonlink","all","#fff","#eaf4ff","small border #657da6");
Rounded("div.content","all","#D6DEEC","#fff","smooth");
Rounded("div.event","bl br","#fff","#fff","border #D6DEEC");
Rounded("div.eventheader","tl tr","#fff","#D6DEEC","smooth");
Rounded("div#login","all","#D6DEEC","#fff","smooth");
}