 a.radiobutton
{
	text-decoration: none;
	}  

table.tableElenco a.radiobutton
{
	text-decoration: none;
	}  

.radiobutton  img {
	border:0;
	padding: 0;
	width:16px;
	height:16px;
	font-size: 13px;
	font-family: arial;
	text-decoration: none;
	background-image: url('../img/radiobutton.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
	/*cursor: pointer;*/
	vertical-align: top;
}

.rdb-true img{
	background-position: 0 -16px;
}
a.rdb-true:hover img{
	background-position: -16px -16px;
}

.rdb-true-ro  img{
	background-position: 0 -48px;
}
a.rdb-true-ro:hover img{
	background-position: -16px -48px;
}



.rdb-false img {
	background-position: 0 0;
}
a.rdb-false:hover img{
	background-position: -16px 0;
}
.rdb-false-ro img {
	background-position: 0 -32px;
}
a.rdb-false-ro:hover img {
	background-position: 0 -32px;
}


a.rdb-true-ro:hover, a.rdb-false-ro:hover {
	cursor: default;
}