@charset "utf-8";
/* CSS Document */

 .button{
 background-image:url(../images/button/button.png);
 margin:0px;
 padding:0px;}
 
  a.button{
	float: right;
	height: 13px;
	font-family: "trebuchet MS";
	font-weight: bold;
	text-decoration:none;
	color: #FFFFFF;
	margin-right:10px;
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	line-height: 14px;
	padding: 6px;
	width: 178px;
	background-image: url(../images/button/button.png);
	text-align: center;
	cursor:pointer;
	outline:none;
}

a.button span{
	display: block;
	width:178px;
	color:#FFFFFF;
	height:13px;
cursor:pointer;
outline:none;
}

a.button:hover{
	color:#245D28;
	background-image:url(../images/button/button_hover.png);
	text-align: center;
	cursor:pointer;
	outline:none;
	
}

a.button:hover span{
	color:#285E2C;
	cursor:pointer;
	outline:none;
}

a.sezioni_num{
	height:16px;
	width:auto;
	margin-left: 5px;
	float: left;
	padding-top: 1px;
	padding-bottom:3px;
	padding-left:6px;
	padding-right:6px;
	text-align: center;
	border: 1px solid #316E25;
	color:#316E25;
	text-align: center;
	cursor:pointer;
	background-image:url(../images/button/button_sezioni.jpg);
	background-repeat:repeat-x;
	font-weight:bold;
	outline:none;

	
}

a.sezioni_num span{
	display: block;
	color:#FFFFFF;
	height:16px;
cursor:pointer;
outline:none;
}

a.sezioni_num:hover{
	color:#316E25;
	text-align: center;
	cursor:pointer;
	background-image:url(../images/button/button_sezioni_hover.jpg);
	outline:none;
}

a.sezioni_num:hover span{
	color:#316E25;
	outline:none;
	cursor:pointer;
	width: auto;
	
}





.sezioni_premuto{
	height:16px;
	width:auto;
	margin-right: 0px;
	float: left;
	padding-top: 1px;
	padding-bottom:3px;
	padding-left:6px;
	padding-right:6px;
	text-align: center;
	border: 1px solid #316E25;
	color:#316E25;
	text-align: center;
	cursor:pointer;
	background-image:url(../images/button/button_sezioni_hover.jpg);
	font-weight: bold;
	margin-left: 5px;
	
}
a.sezioni_premuto:hover{
	background-color:#EB7D04;
	color: #316E25;
	outline:none;
}
