#statisticContainer{
	margin-left: 20px;
}

#statisticCell{
	padding-right: 10px;
	padding-bottom: 10px;
	display: block;
}
#statisticCell table{
	width: 180px;
}
#statisticCell p{
	padding: 3px 3px 3px 6px;
	color: #333;
	margin: 2px;
}
#statisticCell p a{
	color: #000;
}
#statisticCell p a:hover{
	color: #000;
}

#statisticCellHeader{
	text-align: center;
	color: #fff;
	font-weight: bold;
	padding: 20px 20px 15px 10px;
	text-transform: uppercase;
}

#statisticCellBottom{
	display: none;
}
#statisticCellBottom a{
	color: #fff;
}
