
#statisticContainer{
	background-color: #fff;
	margin-top: 10px;
}

#statisticCell{
	background: url(../images/stdForm_02.jpg) repeat-y top;
}
#statisticCell p{
	padding: 3px 3px 3px 6px;
	color: #333;
	margin: 2px;
}
#statisticCell p a{
	color: #000;
}
#statisticCell p a:hover{
	color: #000;
}

#statisticCellHeader{
	text-align:center; 
	color:#333; 
	padding: 16px 8px 8px 6px;
	font-weight: bold;
	background: url(../images/stdForm_01.jpg) no-repeat top;
}

#statisticCellBottom{
	background: url(../images/stdForm_03.jpg) no-repeat bottom;
}
#statisticCellBottom a{
	color: #fff;
}

