window.onload=function(){
	if(!NiftyCheck())
    	return;
	Rounded("div#mensagemComissario1","#transparent","#00C7F5",30,30);
	Rounded("div#mensagemComissario2","#000000","#f0f0f0",30,30);
	
	   
	var x=document.getElementById("Middle_sub");
	if (x != null)
	{
		//RoundedTop("div#header_content_sub","#377CB1","#9bd1fa",10,10);
		//RoundedBottom("div#content_sub","#377CB1","#ffffff",10,10);
		RoundedTop("div#col_esquerda","#377CB1","#9bd1fa",10,10);
		RoundedBottom("div#col_esquerda","#377CB1","#ffffff",10,10);
		
	}
	else
	{
		RoundedTop("div#col_centro1","#f0f0f0","#ffffff",10,10);
		RoundedBottom("div#content","#377CB1","#ffffff",10,10);
	
		RoundedTop("div#destaques","#377CB1","#9bd1fa",10,10);
		RoundedBottom("div#col_esquerda1","#377CB1","#ffffff",10,10);

		RoundedTop("div#sugestoes","#377CB1","#9bd1fa",10,10);
		RoundedBottom("div#sugestoes","#377CB1","#ffffff",10,10);
		RoundedTop("div#calendario","#377CB1","#9bd1fa",10,10);
		RoundedBottom("div#calendario","#377CB1","#ffffff",10,10);
	}
	Rounded("div#col_Left","#377CB1","#9bd1fa",30,30);
}