/*comments*/

html,
body {
	overflow-x:hidden;
	}/*questo comando elimina la barra di scroll orizzontale (in basso), e' attivo solo per le tabelle*/

/* #main{    
	width:100%;
	overflow-y: scroll; 
}*/
/*ho inserito i dati di stile del scrolledContent dentro #main.
	significa che le pagine che usano questo CSS avranno lo stile #main leggermente diverso*/


.P-table/*  Position table*/
/*NB lo scroll e' alto 480px*/
{
	position: absolute;
	width:480px;
	left:160px;
	top:0px;
	height:520px;
	
	}


.tableheader {
	position: absolute;
	z-index: 65;	
	color:#FFFFFF;
	vertical-align: middle;
	font-weight: bold;
	background-image: url(../images/0-general/trsW60.gif);/*il BG 'e uguale a quello di table1 td (vedi seguenti)*/
	background-repeat: repeat;	
}


/*
 #scrolledContent {
	position: absolute;
	z-index:15;
	width:100%;
	top: 20px;
	height: 560px;
	overflow-y: scroll;
}
#content {
	position:absolute;
	z-index:15;
	width:480px;
	left:160px;
	top:32px;
	text-align:left;
	margin-bottom:45px;
}
*/

table.contentpane {
	width: 100%;
		}

.table1 {
	/*background-color:#999999;
    opacity:.4;*/
    background-image: url(../images/0-general/trsW60.gif);
	background-repeat: repeat;
	}
.table2 {
    /*
        background-image: url(../images/0-general/trsB60.gif);
	background-repeat: repeat;	*/
}

.projectlistimage  /*immagine laterale visualizzata con on-mouse-over*/{
	position:absolute;
	left:-125px;
	margin-top:-15px;
	visibility:hidden;
	z-index:10;
}
.arrowlist {
	position:absolute;
	left:-12px;
	padding-top:2px;
	visibility:hidden;
}

/*SCROLL questi stili sono per lo scroll (e' diverso dallo scroll standard*/

#arrow_up {
	position: absolute;
	z-index: 55;
	right: 5px;
	top: 40px;
				}
#arrow_down {
	position: absolute;
	z-index: 55;
	right: 5px;
	bottom: 40px;
}

.divText-table/*il nome e' associato ad un valore nell script (non cambiarlo!)*/{
	margin-left:158px;
	margin-top:30px;
	width:480px;
	}
	
	



