html
{
	height:100%;	
	width:100%;
}
input
{
	font-size:11px;	
}
textarea
{
	font-size:11px;	
	font-family:Verdana,Arial,Sans-Serif;
}
select
{
	font-size:11px;	
	font-family:Verdana,Arial,Sans-Serif;
}
li.frontendli
{
	list-style-image:url(../Images/Square.gif);
	list-style-position:outside;
	
}
div#MainContainer
{
	width:100%;
	height:100%;	
}
div#header
{
	width:800px;
	height:143px;
	background-image:url(../Images/Header.jpg);
	background-repeat:no-repeat;
}
div#HeadDx
{
	background-image: url(../Images/headerLineBkg.jpg);	
	
}

/*Classi*/
.divLoghi
{
	clear:both;
	position: absolute; 
	left: 0px; 
	top: 16px; 
	width: 605px; 
	text-align: right;	
}
/*
.Vmenu
{
	background-color:#8a2a2e;
	background:#8a2a2e url(../images/sxMenuArrow.gif) no-repeat left;
	width:100%;
	font-weight:bold;
	margin-bottom:1px;
	color:#fff;
	padding:5px 0px 5px 5px;	
}*/
.FooterLineBkg
{
	background-image:url(../images/FooterLineBkg.gif);
	
}
.Hmenu
{
	font-weight:bold;
	padding-left:4px;
}
.subMenu
{
	background-color:#345389;
	font-weight:bold;
	padding-left:3px;
	padding-top:2px;
	width:190px;
	height:18px;
	margin-bottom:2px;	
}
.testo
{
	line-height:150%;	
}
.content
{
	/*background-image:url(../images/DxBkg.gif);
	background-repeat:repeat-y;
	background-position:right center;*/	
	padding: 20px 0px 0px 20px;
	height:360px;
}
a.VMenu:link, a.VMenu:visited {
	display: block;
	background-color:#8e1332;
	text-decoration: none;
	padding-left:18px;
	color:#fff;
	font-weight:bold;
	line-height:2.2em;
	width:210px;
	height:20px;
	background-image:url(../images/sxMenuArrow.gif);
	background-position:left;
	background-repeat:no-repeat;
	border-top:solid 1px #fff;
	
}

a.VMenu:hover,a.VMenu:active 
{
	background-color:#8e3f53;
	
}
a.VMenuNews:link, a.VMenuNews:visited {
	display: block;
	background-color:#8e1332;
	text-decoration: none;
	padding-left:18px;
	color:#fff;
	font-weight:bold;
	line-height:2.2em;
	width:210px;
	height:20px;
	background-image:url(../images/sxMenuArrow.gif);
	background-position:left;
	background-repeat:no-repeat;
	border-top:solid 1px #fff;
	
}

a.VMenuNews:hover,a.VMenuNews:active 
{
	background-color:#8e3f53;
	
}


