/* Start Mini Dashboard */
.mini_dashboard {
	overflow: hidden;
	width: 100%;
	text-align: center;
}

.mini_dashboard a {
	background: #f9fdff url(../img/mini_dashboard_bg.png);
	display: inline-block;
	height: 51px;
	list-style: none;
	margin: 5px;
	width: 51px;
	color: #2e738c;
	font-size: 11px;
	font-weight: 500;
	text-align: center;
	vertical-align: top;
}

.mini_dashboard a:hover {
	background-position: 0 -51px;
	color: #0590c2;
	text-decoration: underline;
}

/* Mini Dashboard Buttons */
.mini_dashb {
	display: block;
	margin: 3px auto;
	background: url(../img/mini_dashboard.png) no-repeat;
	height: 32px;
	width: 32px;
}

.chiudi_ver {
	background-position: 0 0;
}

.anteprima_ver {
	background-position: 0 -33px;
}

.compila_ver {
	background-position: 0 -66px;
}

.check_ver {
	background-position: 0 -99px;
}

.scarica_ver {
	background-position: 0 -132px;
}

.riapri_ver {
	background-position: 0 -165px;
}

.elimina_ver {
	background-position: 0 -198px;
}

.attiva_ver {
	background-position: 0 -231px;
}

.sospendi_ver {
	background-position: 0 -264px;
}