/*********************************************************************/
/**** ***********  2004 Progetti di Impresa Srl  *********************/
/* ****************************************************************** */

/**** ***********  FOGLIO SI STILE SERVIZIO EVENTI  *********************/

/*********************************************************************/
/**** PAGINA DI RICERCA ****************************************/
/* ****************************************************************** */
.rigaForm { 
	background-color: #E7EAE3;
	position: relative;
	width: 100%;
	padding: 0px;
	margin-bottom: 3px;
 }

 .CampoDescr { 
	position: relative;
	float:left;
	width: 20%; 
	margin-bottom: 3px;
    background-color: #E7EAE3;
    padding-top:3px;
	
  }

.CampoInputText { 
	position: relative;
	float:right;
	width: 80%; 
 	top: 0px;
	margin-bottom: 3px;
	padding-top:3px;
	background-color: #E7EAE3;
 }

.CampoInputDdl { 
	position: absolute;
	width: 80%; 
	margin-left: 0%;
	top: 0px;
 }
 
/*********************************************************************/
/****  ***********************************************/
/* ****************************************************************** */

.Evento { 
	display: block;
	position: relative;
 	width: 100%;
}

.TestataEvento { 
	width: 100%;
	position: relative;
	float: none;
	display: block;
	border-bottom: solid 1px #A9A9A9;
 }
 
.EventoTitolo {
	position: relative;
	font-weight: bold;
	left: 0px;
	width: 100%;
	top: 0px;
/*	text-indent: 15px;*/
}

.InizioTestata {
	position: relative;
	left: 0px;
	top: 0px;
	height: 15px;
	width: 77%;
	float: left;
}

.FondoTestata {
	position: relative;
	left: 0px;
	top: 0px;
	height: 15px;
	width: 23%;
	float: right;
	text-align: right;
}

.FondoTestataData {
	position: relative;
	left: 0px;
	top: 0px;
	color: #0000B7;
	text-align: right;
}

.FondoEvento {
	position: relative;
	top: 8px;
	width: 100%;
	margin-bottom: 0px;
}

.TestoEvento {
	position: relative;
	left: 0px;
	top: 0px;
	margin: 0px;
	width: 78%;
	text-align : justify;
	/*float: right;*/
}

.ImmagineEvento { 
 	position: relative;
	float: right;
	left: 0px;
	margin: 0px;
	padding-top: 5px;
	text-align: center;
	vertical-align: middle;
}

/*
.FondoEventi {
	 background-color: #FFFFFF; 
	position: relative;
	 left: 15px; 
	top: 0px;
}
*/
.FondoEventi2 {
	position: relative;
	left: 0px;
	top: 0px;
	width: 460px;
	margin-bottom: -30px;
}


.ImmagineTitolo {
	position: relative;
	left: 0px;
	top: 5px;
	width: 420px;
	text-align: center;
	height: 36px;
}

.FondoEventiIntro {
	/* background-color: #FFFFFF; */ 
	position: relative;
	left: 0px;
	width: 418px;
	top: 0px;
	padding-top: 2px;
	padding-bottom: 14px;
}

.FondoEventiGrigio {
	background-color: #E7EAE3;
	position: relative;
	left: 0px;
	top: 0px;
	height: 37px;
	border-bottom: solid 1px #FFFFFF;
}

.EventiDesc {
	position: absolute;
	left: 5px;
	top:12px;
	width: 80px;
	text-align: right;
	font-weight: bold;
}


.EventiCampo {
	position: absolute;
	left: 95px;
	top:7px;
}

.InputTestoRicerca { 
	width: 60%;
 }

.FondoEventiTasto {
	background-color: #E7EAE3;
	position: relative;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
}

.FondoEventiModulo {
	/* background-color: #FFFFFF; */
	position: relative;
	left: 0px;
	width: 418px;
	top: 0px;
	border-bottom: solid 1px #CFCFCF;
	padding-top: 12px;
	padding-bottom: 5px;
}

.FondoEventiDettaglio {
	/* background-color: #FFFFFF; */
	position: relative;
	left: 0px;
	width: 418px;
	top: 0px;
	padding-top: 12px;
	padding-bottom: 10px;
}

.EventiPiede {
	position: relative;
	left: 0px;
	width: 418px;
	top: 0px;
	background: #FFFFFF url("../immagini/eventi/FondoTitolo.gif") no-repeat;
	height: 15px;
}

.EventiPiedePrec {
	position: absolute;
	left: 336px;
	top: 0px;
	width: 82px;
	text-align: right;
	color:#999EA1;
}
/*********************************************************************/
/**** PAGINAZIONE ***********************************************/
/* ****************************************************************** */
.FondoPaginaIndice {
	top: 0px;
	font-size: 90%;
	width: 33%;
	text-align: center;
	margin-left: 40%;
}

.Paginazione { 
	border-bottom: solid 1px #CCCCCC;
	position: relative;
	left: 0px;
	top:25px;
	height: 25px;
 }

.FondoPaginaPrecedente {
	position: absolute;
	width: 33%;
	clear: both;
	margin: 0px;
	padding: 0px;
	/*background-color: #FAF5E7;*/
	left: 0px;
	top: 0px;
	text-align: center;
}
.FondoPaginaPrecedente a:visited {
	color: #999EA1;
}/*
.FondoPaginaPrecedente a:active {
   color: #999EA1; 
}*/
.FondoPaginaPrecedente a:link {
   color: #999EA1; 
}
.FondoPaginaPrecedente a:hover {
   color: #999EA1;
}

.FondoPaginaSuccessiva {	
	position: absolute;
	top: 0px;
	width: 33%;
	right: 0px;
	text-align : center;
	padding: 0px;
	margin: 0px;
	/*background-color: #FAF5E7;*/
	font-size: 90%;
}
.FondoPaginaSuccessiva a:visited {
	color: #999EA1;
}
.FondoPaginaSuccessiva a:active {
   color: #999EA1; 
}
.FondoPaginaSuccessiva a:link {
   color: #999EA1; 
}
.FondoPaginaSuccessiva a:hover {
   color: #999EA1;
}



/*********************************************************************/
/**** DETTAGLIO EVENTO*****************************************/
/* ****************************************************************** */

.PaginaEvento { 
	margin-left: 10px;
	width: 95%;
	position: relative;
 }

 
.TitoloEventoDett { 
	width: 100%;
	position: relative;
	float: none;
	display: block;
	border-bottom: solid 1px #CFCFCF;
 }
 /*
.EventiDesc2{
	position: relative;
	top: 0px;
	width: 450px;
	font-weight: bold;
	float: right;
}
*/

.EventiDesc2{
	position: relative;
 	top: -5px; 
	/*margin-left: 80px;*/
	font-weight: bold;
	text-align: left;
        float: right;
	width: 90%;
	margin: 0px;
 background-color: #E7EAE3;

}

.EventiTitolo2{
	position: relative;
        top: 2px;
	/*position: absolute;*/
	/*left: 0px;*/
	margin: 0px;
/*	width: 55px;*/
	text-align: left;
	width: 100%;
background-color: #E7EAE3;
}

.lineaEventi { 
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	background-color: #E7EAE3;
	padding: 3px;

 }

 
.TestoEventi2 {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
}

.EventiPiedeDett {
	position: relative;
	width: 100%;
	text-align: left;
}


.ImmagineEventoDett { 
 	position: relative;
	width: 100%;
	left: 0px;
	margin: 0px;
	background-color: #E7EAE3;
	text-align: center;
}
