/*		VIOLA:				#D2CECB
		VIOLA SCURO:		#958E88
		ARANCIONE:			#CD974A
		ARANCIONE SCURO:	#8B6837
		MARRONE INTERNO:	#392E23
		MARRONE CHIARO:		#4C3D2E
*/

body, div, h1, a, table, select, input, button, textarea {
	font-family: "Trebuchet MS";
	font-size: 100%;			/* azzera la differenza di dimensione dei tag H */
	color: #D2CECB;
}

select, input, button, textarea {
	color: #392E23;
	border: 1px solid #4C3D2E;
	background-color: #D2CECB;
}

body {
    text-align: center;   /*centra in IE 5.x */
}

/* disabilito i puntini per gli elenchi dei plugin */
div.layers_object ul,
div.layers_object ol {
	list-style-type: none;
	/* toglie i puntini sugli altri browser */
	margin: 0px;
	padding: 0px;
}

/* ---------------------------------------------------------------- STILI GENERALI DEGLI ELENCHI */
div.pager {
	display:block;
	width:100%;
	float: left;
	clear: both;
	margin-bottom: 1.4em;
}

div.pager a {
	font-size: 68.75%;
	text-decoration: none;
}
div.pager a:hover {
	text-decoration: underline;
}

div.pager a.prev {
	float: left;
	background: url(../../upload/1/images/interfaccia/freccia_sx.jpg) left no-repeat;
	margin-left: 0.1em;
	padding-left: 1.3em;
}

div.pager a.next {
	float: right;
	background: url(../../upload/1/images/interfaccia/freccia.jpg) right no-repeat;
	padding-right: 1.3em;
}

div.norecords{
	font-size: 75%;
}

/* ---------------------------------------------------------------- gallery */
div.gallerylista ol {
	border: 1px solid #392E23;		/* toglie un margin-bottom su explorer */
	clear: both;
}

div.gallerylista img {
	width: 9.5em;
	height: 9.5em;
	margin: 1.18em;
	margin-left: 0px;
	margin-top: 0px;
}
div.gallerylista li.lastcolumn img {
	margin-right: 0px;
}

/* ---------------------------------------------------------------- cambiolingua */
div.cambiolingua ul {
	font-size: 68.75%;
	padding-top: 0.2em;
}

div.cambiolingua a {
	color: #8B6837;
	text-decoration: none;
	padding-left: 0.8em;
}
div.cambiolingua a:hover,
div.cambiolingua li.selected a {
	color: #CD974A;
}