/* custom stuff */

html {
  height: 100%;
  margin-bottom: 1px;
}


body {
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 130%;
	color: #131E2D;
	font-family:  lucida grande, lucida sans unicode, Arial, sans-serif;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
}

a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

fieldset {
	border: 0;
	padding: 5px 0;
}

#ja-pathway {
	margin: 0px;
	padding-bottom: 10px;

}

span.pathway img {
	padding: 0px 0px;
}

span.pathway {
	margin: 0px;
	padding: 0px;
	background: url(../images/path.gif) 0 0 no-repeat;
	width: 723px;
	padding-top: 7px;
	height: 24px;
	display: block;
	padding-left: 8px;
	color: #969696;
	font-weight: bold;
}

*:first-child+html span.pathway {
	width: 721px;
}

span.pathway a {
	color: #fff;
}

span.pathway a:hover {
	color: #fff;
	text-decoration: underline;
}

div.componentheading {
  padding-left: 0px;
}


/*** fonts ***/
body {
	font-family:  lucida grande, lucida sans unicode, Arial, sans-serif;
}

/** colors set in the color css file **/
a:link, 
a:visited {
	text-decoration: none;
	font-weight: normal;
	outline: none;
}

body.left td#leftcol a:link,
body.left td#leftcol a:visited,
body.left td#left2col a:link,
body.left td#left2col a:visited,
body.right td#rightcol a:link,
body.right td#rightcol a:visited,
body.right td#right2col a:link,
body.right td#right2col a:visited,
td#usercol a:link,
td#usercol a:visited {
	color: #000;
}

td#usercol {
	color: #ccc;
}

#horizmenu a,
a.mainlevel,
a.sublevel,
ul.submenu a,
div.moduletable h3,
.contentheading,
.componentheading {

}



/* headings */



h1 {
padding-top: 30px;

}

h2 {

}

h3 { 
	margin: 0;
}

h4 {
	
}

body.left td#leftcol div.moduletable h3,
body.left td#left2col div.moduletable h3,
body.right td#rightcol div.moduletable h3,
body.right td#right2col div.moduletable h3 {
	font-size: 12px;
	font-weight: bold;
	background: #46596e;
	color: #ccc;
}

body.left td#rightcol div.moduletable h3,
body.left td#right2col div.moduletable h3,
body.right td#leftcol div.moduletable h3,
body.right td#left2col div.moduletable h3 {
	font-size: 12px;
	font-weight: bold;
	background: #B9B9B9;
	color: #fff;
}

td#usercol div.moduletable h3 {
	font-size: 12px;
	font-weight: bold;
	background: none;
	color: #ccc;
}

td#maincol div.moduletable h3 {
	font-size: 13px;
	background: none;
	font-weight: bold;
	color: #333;
}

.small {
	font-size: 10px;
	color: #666;
	font-weight: normal;
}

.modifydate {
	height: 20px;
	vertical-align: bottom;
	font-size: 10px;
	color: #666;
	font-weight: normal;
}

.createdate {
	height: 20px;
	vertical-align: top;
	font-size: 10px;
	color: #666;
	font-weight: normal;
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 0px;

}

.componentheading {
	color: #333;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
}



div#footer {
	font-size: 11px;
	color: #6B84A0;
	text-align: center;
	height: 151px;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 40px;
}

div#footer a:hover{
	color: #fff;
}

div#footer a {
	color: #989898;
}

*:first-child+html div#footer {
	background-image: url(../images/footer_ie7.gif);
}

/** some joomla class stuff */

table.contenttoc {
  margin: 5px;
  border: 1px solid #ccc;
  padding: 5px;
}

table.contenttoc td {
  padding: 0 5px;
}



td.buttonheading {
	
}

.button_login {
	border: none;
	color: #fff;
	background: #cdcdcd;
	height: 22px;
	margin-left: 10px;
	cursor: pointer;
	padding-bottom: 2px;
}

