// add the border definitions
//RUZEE.Borders.add({".bordered" : { borderType:"shadow", cornerRadius:15, shadowWidth:10}});
RUZEE.Borders.add({".publiccontent" : {borderType:"simple", cornerRadius:15, edges:'lrb'}});
RUZEE.Borders.add({".publiccontentNoTabs" : {borderType:"simple", cornerRadius:15}});


    // perform the rendering when the document has been loaded completely
    window.onload=function(){
      RUZEE.Borders.render();
    };