﻿/*************** CONTENITORE GENERALE ***************/
#containerPage {
	width: 440px;
	position: relative;
	float:left
}
/*************** FORMATTAZIONE CONTENITORE TESTO NELLE PAGINE ***************/
.formatPositionText {
	width: 440px;
	text-align: justify;
	line-height: 20px;
	position: relative;
	float: left;
}
/*************** FORMATTAZIONE ELENCO DOCUMENTI NELLE PAGINE ***************/
.formatDocumentList {
	width: 440px;
	line-height: 20px;
	position: relative;
	text-align: justify;
	float: left;
}
/*************** NOTIZIE COMUNE ***************/
/* POSIZIONE IMMAGINE */
.barraTitolo {
	background-color: #F5E3E0;
	text-transform: uppercase;
	font-weight: bold;
	text-indent: 10px;
	width: 440px;
	line-height: 20px;
	position: relative;
	float: left;
}
.titoloDownload {
	width: 420px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
}
/*************** POSIZIONE FOLDER PAGINA ***************/
.positionFolderPagina.Azzurro {
	background-image: url('../img/folder/azzurroFolderPage.jpg');
	background-repeat: no-repeat;
	margin-bottom: 5px;
	border-width: 0px;
	position: relative;
	float: left;
	width: 440px;
	height: 25px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	line-height: 25px;
	text-indent: 10px;
}
.positionFolderPagina.Viola {
	background-image: url('../img/folder/violaFolderPage.jpg');
	background-repeat: no-repeat;
	margin-bottom: 5px;
	border-width: 0px;
	position: relative;
	float: left;
	width: 440px;
	height: 25px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	line-height: 25px;
	text-indent: 10px;
}
.positionFolderPagina.Rosso {
	background-image: url('../img/folder/rossoFolderPage.jpg');
	background-repeat: no-repeat;
	margin-bottom: 5px;
	border-width: 0px;
	position: relative;
	float: left;
	width: 440px;
	height: 25px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	line-height: 25px;
	text-indent: 10px;
}
.positionFolderPagina.Verde {
	background-image: url('../img/folder/verdeFolderPage.jpg');
	background-repeat: no-repeat;
	margin-bottom: 5px;
	border-width: 0px;
	position: relative;
	float: left;
	width: 440px;
	height: 25px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	line-height: 25px;
	text-indent: 10px;
}
.positionFolderPagina.Blu {
	background-image: url('../img/folder/bluFolderPage.jpg');
	background-repeat: no-repeat;
	margin-bottom: 5px;
	border-width: 0px;
	position: relative;
	float: left;
	width: 440px;
	height: 25px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	line-height: 25px;
	text-indent: 10px;
}
.positionFolderPagina.Giallo {
	background-image: url('../img/folder/gialloFolderPage.jpg');
	background-repeat: no-repeat;
	margin-bottom: 5px;
	border-width: 0px;
	position: relative;
	float: left;
	width: 440px;
	height: 25px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	line-height: 25px;
	text-indent: 10px;
}
.positionFolderPagina.Marrone {
	background-image: url('../img/folder/marroneFolderPage.jpg');
	background-repeat: no-repeat;
	margin-bottom: 5px;
	border-width: 0px;
	position: relative;
	float: left;
	width: 440px;
	height: 25px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	line-height: 25px;
	text-indent: 10px;
}

/*************** POSIZIONE IMMAGINE APERTURA PAGINA ***************/
.positionImgOpen.Azzurro {
	border: 1px solid #99CCCC;
	margin-bottom: 10px;
	position: relative;
	float: left;
}
.positionImgOpen.Marrone {
	border: 1px solid #886163;
	margin-bottom: 10px;
	position: relative;
	float: left;
}
.positionImgOpen.Rosso {
	border: 1px solid #B64435;
	margin-bottom: 10px;
	position: relative;
	float: left;
}
.positionImgOpen.Blu {
	border: 1px solid #5A7E92;
	margin-bottom: 10px;
	position: relative;
	float: left;
}
.positionImgOpen.Verde {
	border: 1px solid #7A9B70;
	margin-bottom: 10px;
	position: relative;
	float: left;
}
.positionImgOpen.Viola {
	border: 1px solid #A996BF;
	margin-bottom: 10px;
	position: relative;
	float: left;
}
.positionImgOpen.Giallo {
	border: 1px solid #CC9900;
	margin-bottom: 10px;
	position: relative;
	float: left;
}
.positionImgOpen.Marrone {
	border: 1px solid #886163;
	margin-bottom: 10px;
	position: relative;
	float: left;
}

