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

.tsstatus{
	width: 200px;
	overflow: auto;
	position: relative;
}
.tsstatus, .tsstatus *{
       font-family: Verdana;
	font-size: 10px;	
       display:block;
	font-weight:bold;
	color:#2B3856;
	line-height:14px;
	padding-left:2px;
}
.tsstatuserror{
	font-family: Verdana;
	font-size: 10px;
	color: red;
}
.tsstatus .tsstatusNickname{
	border-bottom: 1px solid #aaa;
	padding-bottom: 2px;
	margin-bottom: 2px;
}
.tsstatus .tsstatusServerName{
	font-family: Verdana;
	font-size: 11px;
	color: blue;
}
.tsstatus input{
	width: 135px;
	height: 18px;
}
.tsstatus .tsstatusItem{
	margin-left: 0px;
	clear: both;
}
.tsstatus .tsstatusLabel{
	float: left;
}

.tsstatus a{
	text-decoration: none;
	color: #333;
}
.tsstatus a:hover{
	text-decoration: none;
	color: #F0F;
}
.tsstatus img{
	margin-right: 2px;
	border: 0;
}
