/* orange */
a:link, a:visited {
	color: #aa5500;
}

a:hover {
	color: #3333ff;
}

#pillmenu a:hover {
	color: #3333ff; /*Massimo Innocenti : Ex ac5419 Modificato è l'arancione con il Link quando ci si va sopra con il mouse */
}

#pillmenu a#active_menu-nav {
  background: url(../images/orange/mw_menu_active_bg.png) 0 0 repeat-x;
  color: #fff;
}

#pillmenu a#active_menu-nav:hover {
  color: #fff;
}

h3, .componentheading, table.moduletable th { /* Massimo Innocenti : Definizione Testo Titoli */
  color: #cd6620;
}

div.module_menu {
	background: url(../images/orange/mw_box_br.png) 100% 100% no-repeat;
}

div.module_menu div {
	background: url(../images/orange/mw_box_bl.png) 0 100% no-repeat;
}

div.module_menu div div {
	background: url(../images/orange/mw_box_tr.png) 100% 0 no-repeat;
}

div.module_menu div div div {
	background: url(../images/orange/mw_box_tl.png) 0 0 no-repeat;
	
}



/* Personale Massimo */

div.module_bordo {
	background: url(../images/orange/mw_box_br.png) 100% 100% no-repeat;
}

div.module_bordo div {
	background: url(../images/orange/mw_box_bl.png) 0 100% no-repeat;
}

div.module_bordo div div {
	background: url(../images/orange/mw_box_tr.png) 100% 0 no-repeat;
}

div.module_bordo div div div {
	background: url(../images/orange/mw_box_tl.png) 0 0 no-repeat;
}





/* Massimo Innocenti : Font titoli articoli

.contentheading, contentheading {
         background: url(../images/blue/mw_box_tr.png) repeat;
         font-size : 3.1em;
         line-height : 3.1em;
}

.contentheading a:link, .contentheading a:visited {
background: url(../images/blue/mw_box_tr.png) repeat;
         font-size : 3.1em;
         line-height : 3.1em;
	
         	}

