body { 
	margin: 0; 
	padding: 0; 
	background-repeat:repeat;
	font: 76%  Verdana, Arial, Helvetica, sans-serif; 
	color: #666666; 
	text-align: center; 
	background-color:#2A2A2A;
}

a, a:link, a:visited, a:active{
	color: #2A2A2A; 
	text-decoration: none;
}
a:hover{
	color: #FA3133; 
	text-decoration: underline; 
}
.bandierine
{
	height:61px;
	text-align:center;
	padding-top:40px;
}
.testa
{
	width:231px;
}
.menu
{
	height:45px;
	padding-right:18px;
	text-align:right;
}
.menu_nav
{
	width:248px;
	height:348px;
	margin-left:52px;
}
.sito_corpo
{
	margin:0;
	padding:0;
	width:1000px;
	text-align:left;
	background-image:url(images/sf_corpo.png);
	background-repeat:repeat-y;
}
.sx_pane
{
	width:280px;
	margin:0;
	padding:0;
	padding-left:125px;
	padding-top:35px;
	padding-right:35px;
}
.contenitore
{
	/*width:666px;*/
	margin:0;
	padding:0;
	padding-right:25px;
	padding-top:25px;
	padding-left:15px;
}
.piede
{
	width:767px;
	height:123px;
	/*background-image:url(images/piede.png);*/
	background-repeat:no-repeat;
	padding-left:233px;
	/*margin-left:20px;*/
}
hr
{
  border-color: #6D6D6D;
  border-style: dashed;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
}
/***********************************************/
/* Stili di utilità generale */
/***********************************************/
.fltrt { /* questa classe può essere utilizzata per rendere mobile un elemento a destra nella pagina. L'elemento reso mobile deve precedere l'elemento al quale deve essere affiancato sulla pagina. */
	float: right;
	margin-left: 8px;
	margin-bottom: 8px;
	margin-top: 3px;
}
.floatlft { /* questa classe può essere utilizzata per rendere mobile un elemento a sinistra nella pagina.*/
	float: left;
	/*margin-right: 8px;
	margin-bottom: 8px;
	margin-top: 3px;*/
}
/***********************************************/
/* ClearFix */
/***********************************************/
.clearfix {
	clear:both;
	font-size: 0;
	height: 0;
}
/* STILE PER I SITI IN DIVERSE LINGUE */
.lang_pad {
	float: left;
	width:620px;
	padding-right: 0 auto;
	text-align:right;
	height:24px;
	vertical-align:bottom;
	margin-top:160px;
}
/*-----------------------------------------------------*/
/*--------- STILI PER IL MENU DI NAVIGAZIONE ----------*/
/* main menu td */
.main_dnnmenu_bar 
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	cursor: pointer;
	font-size: 11px;
	line-height:20px; 
	text-align:left; 	
	background-color:transparent;
}

/*  Main Menu Normal  */
/*  stile dei menù linkato */
.main_dnnmenu_rootitem, .main_dnnmenu_rootitem_hover, .main_dnnmenu_rootitem_selected, .login 
{
	text-align: left;
	white-space:nowrap;
	padding-right: 12px;
	padding-bottom: 10px;
	/*padding-left:5px;*/
	padding-top:10px;
	color:#FFFFFF;
	/*background-image: url(images/bar_menu.gif);
	background-repeat: no-repeat;
	background-position: right;*/
}

.main_dnnmenu_rootitem  
{
	color: #3E3E3E;
	/*background-image: url(images/bar_menu.gif);
	background-repeat: no-repeat;
	background-position: right;*/
	margin-right:5px;
}

.login
{
	color: #FFFFFF;
}

/*  Main menu hover  */
/*  stile dei menù con roll-over */
.main_dnnmenu_rootitem_hover
{
	color:#848484;
	text-decoration:underline;
	/*background-image: url(images/bar_menu.gif);
	background-repeat: no-repeat;
	background-position: right;*/
	margin-right:5px;
}

/*  Main menu selezionato  */
.main_dnnmenu_rootitem_selected 
{
	color: #FF312F;
	/*background-image: url(images/bar_menu.gif);
	background-repeat: no-repeat;
	background-position: right;*/
	margin-right:5px;
}
/* ------------------------------------------------------------------------ */
/* STILI PER I SOTTOMENU' */
.main_dnnmenu_submenu 
{
	border:1px solid #C0D6E5;
}

.main_dnnmenu_submenu td
{
	background-color:#F8FAFF;
	z-index: 1000;
	font-size: 11px; 
	font-weight:bold;
	text-align:left;
	color:#000000;
	line-height:2em;
	padding: 0px 5px;
	margin:0px;
}

/*  SUB Menu hover & selected */
.main_dnnmenu_itemhover td   
{  
	background: #CE0D0D url(images/submenu_hover.gif) repeat-x top left;
	color:#660033;
}
.main_dnnmenu_itemselected td{
    background: #CE0D0D url(images/submenu_active.gif) repeat-x top left;
	color:#660033;
}

.main_dnnmenu_break
{
	height: 2px;
	background-color: #D5E0FF;
}

/* Module Action Menus */
.ModuleTitle_SubMenu
{
	border:1px solid #C0D6E5;
}

.ModuleTitle_SubMenu td{
	background-color:#F8FAFF;
	white-space: nowrap;
} 

.ModuleTitle_MenuIcon {
	background-color:#F8FAFF; 
	border:none;
	padding: 0px 2px;
}

.ModuleTitle_MenuItemSel td, .ModuleTitle_MenuItemSel .ModuleTitle_MenuIcon{
	background: #CE0D0D url(images/submenu_hover.gif) repeat-x top left;
	color: #fff;
}

.ModuleTitle_MenuBreak td, .ModuleTitle_MenuBreak .ModuleTitle_MenuIcon
{
	height: 2px;
	background-color: #D5E0FF;
}

