/* CSS Document */

#statisticContainer{
	padding: 0px;
	height: auto;
}

#statisticCell{
	margin: 0px;
	padding: 10px;
}
#statisticCell p{
	color: #333;
	margin: 2px;
}
#statisticCell p a{
	color: #000;
}
#statisticCell p a:hover{
	color: #000;
}

#statisticCellHeader{ 
	margin: 0px;
	padding: 10px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	background: url(../images/bgHeading.gif) #ff9934;
}

#statisticCellBottom{
	padding: 6px;
}
#statisticCellBottom a{
	color: #fff;
}

#statisticCell table{

}