@font-face {
	font-family: 'new_athena_unicoderegular';     
	src: url('../fonts/newathu5.woff') format('woff'),          
	url('../fonts/newathu5-webfont.ttf') format('truetype'),          
	url('../fonts/newathu5-webfont.svg#new_athena_unicoderegular') format('svg');  
	font-weight: normal;     
	font-style: normal; 
}
#headerPag{
	background-image: url("../img/header_2.jpg");
	background-repeat: no-repeat;
	width: auto; 
	height: 90px;
	/*box-shadow: 0px 2px 60px #A7A7A7;*/
	border-color: #A3A97B;
  	border-style: solid;
  	border-width: 0px 0px 1px 0px;
}
.labelPages{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
}
.risultati{
	overflow-y: scroll; 
	overflow-x: hidden;
	height:65vh;
	border-color: #9F9F9F;
  	border-style: solid;
  	border-width: 1px 1px 1px 1px;
}
#backRis{
	background-color: #D0D89E;
	/*background-color: #D1DB8C;*/
}
.scheda{
	border: 1px solid #565656; 
	background-color: #FFFFFF;
	border-radius: 6px 6px 6px 6px;
	text-align: justify;
	padding-right: 10px;
	
	/*box-shadow: 2px 2px 3px #777777;*/
}
.intestazioneTabella{ 
	font-family: "Times New Roman", Times, serif;
	font-size: 117%;
	vertical-align: text-top;
	text-align: right;
	padding-right: 5px;
	border-style: solid;
    border-right-width: 1px;
	border-left-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	color: #084613;
}
.cellaPaginaLink{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.cellaPaginaCurr{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #B6B6B6;
	border: 1px solid #aaaaaa;
	border-radius: 40px;
}
.b { background-color:#B3B3FF; }
.g { background-color:#FFFFB3; }
