/* GENERALE 
Roma: 2 gennaio 2019
Copyright di Proprietà intellettuale del progetto grafico: Stefano Famiglietti.
E' vietata ogni riproduzione senza il consenso dell'autore.
*/

body {
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006699;
	}
	
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #006699;
	}
	
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #006699;
	}
	
a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #7AAFCA;
	}
	
table {
	font-size: 12px;
	}	



/* Sezione: TESTATA */

#table_testata {
	width: 100%;
	border: 0px;
	margin-bottom: 8px;
	}

#div_testata {
	width: 100%;
	height: 120px;
	background-color: #006699;
	background-image: url(../img/testataBg1.jpg);
	background-position: right;
	background-repeat: no-repeat;
	}
	
/* Sezione: BARRA DI NAVIGAZIONE ORIZZONTALE */

#table_navbar {
	width: 100%;
	border: 0px;
	margin-bottom: 8px;
	}
	
#div_navbar {
	width: 100%;
	height: 26px;
	background-color: #CCE0EB;
	border-top: 2px solid #7AAFCA;
	border-bottom: 1px solid #7AAFCA;
	padding-top: 2px;
	padding-left: 4px;
	}


/* Sezione: MENU SX */

#div_menusx {
	float: left;
	width: 25%;
	border: 1px solid #7AAFCA;
	}
	
.div_boxvocemenu {
	width: 100%;
	height: 30px;
	border-bottom: 1px solid #7AAFCA;
	padding-top: 4px;
	padding-left: 4px;
	background-color: #CCE0EB;
	}
	
.div_boxvocemenu2 {
	width: 100%;
	height: 30px;
	border-bottom: 1px solid #7AAFCA;
	padding-top: 4px;
	padding-left: 4px;
	background-color: #EEEEEE;
	}





/* Sezione: CORPO */

#table_corpo {
	width: 100%;
	margin-bottom: 8px;
	}

#div_corpodx {
	float: right;
	width: 72%;
	margin-right: 1%;
	}
	
#div_corpodx img {
	vertical-align: middle;
	}
	
#div_userbox {
	float: left;
	width: 100%;
	}
	
#div_tit_userbox {
	width: 100%;
	height: 30px;
	background-color: #7AAFCA;
	color: #FFFFFF;
	margin-bottom: 2px;
	padding-top: 6px;
	text-align: center;
	font-weight: bold;
	}
	
#div_tit_userbox a:link {
	color: #FFFFFF;
	}
	
#div_tit_userbox a:visited {
	color: #FFFFFF;
	}
	
#div_tit_userbox a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
#div_userfolder {
	width: 100%;
	height: 30px;
	background-color: #CCE0EB;
	margin-bottom: 2px;
	font-weight: bold;
	border: 1px solid #7AAFCA;
	}
	
#div_userfolder img {
	margin-left: 10px;
	vertical-align: middle;
	}
	
#div_tit_userfolder {
	float: left;
	width: 71%;
	margin-left: 1%;
	padding-top: 5px;
	padding-bottom: 5px;
	
	}
	
#div_desc_userfolder {
	float: left;
	width: 5%;
	margin-left: 2%;
	vertical-align: middle;
	padding-top: 3px;
	padding-bottom: 4px;
	font-weight: 300;
	
	}
	
#div_ctrl_userfolder {
	float: right;
	width: 20%;
	margin-right: 1%;
	padding-top: 4px;
	padding-bottom: 4px;
	
	}
	
#div_ctrl_userfolder img {
	border: 0px;
	}
	
#div_userfile {
	width: 100%;
	height: 30px;
	background-color: #EEEEEE;
	padding-top: 4px;
	margin-bottom: 2px;
	font-weight: bold;
	}
	
#div_userfile img {
	margin-left: 10px;
	vertical-align: middle;
	}
	
#div_tit_userfile {
	float: left;
	width: 30%;
	margin-left: 2%;
	}
	
#div_desc_userfile {
	float: left;
	width: 30%;
	margin-left: 2%;
	}
	
#div_ctrl_userfile {
	float: right;
	width: 30%;
	margin-right: 2%;
	}