/*********************************************************************/
/**** ***********  2004 Progetti di Impresa Srl  *********************/
/* ****************************************************************** */

/**** ***********  FOGLIO SI STILE SERVIZIO DOCUMENTI  ****************/

.boxGestioneDocumentale{
	border-left: 15px solid #FFFFFF;
}

.ScrittaPrimoPiano {
	position: relative;
   background-color: #EBEBEB;
	width: 97%;
	border-left: 3px solid black;
}

.AllineaSinistra {
	float: left;
}

.AllineaDestra {
	float: right;
	margin-top: 35px;
}

.FondoTestata {
	position: relative;
	left: 0px;
	top: 0px;
	/*background: url("../../immagini/delibere/FondoTitolo.gif") no-repeat;*/
	height: 15px;
	width: 100%;
}

.FondoPaginaIndice {
position: relative;
	top: 0px;
	font-size: 90%;
	width: 33%;
	text-align: center;
	margin-left: 40%;
}

.documentiTitolo{
	padding-top: 8px;
}

.documentiAllegato{
	padding-bottom: 4px;
	border-bottom: 2px dotted #006666;	
}

/*********************************************************************/
/**** PAGINAZIONE ***********************************************/
/* ****************************************************************** */

.Paginazione { 
	 
	position: relative;
	left: 0px;
	top:50px;
	height: 25px;
 }

.FondoPaginaPrecedente {
	position: absolute;
	left: 0px;
	top: 2px;
	width: 116px;
	color:#999EA1;
}
.FondoPaginaPrecedente a:visited {
	color: #999EA1;
}
.FondoPaginaPrecedente a:active {
   color: #999EA1; 
}
.FondoPaginaPrecedente a:link {
   color: #999EA1; 
}
.FondoPaginaPrecedente a:hover {
	color: Black;
	text-decoration : none;
}

.FondoPaginaSuccessiva {
	position: absolute;
	left: 270px;
	top: 2px;
	width: 120px;
	text-align: right;
	color:#999EA1;
}
.FondoPaginaSuccessiva a:visited {
	color: #999EA1;
}
.FondoPaginaSuccessiva a:active {
   color: #999EA1; 
}
.FondoPaginaSuccessiva a:link {
   color: #999EA1; 
}
.FondoPaginaSuccessiva a:hover {
	color: Black;
	text-decoration : none;
}



