body {
    background-color:#F4F4F4;
    font-family :Verdana;
    margin: 0px;
	 color:#666666;
	 text-align: center;
  }
div.main{
	text-align: left;
}
img {
    border: 0px;
  }


td {
    padding : 0px;
  }


td.hR {
    background-color:black;
    width : 1px;
  }

  td.leftShadow{
	background-image : url(../images/leftShadow.png);
	background-position: right;
	background-repeat: repeat-y;
	width: 10px;
  }
  td.rightShadow{
	background-image : url(../images/rightShadow.png);
	background-position: left;
	background-repeat: repeat-y;
	width: 10px;
  }
td.bottomShadow{
	background-image : url(../images/bottomShadow.gif);
	background-position: top;
	background-repeat: repeat-x;
}
td.leftCornerBottomShadow{
	background-image : url(../images/leftCornerBottomShadow.gif);
	background-repeat: no-repeat;
}
td.rightCornerBottomShadow{
	background-image : url(../images/rightCornerBottomShadow.gif);
	background-repeat: no-repeat;
}
/*
	Configurazione del menu di primo livello
*/



td.menuBackground {
    background-image : url(../images/headerBackground.gif);
    background-position : bottom left;
    background-repeat : repeat-x;
    height : 100%;
    width : 100%;
    vertical-align:top;
  }


table.menu1 {
    background : url(../images/headerBackground.gif) repeat-x bottom left;
    height : 100%;
    width : 100%;
  }


td.menu1 {
    padding : 0px;
    color : #999999;
    height:40px;
    font : bold medium Verdana;
    width : 100%;
    border-right-color : #ffffff;
    border-right-style : solid;
    border-right-width : 1px;
  }


td.menu1Down{
	height:94px;
	border-right-color : #ffffff;
	border-right-style : solid;
	border-right-width : 1px;
}

/*
	Configurazione del menu di secondo livello
*/
#menu2{
	padding-left:1px;
}

td.menu2{
    background-image : url(../images/menu2LivelloBackground.png);
    background-repeat : repeat-x;
    border-top-color : #ffffff;
    border-top-style : solid;
    border-top-width : 1px;
    color : #ffffff;
    cursor : default;
    font-family : Verdana;
    font-size : 11px;
    height : 27px;
    letter-spacing : 1px;
  }

td.menu2 a{
    color : #ffffff;
    cursor : default;
    font-family : Verdana;
    font-size : 11px;
    letter-spacing : 1px;
	 text-decoration: none;
}
td.freccia {
    padding-left : 5px;
    padding-right : 5px;
  }


td.menu2sub {
    background-image : url(../images/menu2LivelloSubBackground.png);
    background-repeat : repeat-x;
    border-top-color : #ffffff;
    border-top-style : solid;
    border-top-width : 1px;
    font : 11px Verdana;
    padding : 0px;
    color : #59882c;
    height : 27px;
    letter-spacing : 1px;
  }


td.menu2sub:hover {
    background-color: #ffffff;
  }


.menu2sub a.subLevel {
    color: #59882c;
    text-decoration: none;
  }

/*
	Configurazione del menu di terzo livello
*/


#tabOn {
    background:url(../images/tabOn.png) repeat-x;
    color:#ffffff;
  }


#tabOff {
    background:url(../images/tabOff.png) repeat-x;
    color:#000000;
  }

/*
info sulla CoST
*/


td.footer {
    text-align:center;
    font-size:12px;
    color:#616161;
  }


td.language {
    background-color : #0f257a;
    color : #ffffff;
    font-size : 9px;
    padding-right : 3px;
	padding-left : 3px;
    text-align : left;
    width : 1px;
	cursor:pointer;
	height: 19px;
  }
td.login{
    background-color : #0f257a;
    color : #ffffff;
    font-size : 9px;
    padding-right : 20px;
	 padding-left : 3px;
    text-align : left;
}

td.login a{
	color:#ffffff;
	text-decoration:none;
}

div.home{
	text-align: left;
}

table.homeNews{
	width: 100%;
	background-color: #d4d4d4;
}
table.homeNews td{
	width: 25%;
	background-color: #ffffff;
	vertical-align: top;
}

/*
	MODULO AMS
*/
div.amsTopic {
	margin: 3px;
	/*height: 400px;*/
	border: #CACACA;
	border-width: 1px;
	border-style: solid;
	
	background-image : url(../images/articleBackground.jpg);
	background-position: center;
	background-repeat: repeat-y;
	
}

