/* status module */

.ts3-tree .clear {
    clear: both;
}

.ts3-tree strong {
    font-weight: bold;
}

.ts3-hidden {
    display: none;
}

.ts3-tree {
    font-size: 12px;
	line-height: 18px;
}

.ts3-tree .ts3-top {
    padding: 13px 7px 7px 10px;
}

.ts3-tree img.ts3-logo {
    float: left;
    width: 25px;
    height: 25px;
    margin: 0px 5px 0 0;
}

.ts3-tree .ts3-top-right {
    margin-left: 31px;
}

.ts3-tree a.ts3-title {
    display: block;
    font-weight: bold;
}

.ts3-tree .ts3-server {
    font-size: 11px;
    line-height: 13px;
    padding: 2px 0 0 13px;
}

.ts3-tree .ts3-online {
    background: transparent url(/admin/theme/images/teamspeak/module/online.png) no-repeat 0 4px scroll;
}

.ts3-tree .ts3-offline {
    background: transparent url(/admin/theme/images/teamspeak/module/offline.png) no-repeat 0 4px scroll;
}

.ts3-tree .ts3-unknown {
    background: transparent url(/admin/theme/images/teamspeak/module/unknown.png) no-repeat 0 4px scroll;
}

.ts3-tree .ts3-middle {
    font-size: 11px;
    max-height: 300px;
    padding: 7px 0 10px 7px;
    white-space: nowrap;
    overflow-x: hidden;
    overflow-y: auto;
    border-bottom: 1px solid #000000;
    border-top: 1px solid #363227;
}

.ts3-tree .ts3-middle .mask {    
	position: relative;
	height: 16px;
    overflow: hidden;
}

.ts3-tree .ts3-middle .row {
    position: absolute;
	line-height: 0px;
	width: 100%;
}

.ts3-tree .ts3-middle img {
	vertical-align: middle;
}

.ts3-tree .ts3-middle .spacer {
	line-height: 14px;
}

.ts3-tree .ts3-bottom {
    height: 16px;
    padding: 5px 10px;
    border-top: 1px solid #D1D1D1;
    font-size: 13px;
}

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

.ts3-tree .ts3-users {
    float: right;
    color: #299A0E;
}


/* tray */

#enjin-tray ul.tray-panel li a .ts3-online-count {
    color: #78DE71;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: -1px;
    margin: 8px -3px 0 4px;
    padding: 1px 1px 1px 0;
    text-align: right;
    text-indent: 0;
    text-shadow: 1px 0 0 #000000, -1px 0 0 #000000, 0 1px 0 #000000, 0 -1px 0 #000000, 0px 0px 1px #000000;
    filter: glow(color=#000000,strength=5);
}

#enjin-tray ul.tray-panel li a:hover {
    text-decoration: none;
}

#enjin-tray ul.tray-panel li .ts3 a.faux-icon .ts3-online-count {
    margin: 14px 2px 0 0;
}

#enjin-tray li.ts3-online-notification .item-notification {
    width: 55%;
}

#enjin-tray li.ts3-online-notification .ts3-online-icon {
    float: right;
    width: 18px;
    height: 17px;
    margin: -21px 7px 0 0;
    background-image: url(/admin/theme/images/teamspeak/ts3icon.png);
}

.ts3-tree.ts3-tray .ts3-top {
    min-height: 31px;
    border-bottom: 1px solid #000;
}

.ts3-tree img.ts3-sync-status {
    float: right;
}

.ts3-tree .ts3-sync-header {
    clear: both;
    padding-top: 13px;
}

.ts3-tree .ts3-sync {
    padding: 10px;
}

.ts3-tree .ts3-legend {
    margin: 7px 0;
    font-weight: bold;
}

.ts3-tree a.ts3-connect {
    display: block;
    width: 135px;
    padding: 5px 10px;
    margin-bottom: 10px;
    border: 1px solid #6E6E6E;
    border-radius: 5px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
	text-align: center;

    background-image: linear-gradient(top , #505050, #272727);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#505050), to(#272727));
    background-image: -moz-linear-gradient(top, #505050, #272727);
    background-image: -o-linear-gradient(top, #505050, #272727);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#505050', endColorstr='#272727');
}

.ts3-tree a.ts3-connect:hover {
    text-decoration: none;
}

.ts3-tree input.ts3-key {
    width: 275px;
    padding: 5px;
    margin-bottom: 10px;
    background-color: transparent;
    border: 1px solid #7D7D7D;
    font-size: 14px;
}

.ts3-tree .ts3-bottom-tray {
    padding: 5px 8px;
    border-top: 1px solid #273133;
    font-size: 13px;
}

.ts3-tree .ts3-bottom-left {
    font-size: 12px;
    line-height: 18px;
}

.ts3-tree .ts3-bigusers {
    float: right;
    padding-top: 10px;
    color: #299A0E;
    font-size: 16px;
    font-weight: bold;
}
.mumble-tree .ts3-bigusers {
	padding-top: 5px;
}


/* module */

.ts3-tree .ts3-unsynced {
    color: #F00000;
}

.ts3-tree a.ts3-module-join {
    line-height: 20px;
}

.ts3-tree span.ts3-updated {
    font-size: 11px;
}

p.ts3-tree-empty {
    padding: 10px 5px;
}

.ts3-tree.ts3-no-server {
	padding: 10px;
	font-size: 12px;
	line-height: 19px;
}