body {
	margin: 4px;
	font-family: tahoma, verdana, sans;
	font-size: 10pt;
	background-color: transparent;
	color: Black;
}
hr{
	width:100%;
	height: 1px;
}
td {
	font-family: tahoma, verdana, sans;
	font-size: 10pt;
}

a {
	text-decoration: none;
	color: gray;
}

a:hover {
	text-decoration: underline;
	color: silver;
}
input{
	background: #FAFAFA;
	border: 0px;
}
.alertMessage{
	color: Red;
	font-family: "Sans Serif", verdana, serif;
	font-size: 10pt;
	text-align:center;
}
.textMessage{
	color:gray;
	font-family: "Sans Serif", verdana, serif;
	font-size: 10pt;
	text-align:center;
}
/*----lista news-------
le classi che finiscono per R0 stanno ad indicare le righe pari
-----------------------*/
/*categorie tabella generale*/
.TB_newsCategory{
	background-color: white;
}
/*categorie immagini*/
.TB_newsCategory TR TD img{
	height: 20px;
}
/*colonna 1*/
.CL_newsCategoryC1{
	width:50px;
}
/*colonna 2*/
.CL_newsCategoryC2{

}
/*riga pari */
.TR_newsCategoryR0{
	background-color: #F0F8FF;
}
/*riga dispari*/
.TR_newsCategoryR1{
	background-color: #DFFFF4;
}
/*hover su riga pari e su riga dispari*/
.TR_newsCategoryR0H, .TR_newsCategoryR1H{
	background-color: Silver;
}


/*-------------dettaglio e lista news*/
.TB_listaDetNews{
	background-color: #FFF8DC;
}
/*riga categoria nella lista e nel dettaglio news*/
.TR_listCategory{
	background-color: Teal;
}

/*riga pari e dispari che contiene la news per intero*/
.TR_listaDetNewsR0{
	background-color: Silver;
}
.TR_listaDetNewsR1{

}

.TD_listaNewsData{
	border: 1px solid gray;
	width: 1800px;
}
.TD_listaNewsTitolo{
	
}
.TD_listaNewsTestoBreve{
	font-size:8pt;
	color:gray;
}
.TD_listaNewsTestoEsteso{
	font-size:10pt;
}

/*-------------barra paginazione*/
.TR_barraPaginazione, .rigaPaginazione{
	width: 100%;
	background-color: WHITE;
	text-align: right;
}

.TR_barraStrumenti{
	background-color: Maroon;
	text-align: center;
}
.IMGconTorna{
	
}
.IMGconPrint{
	
}
