﻿a.button{
	float: left;
	height: 19px;
	padding-left: 18px;
	text-decoration:none;
	color: #666666;
	margin-right:10px;
	margin-top:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	padding-bottom: 2px;
	background-image: url(../images/buttons/bottone.png);
	background-position: left top;
}

a.button span{
	display: block;
	padding-right: 18px;
	background: url(../images/buttons/bottone.png) no-repeat top right;
	padding-bottom: 2px;
}

a.button:visited{
	color: #666666;
}

a.button:hover{
	background-position: bottom left;
	color: #999999;
}

a.button:hover span{
	background-position: bottom right
}

a.buttonleft{
	float:right;
	height: 19px;
	padding-left: 18px;
	text-decoration:none;
	color: #666666;
	margin-right:10px;
	margin-top:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	padding-bottom: 2px;
	background-image: url(../images/buttons/bottone.png);
	background-position: left top;
}

a.buttonleft span{
	display: block;
	padding-right: 18px;
	background: url(../images/buttons/bottone.png) no-repeat top right;
	padding-bottom: 2px;
}

a.buttonleft:visited{
	color: #666666;
}

a.buttonleft:hover{
	background-position: bottom left;
	color: #999999;
}

a.buttonleft:hover span{
	background-position: bottom right
}

a.buttonPaging{
	float: left;
	height: 19px;
	padding-left: 18px;
	text-decoration:none;
	color: #FFFFFF;
	margin-right:10px;
	margin-top:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	padding-bottom: 2px;
	background-image: url(../images/buttons/bottone_paging.png);
	background-position: left top;
	font-weight: bold;
}

a.buttonPaging:visited{
	color: #FFFFFF;
}

a.buttonPaging span{
	display: block;
	padding-right: 18px;
	background: url(../images/buttons/bottone_paging.png) no-repeat top right;
	padding-bottom: 2px;
}

a.buttonPaging:hover{
	background-position: bottom left;
	color: #CCCCCC;
	font-weight: bold;
}

a.buttonPaging:hover span{
	background-position: bottom right
}

a.buttonPagingNum{
	float: left;
	height: 18px;
	padding-left: 7px;
	text-decoration:none;
	color: #1171AA;
	margin-right:10px;
	margin-top:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding-bottom: 2px;
	background-color: #FFFFFF;
	border: 1px solid #1171AA;
}

a.buttonPagingNum:visited{
	color: #1171AA;
}

a.buttonPagingNum span{
	display: block;
	padding-right: 7px;
	padding-bottom: 2px;
	background-color: #FFFFFF;
}

a.buttonPagingNum:hover{
	background-position: left bottom;
	color: #FF6600;
	border: 1px solid #FF6600;
	background-color: #FFF1E8;
}

a.buttonPagingNum:hover span{
	background-position: right bottom;
	background-color: #FFF1E8;
}

