/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	text-align:justify;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #336666;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1 {
	margin:5px 5px 5px 0px;
	font-size: 14px;
	color: #336666;
}
h1,h2,h3 {
	font-weight: bold;
}
h2 {
	margin-bottom:0px; 
	font-size: 14px;
	color: #CC0000;
	font-style: italic;
}
h3 {
	margin-bottom:5px;
	font-size: 12px;
	color: #336666;
}
h4 {
	margin:4px 0 8px 0;
	padding:0;
	font-size:14px;
	color: #339900;
}

/*************** list tag styles ***************/

ul {
	list-style-image:url(../img/item_li.gif);
	margin-top:10px;
	margin-left:20px;
}
li {
	margin:3px 0px 0px 0px;
}			
					
/************ sectionLinks styles **************/

.menu {
background:#A7C845 url(../img/menu_sf_off.jpg) 100% 0 repeat-y;
font-size: 10px;
}

.menu a {
display:block; /* il link occupa tutto lo spazio orizzontale */
text-decoration:none; /* elimino la sottolineatura, che si tratta di un link si capisce dalla struttura */
}

.menu a:link, .menu a:visited, .menu a:active {
color: #000;
} /* colori per il link */

.menu a:hover {
background:#6B9D44 url(../img/menu_sf_on.jpg) 100% 0 repeat-y;
color:#fff;
} /* colori per l'effetto roll-over */

a.attivo {
display:block;
text-decoration:none;
}

a.attivo:link, a.attivo:visited, a.attivo:hover, a.attivo:active {
background:#6B9D44 url(../img/menu_sf_on.jpg) 100% 0 repeat-y;
color:#fff;
}

/************* relatedLinks styles **************/

.relatedLinks {
	font-size: 10px;
	color: #336666;
}

/************* highlight styles **************/

.olys {
	color: #CC0000;
	font-style: italic;
	font-weight:bold;
}

.evid {
	color: #CC0000;
}

/************* box **************/

.box { width:260px; padding:2px; background-color:#DEE7E7;	
	border-bottom:#BDCBCE 2px solid;
	border-right:#BDCBCE 2px solid;
	}
.box .box_testo { padding:8px; }
.a_sx { float:left; margin:8px 16px 8px 0; }
.a_dx { float:right; margin:8px 0 8px 16px; }

/************* riquadro "testato" **************/

div.riq_testato_tl { position:relative; overflow:auto; padding:2px 0 0 2px; background:url(../img/riq_testato_tl.gif) top left no-repeat;   }
div.riq_testato_br { position:relative; overflow:auto; width:100%; background:url(../img/riq_testato_br.gif) bottom right no-repeat;}
div.riq_testato_bollo { position:absolute; top:-26px; right:-56px; width:127px; height:83px; background:url(../img/riq_testato_bollo.gif) no-repeat; }
div.riq_testato_testo { margin:16px; }

.txt_piccolo { font-size:10px; }
.txt_verde { color:#009966; }


/************* partita iva in home **************/

div#partita_iva { position:absolute; right:8px; bottom:4px; width:265px; height:14px;
		text-align:right; color:#999966; font-size:10px; font-family:Verdana, Arial, Helvetica, sans-serif;  }