.online-status-trigger {
	cursor: pointer;
	display: block;
	float: left;
	height: 16px;
	overflow: hidden;
}

.online-status-down {
	background: url("ptlogin.gif") no-repeat scroll 0 -22px
		transparent;
	float: left;
	height: 6px;
	margin-top: 5px;
	overflow: hidden;
	text-indent: -999em;
	width: 7px;
}

.online-status-show {
	float: left;
	height: 14px;
	overflow: hidden;
	text-indent: -999em;
	width: 14px;
	margin: 1px 4px 0 0;
}

.online-status .online {
	background: url("ptlogin.png") 0 0 no-repeat;
	_background: url("ptlogin.gif") 0 0 no-repeat;
}

.online-status .busy {
	background: url("ptlogin.png") -36px 0 no-repeat;
	_background: url("ptlogin.gif") -36px 0 no-repeat;
}

.online-status .invisible {
	background: url("ptlogin.png") -54px 0 no-repeat;
	_background: url("ptlogin.gif") -54px 0 no-repeat;
}

.online-status .offline {
	background: url("ptlogin.png") -90px 0 no-repeat;
	_background: url("ptlogin.gif") -90px 0 no-repeat;
}

.icon-status-online {
	width:14px; height:14px;left:4px;
	background: url("icons/online-status.png") 0 0 no-repeat;
	_background: url("icons/online-status.gif") 0 0 no-repeat;
}
.icon-status-busy {
	width:14px; height:14px;left:4px;
	background: url("icons/online-status.png") -36px 0 no-repeat;
	_background: url("icons/online-status.gif") -36px 0 no-repeat;
}
.icon-status-invisible {
	width:14px; height:14px;left:4px;
	background: url("icons/online-status.png") -54px 0 no-repeat;
	_background: url("icons/online-status.gif") -54px 0 no-repeat;
}
.icon-status-offline {
	width:14px; height:14px;left:4px;
	background: url("icons/online-status.png") -90px 0 no-repeat;
	_background: url("icons/online-status.gif") -90px 0 no-repeat;
}
.icon-send-message {
	background: url("icons/mail-send.png") 0 0 no-repeat;
}
.onlineUserContainer{
	color: #FFF;
}

.onlineUserContainer:hover{}
	/* text-decoration: underline; */
	
