/******************************* RANKING DETALHES *****************************/

#div-ranking-fundo {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	filter:alpha(opacity=50);
	opacity:0.50;
	-moz-opacity: 0.50;
	-khtml-opacity: .50;
	z-index: 2010;
	display: none;
}

#div-ranking-fechar {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 30px;
	height: 30px;
	background: url('../images/comum/closebox.png') no-repeat left top;
	display: none;
	z-index: 2100;
	cursor: pointer;
}

#div-ranking {
	position: absolute;
	width: 750px;
	height: 300px;
	left: 50%;
	margin-left: -375px;
	padding: 10px;
	background-color: #fff;
	display: none;
	z-index: 2050;
}

#div-ranking-dados {
	position: relative;
	display: none;
	color: #000;
	font: 14px calibriRegular;
	z-index: 2010;
}
