﻿#CorpoRicercaNews span.IndicazioniModuloRicNews {
  display: block;
  padding: 0px;
  border: 0px;
  margin: 0px 0px 10px 0px;
  font-size: 0.9em;
  font-style: italic;
}
#CorpoRicercaNews span.AvvisiErrori {
  display: block;
  padding: 0px;
  border: 0px;
  margin: 10px 0px 0px 0px;
  font-weight: bolder;
  text-align: center;
}
/*************************** FILTRO NEWS ******************************/
#CorpoRicercaNews div.FiltroNews {
	border:#dddddd 1px solid;
  background-color: transparent;
  margin: 0px;
  padding: 1%;
  height: 105px;
}
#CorpoRicercaNews div.FiltroNews * {
}
#CorpoRicercaNews .FiltroNews label {
  color: #000000;
  display: block;
  float: left;
  width: 30%;
  height: 25px;
  clear: left;
}
#CorpoRicercaNews .FiltroNews input,
#CorpoRicercaNews .FiltroNews select {
	display: block;
	float: left;
}
#CorpoRicercaNews .FiltroNews input.BtnRicercaNews {
	background-color: #0D959F;
    border: medium none;
    bottom: 15px;
    color: #FFFFFF;
    font-size: 14px;
    padding: 5px 10px;
    position: absolute;
    right: 15px;
}
/************************ FINE - FILTRO NEWS **************************/

/***   ELEMENTI   ***/
#CorpoRicercaNews div.elementoabstract {
	border-top:#dddddd 1px solid;
  background-color: transparent;
  margin: 20px 0px;
  width: 100%;
  position:relative;
  padding-top:10px;
}
#CorpoRicercaNews div.elementoabstract div.titolo h2 {
	margin: 0px;
	color: #CF7B11;
    font-size: 18px;
    font-weight: normal;
}
#CorpoRicercaNews div.elementoabstract div.titolo h2 span,
#CorpoRicercaNews div.elementoabstract div.titolo a {
}
#CorpoRicercaNews div.elementoabstract div.titolo h2 a:hover {
}
#CorpoRicercaNews div.elementoabstract div.titolo span.dataPubb {
	right: 0;
	top: 0;
	position: absolute;
	border:#dddddd 1px solid;
	border-top:0px;
	padding: 0px 5px;
	font-size: 10pt;
}
#CorpoRicercaNews div.elementoabstract div.abstract {
}
#CorpoRicercaNews div.elementoabstract div.elemFooter {
  text-align: right;
}