$(document).ready(function(){
	$('.abas-loterias, .stat-menu').tabs();
	
	//$('body').append($('#wrap-login').html());
	//$('#wrap-login').remove();
	$('.login').click(function(){		
		$('#wrap-login').slideDown(400)
		return false;
	});
	
	$('#btn-cancel-login').click(function(){ 
		$('#wrap-login').slideUp(400); return false}
	)
	
	$('input[type=text], input[type=password], textarea').focus(function(){
		$(this).css({'background-color':'#fffede'})									 
	});
	
	$('input[type=text], input[type=password], textarea').blur(function(){
		$(this).css({'background-color':'#FFF'})									 															
	})
	
	$('a[id=excluir-img]').click(function(){
		var conf = confirm('Deseja realmente excluir?');								  
		if(conf)
			return true;
		else	
			return false;
	})
	
	$('p.close-atv a').click(function(){
		$('#overlay-ativar, #box-ativar').remove();							  
	})
})
