@charset "UTF-8";
#mumble {
  margin-left:4px;
  color:#FDFDFD;
  width:150px !important;
  max-width:155px !important;
}

#mumble h2,
#mumble h3 {
  text-align:center;
  font-family:Tahoma,Helvetica,sans-serif;
  margin:0;
  padding:0;
}

#mumble h2 {
  padding:3px;
  font-size:12px;
  text-decoration:underline;
}

#mumble h3 {
  font-size:10px;
}

#mumble .div_channel {
  margin: 0px;
  padding: 0px;
  position:relative; top:0px;
  border: none;
  font-family: Tahoma,Helvetica;
  font-size: 10px;
  width:155px !important;
}
#mumble .div_player {
  margin: 0px;
  padding: 0px;
  position:relative; top:0px;
  border: none;
  font-family: Tahoma,Helvetica;
  font-size: 10px;
}

#mumble a {
	font-weight:500;
	text-decoration:none;
	color:#FDFDFD; 
}

#mumble a:link {
  
}
#mumble a:visited {
  
}
#mumble a:active {
  
}
#mumble a:hover {
  text-decoration:underline
}
#mumble .mumbleSetLayer:hover {
	text-decoration:none;
}

.mumbleInfoTop {
  font-weight: bold;
  background-color: #444;
  border-bottom: 1px solid #000;
  text-align:center;
  padding:3px;
  background:url("../../../images/mumbleviewer/stats_header.png") no-repeat 30px 0px #757575;
}

.mumbleInfoOnline,
.mumbleInfoVisitor,
.mumbleInfoVersion,
.mumbleInfoSystem,
.mumbleInfoIdle,
.mumbleInfoComment {
  padding-left:20px !important;	
}

.mumbleInfoOnline {
  background:url("../../../images/mumbleviewer/chronometer.png") no-repeat 0 0;
}

.mumbleInfoVisitor {
  background:url("../../../images/mumbleviewer/user.png") no-repeat 0 0;
}

.mumbleInfoVersion {
  background:url("../../../images/mumbleviewer/version.png") no-repeat 0 0;
}

.mumbleInfoSystem {
  background:url("../../../images/mumbleviewer/system.png") no-repeat 0 0;
}

.mumbleInfoIdle {
  background:url("../../../images/mumbleviewer/idle.png") no-repeat 0 0;
}

.mumbleInfoComment {
  background:url("../../../images/mumbleviewer/comment.png") no-repeat 0 0;
}