td.sectiontableheader {
  background: #efefef;
  color: #333;
  font-weight: bold;
  padding: 4px;
  border-right: 1px solid #fff;
}

tr.sectiontableentry1 td, tr.sectiontableentry2 td {
  padding: 4px;
}

td.sectiontableentry1, td.sectiontableentry2{
  padding: 3px;
}

table.contentpaneopen, table.contentpane {
  width: 100%;
  font-size: 12px;
  line-height: 17px;
}

#contenuti img {
	margin: 0px 10px 0px 5px;
}


div.moduletable ul {
	margin: 5px 0;
	padding: 0 2em;
}

div.moduletable ul li {
	padding-bottom: 3px;
}

td#leftcol div.moduletable,
td#left2col div.moduletable,
td#rightcol div.moduletable,
td#right2col div.moduletable {
	padding-bottom: 15px;
	padding-left: 5px;
	padding-right: 5px;
	width: 175px; /* stupid id need a fixed width here */
}

div.moduletable h3 {
	margin-left: -5px;
	margin-right: -5px;
	margin-bottom: 8px;
	text-indent: 5px;
	height: 24px;
	padding-top: 2px;
	line-height: 24px;
	

}



.clr {
	clear: both;
}

#page_bg {
	height: 100%; 
	padding: 0;
	margin-bottom: 1px;
}

div.mosimage {
  margin: 5px;
}

div.mosimage_caption {
  font-size: 10px;
  color: #666;
}

table.adminform textarea {
  width: 540px;
  height: 400px;
  font-size: 1em;
  color: #000099;
}


/** template layout stuff **/

div#wrapper {
	margin: 0 auto;


}

div#container {
	margin: 0 auto;

	background-image: url(../images/mb_bg.png);
	background-repeat: repeat;
	background-position: center top;
}

body.wide div#wrapper {
	width: 993px;

}

body.wide {
	background-image: url(../images/mb_bg.png);
	background-repeat: repeat;
	background-position: center top;

}

*:first-child+html body.wide div#wrapper {
	width: 991px;
}

body.thin div#wrapper {
	width: 750px;
}

body.vmax div#wrapper {
	min-width: 700px;
	max-width: 932px;
}


div#tshadow1 {
	padding-right: 40px;
	padding-left: 40px;
	background-image: url(../images/mb_shadow_t_r.gif);
	background-repeat: no-repeat;
	background-position: right;
}

div#tshadow2 {
	background: url(../images/mb_shadow_t.gif) 100% 0 repeat-x;
}

div#tshadow3 {
	height: 32px;
	background: url(../images/mb_shadow_t_l.gif) 0 0 no-repeat;
	margin-left: -24px;
}

div#mshadow1 {
	background: url(../images/mb_shadow_m_b_l_.png) 0 0 repeat-y;
}

div#mshadow2 {
	background: url(../images/mb_shadow_m_b_r_.png) 100% 0 repeat-y;
}

div#mshadow3 {
	background: url(../images/mb_shadow_m_t_l2.png) 0 0 no-repeat;
}

div#mshadow4 {
	background: url(../images/mb_shadow_m_t_r2.png) 100% 0 no-repeat;
	padding: 0 16px;

}

div#bshadow1 {

}

div#bshadow2 {

}

div#bshadow3 {
	height: 15px;
}

div#header {
	height: 194px;
}

div#blendimage {
height: 30px;
}



div#horizmenu {
	background: url(../images/mb_menu_horiz_bg2.png) 0 0 repeat-x;
	height: 34px;
}

#menu {


}

#spacer {
	line-height: 10px;
	height: 10px;
	background-color: #fff;
}

table#mainframe {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	width: 100%;
	background: #fff;
}

table#mainframe td {
	padding: 0;
}

body.left table#mainframe td#leftcol {
	background: #fff;
	width: 205px;
}

body.right table#mainframe td#rightcol {
	background: #fff;
	width: 284px;

}

div#leftcol_corner {

}


