/* 
	Created by Openidea 
   http://www.openidea.it
*/

/************
   OVERRIDE
************/
*{
	margin:0;
	padding:0;
	outline:none;
	border:0;

}
body{
	margin:0px;
	padding:0px;
	border:0px;
	color:#000000;
	font-size:12px;
	background-color:#fff3d4;
	background-color:#fff0ac;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

a{
	color: #2d1d02;
	background:none;
}
form{
	margin:0px;
	padding:0px;
}
/*************
   STRUTTURA
**************/

.container{
	width:100%;
	text-align:center;
}

.containerInt{
	margin-left:auto;
	margin-right:auto;
	width:780px;
	padding:0px;
}

.bordoGlobale{
	margin:auto;
	width:800px;
	background-image:url(../../images/stile1/struttura/bordi/bordo_globale2.jpg);
	background-repeat:repeat-y;
}

.struttura_centrale{/* la tabella*/
	/*width:782px;*/
	width:100%;
	margin-top:2px;
	margin-bottom:4px;
	height:auto; /* IMPORTANTE */
	overflow: hidden; /* IMPORTANTE */
	/*border:0px;
	padding:0px;
	margin: auto;
	vertical-align:top;
	*/
	
}

/*.struttura_centrale .colonna_sx, .struttura_centrale .colonna_dx{
	padding:0px;
	margin:0px;
	vertical-align:top;
}
*/

.struttura_centrale .colonna_sx{
	position:relative;
	width:154px;
	float:left;
	background-image:url(../../images/stile1/struttura/menu/menu_header/top.jpg);
	background-repeat:repeat;
	vertical-align:middle;
}

.struttura_centrale .colonna_dx{
	width:154px;
	float:right;
	background-image:url(../../images/stile1/struttura/menu/menu_header/top.jpg);
	background-repeat:repeat;
}

.struttura_centrale .corpo_centrale{
	/*width:464px;*/
	margin:auto;
	width:464px;
	float:none;

	/*
	vertical-align:top;
	margin:auto;
	padding-left:5px;
	padding-right:5px;
*/
}

.struttura_centrale .corpo_centrale .contenuto{
	background-color:#ffffda; /* giallino */
	/*background-color:#fff0ac;*/
	border:2px solid #391901; /* marrone scuro1 */
	border-top:0px;
	padding: 8px 12px;
	/*per far funzionare min-height anche su IE. IE non considera i primi 2 comandi, 
	gli altri browser non considerano l'ultimo a causa di !important */
	overflow:auto;
	height:739px;
	/*
		min-height: 600px;	
		height: auto !important;
		height: 600px;
	*/
	/* end hack */
	
}
.struttura_centrale .corpo_centrale .contenuto a{
	color:#990000;
	background:none;
}
.struttura_centrale .corpo_centrale .contenuto .elenco_numerato3 a{
	color:#2d1d02;
	background-image:url(../../images/stile1/struttura/menu/rigato.jpg);
}
.struttura_centrale .corpo_centrale .contenuto.contenuto_home{
	/*height:685px;*/
	height:auto;
	padding:0px; 
	margin:0px;
	background-color:#f9ce71;
	overflow:hidden;
}
.corpo_centrale .banner_centrale{
	width:465px;
	height:70px;
	/*background-image: url(../../images/sistema/home/banner_centrale/banner_avi_sms.jpg);
	background-repeat:no-repeat;*/
	background-color:#fff5c7;
	/*cursor:pointer;*/
}

.corpo_centrale .titolo{
	width:100%;
	margin:0px;
	padding:0px;
	padding-top:7px;
	padding-bottom:7px;
	background-image:url(../../images/stile1/struttura/menu/menu_laterali/titolo_scuro.jpg);
	background-repeat:no-repeat;
	background-color:#4e2302;/* marrone scuro */
}

/*************
	HEADER
*************/

.headerImg{
	width:100%;
	height:100px;
	background-image:url(../../images/stile1/struttura/header/header1.jpg);
	background-repeat:no-repeat;
}

/*************
	FOOTER
*************/
.footer{
	width:782px;
	background-color:#5c3403;
	padding-top:12px;
	padding-bottom:12px;
}

.spaziatore_footer{
	height:20px;
	width:100%
}



/*************
	ALTRO
*************/

.separatore1{
	width:100%;
	height:10px;
	border-bottom:2px solid black;
	margin-left:-12px;
	margin-bottom:10px;
	border-color:#795823;
}

.separatore2{
	width:100%;
	height:10px;
	border-bottom:2px solid black;
	margin-left:-12px;
	margin-bottom:30px;
	margin-top:20px;
	border-color:#391901;
}


.immagine_testo_1{
	float:left;
	padding:0px;
	padding-right:7px;
	padding-bottom:5px;
	margin-right:5px;
	border-right:2px solid black;
	border-bottom: 2px solid black;
}


.tabellaLogin{
	padding-left:17px; 
	padding-top:30px;
}



/**************************
	LA TABELLA DLLE DELIBERE
***************************/
.titoloTabellaDelibere{
	padding:8px;
	margin:0px;
}

.testoTabellaDelibere{
	padding:8px;
	margin:0px;
}

table.tabellaDelibere{
	width:435px;
	vertical-align:middle;
	border:0px;
	text-align:center;
	font-size:12px;	
}

table.tabellaDelibere .titoloDelibere{
	font-weight:bold;
	text-align:center;
}

table.tabellaDelibere tr td{
	margin:3px;
}

table.tabellaDelibere tr .num{
	width:20px;
}

table.tabellaDelibere tr .data{
	width:40px;
}

table.tabellaDelibere tr .oggetto{
	/*width:220px;*/
	width:335px;
}

table.tabellaDelibere tr .esecutivita{
	width:115px;
}

table.tabellaDelibere tr .file{
	width:40px;
	text-align:center;
}

/***********************************
	LA TABELLA DELLE NOTIZIE ONLINE
************************************/
.titoloTabellaNotizieOnline{
	padding:5px;
	margin:0px;
}

.testoTabellaNotizieOnline{
	padding:8px;
	margin:0px;
}

table.tabellaNotizieOnline{
	width:435px;
	vertical-align:middle;
	border:0px;
	text-align:center;
	font-size:12px;	
}

table.tabellaNotizieOnline .titoloNotizieOnline{
	font-weight:bold;
	text-align:center;
}

table.tabellaNotizieOnline tr td{
	margin:3px;
}

table.tabellaNotizieOnline tr .data{
	width:110px;
}

table.tabellaNotizieOnline tr .oggetto{
	/*width:220px;*/
	width:255px;
}

table.tabellaNotizieOnline tr .file{
	width:70px;
	text-align:center;
}


/**************************
	LA TABELLA DEI MODULI
***************************/
table.elenco_files{
	width:100%;
	vertical-align:middle;
}

table.elenco_files tr .pdf, table.elenco_files tr .openoffice, table.elenco_files tr .word, table.elenco_files tr .jpg{
	width:50px;
	text-align:center;
}
table.elenco_files a{
	display:block;
}

table.elenco_files td{
	padding-top:5px;
}

table.elenco_files tr .nome{
	padding-top:15px;
	vertical-align:middle;
	display:list-item;
	list-style-type:square;
	list-style-position:outside;
	text-align:justify;
	padding-left:0px;
	padding-right:10px;
	margin-left:25px;
	font-size:14px;
}

table.elenco_files tr .nome:hover{
	color:#3a2604;
}

/* Per le tabelle con il solo PDF */

table.elenco_files.colonna_singola tr .pdf,table.elenco_files.colonna_singola tr .openoffice, table.elenco_files.colonna_singola tr .word,table.elenco_files.colonna_singola tr .jpg{
	width:100px;
	text-align:center
}
/* Per le tabelle con quattro colonne */
table.elenco_files.due_colonne tr .nome{
	width:100px;
	font-weight:normal;
	font-size:14px;
	list-style-position:inside;
	display:list-item;
}

table.elenco_files.due_colonne tr .icona{
	width:100px;
	text-align:left;
}

/**************
	AMBIENTE
**************/




.titoloAmbiente{
	font-size:20px;
	padding:10px;
	padding-left:0px;
	color:#391901;
	text-align:center;
}

.contenutoAmbiente{
	text-align:justify;
	font-size:14px;
	height:140px;
	padding-top:35px;
}

.immagine_ambiente{
	float:right;
	padding:0px;
	padding:7px;
	margin-top:20px;
	margin-left:10px;
	border:2px solid #391901;

}

.separatoreAmbiente{
	width:100%;
	height:5px;
	border-bottom:2px solid black;
	margin-left:0px;
	margin-bottom:30px;
	border-color:#391901;
}

