@media print    {
	
	
	/************** CSS PER LA STAMPA DELLA PORTLET CENTRALE     **********************/
	
	
	/****************************************************************************** TAG html*/
	
	body #principale {
	    margin: 0;
	    width: 100%;
	}
	
	#esterno, #area_logo    {
	    width: 100%;
	    margin: 0;
	}
	
	.user-greeting  {
	    display: none;
	}
	div#logo h1 a {
	background-image: none;
	
	display: block;
	width: 100%;
	height: auto;
	text-indent: 0px;
	overflow: visible;
	}
	
	body	{
		background-color:#FFF;
		font-family: Arial, Helvetica, sans-serif;
		margin:0px;
		padding:0px;
	        font-size: 20px;
	}
	
	h1	{
	    font-size: 150%;
	    margin-top: 0px;
	}
	
	h2	{
		color:#336699;
		font-size: 120%;
	}
	
	.corpoPagina h3  {
	        font-weight: normal;
	        font-size: 1em;
	}
	
	ul, ol 	{
		padding:0px;
		margin:0px;
	}
	
	li	{
		list-style-type: none;
		list-style-position:outside;
	}
	
	p 	{
		text-align: justify;
	}
	
	
	hr  {
	        clear: both;
	        height: 1px;
	        background-color: #369;
	        border:0px
	
	}
	
	td  {
	    vertical-align: top;
	}
	
	a img {
	    border: 0px;
	}
	
	#column-2, #column-4, #molliche, #area_banner.inner, #navi_top, .logoDefaultRegione, #strumenti, .boxFileAllegati {
		display: none;
	}
	
	div#certificatoHeader.hidden, div#certificatoFooter.hidden  {
	    display: block;
	}
	
	/********************************************************************************************** FORMS */
	
	select, input, textarea {
	    border: 1px solid #369;
	}
	
	form, fieldset	{
		margin:0px;
		padding:0px;
		border:0px;
	}
	
	.boxnewscentrali select, .boxnewscentrali input {
	    margin-bottom: 10px;
	}
	
	
	input:focus, .box input:focus, select.xsl_select:focus	{
		background-color:#FFFFE0;
		border-color:#000;
	}
	input.input_grigio:focus  {
	    background-color: #333;
	}
	
	select.xsl_select {
	    border-top: 1px solid #E2E6EC;
	    border-left: 1px solid #E2E6EC;
	}
	
	input[type="checkbox"]	{
		border:0px;
	}
	
	
	input.submit  {
	        border: 1px solid #369;
	        background-color: #fff;
	
	}
	
	.xsl_form input.submit  {
	    display: none;
	}
	
	input.text  {
	        border: 1px solid #369;
	        background-color: #fff;
	}
	
	input.radio {
	
	}
	
	input.checkbox  {
	
	}
	
	input.xsl_inputString, input.xsl_input, input.xsl_select, select.xsl_select, input.xsl_date {
	    border:0px;
	    border-bottom: 0px solid #000;
	    font-size:16px;
	}
	
	.ui-datepicker-trigger {
		display: none;
	}
	
	.box input	{
		border:1px solid #878787;
		margin-bottom: 10px;
	}
	
	.box .input_grigio	{
		background-color:#4D4D4D;
		color:#fff;
	}
	
	
	input#findWord	{
		background-image:url(../images/bg_cerca.png);
		font-size:0.7em;
		height:18px;
		background-repeat: no-repeat;
		padding-left:20px;
		padding-right: 8px;
		padding-top:6px;
		border:0px;
		width: 100px;
	}
	
	select#serviceId  {
	    width: 100%;
	}
	
	.cento  textarea  {
	    width: 100%;
	
	}
	
	/* ********************************************************************************* layout di massima*/
	
	
	
	
	
	
	
	 #due_uno	{
		clear: both;
		width:100%;
	}
	
	div#centrale	{
	      clear: both;
	      width: 100%;
	}
	
	#progetto	{
	
	        font-size: 0.9em;
	}
	
	div#footer	{
		clear:both;
		width: 100%;
		font-size:0.7em;
	        border-top: 1px solid #000;
	
	}
	
	.inner	{
		/*margin: 0px  2%;*/
	}
	
	.hidden	{
		display: none;
	}
	
	.hiddenHR   {
	      display: none;
	}
	.clearfix	{
		clear:both;
		display: block;
	}
	
	.nascosto {
	      display:none;
	}
	
	.clearleft  {
	      clear: both;
	}
	
	.cento  {
	    width: 100%;
	     margin-bottom: 20px;
	}
	
	.error  {
	    border: 1px solid #900;
	    color: #AF0A0A;
	    font-weight: bold;
	    padding: 10px;
	    padding-left: 30px;
	    background-color: #FFDFDF;
	    background-image: url(../images/error.png);
	    background-position: 5px 10px;
	    background-repeat: no-repeat;
	    margin-bottom: 20px;
	}
	
	.info  {
	    border: 1px solid #13749F;
	    color: #292929;
	    font-weight: bold;
	    padding: 10px;
	    padding-left: 30px;
	    background-color: #EFF8FF;
	    background-image: url(../images/information.png);
	    background-position: 5px 10px;
	    background-repeat: no-repeat;
	    margin-bottom: 20px;
	}
	
	small  {
	    font-size: 0.7em;
	}
	
	/********************************************************************************** LINKS **/
	ul li a	{
		text-decoration:none;
	}
	
	ul.gen li a	{
		text-transform: uppercase;
		color:#369;
		font-size: 0.8em;
		display:block;
	}
	
	a:link, a:visited	{
		color: #444444;
	}
	a:hover, a:focus, a:active	{
		text-decoration: underline;
	}
	
	#loghiPromotoriFooter.hidden { 
      display: none;
    }
    
	div#logo h1 a	{
	
	}
	
	#nomeComune	a	{
		display: block;
		text-decoration: none;
		color:#444;
	}
	
	#nomeComune	{
		margin-left: 20px;
	}
	
	#nomeComune	h2	{
		color: #666;
	}
	
	#boxRicerca a	{
		font-size:0.8em;
		color: #878787
	}
	
	ul.servizi li a:link, ul.servizi li a:visited  {
	    font-size: 12px;
	   color: #000000;
	   text-decoration: none;
	   line-height: 30px;
	   vertical-align: top;
	
	}
	
	ul.servizi li  a:hover, ul.servizi li a:focus, ul.servizi li a:active {
	    text-decoration: underline;
	
	}
	
	
	a.textonly, a.highvis, a.graphic  {
	    display: block;
	    background-repeat: no-repeat;
	    width: 16px;
	    height:20px;
	    background-position: 0px 3px;
	}
	
	a.textonly  {
	    background-image: url(../images/testo.png);
	}
	a.highvis  {
	    background-image: url(../images/contrasto.png);
	}
	
	a.graphic  {
	    background-image: url(../images/grafica.png);
	}
	
	
	a.comeinput {
    font-size: 1em;
    color: #34404F;
    border: 1px solid #369;
    padding: 5px;
    font-weight: bold;
    line-height: 18px;
}	
	
	a.aListaArt {
	    background-image: url(../images/list.png);
	    background-repeat: no-repeat;
	    background-position: 5px 0px;
	    padding-left: 20px;
	}
	
	
	.pulsanteServiziOnLine a:link, .pulsanteServiziOnLine a:visited  {
	        display: block;
	        font-weight: bold;
	        border: 1px solid #FFA70F;
	        background-color: #FFF3DF;
	        text-align: center;
	        font-weight: bold;
	        text-decoration: none;
	        color: #292929;
	        padding: 10px;
	}
	
	.pulsanteServiziOnLine a:hover, .pulsanteServiziOnLine a:focus, .pulsanteServiziOnLine a:active  {
	        display: block;
	        font-weight: bold;
	        border: 1px solid #FFA70F;
	        background-color: #FFEDCF;
	        text-align: center;
	        font-weight: bold;
	        text-decoration: none;
	        color: #292929;
	        padding: 10px;
	}
	
	
	
	a.top:link, a.top:visited {
	
	        float: right;
	}
	
	a.top:hover, a.top:focus, a.top:active {
	
	        float: right;
	}
	
	a.iniziale  {
	        float: left;
	        font-size: 1.2em;
	        padding:0px 20px;
	        background-color:#369;
	        color:#fff
	}
	
	.tabmypage  a:link, .tabmypage  a:visited, .tabmypage  a:hover, .tabmypage  a:active, .tabmypage  a:focus {
	    font-weight: bold;
	    color: #000;
	    padding-left: 20px;
	    background-image: url(../images/bullet.png);
	    background-repeat: no-repeat;
	    background-position: 2px 2px;
	    margin-top: 10px;
	    float: left;
	
	}
	
	#iconevalidazione a{
	    display: block;
	    float: left;
	    height: 17px;
	    width: 60px;
	    color: #fff;
	    text-transform: uppercase;
	    border-top: 1px solid #efefef;
	    border-left: 1px solid #efefef;
	    border-right: 1px solid #59839F;
	    border-bottom: 1px solid #59839F;
	    text-align: center;
	}
	
	/************************************************************************************ BOX LATERALI  */
	
	.box	{
		width: 100%;
		border-width: 1px;
		border-style: solid;
		border-color: #E2E6EC;
		background-color: #FDFCFC;
		margin:0px 0px 10px 0px;
		padding-bottom:20px;
		background-image:url(../images/h3_box_gen.gif);
		background-position:left 26px;
		background-repeat: no-repeat;
	}
	
	.box.user	{
		border-color: #feefdd;
		background-color: #fff7da;
		background-image:url(../images/h3_box_utente.png);
		background-position:left 26px;
	
	}
	.box.user.notitolo  {
	          background-image: none;
	}
	.box.notitolo	{
		/* background-image: url(../images/bg_box.png); */
		background-position: right bottom;
		background-repeat:no-repeat;
	}
	
	.box.scrollnews	{
		padding-bottom: 0px;
	}
	
	.box .inner	{
		margin: 15px 5px;
	}
	
	.box h3	{
		background-color:#84a2b8;
		margin:0px;
		color:#003366;
		height:26px;
		line-height: 26px;
		padding:0px;
		padding-left:10px;
		font-size: 1em;
		background-repeat: repeat-x;
		background-image:url(../images/h3_bg_gen.gif);
	
	}
	
	.box.user h3	{
		background-color: #fab73b;
		color: #660000;
		background-image:url(../images/h3_bg_utente.jpg);
	}
	
	.box h3 span	{
		display: block;
		background-repeat:no-repeat;
		background-position: right 50%;
		background-image:url(../images/h3_deco_gen.gif);
	}
	
	.box.user h3 span	{
			background-image:url(../images/h3_deco_utente.jpg);
	}
	
	.box	{
		font-size: 0.9em;
	}
	
	
	
	/***************************************************************************************  LISTE */
	ul.accessibile	{
	
	}
	
	ul.accessibile li	{
		float: left;
		width: 20px;
		height:20px;
		margin:0px 0px 0px 0px;
		overflow: hidden;
		text-indent:-3000px;
	}
	
	li#a_testo  {
	    margin-left: 15px;
	}
	
	ul.gen	{ /*stile menu comuni a tutti */
		margin: 10px 5px;
	}
	
	.gen li	{
		border-bottom: 1px solid #cad6e3;
		line-height:150%;
	}
	
	.user .gen li	{
		border-bottom: 1px solid #cad6e3;
		line-height:150%;
	}
	
	/* ******************************************************************************************* banner e footer *****/
	div#banner	{
		height: 100px;
		margin-top:20px;
	}
	
	div#logo h1	{
		margin: 0 0 5px 0px;
		padding:0px;
	}
	
	div#logo  {
	    border-bottom: 1px solid #000;
	    margin-bottom: 15px;
	}
		
	#boxRicerca	{
		float:right;
	}
	
	
	#iconevalidazione {
	   position: absolute;
	   top: 0px;
	   right: 0px;
	   color: #fff;	
	    width: 186px;
	    height: 20px;
	    font-size: 0.9em;	
	}
	
	div.legals  {
	    display: none;	
	}	
	
	.corpoPagina h2	{
		margin-top: 0px;
	}
	
	#progetto	span	{
		text-transform:uppercase;
		font-weight:bold;
	}
	
	/************************************************************************************************* */
	
	div.boxnewscentrali {
	    /* background-image:url(../images/bg_box.png); */
	    background-position: bottom center;
	    background-repeat: no-repeat;
	    padding-bottom: 30px;
	
	}
	.boxnewscentrali h1 { /* formatta i titoli che raggruppano i servizi */
	    color: #4d4d4d;
	    text-indent: 30px;
	    border-bottom: 1px solid #ffcc05;
	    text-transform: lowercase;
	    font-size: 1.1em;
	}
	
	div.boxinfo img {
	    height: 20px;
	    position: relative;	
	}
	
	div.boxinfo  {
	
	}
	
	.legendaBox {
	    height: 20px;
	    padding: 2px;
	    border: 1px  solid #FEEFDD;
	    background-color: #FFF7DA;
	    text-align: right;
	    }
	
	.legendaBox p, .legendaBox div.boxinfo  {
	    display: inline;
	
	}
	
	.MsgComuniAttivi  {
	    padding-top: 16px;	    
	    text-align: left;
	
	}
	.MsgComuniAttivi .msg {
	    text-align: center;
	    font-weight: bold;
	}
	.iniziali, .iniziali a {
	    color: #336697;
	}
	.MsgComuniAttivi  hr  {
	      border-width: 0px;
	      border-top: 1px solid #336697;
	      height: 1px;
	
	}
	
	
	.sommarioArticolo, .sommarioArticoloEvid {
	  border: 1px solid #E2E6EC;
	  background-color: #FDFCFC;
	  border-bottom: 3px solid #fff;
	
	}
	
	.titoloEvidenza {
	        margin: 10px 5px 0px;
	        padding-bottom:3px;
	        font-size: 1.2em;
	        font-weight: bold;
	        border-bottom: 1px dashed #efefef;
	}
	
	.sottotitolo  {
	        margin: 0px 5px 5px;
	        color: rgb(102, 102, 102);
	        font-size: 0.9em;
	}
	
	.pubblicatoIl {
	        display: block;
	        padding:1px 5px;
	        background-color: #efefef;
	        color: #666666;
	        font-size: 0.7em;
	        text-align: right;
	        font-style: italic
	    }
	
	p.labSelect {
	    font-weight: bold;
	
	}
	
	h1 .highlight {
	       font-weight: normal;
	}
	
	
	
	/************************************************************************************* spec. Segnalazioni */
	
	#centraleSegnalazioni, #centraleOnLineService  {
	
	    font-size: 0.9em
	}
	
	table.progressbar {
	    border: 1px solid #292929;
	    border-collapse: collapse;
	    width: 100%;
	    height: 11px;
	    margin-bottom: 25px;
	}
	
	table.progressbar td  {
	    background-image: url(../images/bar_off.jpg);
	    background-repeat: repeat-x;
	    height: 11px;
	    padding: 0px;
	}
	
	table.progressbar div.progressbar  {
	    background-image: url(../images/bar_on.jpg);
	    background-repeat: repeat-x;
	    height: 11px;
	    padding: 0px;
	}
	
	td.segnaText, td.segnaMail  {
	    padding: 5px;
	    border: 1px solid #a6a6a6;
	    background-color: #efefef;
	    font-style: italic;
	    font-weight: bold;
	}
	
	td.segnaTitle, td.captcha  {
	    padding: 5px 0px;
	    }
	
	td.captcha {
	  background-color: #FFFFEF;
	  padding-left: 25px;
	  background-image: url(../images/lock_open.png);
	  background-repeat: no-repeat;
	  background-position: 5px 5px;
	}
	/**************************************************************************************  news ticker  */
	
	#NewsTicker{
	
		height:150px;
	        overflow: hidden;
	        position: relative;
	
	}
	
	#NewsVertical {
		width: 300px;
		height: 300px;
		display: block;
		overflow: hidden;
		position: relative;
		}
	
	
	#play_scroll_cont{
	        display:none;
	    }
	
	
	#TickerVertical {
	
			height: 330px;
			display: block;
			list-style: none;
			margin: 0;
			padding: 0;
		}
	
	#TickerVertical li {
			display: block;
			width: 154px;
			color: #333333;
			text-align: left;
			font-size: 11px;
			margin: 0;
			padding: 6px;
			/*float: left;*/
		}
	
	#TickerVertical li .NewsTitle{
	        display: block;
	        color: #000000;
	        font-size: 12px;
	        font-weight:bold;
	        margin-bottom:6px;
	}
	#TickerVertical li .NewsTitle a:link,
	#TickerVertical li .NewsTitle a:Visited  {
	        display: block;
	        color: #000000;
	        font-size: 12px;
	        font-weight:bold;
	        margin-bottom:6px;
	        text-decoration:none;
	}
	
	#TickerVertical li .NewsTitle a:hover {
	        text-decoration:underline;
	}
	
	#TickerVertical li .NewsImg{
	        float:left;
	        margin-right:10px;
	}
	
	#TickerVertical li .NewsFooter{
	        display: block;
	        color: #000000;
	        font-size: 10px;
	        margin:6px 0 14px 0;
	}
	
	
	/*******************************************************************************************      */
	
	div.xsl_form  {
	    line-height: 200%;
	}
	
	div.xsl_form strong {
	    color: #369;
	}
	
	div#centraleOnLineService {
	    background-image: none;
	    background-repeat: no-repeat;
	    background-position: top right;
	}
	
	.boxformtesti {
	    float: left;
	    width: 30%;
	    line-height: 150%;
	
	}
	
	.boxformcampi {
	        font-weight: bold;
	        display: inline;
	        line-height: 150%;
	}
	
	div#inizialicomuni  {
	    text-align: center;
	    font-size: 1.1em;
	    border: 1px solid #369;
	    padding: 10px;
	    text-align: center;
	    margin-bottom: 20px;
	    background-color: #EFF5FF;
	    font-weight: bold;
	}
	
	.tabellaelenco  {
	    width: 100%;
	    border: 0px solid #ccc;
	    border-collapse: collapse;
	
	}
	
	 .tabellaelenco th  {
	    padding: 5px;
	    border-bottom: 1px solid #ccc;
	    background-color: #eeefef;
	
	        vertical-align: top;
	}
	
	.tabellaelenco td {
	    padding: 5px;
	    border-bottom: 1px dashed  #ccc;
	    background-color: #fff;
	    padding:5px;
	    font-size: 0.8em;
	    vertical-align: top;
	}
	
	table.tabmypage {
	    width: 100%;
	    border-bottom: 1px dashed  #ccc;
	
	}
	
	.tabmypage div  {
	    float: right;
	
	    margin-top: 10px;
	    }
	
	.selezionata td {
	    color: #7f7f7f;
	    background-color: #ffffef;
	    }
	
	.selezionata span {
	        font-weight: bold;
	        color: #369;
	        padding-left: 20px;
	        background-image: url(../images/script.png);
	        background-repeat: no-repeat;
	        background-position: 2px 0px;
	        margin-top: 10px;
	        float: left;
	}
	
	input.printHidden {
	    display: none;
	}
	
	a.hidden, a.printHidden  {
	    display:none;
	}
	
	div.printHidden {
	    display: none;
	}
	
	p.printHidden {
	    display: none;
	}
	
	.stampaevidenziato {
	    display:none;
	}
	

}