.hide { display:none !important; }
.linea1 { margin-top:10px; margin-bottom:10px}
.linea2 { margin-top:10px; margin-bottom:10px}
.nav_bar { text-align:center}
.startFormSearch {
	width:75px;
	height:20px;
	text-align:center;
	background-color:#ac0016;
	color:#fff;
	border:none;
}

#cms_search{ background-color:#ffffff; 
}
#back_url {
	text-align: center;
	margin-bottom: 10px;
}
.titolo_content {
	font-size: 1.5em;
	font-weight: bold;
	color: #AC0016;
	text-align: left;
	text-transform: uppercase
}

.sottotitolo_content {
	font-size: 1.2em;
	font-weight: bold;
	color: #AC0016;
	text-align: left;
	text-transform: uppercase
}
fieldset {
	border: 1px solid #ccc;
	margin: 5px;
	padding: 5px;
	color: #2a2a2b;
	font-weight: bold;
}
#informazioni legend {
  font-weight:bold;
  font-style:normal;
  color: #2A2A2B;
  font-size:1.2em;
  padding:5px;
}
#informazioni label{
  display:block;
  float:left;
  width:155px;
  text-align:right;
  font-weight:bold;
  color:#919393;
  padding-right:10;  
}
.checklable{
  font-weight:bold;
  color:#919393;  
}
legend {
	font-weight: bold;
	color: #AC0016;
}


/* TABELLA */
.restable {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	border: none;
}
.ta_caption {
	display: none;
	}
thead {
	margin:5px;
	padding: 8px;
	background-color:#2A2A2B;
	font-weight:bold;
	color:#fff
}
tfoot {
	text-align: center;
	background-color: #EAEBEB;
}
.rigatabella {
	margin:5px; 	
	padding: 5px;
	border:none;	
	background-color:#EAEBEB;	
	color:#2A2A2B;
}
.rigatabellastretta {
	margin:5px; 	
	padding: 5px;
	border:none;	
	background-color:#fff;	
	color:#2A2A2B;
	border:1px solid #EAEBEB;
}
.ta_a, .ta_a:link,.ta_ a:visited,.ta_ a:active {
	text-decoration: none;
	color: #AC0016;
	font-weight: bold;
}
.ta_a:hover {
	color: #2A2A2B;
}

