.mumble-tree .ts3-middle {
	padding-right: 7px;
}

.mumble-tree .ts3-top-right {
	margin-left: 36px;
}
.mumble-tree .ts3-title {
	margin-top: -5px
}
.mumble-tree .mumble-logo {
	width: 30px;
	height: 30px;
	float: left;
}

.mumble-tree .mask {
	padding-top: 10px;
}

.mumble-tree.hide_empty .empty {
	display: none;
}

.mumble-tree .tree {
	padding: 5px 8px 10px 10px;
	overflow-x: hidden;
	overflow-y: auto;
	line-height: 18px;
}
.mumble-tree .tree.autoheight {
	max-height: 500px;
}
.mumble-tree .channels {
	padding-left: 10px;
	line-height: 20px;
}
.mumble-tree .channel-name {
	font-weight: bold;
	font-size: 12px;
	cursor: default;
	line-height: 18px;
}
.mumble-tree .channels .channels .channel-name {
	font-size: 11px;
}
.mumble-tree .channel-name.auth {
}
.mumble-tree .channel-name.pass {
}
.mumble-tree .channel-name .lock-icon {
	width: 11px;
	height: 12px;
	background: url(/themes/core/images/icons/voice-status-sprite.png) 0px 0px no-repeat;
	display: inline-block;
	zoom: 1;
	*display: inline;
	position: relative;
	top: 1px;
	margin-left: 4px;
}

.mumble-tree .users {
	padding-left: 10px;
}
.mumble-tree .username {
	line-height: 18px;
	cursor: default;
}
.mumble-tree .username.phantom {
	font-style: italic;
}
.mumble-tree .element_avatar {
	float: left;
	margin-right: 4px;
	position: relative;
	top: 2px;
}
.mumble-tree .element_avatar .mumble-user {
	background: url(/themes/core/images/icons/voice-status-sprite.png) -30px -30px no-repeat;
	width: 12px;
	height: 12px;
}
.mumble-tree .username.admin .element_avatar .mumble-user {
	background-position: -60px 0px;
}

.mumble-tree .user-count {
	float: right;
	padding: 0px 4px;
	font-size: 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	line-height: 14px;
}

.mumble-tree .server {
	padding: 7px 7px 7px 8px;
	min-height: 22px;
}
.mumble-tree .server .icon {
	float: left;
	background: url(/themes/core/images/icons/voice-status-sprite.png) -210px 0px no-repeat;
	width: 26px;
	height: 26px;
}
.mumble-tree .server .title {
	font-size: 12px;
	font-weight: bold;
	margin-top: 1px;
	margin-left: 33px;
}
.mumble-tree .server .ip {
	font-size: 11px;
	margin-top: 2px;
	line-height: 13px;
	margin-left: 33px;
}
.mumble-tree .server .ip .server-icon {
	float: left;
	width: 9px;
	height: 9px;
	background: url(/themes/core/images/tray/tray-sprite.png) 0px -50px no-repeat;
	margin-right: 4px;
	position: relative;
	top: 3px;
}
.mumble-tree .server.offline .ip .server-icon {
	background: url(/themes/core/images/tray/tray-sprite.png) 30px -50px no-repeat;
}

.mumble-tree .info {
	padding: 8px 10px;
}
.mumble-tree .info .join-link {
	font-size: 12px;
	font-weight: bold;
}
.mumble-tree .info .clients {
	float: right;
	font-size: 11px;
	margin-top: 1px;
}

.mumble-tree .ts3-bottom,
.m_mumble .ts3-bottom {
	height: 16px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 20px;
}

.m_mumble a.ts3-join {
	float: left;
}
.m_mumble .ts3-bottom-tray .mumble-join-link {
	margin: 6px 0px 10px;
}

.m_mumble .ts3-users {
	float: right;
}
