
/**
 * TSStatus: Teamspeak 3 viewer for php5
 * @author Sebastien Gerard <sebeuu@gmail.com>
 * @see http://tsstatus.sebastien.me/
 *
 **/

.tsstatus{
	width: 200px;
	overflow: hidden;
	position: relative;
}
.tsstatus, .tsstatus *{
/* Das ist der User */
	font-family: Verdana;
	font-size: 9px;
	color: #999;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	white-space:nowrap;
}
.tsstatuserror{
	font-family: Verdana;
	font-size: 10px;
	color: red;
}
.tsstatus .tsstatusNickname{
	border-bottom: 1px solid #FFF;
	/* border-bottom: 1px solid #aaa; */
	padding-bottom: 2px;
	margin-bottom: 2px;
}
.tsstatus .tsstatusServerName{
}
.tsstatus input{
	width: 135px;
	height: 18px;
}
.tsstatus .tsstatusItem{
	margin-left: 18px;
	clear: both;
}
.tsstatus .tsstatusLabel{
	float: left;
}
.tsstatus .tsstatusFlags{
	position: absolute;
	right: 0;
	clear: right;
}
.tsstatus a{
/* Das ist der Channel */
	text-decoration: none;
	font-weight: bold;
	color: #666;
/*	color: #333; Achtung, Hintergrundfarbe ist 333 */
}
.tsstatus a:hover{
	text-decoration: none;
	color: #FFF;
}
.tsstatus img{
	margin-right: 2px;
	border: 0;
}