/* testi principali */
.collo-testo{
	font: 10px Verdana;
	display: block;
	height: 20px;
	line-height: 20px;
	padding-left: 10px;
}

.testa-testo{
	font: 25px Verdana;
	color: White;
}

.piede-testo{
	font: 10px Verdana;
	color: Gray;
}

/* aspetto di default dei link e delle immagini */

a {
	text-decoration: none;
	color: #0000ff;
}

a:hover {
	background-color: #FFCC66;
}

img {
	border: none;
}


/* sezione personalizzata per il menu */

.menu ul {
	margin-top: 5px;
	margin-bottom: 5px;
}

.menu li {
	font: 13px Times New Roman;
	margin-left: -40px;
	list-style: none;
	padding-left: 10px;

	margin-top: 2px;
	margin-bottom: 2px;
}

.menu li a {
   /*padding-left: 10px;
	line-height: 20px;
	height: 20px;
	display: block;*/
}

.menu hr{
   display: none;
}

.spaziatore-menu {
	height: 15px;
	line-height:15px;
}

.menu .voce_evidenziata {
	font-weight: bold;
}

/* alcuni contenitori */

.box{
	border-left: 1px solid #e0e0e0;
	border-top: 1px solid #e0e0e0;
	border-right: 1px solid #7f7f7f;
	border-bottom: 1px solid #7f7f7f;
	text-align: center;
	padding: 1px;
	display: block;
	background-color: #fff;
}

.box-titolo {
	width: 100%;
	background: #c7e2e2;
	line-height: 20px;
	text-align: center;
}

.ipertesto {
	background-image: url(../img/anisn/link_h.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 35px;
	background-color: #eee;
}

.box-titolo-testo {
	font: 14px Tahoma;
	color: #2D5455;
	padding-left: 10px;
	height: 20px;
	line-height: 20px;
}

/* uso gli HR come spaziatori */
hr {
   display: none;
}

/* box nella colonna di sinistra */

.servizi {
	display: block;
	font-size: 12px;
	font-style: normal;
}

.box-servizi {
	border-left: 1px solid #e0e0e0;
	border-top: 1px solid #e0e0e0;
	border-right: 1px solid #7f7f7f;
	border-bottom: 1px solid #7f7f7f;
	margin-right: 10px;
	margin-left: 10px;
	padding: 1px;
	display: block;
	text-align: center;
	background-color: #fff;
}

.box-servizi input {
	width: 100px;
}

.box-servizi input.button {
	width: 80px;
	margin-top: 10px;
}

.box-servizi-titolo {
	width: 100%;
	background: #c7e2e2;
	line-height: 20px;
	text-align: center;
}

.box-servizi-titolo-testo {
	font: 14px Tahoma;
	color: #2D5455;
	padding-left: 10px;
	line-height: 20px;
}

/* roba flottante */

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}

.clearBoth {
	clear: both;
}

.clearRight {
	clear: right;
}

.clearLeft {
	clear: left;
}

/* allineamenti */

.alignCenter {
	text-align: center;
}

.alignLeft {
	text-align: left;
}

.alignRight {
	text-align: right;
}

/* FORMATTAZIONE FORMS */

.oli fieldset {
	border: solid 1px #C7E2E2;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	padding-right: 200px;
}

.oli input {
	width: 200px;
}

.oli input.check {
	width: auto;
}

.oli input.pulsante {
	width: auto;
}

.oli select {
	width: 200px;
}

.oli textarea {
	width: 200px;
	height: 120px;
}

.oli fieldset legend {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF9C00;
	padding: 5px;
	font-size: 14px;
}



.file_down {
	font-size: 12px;
	font-style: italic;
}

.sitiamici_titolo {
	font-weight: bold;
	font-size: 18px;
}

.down_rule {
	border-top: solid 1px #FFCC66;
	margin-top: 3px;
	padding-top: 3px;
}














