/**/
@import "skin-noColonne.css";

/* CSS DELLA TENDINA LOCALIZZAZIONI */
.input-menu-loc {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #787777;
	border: 1px solid #787777;
}

.label-menu-loc {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #9C9C9C;
}

a.btLogin:link, a.btLogin:visited, a.btLogin:active{
	border:1px solid #466CAC;
	background-color:#2C42AD;
	padding-left:8px;
	padding-right:8px;
	padding-bottom:1px;
	padding-top:1px;
	height:15px;
	font-family: Arial;
	color: #FFFFFF;
	font-size:9px;
}

a.btLogin:hover{
	color: #FFFFFF;
	background-color:#2C42AD;
	text-decoration:none;
	font-size:9px;
}

/**/
.testoBianco10{
	color: #FFFFFF;
	font-family:Arial;
	font-weight: normal;
	font-size: 10px;
}

.spacerFooter{
	height:6px;
	background-color:#FFFFFF;
}

/* 
================================
Skin styles for DotNetNuke
================================
*/   
body{
	background-color:#FFFFFF;
}

strong{
	color: #333333;
}

/* CLASSI PER LA PAGINA DI LINK UTILI */

.boxLinkLeft{
	float:left;
	vertical-align:top;
	width:296px;
}

.boxLinkRight{
	float:right;
	vertical-align:top;
	width:296px;
}



/* Default link style */
a:link, a:visited, a:active {
	color: #2C42AD;
	font-family:Arial;
	font-weight: bold;
	font-size: 11px;
}

a:hover {
	color: #2C42AD;
	font-family:Arial;
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
}

/* Style for Login/Logout, Register/User controls */
a.LoginUser:link, a.LoginUser:visited, a.LoginUser:active {
	font-family:tahoma;
	font-size:11px;
	color:#666666;
	font-weight:bold;
	text-decoration: none;
}

a.LoginUser:hover{
	font-family:tahoma;
	font-size:11px;
	color:#666666;
	font-weight:bold;
	text-decoration:underline;
}

/* Style for legal related controls */
.LegalLinks, a.LegalLinks:link, a.LegalLinks:visited, a.LegalLinks:active {
	font-family:tahoma;
	font-size:11px;
	color:#666;
	font-weight:bold;
	text-decoration: none;
}

a.LegalLinks:hover {
	font-family:tahoma;
	font-size:11px;
	color:#333;
	font-weight:bold;
	text-decoration:underline;
}



/*========================================================*/
/*  4. Links and Buttons                                  */
/*========================================================*/


/* text and link style used for most text rendered by modules */
.Normal{
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color:#333333;
	line-height:14px;
}

a.Normal:link, a.Normal:visited, a.Normal:active {
	color: #008000;
	font-family:Arial;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}

a.Normal:hover {
	color:#CC0000;
	font-family:Arial;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}

/* buttons and link buttons style used in the portal admin pages */
a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active  {
	color: #666666;	
	font-family:tahoma;
	font-weight: normal;
	font-size: 10px;
	text-decoration: none;
}

A.CommandButton:hover    {
	color: #666666;	
	font-family:tahoma;
	font-weight: normal;
	font-size: 10px;
	text-decoration: none;
}

/**/

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #fefefe;
}
.skinmaster {
	height: 100%;
	background-color: #f3f5fa;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px; 
}

.skingradient {
	background-color:#CCCCCC;
	height:30px;
}
.controlpanel {
	width: 100%;
	background-color: #fefefe;
}

/* Classi del template generale e HP*/
.contenitore{
	width: 977px;
	min-height:400px;
	background-image:url(sfondo_colonne.gif);
	display:table;
}

.testata{height:92px; background-image:url(sfondoTestata.gif); background-repeat:no-repeat;}

