/* CSS Document */

/* CONTENUTI */
#path {
	color: #000000;
	clear: both;
	margin-bottom: 10px;
}
#path a {
	color: #FF6101;
}
.entry {
}
.entry  a {
	text-decoration: none;
	color: #FF6101;
}
.entry  a:hover {
	text-decoration: underline;
}
.entry h2 {
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #B5BCC4;
	padding: 0px;
	margin: 0px;
	margin-bottom: 7px;
	clear: both;
	text-transform: uppercase;
}
.entry p, .entry ul, .entry ol {
}
.entry ul, .entry ol {
}
.entry li {
}
.entry .dirs {
}
.entry  .descrizione {
}
.entry .imgcenter {
	display: block;
	text-align: center;
}
.entry .allegato, links {
	margin-bottom: 12px;
	margin-left: 7px;
	
}
.entry .icoAllegato {
	float: left;
}

.entry .contentAllegato {
	margin-left: 25px;
}

.entry .titleAllegato a {
	padding-bottom: 8px;
	margin: 0px;
	font-weight: bold;
	text-decoration: none;
	color: #FF6101;
}
.entry .titleAllegato a:hover {
	text-decoration: underline;
}
.entry .textAllegato {

}
.entry  .info {
	font-size: 0.9em;
	color: #B5BCC4;
}

.entry  .right {
	text-align: right;
}
.entry  .center {
	text-align: center;
}

.entry  label {
	font-weight: bold;
}

.entry  .andamento {
	width: 100%;
	padding: 0px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-left-color: #FFF;
	background-color: #FFD9B3;
	margin: 0px;
	color: #000;
	font-style: normal;
	line-height: normal;
	border-collapse: separate;
}
.entry  .andamento td, .entry  .andamento th {
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-bottom-color: #FFF;
	border-right-color: #FFF;
	padding: 3px 5px;
}
.entry  .andamento th {
	background-color: #FF6101;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
}

.contenuto_page {
	min-height: 600px;
	height: auto !important;
	height: 600px;
}