﻿.BodyMain
{
	width:100%;
	left: 0px;
	top: 0px;
	position: absolute;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color:Transparent;	
	overflow:visible;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.css_Master_TableBanner_ITA
{
    width: 990px;
    height: 100px;
    border-color: #FF0000;
    border-collapse: collapse;
    border-spacing: 0px;
    border-width: 0px;
    padding: 0 px;
	background-repeat: no-repeat;
	background-image: url('../../Content/Images/BannerWebPortal_ITA.jpg');
}   

.css_Master_TableBanner_ENG
{
    width: 990px;
    height: 100px;
    border-color: #FF0000;
    border-collapse: collapse;
    border-spacing: 0px;
    border-width: 0px;
    padding: 0 px;
	background-repeat: no-repeat;
	background-image: url('../../Content/Images/BannerWebPortal_ENG.jpg');
}  

.css_Master_TableMenu
{
    width: 990px;
    border-collapse: collapse;
    border-spacing: 0px;
    border-width: 0px;
    padding: 0 px;
}

.css_Master_LblHeaderInfo
{
    color: #06599b;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    vertical-align: text-bottom;
    text-align: center;
    font-weight: bold;
}
.css_Master_LblHeaderTitle
{
    color: #06599b;
    font-weight: bolder;
    font-family: Tahoma, Book Antiqua;
    font-size: 24px;
    background-image: none;
}   

.css_Master_TableContentPlaceHolder
{
	width: 992px;
	border-collapse: collapse;
	border-spacing: 0px;
	border-width: 0px;
	padding: 0 px;
	
}

.MainMenuStyle, .MainMenuStyle a
{
	background-image: url(MainMenu/bg.gif);
	background-repeat: repeat-x;
	border-collapse:collapse;
	border-width:0px;
	margin: 0 0 0 0;
	height:22px;
	color:SteelBlue;
	font-size: 14px;
	font-family: arial;
	font-weight: bold;
	text-align: center;	
	white-space: nowrap;
	overflow:hidden;
}

.MainMenuParentItemStyle 
{
   /*Modifica Francesca e Gian Piero 06/07/2018*/
	/*width:100%;*/
    width:198px;
}

.MainMenuOverStyle, .MainMenuOverStyle a
{
	background-image:url(MainMenu/bg_a.gif);
	background-repeat: repeat-x;
	margin: 0 0 0 0;
	border-collapse:collapse;
	border-width:0px;
	height:22px;
	color:White;
	font-size: 14px;
	font-family: arial;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	overflow:hidden;
}

.MainMenuItemMenuStyle a
{
    height: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;    
    display: block;
}

.MainMenuItemMenuStyle td
{
    padding: 0 !important;
    margin: 0 !important;        
}

.MainMenuItemMenuStyle 
{
	border-color:SteelBlue;
	border-style:solid;
	border-width:1px;
	background-color: #E4EFF3;
}

.MainMenuItemStyle 
{
	height: 25px;
	cursor: auto; cursor: pointer;
	color:SteelBlue;
	text-decoration:none;
	background-color: #E4EFF3;
	padding: 0px;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	text-indent: 10px;
    width:250px;
	white-space: nowrap;
}

.MainMenuItemOverStyle 
{
	height: 25px;
	cursor: auto; cursor: pointer;
	background-color: SteelBlue;
	color:White;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	text-indent: 10px;
	text-transform:uppercase;
	text-decoration:none;
	padding: 0px;
    width:250px;
	white-space: nowrap;
}