/* CSS Document */

#statisticContainer{
	padding-bottom: 16px;
}

#statisticCell{
	padding-top: 4px;
}
#statisticCell p{
	padding: 3px 3px 3px 6px;
	color: #333;
	margin: 2px;
}
#statisticCell p a{
	color: #000;
}
#statisticCell p a:hover{
	color: #000;
}

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

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

#statisticCell table{
	width: 200px;
}