/* CSS Document */
#statisticContainer{
	background-color: #fff;
	margin-top: 10px;
	width: 200px;
}

#statisticCell{
	background-color: #efefef;
	padding-top: 4px;
}
#statisticCell p{
	padding: 3px 3px 3px 6px;
	color: #333;
	margin: 2px;
}
#statisticCell p a{
	color: #000;
}
#statisticCell p a:hover{
	color: #000;
}

#statisticCellHeader{ 
	color:#333; 
	padding: 9px 10px 10px 20px;
	font-weight: bold;
	background: url(../images/std_form.jpg) no-repeat top;
}

#statisticCellBottom{
	background-color: #efefef;
}
#statisticCellBottom a{
	color: #fff;
}
