/* CSS Document */

#statisticContainer{
	height: auto;
}

#statisticCell{
	text-align: center;
	padding: 5px;
	font-size: 18px;
	font-weight: bold;
}
#statisticCell p{
	text-align: center;
	color: #bdcd9e;
	margin: 0px;
}
#statisticCell p a{
	color: #000;
}
#statisticCell p a:hover{
	color: #000;
}

#statisticCellHeader{ 
	margin: 0px 0px 0px 5px;
	padding: 5px 0px 10px 0px;
	text-align: center;
	color: #fff;
	background-color: #4d8200;
	font-weight: bold;
	border: 2px solid #bdcd9e;
}

#statisticCellBottom{
}