#statisticContainer{
	margin-top: 0px;
	width: 205px;
	background-color: #d6dbc7;
}

#statisticCell{
	margin: 0px 5px 0px 5px;
	height: auto;
	background-color: #718639;
	padding: 5px 5px 5px 5px;
}
#statisticCell p{
	padding: 0px;
	color: #4a4a4a;
	margin: 2px;
}
#statisticCell p a{
	color: #000;
}
#statisticCell p a:hover{
	color: #000;
}

#statisticCellHeader{ 
	text-align: center;
	padding: 10px;
	color: #1c2409;	
	font-weight: bold;
	background-color: #718639;
	margin: 0px 5px 0px 5px;
}

#statisticCellBottom{
	text-align: center;
	padding:10px 0px 5px 5px; 
	color: #718639;
	background-color: #718639;
	margin: 0px 5px 0px 5px;
}
#statisticCellBottom a{
	color: #4a4a4a;
}

#statisticCell table{

}
