/* Teamspeak Display Preview Release 3                                       */
/* Copyright (C) 2005  Guido van Biemen (aka MrGuide@NL)                     */
/*                                                                           */
/* This program is free software; you can redistribute it and/or modify      */
/* it under the terms of the GNU General Public License as published by      */
/* the Free Software Foundation; either version 2 of the License, or         */
/* (at your option) any later version.                                       */
/*                                                                           */
/* This program is distributed in the hope that it will be useful,           */
/* but WITHOUT ANY WARRANTY; without even the implied warranty of            */
/* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             */
/* GNU General Public License for more details.                              */
/*                                                                           */
/* You should have received a copy of the GNU General Public License         */
/* along with this program; if not, write to the Free Software               */
/* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA */

#teamspeakdisplay  img {
	border: 0px;
}
#wrapper {
	background-color: #B9A489;
	color: #000000;
	margin: 0px;
	padding: 0px;
	border: 1px dashed #381E0F;
	font: 7pt arial, verdana,helvetica;
	text-align: left;
}
#teamspeakdisplay table {
	text-align: left;
	border-collapse: collapse;
	border-spacing: 0px;
}
#teamspeakdisplay td {
	font: 7pt arial, verdana,helvetica;
	padding: 0px;
	white-space: nowrap;
	vertical-align: top;
	text-align: left;
}
#teamspeakdisplay td.teamspeakserver {
	padding-left: 0px;
	font: 5pt arial, verdana,helvetica;
	text-align: left;
	font-weight: bold;
}
#teamspeakdisplay td.teamspeakchannel {
	text-align: left;
	padding-left: 1px;
}
#teamspeakdisplay td.teamspeaksubchannel {
	text-align: left;
	padding-left: 1px;
}
#teamspeakdisplay td.teamspeakplayer {
	text-align: left;
	padding-left: 1px;
}
#teamspeakdisplay a.teamspeakserver {
	text-align: left;
	font: 7pt arial, verdana,helvetica;
	text-decoration: none;
	font-weight: bold;
	color: #B7AD59;
}
#teamspeakdisplay a.teamspeakserver:hover {
	text-align: left;
	font: 7pt arial, verdana,helvetica;
	color: red;

}
#teamspeakdisplay a.teamspeakchannel {
	text-align: left;
	font: 7pt arial, verdana,helvetica;
	font-weight: bold;
	text-decoration: none;
	color: #B7AD59;
}
#teamspeakdisplay a.teamspeakchannel:hover {
	text-align: left;
	color: red;
}
#teamspeakdisplay a.teamspeaksubchannel {
	text-align: left;
	font: 7pt arial, verdana,helvetica;
	font-weight: bold;
	text-decoration: none;
	color: #B7AD59;
}
#teamspeakdisplay a.teamspeaksubchannel:hover {
	text-align: left;
	color: red;
}