.modulo_flash_hp{width:800px; height:271px; background-color:#FFFFFF; margin:0px;}

.colonna_sx{width:175px; float:left;}

.colonna_dx{float:right; width:175px;}

.banner_hp{width:600px;  padding-left:18px; padding-top:12px; clear:both; background-color:#FFFFFF;}

.modulo_approfondimenti_hp{width:600px; padding-left:23px; padding-top:12px; clear:both; background-color:#FFFFFF;}

.contentpane {width: 100%;}

.footer{clear:both;	height: 35px; background-image:url(sfondoFooter.gif); background-repeat:no-repeat;}


/* SPECIFICO DELLA HP */

.separatore_hp{background-color:#FFFFFF; text-align:center; width:625px; clear:both;}



/* CLASSI PER SKIN DI PAGINA DI SOLO TESTO */

.headerContent{
	height:70px;
	width:556px;
	margin-left:3px;
	text-align:center;
}

.contentBoxTesto{
	width:556px;
}

/**/
/*------------------------------------------------------------------------------------------------*/
/* CLASSI PER SKIN SCHEDA PRODOTTO */

.flat_menu{
	background-color:#FFFFFF;
	width:620px;  
	padding-left:23px; 
	padding-top:12px; 
	clear:both; 
	padding-bottom:26px;
}

.testo_scheda{
 	float:left;
	width:380px;
	padding-left:23px; 
	background-color:#FFFFFF;
}

.img_scheda{
	float:left;
	width:170px;
	padding-left:16px;
	background-color:#FFFFFF;
}

.link_scheda{
	width:620px;  
	padding-left:23px; 
	padding-top:12px; 
	clear:both;
	background-color:#FFFFFF;
}

.tabella_scheda{
	width:620px;  
	padding-left:23px; 
	padding-top:12px; 
	clear:both; 
	background-color:#FFFFFF;
}

/**/



.main_dnnmenu_container {
	background-color: transparent; 
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Arial; 
        white-space: nowrap;  /*Word wrapping menu item now optional*/
        padding: 1px 3px 3px 1px;	
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF; 
	font-size: 9px; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Verdana; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	
	padding-right:12px;
	padding-left:7px;
	background-image: url(freccia_on.gif);
	background-repeat:no-repeat;
	background-position:left;
	display: inline;
}

.main_dnnmenu_itemhover {  
	text-decoration:underline;
}

.main_dnnmenu_itemhover td {  
}


.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: #C5D1C0;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#284F13', Direction=135, Strength=3); 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}
.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}

.main_dnnmenu_arrow {
	border-right: #cad5ea 1px solid; 
	border-bottom: #cad5ea 1px solid; 
	border-top: #cad5ea 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}

.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

.StandardButton {
  background: #7994cb none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}

.TreeViewMenu {
	width: 175px;
	background-color: #dfe5f2;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
}
.TreeViewMenu_Header {
	background-image: url(gradient_LtBlue.jpg);
}
.Head {
   font-family: Arial;
   font-size: 10px;
   font-weight: normal;
   color: #666666;
}

/* CLASSI DI TESTO */
.grigio11{
   font-family: Arial;
   font-size:  11px;
   font-weight: bold;
   color: #CCCCCC;
}



/*
	CSS for LocalizedItemDocument Module
*/

.ItemMediaDocument
{
	font-family:"Verdana";
	font-size:12px;
	margin-top:2px;
	margin-bottom:2px;
}


/*
	CSS for LocalizedItemLink Module
*/

.ItemMediaLink
{
	font-family:"Verdana";
	font-size:12px;
	margin-top:2px;
	margin-bottom:2px;
	margin-left:0;
	margin-right:auto;
}

/*
	CSS for LocalizedItemMedia Module
*/

.ItemMediaImage
{
	margin-bottom:2px;
}

.ItemMediaImageZoom
{
	font-family:"Verdana";
	font-size:12px;
	margin-top:2px;
	margin-bottom:10px;
}

/*
	CSS for LocalizedSearch Module
*/

.Search
{
	font-family:"Verdana";
	font-size:12px;
	margin-top:2px;
	margin-bottom:2px;
	margin-left:auto;
	margin-right:4px;
	width:175px;
}

/*
	CSS for LocalizedItemsEvent Module
*/

.ItemsEventPublicationDate
{
	font-family:"Verdana";
	font-size:10px;
	color:#bbbbbb;
	margin-bottom:2px;
}

.ItemsEventTitle
{
	font-family:"Verdana";
	font-size:12px;
	color:Black;
	font-weight:bold;
	margin-bottom:2px;
}

.ItemsEventDescription
{
	font-family:"Verdana";
	font-size:12px;
	color:Black;
}

.ItemsEventSeparator
{
	font-size:1px;
	border-style:dashed;
	border-width:1px;
	border-color:#bbbbbb;
	margin-top:10px;
	margin-bottom:10px;
}

/*
	CSS for LocalizedItemsArticle Module
*/

.ItemsArticlePublicationDate
{
	font-family:"Verdana";
	font-size:10px;
	color:#bbbbbb;
	margin-bottom:2px;
}

.ItemsArticleTitle
{
	font-family:"Verdana";
	font-size:12px;
	color:Black;
	font-weight:bold;
	margin-bottom:2px;
}

.ItemsArticleDescription
{
	font-family:"Verdana";
	font-size:12px;
	color:Black;
}

.ItemsArticleSeparator
{
	font-size:1px;
	border-style:dashed;
	border-width:1px;
	border-color:#bbbbbb;
	margin-top:10px;
	margin-bottom:10px;
}

/*
	CSS for LocalizedItemsEditorial Module
*/

.ItemsEditorialPublicationDate
{
	font-family:"Verdana";
	font-size:10px;
	color:#bbbbbb;
	margin-bottom:2px;
}

.ItemsEditorialTitle
{
	font-family:"Verdana";
	font-size:12px;
	color:Black;
	font-weight:bold;
	margin-bottom:2px;
}

.ItemsEditorialDescription
{
	font-family:"Verdana";
	font-size:12px;
	color:Black;
}

.ItemsEditorialSeparator
{
	font-size:1px;
	border-style:dashed;
	border-width:1px;
	border-color:#bbbbbb;
	margin-top:10px;
	margin-bottom:10px;
}

/*
	CSS for LocalizedItemsDepth Module
*/

.ItemsDepthPublicationDate
{
	font-family:"Verdana";
	font-size:10px;
	color:#bbbbbb;
	margin-bottom:2px;
}

.ItemsDepthTitle
{
	font-family:"Verdana";
	font-size:12px;
	color:Black;
	font-weight:bold;
	margin-bottom:2px;
}

.ItemsDepthDescription
{
	font-family:"Verdana";
	font-size:12px;
	color:Black;
}

.ItemsDepthSeparator
{
	font-size:1px;
	border-style:dashed;
	border-width:1px;
	border-color:#bbbbbb;
	margin-top:10px;
	margin-bottom:10px;
}
/**/
/*
.MML-Default-ImageLink{
	color: #000000;
	text-decoration:none;
	font-weight:bold;
}

a:link.MML-Default-ImageLink, a:visited.MML-Default-ImageLink, a:active.MML-Default-ImageLink{
	color: #000000;
	text-decoration:none;
	font-weight:bold;
}

a:hover.MML-Default-ImageLink{
	color: #000000;
	text-decoration:none;
	font-weight:bold;
}*/

.boxCerca{ background-color:#FFFFFF;}
.boxEditoriali{ background-color:#FFFFFF;}
.boxEventi{ background-color:#FFFFFF;}
.boxLink{ background-color:#FFFFFF;}
.boxDownloads{ background-color:#FFFFFF;}
.boxBannerDX{ background-color:#FFFFFF;}
/*.boxNovita{ background-color:#FFFFFF;}
.boxBannerSx{ background-color:#FFFFFF;}*/

