﻿.iBar
{
	font-size: 11px;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	width: 90%;
	position: fixed;
	z-index: 9999;
	margin: auto auto;
	bottom: 0px;
	right: 0px;
	left: 0px;
	text-align: center;
}
.iBarContainer
{

	height: 26px;
	margin: 0px;
	background-color: #C7D3E3;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}
.OnlineStatus { padding: 5px; float: left; font-weight: bold; border-right: 1px solid #000000; }
.OnlineStatus:hover { background-color: #ffffff; }
.OnlineStatusImage { float: left; }
.OnlineStatusText { float: left; }
#ScrollTop
{
	float: right;
	padding: 5px 5px 3px 10px;
	width: 20px;
}
#toTop
{
	float: right;
	cursor: pointer;
	position: relative;
}
.UserList
{
	padding: 6px 5px 5px 10px;
	width: 140px;
	float: right;
	display: block;
	z-index: 10;
	position: relative;
	height: 15px;
	text-align: left;
	border-left: 1px solid #000000;
	background: url('/images/dwoBar/list_bg.jpg');

}
.UserList:hover { background: #ffffff; }

a.list:link { text-decoration: none; font-weight: bold; color: #333333; }
a.list:visited { text-decoration: none; font-weight: bold; color: #333333; }
a.list:hover { text-decoration: none; font-weight: bold; color: #333333; }
a.list:active { text-decoration: none; font-weight: bold; color: #333333; }

