/* CSS Document */

#statisticContainer{
	margin: 10px;
	padding: 0px 0px 5px 10px;
}

#statisticCell{
	padding: 0px;
}


#statisticCellHeader{ 
	padding: 6px;
	color: #5487c0;
	font-weight: bold;
	text-align: right;
	text-transform: uppercase;
	background-color: #1a324c;
}

#statisticCellBottom{
	display: none;
}

#statisticCell table{
	width: 180px;
}
