﻿a.button{
	float: left;
	height: 19px;
	padding-left: 18px;
	background: url(../images/buttons/bottone.png) no-repeat top left;
	text-decoration:none;
	color: #FFF;
	margin-right:10px;
	margin-top:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	padding-bottom: 2px;
}

a.button span{
	display: block;
	padding-right: 18px;
	background: url(../images/buttons/bottone.png) no-repeat top right;
	padding-bottom: 2px;
}

a.button:hover{
	background-position: bottom left;
	color: #FFF;
}

a.button:hover span{
	background-position: bottom right
}

a.buttonPager{
	float: left;
	height: 19px;
	padding-left: 9px;
	background: url(../images/buttons/bottone.png) no-repeat top left;
	text-decoration:none;
	color: #FFF;
	margin-right:5px;
	margin-top:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	padding-bottom: 2px;
}

a.buttonPager span{
	display: block;
	padding-right: 9px;
	background: url(../images/buttons/bottone.png) no-repeat top right;
	padding-bottom: 2px;
}

a.buttonPager:hover{
	background-position: bottom left;
	color: #FFF;
}

a.buttonPager:hover span{
	background-position: bottom right
}

a.button_white{
	float: left;
	height: 19px;
	padding-left: 18px;
	background-color: #FFF;
	text-decoration:none;
	color: #000;
	margin-right:0px;
	margin-top:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	padding-bottom: 2px;
	border:solid 1px #666;
	text-transform:uppercase;
}

a.button_white span{
	display: block;
	padding-right: 18px;
	background-color: #FFF;
	padding-bottom: 2px;

	text-transform:uppercase;
}

a.button_white:hover
{
	background: url(../images/buttons/bottone.png) no-repeat top right;
	background-position: bottom left;
	color: #FFF;

	text-transform:uppercase;
}

a.button_white:hover span
{
	background: url(../images/buttons/bottone.png) no-repeat top right;
	background-position: bottom right;
	text-transform:uppercase;
}

a.buttonPagerSelected{
	float: left;
	height: 19px;
	padding-left: 9px;
	background-color:#fff;
	text-decoration:none;
	color: #000;
	margin-right:5px;
	margin-top:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	padding-bottom: 2px;
}

a.buttonPagerSelected span{
	display: block;
	padding-right: 9px;
	padding-bottom: 2px;
}

a.buttonPagerSelected:hover{
	background: url(../images/buttons/bottone.png) no-repeat top right;
	background-position: bottom left;
	color: #FFF;
	text-transform:uppercase;
}

a.buttonPagerSelected:hover span{
	background: url(../images/buttons/bottone.png) no-repeat top right;
	background-position: bottom right;
	text-transform:uppercase;
}
