/* Quello "compromesso" */
#cv_container {
	width:100%;
	height:auto;
}

#cv_container a {
	color:#999;
	text-decoration:none;
}

#cv_container a:hover {
	color:#333;
	text-decoration:none;
	border-bottom:1px dotted #333;
}

.cv_tabs {
	width:auto;
	margin:10px 7px 0 12px;
	padding:4px;
	text-align:center;
	float:left;
	cursor:pointer;
	color:#FFF;
	font-size:10px;
	font-weight:bold;
}

.active {
	width:auto;
	margin:0;
	margin-right:5px;
	padding:4px;
	text-align:center;
	float:left;
	cursor:pointer;
	border:1px solid #ccc;
	background:#ccc;
	color:#333;
	border-bottom:0;
}

.cv_tabs a, .active a {
	border-bottom:0;
	color:#fff;
	}

.cv_tabs:hover {
}

.active1 {
	background:url(../img/active1.png) top left no-repeat;
	width:100%;
	height:30px;
}

.active2 {
	background:url(../img/active2.png) top left no-repeat;
	width:100%;
	height:30px;
}

.active3 {
	background:url(../img/active3.png) top left no-repeat;
	width:100%;
	height:30px;
}

.active4 {
	background:url(../img/active4.png) top left no-repeat;
	width:100%;
	height:30px;
}

#labels {
	height:30px;
	width:100%;
	}


#cv_content {
	width:90%;
	background:url(../img/fondo_content.png) bottom	left repeat-x;
	height:auto;
	float:left;
	clear:both;
	border:1px solid #004573;
	margin-top:0;
	padding:10px;
	padding-right:0;	
	text-align:left;  /* LDR */
}
#cv_load {
	position:absolute;
	left:0;
	top:0;
	width:100px;
	height:20px;
	background-color:red;
	color:white;
	display:none;
}

#cv_content table.conHeader {
	width:100%;
	float:right;
/*	font-size:0.8em;*/
	font-size:1em;
	padding:0;
	margin:0;
	}


#cv_content table.conHeader th {
	background:#ccc;
	color:#3D464E;
	padding-left:5px;
/*	font-size:0.9em;*/
	font-size:1em;
}

#cv_content table.conHeader tr.dispari {
	background:#eee;
}

#cv_content table.conHeader td {
	padding:0;
	margin:0;
	font-size:0.9em;
}

#cv_content table.conHeader td.consultazione{
	color:#333;
	border-bottom:1px solid #eee;
	padding:1px;

	}


#cv_content table {
	width:90%;
	float:left;
	}

#cv_content table td {
	border:0;
	border-bottom:1px solid #EEE;
	}

#cv_content table td a {
/*	font-style:italic;*/
	color:#3D464E;
	}

#cv_content table td.icona {
	color:#333;
/*	border-bottom:1px solid #eee;*/
	padding:5px;
	width:auto;
}

#cv_content table td.padded {
	padding:0 0 0 20px;
}



#cv_content span a img {
	text-align:right;
	padding-left:10px;
	margin-left:10px;
	}
/* Commentato da LDR 
#cv_content table td.tab {
	padding-top:5px;
	padding-left:15px;
	width:auto;
}	
*/
/* SLIDING DOORS */

    #header {
      float:left;
      width:100%;
      background:url("../img/labels.png") no-repeat bottom left;
      font-size:100%;
      line-height:normal;
		margin-bottom:0;
      }
    #header ul {
      margin:0;
      padding:10px 10px 0;
      list-style:none;
      }
    #header li {
      float:left;
      margin:0;
      padding:8px 0 0 3px;
	  width:110px;
	  text-align:left;
	  border:0px;
      }
    #header a {
      display:block;
      padding:18px 0px 0px 0px;
	  border:0;
	  margin-bottom:0;
	  font-size:0.75em;
      }
/* Commented Backslash Hack
     hides rule from IE5-Mac \*/
  #header a {float:none;}
  /* End IE5-Mac hack */
  	#header a:hover {
	  border:0;
      padding:18px 0px 0px 0px;
	  background:none;
	}
    
	#header #current {
      background:url("../img/left_on.png") bottom left no-repeat;
	  width:120px;
	  border:0px;
	  font-size:0.9em;
      }
    #header #current a {
      background:url("../img/right_on.png") bottom right no-repeat;
	  width:auto;	
      padding:15px 20px 4px 10px;
	  color:#FFF;
	  border:0px;
	  font-style:italic;
      }
	
	#header #current a:hover {
		color:#ccc;
		}
		
	#mono, #boll, #suppl, #stampa {
		display:inherit;
		margin:0;
		padding:0;
		}
		
	