
/****************Elementi base*********************/
body
{
	
	margin: 0 0 0 0;	
} 

/***********  MENU  ***** Ivette 2009 **********/

 /* blu: 000075 */

.MENU_PPAL 

{
     
      border-left:outset 1px white; 
      border-right:outset 1px white;           
     
      width: 100%;
}



/*  Styles menu  */
 

a.MENU_PPAL_Static:link

{
      color : #000075;
      background-color: white;
      font-weight:bold;
      text-decoration: none;
}

 

a.MENU_PPAL_Static:visited

{
      color: #000075;
      background-color: white;
      font-weight:bold;
      text-decoration: none;
}

 

a.MENU_PPAL_Static:hover

{
      color: #000075;
      background-color: #CECECE;
      font-weight:bold;   
      text-decoration: none;
}



/*  Styles tendina del menu  */ 


.MENU_PPAL_Dinamic

{

      background-color: white;   
     /* border: solid 1px #000075;*/
      text-indent:2px;      
      z-index : 100;  
     

}

 

a.MENU_PPAL_Dinamic:link

{

      color: #000075;
      text-decoration: none;

}

 

a.MENU_PPAL_Dinamic:visited

{

      color: #000075;
      text-decoration: none;

}

 

a.MENU_PPAL_Dinamic:hover

{

      color: #000075;
      background-color: #CECECE;
      text-decoration: none;

}


/********  Banners **** Ivette 2008 **********/

td.banner_inizio
{
	width: 800px;
	height: 84px;
	/*background-image: url(images/banner/Banner_inizio_blu.png);
	background-repeat: no-repeat;*/
	/*border-bottom:solid 1px #404968;*/
}

td.banner_medio
{
	height: 84px;
	white-space: nowrap;
	/*background-image: url(images/banner/Banner_medio_blu.png);
	background-repeat: repeat-x;*/
	/*border-bottom:solid 1px #404968;*/	
}

td.banner_medio_cerca
{
	width: 200px;
	/*background-image: url(images/banner/Banner_medio_blu.png);
	background-repeat: repeat-x;*/
	/*border-bottom:solid 1px #404968;*/
}

td.banner_fine
{
	width:160px;
	background-image:url(images/banner/Banner_fine_Assoreti.png);
	background-repeat:no-repeat;
	background-position:right;	
	z-index:50;
	/*border-bottom:solid 1px #404968;*/	
}

#header 
{
	position: absolute;
	/*width:100%; */
	top: 0px; 
	height: 120px;
	left:0px; right: 0px; 
	z-index:200;
}

#contentBody 
{
	position: absolute; 
	top: 115px;
	width:100%;
	bottom:0px;
	height: 100%;
}
	
#explorer_tree
{
	position: absolute; 
	top: 0px; 
	bottom:0px;
	width: 250px;
	overflow: auto;
	padding-top:10px;
	/*padding-left:2px;
	padding-right:2px;	
	*/
	
}

#content_div 
{
	position: absolute;
	left:280px;
	top: 0px; 
	bottom:0px;
	overflow:auto;
	padding-top:10px;
	padding-left:15px;	

	
}

#footer-div 
{
	position: absolute;
	width:100%; 
	bottom: 0px; 
	height: 20px; 
	left:0px;
}

.logout_button
 {
 	color:White;
 	text-decoration:underline;
 }
 
 .table_menu 
{
	background-color: #000075;
	border-top:outset 1px #909090;
	border-bottom:outset 1px #aaaaaa;
	margin-bottom:0px;
	color: #FFFFFF;
	/*vertical-align:middle;*/
	background-image: url(images/banner/Banner_inizio_blu.png);
	background-repeat: no-repeat;
}

.td_table_menu	/*  menu   */
{
	/*background-image: url(images/ico24x24/menu.png);*/
	border-top:solid 1px #aaaaaa;
	border-bottom:solid 1px white;
	white-space:nowrap;
}

.rowMenu
{
     background-color: #FFFFFF;
}
