/* lista risultato */
ol#trovato {
	list-style: decimal;
	list-style-position: inside;
	margin: 1em 0 0 1em;
	color: #3f4c6b;
	font-size: 1.2em;
}
ul#trovato {
	list-style: disc;
	list-style-position: inside;
	margin: 1em 0 0 1em;
	color: #3f4c6b;
	font-size: 1.2em;
}
ol#trovato li, ul#trovato li {
	padding-bottom: 1em;
	line-height: 1.2em;
}
ol#trovato li a, ul#trovato li a {
	color: /*#ff1a00*/ #3f4c6b;
	text-decoration: underline;
}
ol#trovato li a:visited, ul#trovato li a:visited {
	color: #b02b2c;
	text-decoration: none;
}
ol#trovato li a:hover, ul#trovato li a:hover {
	background: #3f4c6b;
	color: #fff;
	text-decoration: none;
}
ol#trovato li span.titolo {
	margin-left: 0em;
	padding: 0;
	font-weight: bold;
}
ul#trovato li span.primario {
	padding: 0;
	font-weight: bold;
}
ol#trovato li span.categoria {
}
ol#trovato li p.autore {
	padding-top: 0.3em;
	margin-left: 1.5em;
	font-size: smaller;
}
ol#trovato li p.volumi {
	font-size: smaller;
	margin-left: 2.5em;
	padding-top: 0.3em;
	font-style: italic;
}

/* operazioni di editing */
ol li span.edit {
    margin: 0.2em 0 0 1.5em;
}
span.edit a {
	padding: 0.25em 2em 0.25em 2em;
	font-family: "Trebuchet MS","Arial Narrow",arial;
	font-size: small;
	text-decoration: none !important;
	color: #3f4c6b !important;
}
a.nuovo {
	background: transparent url("../img/inserisci.png") no-repeat;
}
a.nuovo:hover {
	background: transparent url("../img/inserisci.png") no-repeat !important;
	text-decoration:underline !important;
}
a.modifica {
	background: transparent url("../img/modifica.png") no-repeat;
}
a.modifica:hover {
	background: transparent url("../img/modifica.png") no-repeat !important;
	text-decoration:underline !important;
}
a.elimina {
	background: transparent url("../img/elimina.png") no-repeat;
}
a.elimina:hover {
	background: transparent url("../img/elimina.png") no-repeat !important;
	text-decoration:underline !important;
}
a.inserisci {
	background: transparent url("../img/inserisci.png") no-repeat;
}
a.inserisci:hover {
	background: transparent url("../img/inserisci.png") no-repeat !important;
	text-decoration:underline !important;
}

/* paginazione */
ul.paginazione {
	margin: 1% 0;
	padding: 0;
	list-style: none;
	font-family: "Trebuchet MS","Arial Narrow",arial;
	text-align: center;
}
ul.paginazione li {
	display: inline;
	margin-right: 0.5%;
}
ul.paginazione a {
	text-decoration: none;
	border: 1px solid #9fa98f;
	padding: 0 0.2em;
	background: #c3d9ff;
	color: #3f4c6b;
}
ul.paginazione a:visited {
	border: 1px solid #9fa98f;
	background: #e1e1ff;
	color: #004000;
}
ul.paginazione a:hover{
	background: #fff;
	color: #004000;
}
ul.paginazione li.currentpage a {
	border: none;
	background: #fff;
	color: #000;
	cursor: default;
}
ul.paginazione li#prevpage a, ul.paginazione li#nextpage a {
	border: none;
	background: #fff;
	color: #444;
}
ul.paginazione li#prevpage a {
	background: no-repeat left center;
	padding: 0.5% 0.5% 0 2%;
	background-image: url("../img/indietro.png") !important;
}
ul.paginazione li#nextpage a {
	background: no-repeat right center;
	padding: 0.5% 2% 0 0;
	background-image: url("../img/avanti.png") !important;
}

/* tabelle */
table {
	width: 95%;
	border-collapse: collapse;
	margin: 1em;
	border: 1px solid #3f4c6b;
}
caption {
	font-variant: small-caps;
	color: #3f4c6b;
	font-weight: bold;
}
th, td {
    border: 1px solid #3f4c6b;
    padding: 0.25em;
}
th {
	text-align: center;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 0.9em;
	background-color: #3f4c6b;
	color: #fff;	
}

/* news box */
#boxnews {
 	border: 1px solid #ddd;
	background: #eaf7ff;
 	height: 150px;
 	overflow:hidden;
}
#boxnews div {
	padding: 0 10px;
}
#boxnews  p {
 	padding: 10px 0;
 	margin:0;
 	font-weight: bold;
 	font-size: smaller;
}
#boxnews a {
	/*display: block;*/
}
#boxnews em {
    color: #900;
	display: block;
}

/* altro... */
.spanTitolo {
    color: #3F4C6B;
    font: bold 130% "Trebuchet MS",verdana,sans-serif;
    margin-bottom: 0.3em;
    padding: 0.5em 0 0 0.3em;
}

.imgcentra {
	vertical-align: middle;
}
