#main {
	padding-bottom: 28px;
}

#bar-footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 28px;
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#control-outer {
	background: #FFFFFF;
	margin: 0 20px 0 20px;
	border: 1px solid #B5B5B5;
	border-bottom: none;
	padding-top: 1px;
}

#control-bar {
	background: #E5E5E5;
	line-height: 27px;
}

.separator {
	border-left: 1px solid #b5b5b5;
	width: 1px;
	display: inline-block;
}

.icon {
	width: 25px;
	height: 27px;
	display: table-cell;
	text-align: center;
}

.icon a {
	display: block;
	width: 100%;
	height: 100%;
}

.icon:hover {
	background: #ffffff;
}

.icon-img {
	border: 0;
	padding-top: 5px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.wolbox {
  text-decoration: none;
}

.wolbox span {
  display: none;
}

.wolbox:hover {
	text-decoration: none;
}

.wolbox:hover span {
  display: block;
  position: absolute;
  bottom: 32px;
  right: 0px;
  padding: 5px;
  line-height: 15px;
  background: #333333;
  color: #ffffff;
  white-space: nowrap;
  border: 1px solid red;
}

.callout:hover {
  position: relative;
  text-decoration: none;
}

.callout span {
  display: none;
  text-decoration: none;
}

.callout:hover span {
  display: block;
  position: absolute;
  bottom: 39px;
  left: -5px;
  padding: 5px;
  line-height: 15px;
  z-index: 1000;
  background: #333333;
  color: #ffffff;
  text-decoration: none;
  white-space: nowrap;
}

.callout_pointer {
	position: absolute;
	background-image: url(../images/pointer.png);
	width: 10px;
	height: 10px;
	left: 14px;
	bottom: -10px;
	z-index: 999;
}

#unread {
	display: none;
 	width: 25px;
	height: 25px;
	background-image: url(../images/unread.png);
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	position: absolute;
	bottom: 23px;
	left: 71px;
	line-height: 18px;
	z-index: 999;
}

.online {
	width: 150px;
	display: table-cell;
}

.online:hover {
	cursor: pointer;
	background: #ffffff;
}

#num_online {
	font-weight: bold;
}

.box_top {
	padding-left: 5px;
	line-height: 24px;
	height: 24px;
	background: #0268B0;
	color: #FFFFFF;
	font-weight: bold;
}

.box_cross {
	float: right;
	cursor: pointer;
	padding: 4px;
}

#online_box {
	display: none;
	width: 178px;
	position: absolute;
	right: 20px;
	bottom: 27px;
	background: #ffffff;
	border: 1px solid #333333;
	z-index: 998;
}

.online_cover {
	border: 1px solid #333333;
	width: 151px;
	height: 26px;
	bottom: -28px;
	right: -1px;
	position: absolute;
	cursor: pointer;
}

.online_line {
	background: #ffffff;
	width: 151px;
	height: 3px;
	bottom: -2px;
	left: 27px;
	position: absolute;
}

.online_box_content {
	padding: 5px;
	width: 168px;
	max-height: 166px;
	overflow: auto;
}

#settings_box_div {
	cursor: pointer;
}

#settings_box {
	display: none;
	width: 178px;
	position: absolute;
	right: 20px;
	bottom: 27px;
	background: #ffffff;
	border: 1px solid #333333;
	z-index: 998;
}

.settings_cover {
	border: 1px solid #333333;
	width: 26px;
	height: 26px;
	bottom: -28px;
	right: -1px;
	position: absolute;
	cursor: pointer;
}

.settings_line {
	background: #ffffff;
	width: 26px;
	height: 3px;
	bottom: -2px;
	right: 0px;
	position: absolute;
}

.settings_box_content {
	padding: 5px;
	width: 168px;
}

#search_box_div {
	cursor: pointer;
}

#search_box {
	display: none;
	width: 300px;
	position: absolute;
	left: 95px;
	bottom: 27px;
	background: #ffffff;
	border: 1px solid #333333;
	z-index: 998;
}

.search_cover {
	border: 1px solid #333333;
	width: 25px;
	height: 26px;
	bottom: -28px;
	left: -1px;
	position: absolute;
	cursor: pointer;
}

.search_line {
	background: #ffffff;
	width: 25px;
	height: 3px;
	bottom: -2px;
	left: 0px;
	position: absolute;
}

.search_box_content {
	padding: 5px;
	width: 290px;
	text-align: center;
	white-space: nowrap;
	height: 26px;
}

.chat_box_div {
	width: 140px;
	cursor: pointer;
	padding-left: 5px;
	padding-right: 5px;
	color: #2d5185;
	font-weight: bold;
}

.chat_box {
	display: none;
	height: 225px;
	width: 274px;
	position: relative;
	top: -255px;
	left: -125px;
	background: #ffffff;
	border: 1px solid #333333;
	z-index: 998;
}

.chat_box_cover {
	border: 1px solid #333333;
	width: 150px;
	height: 26px;
	bottom: -28px;
	right: -1px;
	position: absolute;
	cursor: pointer;
}

.chat_box_line {
	background: #ffffff;
	width: 150px;
	height: 2px;
	right: 0px;
	bottom: -2px;
	position: absolute;
}

.chat_box_content {
	height: 135px;
	width: 270px;
	overflow: auto;
}

.chat_alt1 {
	background: #D9E3F2;
	line-height: 12px;
}

.chat_alt2 {
	background: #E5E5E5;
	line-height: 12px;
}

.chat_close {
	float: right;
	vertical-align: middle;
}