/* Tables */
.tabellaDati {
	background: #fff;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CDE5C1;
	border-right-color: #CDE5C1;
	border-bottom-color: #CDE5C1;
	border-left-color: #CDE5C1;
}
.tabellaDati th, .tabellaDati thead tr th {
	text-align: center;
	background-color: #DEEDCE;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #fff;
	border-right-color: #bbb;
	border-bottom-color: #bbb;
	border-left-color: #fff;
}
.tabellaDati th a {
	display: block;
	text-decoration: none;
	color: #333333;
	background-color: #DEEDCE;
	font-size: 13px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
.tabellaDati th a:hover {
	color: #0099CC;
	text-decoration: none;
}
.tabellaDati tbody tr td {
	padding: 4px;
	text-align: center;
	vertical-align: middle;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #DEEDCE;
	border-bottom-color: #01B120;
	background-color: #fff;
	background-image: url(../img/sfondoCelle.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
.tabellaDati tbody tr.dragClass td {background-color: #ccc;	background-image: url('');}

.tabellaDati tbody tr.altrow td {

}
.tabellaDati td.actions {
	text-align: center;
	white-space: nowrap;
}
.tabellaDati td.actions a {
	margin: 0px 6px;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}
/*-----------------*/

.forms ul { list-style: none; list-style-position: inside; padding-right: 1em; padding-left: 1em; padding-bottom: 0px; padding-top: 3.25em; }
.forms li {list-style: none; clear:both; padding-bottom: 1em; list-style-position: inside; padding-bottom: 25px;width: 100%; position:relative; z-index:0;}
.forms label {float: left; width: 10em; margin-right: 1em; text-align: right; }
.forms .submit { margin-top: 1em; margin-left: 11em; }
.forms .longInput {width:500px}

.current{
	display: block;
	text-align: center;
	height: 20px;
	width: 20px;
	border: 1px solid #FF9900;
	float: left;
	margin-left: 5px;
	line-height: 20px;
	background-color: #EFF1E5;
}
