/*   
Modulo: apertura.css 
Autore: Enrico Terranova, Beta80 spa
Data: 12/7/2007
Descrizione: file CSS dello stile MS-AperturaPubblico 
*/  

/* ----------------------------------------------------- BODY -----------------------------------------------------*/
BODY
{
	scrollbar-3dlight-color: #003366;
	scrollbar-shadow-color: #003366;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-face-color: #336699;
   scrollbar-highlight-color: #F5F5F5; 
   scrollbar-darkshadow-color: #F5F5F5; 
   scrollbar-track-color: #F5F5F5;
	margin-left: 10px; 
	margin-top: 0px; 
	margin-bottom: 0px;
	margin-right: 10px; 
   color: #000000;
	
	/* background */
   background-color: #FFFFFF;  
	background-repeat: no-repeat;
}

/* ------------------------------------------------------ TD ---------------------------------------------------- */
TD.td_doc        
{
	border: 0px solid #FFFFFF;
	color: #000000;
	text-decoration: none;       
	font-size: 12px;
	font-family: Verdana, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	background-color: #ffffff;
	vertical-align: center;
}

TD.td_back                     
{
border: 0px solid #000000;         
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;           
color: #1B4069;
text-decoration: none;          
vertical-align: botom; 
background-repeat: no-repeat;
background-position: top right;
padding: 10px;
}

/* ------------------------------------------------ LINK --------------------------------------------------- */
A.a_def:link
{
	color: #1B4069;
	font-size: 10px;        
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: none;       
	font-weight: bold; 	
}

A.a_def:active
{
	color: #1B4069;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: none;       
	font-weight: bold; 	
}

A.a_def:visited 
{
	color: #1B4069;   
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: none;       
	font-weight: bold; 	
}

A.a_def:hover
{
	color: #FF0000;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: none;       
	font-weight: bold; 	
}