div.amsTopicTitle{
	color: #2C3F8A;
	font-size: 22px;
	font-weight: bolder;
	text-align: center;
	padding-top: 10px;
}

div.amsTopicBanner{
	font-size: 12px;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
}

div.amsArticle{
	vertical-align: baseline;
	width: auto;
}

div.amsArticleHeader a{
	text-decoration: none;
}
div.amsArticleHeader{
	font-size: 12px;
	width: 100%;
}
div.amsArticleBody{
	font-size: 12px;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: justify;
}

div.amsFiles{
	margin: 5px;
	padding-left: 60px;
}
div.amsFiles table{
	width: 450px;
	border-color: #cacaca;
	border-style: solid;
	border-width: 0px;
	border-bottom-width: 1px;
	border-right-width: 1px;
}
div.amsFiles th{
	border-color: #cacaca;
	border-style: solid;
	border-width: 1px;
	border-bottom-width: 0px;
	border-right-width: 0px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
div.amsFiles td{
	border-color: #cacaca;
	border-style: solid;
	border-width: 1px;
	border-bottom-width: 0px;
	border-right-width: 0px;
	font-size: 12px;
	padding: 1px;
	padding-left:3px;
	padding-right: 3px;
}


.itemNews{
	padding: 15px;
}
.itemHeadNews,.itemHeadNews a{
	font-size: 16px;
	font-weight: bold;
	font-family: Tahoma;
	text-decoration: none;
	padding-bottom: 5px;
	color: #000000;
}
.itemTitleNews{
	padding-top: 5px;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana;
	color: #7FC53A;
}
.itemBodyNews{
	padding-top: 5px;
	font-size: 11px;
	font-weight: normal;
	font-family: Verdana;
	color: #666666;
}
td#rightcolumn {
	vertical-align: top;
	width: 165px;
	font-size:10px;
	padding: 10px 2px 4px 4px;
}
td#rightcolumn div.blockTitle {
	text-align: left;
	padding: 3px 3px 3px 22px; 
	color: #ffffff; 
	font-weight: bold;}
td#rightcolumn div.blockContent {
	padding: 3px;
}
#rightcolumn input{
	border: solid;
	border-width: 1px;
	border-color: #d4d4d4;
}
#rightcolumn{
	vertical-align: top;
	
}
#leftcolumn{
	width:240px;
}

td.rowBackground {
	background-image : url(../images/menuBackground.jpg);
	background-position: left;
	background-repeat: repeat-y;
}

input{
   background-color: #FFFFFF;
   font-size: 			10px;
   /*color: 			#000000;*/
   color: 				#000000;
   border-color: 		#000000;
	border-style: 		solid;
	border-width: 		1px;
	font-family: 		"Verdana", "Arial", "Helvetica", "sans-serif";
	font-style: 		italic;
}

#usermenu{
	border-width: 0px;
	margin-top:0px;
	padding-top:0px;
	padding-left:3px;
}
td#usermenu a {
	display: block;
	text-decoration: none;
	margin: 0; 
	padding: 1px; 
	border: 0px; 
	color: #666666;
}
td#usermenu a:hover {
	background-color: #ffffff;
}
td#usermenu a.menuTop {
}
td#usermenu a.highlight {
	background-color: #fcc;
}


a{
	font-size: 11px;
	color: #5A5A5A;
	text-decoration:none;
}

a:hover{
	color:#336699;
}



/* FORM DI INVIO PREVETIVO */

table.bordo {
	border-color: #2C3F8A;
	border-style: solid;
	border-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

td.titolo {
	font-size: 11px;
	font-weight: bolder;
	height: 18px;
	text-align: right;
	padding-right: 10px;
	width: 50%;
}

td.normale {
	font-size: 11px;
	height: 18px;
}

td.campo {
	font-size: 11px;
	height: 18px;
	text-align: left;
	padding-left: 10px;
	width: 50%;
}


a.specialword{
	font-size: 12px;
	color: #0F257A;
	text-decoration:none;
}

a.specialword:hover{
	color:#EF5394;
}

.itemTitleNewsHome{
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana;
	color: #EF5394;
}
.itemBodyNewsHome{
	padding-top: 5px;
	padding-left: 20px;
	font-size: 11px;
	font-weight: normal;
	font-family: Verdana;
	color: #000000;
}

div.opacity{
	filter:alpha(opacity=50);
	opacity:0.50;
	-moz-opacity:0.50;
	-khtml-opacity:0.50;
}

td.homeImages {
	width:750px;height:125px;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	text-align:left;
	vertical-align:top;
	border:1px solid #D4D4D4;	
}