/*********************************************************************/
/**** ***********  2004 Progetti di Impresa Srl  *********************/
/* ****************************************************************** */

/**** ***********  FOGLIO SI STILE SERVIZIO MODULI  *********************/

.FondoNewsletter {
position:relative;
clear:left;
	background-color: #FFFFFF;
	position: relative;
	font-size:100%;
	width: 100%;
	top: 5px;
	min-height:400px;
}

.lineaNewsletter{
	position: relative;
	background-color: #E1E1E1;
	left: 0px;
	top: 3px;
	width: 100%;
	margin-bottom: 2px;
}

.TitoloNewsletter{
	position: relative;
	left: -155px;
	top: 18px;
	width: 129px;
	text-align: right;
}

.FondoNewsletterIntro {
	/*background-color: #E1E1E1;*/
	position: relative;
	clear:left;
	left: 0px;
	width: 100%;
	top: 0px;
	padding-top: 2px;
	padding-bottom: 14px;
}

.FondoNewsletterGrigio {
	background-color: #E1E1E1;
	position: relative;
	left: 0px;
	width: 100%;
	top: 0px;
	height: 37px;
	border-bottom: solid 1px #FFFFFF;
}

.DescNewsletter {
	position: relative;
	left: 140px;
	top: 0px;
	width: 275px;
}


.DescNewsletter  input {
 
	width: 205px;
}


.NewsletterCampo {
	position: absolute;
	left: 95px;
	top:7px;
	width: 323px;
}

.FondoNewsletterTasto {
	background-color: #CCCCCC;
	position: relative;
	left: 0px;
	width: 100%;
	top: -1px;
	height: 31px;
	text-align: center;
	padding-top: 6px;
}

.FondoNewsletterModulo {
	background-color: #FFFFFF;
	position: relative;
	left: 0px;
	width: 100%;
	top: 0px;
	border-bottom: solid 1px #CFCFCF;
	padding-top: 12px;
	padding-bottom: 5px;
}

.FondoNewsletterDettaglio {
	background-color: #FFFFFF;
	position: relative;
	left: 0px;
	width: 100%;
	top: 0px;
	padding-top: 12px;
	padding-bottom: 10px;
}

.NewsletterPiede {
	position: relative;
	left: 0px;
	width: 100%;
	top: 0px;
	background: #FFFFFF url("../immagini/moduli/FondoTitolo.gif") no-repeat;
	height: 15px;
}

.NewsletterPiedeDett {
	position: absolute;
	left: 25px;
	top: -6px;
	width: 258px;
	text-align: left;
	height: 17px;
}

.NewsletterPiedePrec {
	position: absolute;
	left: 336px;
	top: 0px;
	width: 82px;
	text-align: right;
	color:#000000;
}

.FondoTestata {
	position: relative;
	left: 0px;
	top: -9px;
	background: url("../../immagini/moduli/FondoTitolo.gif") no-repeat;
	height: 15px;
	width: 420px;
}

.FondoPagina {
	background-color: #FFFFFF;
	position: relative;
	left: 0px;
	top:25px;
	width: 100%;
	height: 35px;
}

.FondoPaginaIndice {
	position: absolute;
	left: 0px;
	top: 0px;
	color:#000000;
	width: 100%;
	text-align: center;
}
/*********************************************************************/
/**** PAGINAZIONE ***********************************************/
/* ****************************************************************** */

.FondoPaginaPrecedente {
	position: absolute;
	left: 25px;
	top: 2px;
	width: 116px;
	color:#000000;
}
.FondoPaginaPrecedente a:visited {
	color: #000000;
}
.FondoPaginaPrecedente a:active {
   color: #000000; 
}
.FondoPaginaPrecedente a:link {
   color: #000000; 
}
.FondoPaginaPrecedente a:hover {
	color: Black;
	text-decoration : none;
}

.FondoPaginaSuccessiva {
	position: absolute;
	left: 290px;
	top: 2px;
	width: 120px;
	text-align: right;
	color:#000000;
}
.FondoPaginaSuccessiva a:visited {
	color: #000000;
}
.FondoPaginaSuccessiva a:active {
   color: #000000; 
}
.FondoPaginaSuccessiva a:link {
   color: #000000; 
}
.FondoPaginaSuccessiva a:hover {
	color: Black;
	text-decoration : none;
}



