

/**

 * TSStatus: Teamspeak 3 viewer for php5

 * @author Sebastien Gerard <sebeuu@gmail.com>

 * @see http://tsstatus.sebastien.me/

 * 

 **/



.tsstatus{

	width: 155px;

	overflow: hidden;

	position: relative;

	background-color:#222222;
	
	font-family:  Arial;

	color:#FFFFFF

	font-size: 9px;

	vertical-align: middle;

	margin: 0;

	padding: 0;

	white-space:nowrap;


}

.tsstatus, .tsstatus *{

	font-family:  Arial;

	color:#FFFFFF

	font-size: 9px;

	vertical-align: middle;

	margin: 0;

	padding: 0;

	white-space:nowrap;

	

}

.tsstatuserror{

	FONT-FAMILY:  arial, helvetica, verdana, sans-serif;

	font-size: 9px;

}

.tsstatus .tsstatusNickname{

	color: #E1BD03;

	border-bottom: 1px solid #E1BD03;

	padding-bottom: 2px;

	margin-bottom: 2px;



}

.tsstatus .tsstatusServerName{

	

}

.tsstatus input{

	width: 135px;

	height: 19px;

}

.tsstatus .tsstatusItem{

	margin-left: 19px;

	clear: both;

	color: #FFFFFF;

}

.tsstatus .tsstatusLabel{

	float: left;

}

.tsstatus .tsstatusFlags{

	position: absolute;

	right: 0;

	clear: right;

}

.tsstatus a{

	text-decoration: none;

	color: #ffffff;

}

.tsstatus a:hover{

	text-decoration: none;

	color: #ff0000;

}

.tsstatus img{

	margin-right: 2px;

	border: 0;

}


