// ---
function initBlueNifty()
{
    if(!NiftyCheck())
        return;
    Rounded("div#print","bl","transparent","","border #d4e1f1");
    Rounded("div#printsub","bl","transparent","","border #d4e1f1");
    Rounded("li#navitem0","top","transparent","#d2e2f1");
    Rounded("li#navitem1","top","transparent","#ffe463");
    Rounded("li#navitem2","top","transparent","#cccccc");
    Rounded("ul#subnavigation","tl","transparent","#e7fbde"); 
    //Rounded("ul#subnavigation","bl","transparent","#e7fbde");
	Rounded("ul#lowerSubnavigation","tl","transparent","#e7fbde");
	//Rounded("ul#lowerSubnavigation","bl","transparent","#e7fbde");
    Rounded("ul#global_navigation","tl","transparent","#e7fbde");
	Rounded("ul#global_navigation","bl","transparent","#e7fbde");
    

    Rounded("div#latestnews","top","transparent","#e7fbde","#e7fbde");
		
	Rounded("div#firstpageindicators","top","transparent","#e7fbde","#e7fbde");
    
    Rounded("div#startpage-newslist","bottom","transparent","#f1f1f1","#f1f1f1");

    Rounded("div#puff1","top","transparent","#f1f1f1","#f1f1f1");
    Rounded("div#puff1","bottom","transparent","#f1f1f1","#f1f1f1");

    Rounded("div.box","top","transparent","#003466","border #cccccc");
    Rounded("div.box","bottom","transparent","#FFFFFF","border #cccccc");

    Rounded("div.greenBox","top","transparent","#ceecc1","border #ceecc1");
    Rounded("div.greenBox","bottom","transparent","#FFFFFF","border #ceecc1");
    
    Rounded("div.calendarBox","top","transparent","#ceecc1","border #ceecc1");
    Rounded("div.calendarBox","bottom","transparent","#FFFFFF","border #ceecc1");
    
    Rounded("div.puff1","top","transparent","#ebebeb","#ebebeb");
    Rounded("div.puff1","bottom","transparent","#ebebeb","#ebebeb");
		
	Rounded("div.indicatorGreenBox","top","transparent","#ceecc1","border #ceecc1");
    Rounded("div.indicatorGreenBox","bottom","transparent","#FFFFFF","border #ceecc1");
    
    Rounded("div.indicatorFollowupBox","top","transparent","#ceecc1","border #ceecc1");
    Rounded("div.indicatorFollowupBox","bottom","transparent","#FFFFFF","border #ceecc1");
    
	Rounded("div#allRegionalGoals","all","transparent","#FFFFFF","border #ceecc1"); 
}
// ---

// Uses ELO to apply events instead
ELO.functionsToCallOnload.push("initBlueNifty()");

// ---

