/** 
* @file statistics.css
* CSS file for statistics
*
* @author PortaMx - Portal Management Extension
* @author Copyright 2008-2010 by PortaMx - http://portamx.com
* @Version: 0.980
* @Date: 20.03.2010
*/
ul.statistics
{
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.statistics li span
{
	margin: 0px 5px;
	vertical-align: top;
}
.onlinelist
{
	overflow: auto;
}
