@charset "UTF-8";

/* SpryTooltip.css - version 0.2 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* HACK FOR IE: to make sure the tooltips show above form controls, we underlay each tooltip with an iframe */
.iframeTooltip
{
	position: absolute;
	z-index: 1010;

	filter:alpha(opacity:0.1);
	height: auto;
}

.tooltipContent
{
	background-color: #333;
	height: auto;
	width: 180px;
	font-family: Tahoma;
	font-size: 12px;
	color: #999;
	font-weight: bold;
	text-align: center;
	float: none;
	padding: 10px;
	margin-right: 0px;
	margin-left: 0px;
}
.tooltipContent img {
	height: 110px;
	width: 180px;
	text-align: left;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
}
#online .users_total table {
	background-color: #1E1E1E;
	text-align: left;
	font-size: 9px;
	height: 100px;
	width: 200px;
}
