/*
decodifica colori
484848	grigio scuro
B11314	rosso
F2F2F2	grigino
*/

.tabella-titolo
{
	color : #052683;
        padding:2px 8px 2px 8px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
        font-weight: normal;
        text-align:center;
	height : 35px;
	background : #616161;
	background-repeat:repeat-x;
	background-image:url('../images/sfondo-titolo-tabella.jpg');
	
}

.tabella-riga1
{
	color : Black;
	font-weight : normal;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11;
	font-weight : normal;
	vertical-align:top;
	text-decoration:none;
	background : #d0e6ff;
	height : 18;
	padding:8px;
}

.tabella-riga0
{
	color : Black;
	font-weight : normal;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11;
	font-weight : normal;
	vertical-align:top;
	text-decoration:none;
	background : #97b7e7;
	height : 18;
	padding:8px;
}

.paginazione
{
	color : #484848;
	font-size : 11;
}

.paginazione:hover
{
	text-decoration:underline;
	color : #B11314;
}

.paginazione-corrente
{
	color : #B11314;
	font-size : 11;
	font : bold;
}

hr{
	margin:15px 0px 15px 0px;
	width: 100%;
	height: 1px;
	/* color is for IE */
	color: #90b5df;
	/* background is for all other web browsers */
	background: #90b5df;
	/* border: 0 removes the shading in most web browsers */
	border: 0;
	/* Aligns it in IE */
	text-align: left;
}

.img-border {
	padding:5px;
	background:#FFF;
	border:1px solid #006;
}
