#topstats {
	text-align: right;
	padding: 10px;
	width: auto;
}

#topstats > ul {
	margin: 10px 0 0;
	width: 100%;
}

#topstats > ul > li {
	padding: 0 2px;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	*width: 33%
}

ul.tabscontainer > li {
	display: inline;
	margin-left: -2px;
}

ul.tabscontainer > li.selected, ul.tabscontainer > li:hover {
	border-bottom: 0px none;
	padding-bottom: 6px;
}

ul.tabscontainer > li a {
	display: inline-block;
	padding: 2px 5px;
	margin-bottom: 1px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	background: #3C7DBA url(images/ssh/gradients/gradient_tcat.gif) repeat-x  ;
	border: 1px solid #5a7f97;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

ul.tabscontainer > li.selected a, ul.tabscontainer > li:hover a {
	color: #043679;
	background: rgb(255, 255, 255) none no-repeat  ;
}

ul.tabcontent {
	padding: 5px;
	border: 1px solid #5a7f97;
	background: rgb(255, 255, 255) none no-repeat  ;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

ol.count_entries {
	*margin-top: -17px;
}

ol.count_entries li {
	list-style: none inside;
}

ol.count_entries .count {
	float: left;
}