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

.tsstatus{
	width: 150px;
	overflow: hidden;
	position: relative;
	color: black;
}
.tsstatus, .tsstatus *{
	font-family: Verdana;
	font-size: 10px;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	white-space:nowrap;
}
.tsstatus .tsstatusServerName{
	color: black;
}
.tsstatus .tsstatusItem{
	margin-left: 18px;
	clear: both;
}
.tsstatus .tsstatusChannel{
	float: left;
	color: white;
	font-size: xx-small;
}
.tsstatus .tsstatusUser{
	float: left;
	color: yellow;
	font-size: xx-small;
}
.tsstatus .tsstatusChannelAdmin{
	float: left;
	color: blue;
	font-size: xx-small;
}
.tsstatus .tsstatusChannelOperator{
	float: left;
	color: lightblue;
	font-size: xx-small;
}
.tsstatus .tsstatusServerAdmin{
	float: left;
	color: red;
	font-size: xx-small;
}
.tsstatus .tsstatusFlags{
	position: absolute;
	right: 0;
	clear: right;
}
.tsstatus a{
	text-decoration: none;
	color: #333;
}
.tsstatus a:hover{
	text-decoration: none;
	color: #F0F;
}
.tsstatus img{
	margin-right: 2px;
	border: 0;
}
{
	text-decoration: none;
	color: #F0F;
}
2px;
	border: 0;
}
{
	text-decoration: none;
	color: #F0F;
}

