/* CSS Document */
.tab1-on{
	width:86px; 
	background-image: url(../images/dove_on.gif);background-repeat: no-repeat;
	height:27px;
	font-family:Arial, Helvetica, sans-serif;font-size:12px;color:#000000;
	cursor:pointer;
}

.tab1-off{
	width:86px;
	background-image: url(../images/dove_off.gif);background-repeat: no-repeat;
	height:27px;
	font-family:Arial, Helvetica, sans-serif;font-size:12px;color:#000000;
	cursor:pointer;
}

.tab2-on{
	width:86px; 
	background-image: url(../images/quando_on.gif);background-repeat: no-repeat;
	height:27px;
	font-family:Arial, Helvetica, sans-serif;font-size:12px;color:#000000;
	cursor:pointer;
}

.tab2-off{
	width:86px; 
	background-image: url(../images/quando_off.gif);background-repeat: no-repeat;
	height:27px;
	font-family:Arial, Helvetica, sans-serif;font-size:12px;color:#000000;
	cursor:pointer;
}

.tab3-on{
	width:86px; 
	background-image: url(../images/quanto_on.gif);background-repeat: no-repeat;
	height:27px;
	font-family:Arial, Helvetica, sans-serif;font-size:12px;color:#000000;
	cursor:pointer;
}

.tab3-off{
	width:86px; 
	background-image: url(../images/quanto_off.gif);background-repeat: no-repeat;
	height:27px;padding-left:0px;
	font-family:Arial, Helvetica, sans-serif;font-size:12px;color:#000000;
	cursor:pointer;
}

.tab4-on{
	background-color:#F6FBFF;
	width:120px; 
	background-image: url('/images/italiano/hp_multi/auto.gif');background-repeat: no-repeat;background-position: 5px 2px;
	height:25px;padding-left:32px;
	font-family:Arial, Helvetica, sans-serif;font-size:12px;color:#000000;
	border-left:1px solid #4F97E9;
	border-bottom:1px solid #F6FBFF;
	cursor:pointer;
}

.tab4-off{
	background-color:#BBDBFE;
	width:120px; 
	background-image: url('/images/italiano/hp_multi/auto.gif');background-repeat: no-repeat;background-position: 5px 2px;
	height:25px;padding-left:32px;
	font-family:Arial, Helvetica, sans-serif;font-size:12px;color:#000000;
	border-left:1px solid #4F97E9;
	border-bottom:1px solid #4F97E9;
	cursor:pointer;
}