body.left div#leftcol_body,
body.right div#rightcol_body {

	padding-top: 15px;
	border: 0px solid #00f;
}

body.left table#mainframe td#rightcol {
}

body.right table#mainframe td#leftcol {
	background: #fff;

}

div#rightcol_corner {
	background: #fff;
}

body.left div#rightcol_body,
body.right div#leftcol_body {

	padding-top: 15px;
}

table#mainframe td#maincol {
	background: #fff;
	color: #666;
	padding: 0 13px 15px 18px;
}

body.left table#mainframe td#left2col {
	/* background in color css */
	padding-right: 10px;
}

body.right table#mainframe td#left2col {
	/* background in color css */
	padding-right: 10px;
}

body.left table#mainframe td#right2col {
	/* background in color css */
	padding-left: 10px;
}

body.right table#mainframe td#right2col {
	/* background in color css */
	padding-left: 10px;
}

table#mainframe td#usercol {
	/* background in color css */
	padding-top: 10px;
}



td#usercol li {
	color: #ccc;
}



/* default menu link styles */
a.mainlevel {
	display: block;
	width: 168px;
	margin-bottom: 3px;
	padding: 3px 0px;
}

a.sublevel {

}

body.left td#leftcol a.mainlevel:link,
body.left td#leftcol a.mainlevel:visited,
body.right td#rightcol a.mainlevel:link,
body.right td#rightcol a.mainlevel:visited,
body.left td#leftcol a.sublevel:link,
body.left td#leftcol a.sublevel:visited,
body.right td#rightcol a.sublevel:link,
body.right td#rightcol a.sublevel:visited {
	color: #1d242c;
	font-weight: bold;
}

a.mainlevel:hover {
	text-decoration: none;
	/** color in color css **/
}

a.sublevel:hover {
	text-decoration: none;
}



/*****************************
 ****      splitmenu      ****
 *****************************/


/* top level links */
#navheader li {
	z-index: 3;
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
}
#navheader li a {
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding: 0 14px;
	text-decoration: none;
	color: #bbb;}
	
#navheader li a:hover {
	color: #fff;}
	
#navheader li.active {
	z-index: 1;
	height: 17px;
	border-bottom: 4px solid #46596E;
}
#navheader {
	z-index: 2;
	position: absolute;
	height: 20px;
	margin-top: 15px;
}
	
#slider {
	z-index: 2;
	position: absolute;
	height: 20px;
	/* color in color css file */
}

/* sub level links */

td#leftcol ul.submenu,
td#rightcol ul.submenu,
td#leftcol ul.submenu ul,
td#rigthcol ul.submenu ul,
td#leftcol ul.submenu ul ul,
td#rigthcol ul.submenu ul ul {
	padding: 0;
	margin: 0;
	padding-bottom: 10px;
}



ul.submenu li{
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 15px;
}

ul.submenu ul li a{
	text-indent: 15px;
}

ul.submenu ul ul li a{
	text-indent: 30px;
}

ul.submenu ul li a {

}

ul.submenu li a {
	display: block;
	line-height: 32px;
	margin-left: 25px;
	font-weight: normal;
}




td#leftcol ul.submenu a:link,
td#leftcol ul.submenu a:visited,
td#rightcol ul.submenu a:link,
td#rightcol ul.submenu a:visited {
	color: #1d242c;
	font-weight: bold;
}

td#leftcol ul.submenu a:hover,
td#rightcol ul.submenu a:hover {
	text-decoration: none;
}

td#leftcol ul.submenu ul li a,
td#rightcol ul.submenu ul li a {

}


/* some page content things */

form {
	border: 0;
	margin: 0;
	padding: 0;
}

table.blog span.article_seperator {
	display: block;
	height: 20px;
}

.article_seperator2 {
	display: block;
	height: 10px;
	margin-top: 10px;
	border-top: solid 1px #989898;
}

table.nopad {
	width: 100%;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
}
table.nopad td {
	padding: 5px;
}

