/*-- Nuova versione Foglio di stile --*/
html, 
body 
{ 
	height: 		100%; 
	margin: 		0; 
	padding: 	0; 
	color: 		#fff;
	letter-spacing: 1.5px;
}

#Background-Core	/* posizionamento dell'immagine di Sfondo*/
{
	position:		fixed;
	top:			0px; 
	left:			0px; 
	width:		100%; 
	height:		100%;
	z-index:		-1;
}

#Content-Mask
{
	position:		fixed;
	left:			40px;                            
	width: 		800px;	
	height:		100%;                
	z-index :	1;
	/* 
	questi varieranno per ogni categoria 
	background-color:#BC0546;
	Filter: 		Alpha(Opacity=22);
	-moz-opacity:0.22;
	opacity:		0.2;	
	*/
}

#Content-Menu
{
	position:		absolute;
	left:			640px;
	width: 		200px;
	top:			20px;
	z-index:		5;		
}

#Content-Submenu
{
	position:		absolute;
	left:			800px;                            
	width: 		200px;
	padding-top:250px;		
	z-index:		2;	
	text-align: 	left;
}

<![endif]-->
#Background-Core
{
	position:		absolute; 
}
#Content-Container 
{
	position:		absolute;
	top:			25px;
	left:			40px;
	_min-height:800px;
	_height:		800px;
	width:		390px;
	z-index:		2;
}

.Font
{
	color:		white;
	font-family: arial,tahoma, verdana;
	text-decoration:none;
}

.Title
{	
	font-size: 	20px;
}

.Subtitle
{	
	font-size: 	15px;
}

.SubtitleDateDetail
{
	font-size: 	12px;
	text-transform: uppercase;
}
.Current
 {
	font-style: italic
}

.Text
{	
	font-size: 	15px;
	line-height: 19px;	
}	

.Padder
{
	height: 		30px;
	width: 		100%;	
}

.Link :hover
{
	text-decoration:none;
	border-bottom: 1px dotted #FFFFFF;
}

.Link 
{
	text-decoration:none;	
	border-bottom: 1px dotted #BBBBBB;
}

.MenuLink :hover
{
	text-decoration:none;
	border-bottom: 1px dotted #FFFFFF;	
}

.MenuLink 
{
	text-decoration:none;			
}


.Menu
{
	font-size:	15px;
	line-height: 20px;
	list-style: 	none;
	text-align: 	right;
	text-transform: lowercase;
}

.Submenu
{
	font-size:	15px;
	line-height: 20px;
	list-style: 	none;
	text-align: 	left;	
	text-transform: lowercase;
}


.PrimoPiano
{
	color:		yellow;
	font-family: arial, tahoma, verdana;	
	font-size: 	20px;
}

.PrimoPianoSottoTitolo
{
	color:		yellow;
	font-family: arial, tahoma, verdana;		
	font-size: 	15px;
}
/*-- Nuova versione Foglio di stile --*/
