table.stats{
	margin:0;
	padding:0;
	border-spacing:0;
	width:auto;
	font-size:12px;
	border:1px solid rgba(0,0,0,0.6);
}

table.stats td, table.stats th{
	padding:3px 5px;
}
table.stats thead th{
	border-bottom:1px solid rgba(0,0,0,0.5);
	background-color: rgba(255,255,255,0.5);
	
}

table.stats tbody td{
	border-right:1px solid rgba(0,0,0,0.5);
	
}
table.stats tbody td.last{
	border-right:none;
	
}
table.stats tr.summary td{
	background-color: rgba(0,0,0,0.75);
	color:#fff;
}

.stats th{
	text-align:left;
}

table.stats .number{
	text-align:right;
}


tr.plant{
	display: none;
}
tr.internal td:first-child{
	padding-left:20px;
	background:url('/cms.xplants.it/css/ui/closed-arrow-white.png') no-repeat 2px center;
	cursor:pointer;
}
tr.internal.open td:first-child{
	background:url('/cms.xplants.it/css/ui/opened-arrow-white.png') no-repeat 3px  center;
}




.droppable{
	background: #edf3fe;
	min-width: 50px;
	line-height: 20px;
	padding: 2px;
}
.droppableactive, .droppableactive .added{
	background: #679ad7;
	color: #fff;
}
.droppableactive .added{
	
}


.droppable div, .draggable-item div{
	border: 1px solid #ddd;
	background: #fff;
	line-height: 20px;
}

.droppable div img, .draggable-item div img{
	position: relative;
	top: 4px;
	padding-right: 4px;
	left: 2px;
}

table.stats tbody td.separator{
	border-top:1px solid rgba(0,0,0,0.5);
	border-bottom:1px solid rgba(0,0,0,0.5);
	margin: 0;
	padding: 0;
	height: 5px;
	background: rgba(255,255,255,0.5);
	overflow: hidden;
}


table.stats tbody tr.first td{
	border-top:1px solid rgba(0,0,0,0.2);
	
}