
/* =========================================== TABELLE  =================================================================== */
table{
	/* font-family: verdana, Geneva, Arial, Helvetica, sans-serif; */
	font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	/* color: #000000; */
	color: #676a6c;
}
td{
	left: 0;
	font-size:12px;
}
td.voceEdit
{
	background: #dedede;
	font-weight: bold;
	color:#4F4F4F;
	padding:5px;
}

tr.head2{
	background: #373737;
	color: #ffffff;
	font-family: verdana;
	font-size: 11pt;
	font-weight: bold;
	text-align: center;
	height:25pt;
}


td.menu{
	background: #FDE768;
	color: #000000;
	font-family: verdana;
	font-size: 12px;
	
}
td.scuro{
	background: #CECECE;
}

td.corpo{
	background: #ffffff;
	color: #000000;
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}
tr.head{
	background: #ffffff;
	color: #000000;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
/* ************************************************************ */

.tabEasy {
	margin:0px;padding:0px;
	width:100%;
	/* box-shadow: 10px 10px 5px #888888; */
	border:1px solid #999999;
	
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	border-bottom-left-radius:5px;
	
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-right-radius:5px;
	
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	border-top-right-radius:5px;
	
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	border-top-left-radius:5px;
}.tabEasy table{
   border-collapse: collapse;
   border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.tabEasy tr:last-child td:last-child {
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-right-radius:5px;
}
.tabEasy table tr:first-child td:first-child {
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	border-top-left-radius:5px;
}
.tabEasy table tr:first-child td:last-child {
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	border-top-right-radius:5px;
}.tabEasy tr:last-child td:first-child{
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	border-bottom-left-radius:5px;
}.tabEasy tr:hover td{
	
}
.tabEasy tr:nth-child(odd){ background-color:#ffffff; }
.tabEasy tr:nth-child(even)    { background-color:#ffffff; }.tabEasy td{
	vertical-align:middle;
	
	
	border:1px solid #999999;
	border-width:1px 1px 1px 1px;;
	text-align:center;
	padding:7px;
	font-size:11px;
	font-family:Verdana;
	font-weight:normal;
	color:#000000;
}.tabEasy tr:last-child td{
	border-width:1px 1px 1px 1px;
}.tabEasy tr td:last-child{
	border-width:1px 1px 1px 1px;;
}.tabEasy tr:last-child td:last-child{
	border-width:1px 1px 1px 1px;;
}

.tabEasy tr:first-child td{
		background:-o-linear-gradient(bottom, #b2b2b2 5%, #b2b2b2 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b2b2b2), color-stop(1, #b2b2b2) );
	background:-moz-linear-gradient( center top, #b2b2b2 5%, #b2b2b2 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#b2b2b2", endColorstr="#b2b2b2");	background: -o-linear-gradient(top,#b2b2b2,b2b2b2);

	background-color:#b2b2b2;
	border:0px solid #999999;
	text-align:center;
	border-width:1px 1px 1px 1px;
	font-size:11px;
	font-family:Verdana;
	font-weight:normal;
	color:#191919;
}
.tabEasy tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #b2b2b2 5%, #b2b2b2 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b2b2b2), color-stop(1, #b2b2b2) );
	background:-moz-linear-gradient( center top, #b2b2b2 5%, #b2b2b2 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#b2b2b2", endColorstr="#b2b2b2");	background: -o-linear-gradient(top,#b2b2b2,b2b2b2);

	background-color:#b2b2b2;
}
.tabEasy tr:first-child td:first-child{
	border-width:1px 1px 1px 1px;
}
.tabEasy tr:first-child td:last-child{
	border-width:1px 1px 1px 1px;
}
