/* Foglio di stile CSS predefinito per un nuovo progetto di applicazione Web */
BODY 
{
/*background-image:url(img/sfondo.jpg);
background-repeat:repeat-x; x lo sfondo di natale*/
background-color:#5291ef; /*#c2c2c2; x lo sfondo di natale*/
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
margin:0;
color:#ffffff;
font-weight:bold;
height:100%;
}

TABLE{
font-family: Verdana,Arial, sans-serif;
font-size:10px;
font-weight:bold;
color:#ffffff;
}

SPAN.LMsg
{
COLOR: black; 
BACKGROUND-COLOR:yellow;
}

P {
font-size: 12px;
padding:0px;
margin:0px;
}

TR.HeadFoot {
background-color:#08549f; /*#0b793d;*/
}
	
TR.Item {
background-color:#444444;
}
	
TR.Altern {
background-color:#555555;
}
	
TD {
FONT-SIZE: 10px;
font-weight:bold;
}

TD.Home {
FONT-SIZE: 10px;
font-weight:normal;
}

A:link {	
text-decoration:	none;
color:	#d3d3d3;
font-weight:bold;
}	
	
A:visited {	
text-decoration:	none;
color: #d3d3d3;
font-weight:bold;
}	
	
A:active {	
text-decoration:	none;
color:	#d3d3d3;
font-weight:bold;
}	
		
A:hover	{	
text-decoration:	none;
color:	#ffffff;
font-weight:bold;
}

A.testa:link {	
color:	#ffffff;
font-weight:bold;
}	
	
A.testa:visited	{	
color:	#ffffff;
font-weight:bold;
}	
		
A.testa:active {	
color:	#ffffff;
font-weight:bold;
}	
	
A.testa:hover {	
color:	#ffffff;
font-weight:bold;
text-decoration:underline;
}

#page
{
position:absolute;
border:none;
border-width:1px;
width:900px;
left:50%;
margin-left:-450px;
height:100%;
}

#header{
z-index:1;
position:relative;
border:none;
border-width:1px;
top:0px;
left:130px;
width:770px;
}

#bannerSu{
z-index:2;
position:relative;
border:none;
border-width:1px;
left:50%;
margin-left:-365px;
width:730px;
height:92px;
}
#bordoTesta
{
overflow:auto;
background-color:#08549f;
width:770px;
padding-top:4px;
padding-bottom:4px;
}
#testata
{
position:relative;
border:none;
border-width:1px;
width:762px;
background-color:#444444;
background-image:url(img/sfondoTesta.jpg);
left:50%;
margin-left:-381px;
}

#logo{
float:left;
border:none;
border-width:1px;
width:510px;
/*margin-left:50px;*/
}

#login
{
float:right;
border:solid;
border-width:2px;
border-color:#ffffff;
/*background-color:#08549f;*/
padding-top:5px;
padding-bottom:15px;
margin-top:8px;
margin-right:10px;
}
#flash
{
clear:both;
position:relative;
height:30px;
margin-left:50px;
}
#menuSu
{
position:relative;
border:none;
border-width:1px;
padding-bottom:4px;
}

/*Menu*/
#MJ_MainMenu {
position: absolute;
overflow:auto;
visibility:hidden;
width: 125px;
margin-top: 1px;
margin-right: 1px;
margin-bottom: 1px;
margin-left:1px;
border-top: solid 2px #ffffff;
border-left: solid 2px #ffffff;
background-color:#ffffff;
}

ul.menu1{list-style:none;margin:0;padding:0;}
ul.menu1 li a
{
	display:table;
	width:120px;
	height:20px;
	text-decoration:none;
	padding-top:3px;
	padding-left:3px;
	padding-bottom:2px;
	line-height:10px;
	margin-bottom:2px;
	}
	
ul.menu1 li{display:block;}
ul.menu1 li a:link,ul.menu1 li a:visited,ul.menu1 li a:active{background:#555555;color:#ffffff;font-weight:bold;}
ul.menu1 li a:hover{background:#444444;color:#ffffff;font-weight:bold;}
/*Menu*/

#container
{
position:relative;
border:none;
border-width:1px;
width:770px;
left:130px;
}

#titolo
{
position:relative;
border:none;
border-width:1px;
height:20px;
background-color:#08549f;
}

#paypal
{
z-index:20;
position:absolute;
visibility:hidden;
left:130px;
border:none;
border-width:1px;
margin-top:1px;
}

#migliorSito
{
position:relative;
border:none;
border-width:1px;
margin-top:1px;
width:770px;
height:80px;
}

#content
{
clear:both;
position:relative;
border:none;
border-width:1px;
}

#shinystat
{
position:relative;
border:none;
border-width:1px;
margin-top:15px;
}

#linkUtili
{
position:relative;
padding-bottom:5px;
padding-top:5px;
}

#footer
{
position:absolute;
padding-top:10px;
left:130px;
width:770px;
visibility:hidden;
}

#googleNews{
z-index:2;
position:relative;
background-color:#000000;
width:770px;
}

#copyright
{
position:relative;
border:none;
border-width:4px;
border-color:#08549f;
background-color:#444444;
background-image:url(img/sfondoTesta.jpg);
padding-bottom:5px;
padding-top:5px;
}
.corniceTD{
border-left-color:white;
border-bottom-color:white;
border-top-style:solid;
border-top-color:white;
border-right-style:solid;
border-left-style:solid;
border-right-color:white;
border-bottom-style:solid;
}