/* CSS Document */
#statisticContainer{
	background-color: #fff;
	margin-top: 10px;
}

#statisticCell{
	background: url(../images/login_02.jpg) repeat-y left;
	padding: 8px;
	padding-left: 24px;
	color: #555;
	font-weight: bold;
	display: block;
}
#statisticCell table{
	width: 180px;
	margin-right: 20px;
}
#statisticCell p{
	padding: 3px 3px 3px 6px;
	color: #333;
	margin: 2px;
}
#statisticCell p a{
	color: #000;
}
#statisticCell p a:hover{
	color: #000;
}

#statisticCellHeader{
	background: url(../images/login_01.jpg) no-repeat top;
	text-align: center;
	color: #fff;
	font-weight: bold;
	padding: 10px 10px 20px 10px;
	text-transform: uppercase;
}

#statisticCellBottom{
	background: url(../images/login_04.jpg) no-repeat bottom;
	padding-bottom: 20px;
	padding-left: 24px;
	color: #555;
	text-align: left;
}
#statisticCellBottom a{
	color: #fff;
}


