
/**
 * {C-oPs}Jesus Teamspeak 3 Viewer
 * 
 **/

.ts3page-status {
	width: 190px;
	padding: 2px;
	float: left;
}

.ts3page-logo {
	padding: 2px;
	float: right;
}

.tsstatus {
	/* width: 99%; */
	padding: 2px;;
	overflow: hidden;
	position: relative;
}
.tsstatus, .tsstatus *{
	font-size:9px;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	white-space:nowrap;
}
.tsstatuserror {
	font-size:10px;
	color: red;
}
.tsstatus .tsstatusNickname {border-color: #5b5b5b; color:#eeeeff; background-color: #303030; font:normal 11px Verdana,Arial,Helvetica,sans-serif}

.tsstatus .tsstatusServerName { }

.tsstatus input {
	width: 75px;
	height: 10px;
}
.tsstatus .tsstatusItem {
	padding-left: 5px;
	clear: both;
}
.tsstatus .tsstatusLabel {
	padding-bottom: 2px;
	float: left;
}
.tsstatus .tsstatusFlags {
	vertical-align: bottom;
	position: absolute;
	right: 0;
	clear: right;
}

.tsstatus a { }

.tsstatus a:hover { }

.tsstatus img {
	/* padding-right: 4px; */
	border: 0px none;
}