body.contentpane {
	background: #fff;
}

table.pollstableborder td {
	text-align: left;
	padding: 2px 0;
}

.moduletable_home_menu {
	background: #fff url(../images/home_menu.gif) 0 0 no-repeat;
	padding-top: 123px;
	font-size: 12px;
	margin-bottom: 30px;
}

.moduletable_home_menu h3{
	background: #d5d0b0;
	line-height: 32px;
	padding-left: 15px;
	width: 184px;
	font-size: 12px;
}

.moduletable_home_menu ul {
	background-color: #f0eee2;
	background-image: url(../images/home_menu_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 199px;
	padding-bottom: 20px;
}

.moduletable_home_menu table {
	background-color: #f0eee2;
	background-image: url(../images/home_menu_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 199px;
	padding-bottom: 20px;
}

.moduletable_home_menu td {
	display: block;
	background: url(../images/bullet.gif) 15px 11px no-repeat;
	line-height: 32px;
	list-style: none;
	color: #000;
	font-weight: bold;
}

.moduletable_home_menu td a {
	padding-left: 30px;
	font-weight: bold;
}

.moduletable_home_menu div {
	padding: 0px;
	margin: 0px;
	line-height: 20px;
	font-size: 11px;
	vertical-align: top;
}

.moduletable_home_menu li {
	display: block;
	background: url(../images/bullet.gif) 15px 10px no-repeat;
	line-height: 28px;
	padding-left: 15px;
	list-style: none;
	color: #000;
}

.moduletable_gruppo_menu {
	background-color: #f0eee2;
	background-image: url(../images/home_menu_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 20px;
}

.moduletable_gruppo_menu table{
	background: #none;
}

table.moduletable_gruppo_menu  {
	padding-bottom: 20px;
}

.moduletable_gruppo_menu td {
	display: block;
	background: url(../images/bullet.gif) 15px 11px no-repeat;
	line-height: 32px;
	list-style: none;
	color: #000;
	font-weight: bold;
}

.moduletable_gruppo_menu td a {
	padding-left: 30px;
	font-weight: bold;
	color: #000;
}

.moduletable_gruppo_menu div {
	padding: 0px;
	margin: 0px;
	line-height: 20px;
	font-size: 11px;
	vertical-align: top;
}

.moduletable_gruppo_menu {

	background-color: #f0eee2;
	margin-bottom: 30px;
}

.moduletable_gruppo_menu h3{
	padding-top: 133px;
	background: #d5d0b0 url(../images/gruppo_menu.gif) 0 0 no-repeat;
	padding-left: 15px;
	padding-bottom: 10px;
	width: 184px;
	font-size: 12px;
}

.moduletable_gruppo ul {
	background-color: #f0eee2;
	background-image: url(../images/home_menu_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 199px;
}

.moduletable_gruppo li {
	display: block;
	background: url(../images/bullet.gif) 15px 10px no-repeat;
	line-height: 28px;
	padding-left: 15px;
	list-style: none;
	color: #000;
}








.moduletable_servizi_menu {
	background-color: #f0eee2;
	background-image: url(../images/home_menu_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 20px;
}

.moduletable_servizi_menu table{
	background: #none;
}

table.moduletable_servizi_menu  {
	padding-bottom: 20px;
}

.moduletable_servizi_menu td {
	display: block;
	background: url(../images/bullet.gif) 15px 11px no-repeat;
	line-height: 32px;
	list-style: none;
	color: #000;
	font-weight: bold;
}

.moduletable_servizi_menu td a {
	padding-left: 30px;
	font-weight: bold;
	color: #000;
}

.moduletable_servizi_menu div {
	padding: 0px;
	margin: 0px;
	line-height: 20px;
	font-size: 11px;
	vertical-align: top;
}

.moduletable_servizi_menu {

	background-color: #f0eee2;
	margin-bottom: 30px;
}

.moduletable_servizi_menu h3{
	padding-top: 133px;
	background: #d5d0b0 url(../images/eta_img_menuservizi.jpg) 0 0 no-repeat;
	padding-left: 15px;
	padding-bottom: 10px;
	width: 184px;
	font-size: 12px;
}

.moduletable_servizi ul {
	background-color: #f0eee2;
	background-image: url(../images/home_menu_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 199px;
}

.moduletable_servizi li {
	display: block;
	background: url(../images/bullet.gif) 15px 10px no-repeat;
	line-height: 28px;
	padding-left: 15px;
	list-style: none;
	color: #000;
}

.moduletable_attivita_menu {
	background-color: #f0eee2;
	background-image: url(../images/home_menu_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 20px;
}

.moduletable_attivita_menu table{
	background: #none;
}

table.moduletable_attivita_menu  {
	padding-bottom: 20px;
}

.moduletable_attivita_menu td {
	display: block;
	background: url(../images/bullet.gif) 15px 11px no-repeat;
	line-height: 32px;
	list-style: none;
	color: #000;
	font-weight: bold;
}

.moduletable_attivita_menu td a {
	padding-left: 30px;
	font-weight: bold;
	color: #000;
}

.moduletable_attivita_menu div {
	padding: 0px;
	margin: 0px;
	line-height: 20px;
	font-size: 11px;
	vertical-align: top;
}

.moduletable_attivita_menu {

	background-color: #f0eee2;
	margin-bottom: 30px;
}

.moduletable_attivita_menu h3{
	padding-top: 133px;
	background: #d5d0b0 url(../images/eta_img_menuattivita.jpg) 0 0 no-repeat;
	padding-left: 15px;
	padding-bottom: 10px;
	width: 184px;
	font-size: 12px;
}

.moduletable_sedi_menu {
	background-color: #f0eee2;
	background-image: url(../images/home_menu_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 20px;
}

.moduletable_sedi_menu table{
	background: #none;
}

table.moduletable_sedi_menu  {
	padding-bottom: 20px;
}

.moduletable_sedi_menu td {
	display: block;
	background: url(../images/bullet.gif) 15px 11px no-repeat;
	line-height: 32px;
	list-style: none;
	color: #000;
	font-weight: bold;
}

.moduletable_sedi_menu td a {
	padding-left: 30px;
	font-weight: bold;
	color: #000;
}

.moduletable_sedi_menu div {
	padding: 0px;
	margin: 0px;
	line-height: 20px;
	font-size: 11px;
	vertical-align: top;
}

.moduletable_sedi_menu {

	background-color: #f0eee2;
	margin-bottom: 30px;
}

.moduletable_sedi_menu h3{
	padding-top: 133px;
	background: #d5d0b0 url(../images/eta_img_menusedi.jpg) 0 0 no-repeat;
	padding-left: 15px;
	padding-bottom: 10px;
	width: 184px;
	font-size: 12px;
}

.moduletable_contatti_menu {
	background-color: #f0eee2;
	background-image: url(../images/home_menu_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 20px;
}

.moduletable_contatti_menu table{
	background: #none;
}

table.moduletable_contatti_menu  {
	padding-bottom: 20px;
}

.moduletable_contatti_menu td {
	display: block;
	background: url(../images/bullet.gif) 15px 11px no-repeat;
	line-height: 32px;
	list-style: none;
	color: #000;
	font-weight: bold;
}

.moduletable_contatti_menu td a {
	padding-left: 30px;
	font-weight: bold;
	color: #000;
}

.moduletable_contatti_menu div {
	padding: 0px;
	margin: 0px;
	line-height: 20px;
	font-size: 11px;
	vertical-align: top;
}

.moduletable_contatti_menu {

	background-color: #f0eee2;
	margin-bottom: 30px;
}

.moduletable_contatti_menu h3{
	padding-top: 133px;
	background: #d5d0b0 url(../images/eta_img_menucontatti.jpg) 0 0 no-repeat;
	padding-left: 15px;
	padding-bottom: 10px;
	width: 184px;
	font-size: 12px;
}

#mainlevel_home {
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	width: 199px;
	color: #000;

}

#mainlevel_home a {
	color: #000;
	padding-left: 25px;

}

#mainlevel_home a:hover {
	color: #989898;
}

a:hover.mainlevel_gruppo  {
	color: #989898;
}

a.sublevel_gruppo  {
	margin-left: -25px;
}

a:hover.sublevel_gruppo  {
	color: #989898;
}

ul.submenu {
	margin-top: 15px;
}

.moduletable1 {
	margin-top: 15px;
}

.moduletable1 h3{
	color: #737373;
	line-height: 32px;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	border-bottom: solid 1px #989898;
}

.moduletable1 td.contentheading {
	font-size: 13px;
	font-weight: bold;
	font-stretch: normal;
}

.moduletable2 {
	margin-top: -20px;
	background: #d5d0b0 url(../images/showreel_bg.gif);
}

.moduletable2 h3{
	color: #737373;
	line-height: 32px;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	border-bottom: solid 1px #989898;
}

.moduletable2 td.contentheading {
	font-size: 13px;
	font-weight: bold;
	font-stretch: normal;
}

.contentheading3 {
	border-top: solid 1px #989898;
	line-height: 28px;
	font-size: 13px;
	color: #020202;
	font-weight: bold;
	font-stretch: normal;
}

.udc_title {
	border-top: solid 1px #989898;
	line-height: 28px;
	font-size: 13px;
	color: #020202;
	font-weight: bold;
	font-stretch: normal;
}

.moduletableshowreel {
	margin-top: 100px;
	margin-left: -284px;
	padding: 0px;
	margin-bottom: 30px;
	position: relative;



}

.moduletableshowreel h3{
	background: #fff url(../images/showreel.gif) left no-repeat;
	color: #000;
	line-height: 32px;
	font-size: 12px;
	padding-left: 15px;
	padding-top: 2px;		
}

.moduletableshowreel table.contentpaneopen {
	padding: 0px;
	border-spacing: 0px;
	margin: 0px;
	/* background-color: #f0eee1; */
	background-image: url(../images/showreel_bottom_.gif);
	background-repeat: no-repeat;
	background-position: left bottom;

}

.moduletableshowreel td.contentheading3 {
	display: none;
}

.moduletableshowreel p {
	background: #fff;
	margin: 7px 7px 7px 7px;
	padding: 15px;
	
}

.moduletableshowreel a {
	background: #fff;
	margin-top: -10px;
	padding-top: 0px;
	margin-left: 10px;
}

.moduletableshowreel .article_seperator {
	display: none;
}



#contenuti {
	padding-top: 0px;
}

#contenuti a:hover {
	text-decoration: underline;
}

#sezione {
	color: #737373;
	line-height: 32px;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;

}

.udc_sec_cat {
	color: #737373;
	line-height: 32px;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;

}

#ucd-instance {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.udc_item {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.mainlevel_home {
	color: #000;
}

.mainlevel_home a {
	color: #000;

}

.mainlevel_home a:hover {
	color: #989898;

}

.video_gci a {
	color: #000;
	font-size: 12px;

}

.video_gci a:hover {
	color: #989898;

}

.sublevel_home {
	color: #989898;
	font-weight: normal;
}

.sublevel_home a {
	color: #989898;
	font-weight: normal;
}
#footer3 {
	color: #989898;
	margin-top: -15px;
}

.moduletableheader_rotator {
	border-left: solid #000 1px;
	border-right: solid #000 1px;
}

*:first-child+html .moduletableheader_rotator {
	border: none;
}

#ext_menu {
	background-image: url(../images/ext_menu.gif);
}

#ext_menu a {
	color: #fff;
	
}

#ext_menu a:hover {
	color: #fff;
	text-decoration: none;
	
}

.moduletableInformazioni_finanziarie {
	float: right;
	margin-top: -32px;
	text-align: right;
	width: 220px;
}
