/* CSS Document */

#statisticContainer{
	height: auto;
	width: 202px;
}

#statisticCell{
	margin: 0px 0px 0px 5px;
	padding: 4px 0px 10px 0px;
}
#statisticCell p{
	padding: 3px 3px 3px 6px;
	color: #333;
	margin: 2px;
}
#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: #4a4a4a;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px dashed #ccc;
}

#statisticCellBottom{
	padding: 6px;
}
#statisticCellBottom a{
	color: #fff;
}

#statisticCell table{

}
