@charset "UTF-8";
/* CSS Document */

/* PULSANTE TOOLBAR */
.pulsante{
	display:inline-block;
	height:19px;
	font-size:11px;
	font-weight:bold;
	white-space:nowrap;
	text-align:center;
	padding-right:10px;
	margin-left:2px;
	margin-right:2px;
	line-height:17px;
	background:url(../img/button_sprites.png) right -190px no-repeat scroll;
	text-shadow: rgba(200,200,200,70) 0px 1px 0px;
	z-index:100;
}
.pulsante:hover{
	cursor:pointer;
}

.pulsante:active{
	background:url(../img/button_sprites.png) right -209px no-repeat scroll;	
}
.pulsante-sinistra{
	height:19px;
	display:block;
	padding-left:10px;
	background:url(../img/button_sprites.png) left -114px no-repeat scroll;
}
.pulsante-sinistra:active{
	background:url(../img/button_sprites.png) left -133px no-repeat scroll;
}

.pulsante-label{
	margin:0;
	padding:0;
	padding-left:7px;
	padding-right:7px;
	display:block;
	background:url(../img/button_sprites.png) center -152px repeat-x scroll;
	padding-top:1px;
	height:18px;
	color:#262626;
}
.pulsante-label:active{
	background:url(../img/button_sprites.png) center -171px repeat-x scroll;
}



/* PULSANTE GIALLO */
.pulsante_giallo{
	background:url(../img/buttonyellow_sprites.gif) right -76px no-repeat scroll;
	/*color:#a0730f;*/
	text-shadow:#fff2b5 0px 1px 0px;
}
.pulsante_giallo:active{
	background:url(../img/buttonyellow_sprites.gif) right -95px no-repeat scroll;
}

.pulsante-sinistra[giallo]{
	background:url(../img/buttonyellow_sprites.gif) left 0px no-repeat scroll;
}
.pulsante-sinistra[giallo]:active{
	background:url(../img/buttonyellow_sprites.gif) left -19px no-repeat scroll;
}

.pulsante-label[giallo]{
	background:url(../img/buttonyellow_sprites.gif) center -38px repeat-x scroll;
}
.pulsante-label[giallo]:active{
	background:url(../img/buttonyellow_sprites.gif) center -57px repeat-x scroll;
}

