
/**
 * TSStatus: Teamspeak 3 viewer for php5
 * @author Sebastien Gerard <sebeuu@gmail.com>
 * @see http://tsstatus.sebastien.me/
 * 
 **/
body {background-color: #dbe6de; margin: 0;}

.tsstatus{
	width: 196px;
	overflow: auto;
	position: relative;
	margin-left:auto;
	margin-right:auto;
	height:168px;
	background-image:url('img/ts3bgv.png');
	background-repeat:no-repeat;
}
.tsstatus, .tsstatus *{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	white-space:nowrap;
}
.tsstatuserror{
	font-family: Verdana;
	font-size: 10px;
	color: red;
}
.tsstatus .tsstatusNickname, .tsstatus .tsstatusPassword{
	border-bottom: 1px solid #aaa;
	padding-bottom: 2px;
	margin-bottom: 2px;
}
.tsstatus .tsstatusServerName{
	font-weight:bold;
	margin-top: 4px;
	margin-bottom: 5px;
	text-align:center;	
}

.tsstatus .tsstatusServerName a{
	font-weight:bold;
	margin-top: 4px;
	color:#fff;
}

.tsstatus input{
	width: 135px;
	height: 18px;
}
.tsstatus .tsstatusItem{
	margin-left: 8px;
	clear: both;
	color: #ff8800;
}
.tsstatus .tsstatusLabel{
	float: left;
}
.tsstatus .tsstatusFlags{
	position: absolute;
	right: 0;
	clear: right;
}
.tsstatus a{
	text-decoration: none;
	color: #1C1C1C;
	font-weight:bold;
}
.tsstatus a:hover{
	text-decoration: underline;
	color: #FF8800;
}
.tsstatus img{
	margin-right: 2px;
	border: 0;
}

a{
	text-decoration: none;
	color: #fff;
	font-family: Verdana;
	font-size: 10px;
}
a:hover{
	text-decoration: underline;
	color: #FF8800;
}

.FixedHeight
{
  margin-left:auto;
  margin-right:auto;
  height: 170px;
  width:196px;
}
.Content
{
  height:180px;
   overflow:auto;
    background:#fff;
}