.highlighted{
	color: orange;
}

#loadingWidget{
	margin-top: 15px;
	margin-right: 20px;
}


.container-classifica{
	min-height: 800px;
	position: relative;
}

.singola-posizione{
	min-height: 60px;
}

.mantieni-dimensione{
	min-height: 130px;
	position: relative;
}


.trasparente{
	opacity: 0.9;
}

.non-trasparente{
	opacity: 1.0;
}

.pezziRicevuti{
	color: green;
}

.titoloCasella{
	position: absolute;
	bottom: 0;
	width: 100%;
}

.jqplot-axis{
	/*color: white;*/
	margin-right: 10px;
	margin-top: 1x;
}

table.jqplot-table-legend {
}

.grafici-dettaglio{
	margin-top: 20px;
	margin-bottom: 20px;
}
.elenco-grafici{
	list-style-type:none;
}


.container {
	height: 100%;
}

body{
	min-height: 100%;
	height: 100%;
	background: url(../img/blur-3.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	/*background-repeat: repeat;*/
	background-position: center top;
	height: 100%;
}
html{
	height: 100%;
}


