.jquery-checkbox       {display: inline; font-size: 1em; line-height: 1em; cursor: pointer; cursor: hand;}
.jquery-checkbox .mark {display: inline;}

.jquery-checkbox img {vertical-align: middle; width: 10px; height: 10px;}
/*.jquery-checkbox img{background: transparent url(checkbox.png) no-repeat;}*/
.jquery-checkbox img{background: transparent url(progetti-list-checkbox-replace.png) no-repeat;}

.jquery-checkbox img{
	background-position: 0px 0px;
}
.jquery-checkbox-hover img{
	background-position: 0px 0px;
}
.jquery-checkbox-checked img{
	background-position: 0px -10px;
}
.jquery-checkbox-checked .jquery-checkbox-hover img {
	background-position: 0px -10px;
}
/*
.jquery-checkbox-disabled img{
	background-position: 0px -80px;
}
.jquery-checkbox-checked .jquery-checkbox-disabled img{
	background-position: 0px -100px;
}
*/