/*
* { outline: 2px dotted red; }
* * { outline: 2px dotted green; }
* * * { outline: 2px dotted orange; }
* * * * { outline: 2px dotted blue; }
* * * * * { outline: 1px solid red; }
* * * * * * { outline: 1px solid green; }
* * * * * * * { outline: 1px solid orange; }
* * * * * * * * { outline: 1px solid blue; }
*/
/* Layout Stylesheet */ 

body {
	font-family: Avenir, sans-serif,Verdana, "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
	/*font-size: .8em;*/
	font-size: 10px;
	margin:10px;
	background:#f2f2f2;
	color: #333333;
	text-align:center;
	padding:0;
}

#outer {
	background:white;
	text-align:left;
	border:0px solid #000000;
	width:750px;
	margin:auto;
 }

#header {
	height:110px;
	background:#eeeeee;
	color: #333333;
	background: url(../images/testata.gif)  center;
	/*background-position: middle;*/
	background-repeat: no-repeat;
}


#header-home {
	height:110px;
	background:#eeeeee;
	color: #333333;
	background: url(../images/testata.gif)  center;
	/*background-position: middle;*/
	background-repeat: no-repeat;
}

#bar,#footer {
	height:15px;
	color:#4b88b7;
}
#bar{
	margin:0px 0px 5px 0px;
	background:#D0D0D0;
	padding:2px 2px 2px 2px;
	
}

#bar #evidente{
	color: #fe7d00;
}

#bar #sx{
	float:left;
	background:#D0D0D0;
}

#bar #dx{
	float:right;
}


#footer{
	clear:both;
}

#bord {
	margin:0 1px;
	height:1px;
	overflow:hidden;
	background:#D0D0D0;
	color: #FFFFFF;
	
}
#inner{
	background:#D0D0D0;
	padding:2px 2px 2px 2px;
}
#bar #inner {
	background:#D0D0D0;
	padding:2px 2px 2px 2px;
}

#bodyblock {
	position:relative;
	background: #ffffff;
	color: #333333;
	width:750px;
	margin:0px 0px 5px 0px;

 }

#l-col {
	float:left;
	color: #333333;
	width:160px;
 }

img{
	border:0px;
 }


#cont {
	width:580px;
	color: #333333;
	border:solid #000000;	
	border-width:0 0 0 0px;
	text-align:justify;
	min-height: 100%;
}

.testoHeader{	
	font-size: 12pt;
	font-weight: bolder;
}
.tabStandard{
	background-color: white;
	color: navy;
	font-size: 14pt;
}

/*prove varie*/
dl#artist dt {
  display:none;
  }
dl#artist dd {
  padding:0; 
  margin:0;
  }
a.xmenu, a.xmenu:visited {
  display:block;
  width:5em; 
  height:3em; 
  background:#000; 
  text-decoration:none; 
  text-align:center; 
  color:#aaa; 
  float:left;
  }
a.xmenu span, a.xmenu:visited span {
  display:block;
  width:3em; 
  height:0.5em; 
  border-top:0.5em solid #000; 
  border-left:1em solid #000;  
  border-right:1em solid #000; 
  border-bottom:0.5em solid #000; 
  background:#050; 
  overflow:hidden;
  }
* html a.xmenu span, * html a.xmenu:visited span {
  width:5em; 
  height:1.5em; 
  w\idth:3em; 
  he\ight:0.5em; 
  overflow:hidden;
  }
a.xmenu:hover {
  color:#ff0;
  }
a.xmenu:hover span {
  background:#0f0;
  }
/*fine prove varie*/

.linkHeader{
	text-decoration:none;
	color: #4b88b7;	
}	
