.form {
	position: relative;
	text-align: left;
	width: 100%;
}

.ui-datatable .ui-datatable-header {
	height: 20px;
}

.ui-panelgrid td {
	border-style: none !important
}

.bold {
	font-weight: bold;
}

.dettagli {
	width: 150px;
}

.left {
	float: left;
}

.right {
	float: right;
}

#avvisiAttivi {
	text-align: center;
	width: 150px;
	border: solid 1px;
	margin-bottom: 10px;
}

.smallText {
	font-size: 10px;
}

.noBorder {
	border: hidden;
	border-color: #fff;
}

.noBorder tr,.noBorder td {
	border: hidden;
}

.ui-corner-bottom {
	-moz-border-radius-bottomleft: 0px !important;
	-webkit-border-bottom-left-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
	-moz-border-radius-bottomright: 0px !important;
	-webkit-border-bottom-right-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
}

.ui-corner-top {
	-moz-border-radius-topleft: 0px !important;
	-webkit-border-top-left-radius: 0px !important;
	border-top-left-radius: 0px !important;
	-moz-border-radius-topright: 0px !important;
	-webkit-border-top-right-radius: 0px !important;
	border-top-right-radius: 0px !important;
}

.fixPanelgrid {
	width: 100%;
	text-align: center;
}

.riepilogoTable {
	width: 95%;
	border: solid 1px;
}

.riepilogoTable td {
	border: solid 1px;
	border-color: gray;
}

.riepilogoTable1 {
	width: 95%;
}

.datalist-noborder {
	min-height: 66px;
}

.datalist-noborder .ui-widget-content {
	border: none;
}

.ui-panel {
	border: none !important;
}

.foto .ui-carousel{
	width: 95% !important;
	-moz-border-radius: 0px!important;
	-webkit-border-radius: 0px!important;
	border-radius: 0px!important;
}