.online,
a.online {
	color: #089408 !important;
	font-weight: bold;
}
.offline,
a.offline {
	color: #ff0000 !important;
	font-weight: bold;
}
.admin,
a.admin {
	color: #AA0000 !important;
	font-weight: bold;
}
.admin:hover,
a.admin:hover {
	color: #AA0000 !important;
	font-weight: bold;
	text-decoration: underline;
}
.coadmin,
a.coadmin {
	color: #770000 !important;
	font-weight: bold;
}
.coadmin:hover,
a.coadmin:hover {
	color: #770000 !important;
	font-weight: bold;
	text-decoration: underline;
}
.cm,
a.cm {
	color: #996633 !important;
	font-weight: bold;
}
.cm:hover,
a.cm:hover {
	/*color: #cd6d0e;*/
	color: #996633 !important;
	font-weight: bold;
	text-decoration: underline;
}
.cmod,
a.cmod {
	color: #996699 !important;
	font-weight: bold;
}
.cmod:hover,
a.cmod:hover {
	color: #996699 !important;
	font-weight: bold;
	text-decoration: underline;
}
.gmod,
a.gmod {
	color: #336633 !important;
	font-weight: bold;
}
.gmod:hover,
a.gmod:hover {
	color: #336633 !important;
	font-weight: bold;
	text-decoration: underline;
}
.mod,
a.mod {
	color: #336633 !important;
	font-weight: bold;
}
.mod:hover,
a.mod:hover {
	color: #336633 !important;
	font-weight: bold;
	text-decoration: underline;
}
.ts,
a.ts {
	color: #333366 !important;
	font-weight: bold;
}
.ts:hover,
a.ts:hover {
	color: #333366 !important;
	font-weight: bold;
	text-decoration: underline;
}
.ts2,
a.ts2 {
	color: #086653 !important;
	font-weight: bold;
}
.ts2:hover,
a.ts2:hover {
	color: #086653 !important;
	font-weight: bold;
	text-decoration: underline;
}
.pixler,
a.pixler {
	color: #0783a7 !important;
	font-weight: bold;
}
.pixler:hover,
a.pixler:hover {
	color: #0783a7 !important;
	font-weight: bold;
	text-decoration: underline;
}
.ft,
a.ft {
	color: #6E4487 !important;
	font-weight: bold;
}
.ft:hover,
a.ft:hover {
	color: #6E4487 !important;
	font-weight: bold;
	text-decoration: underline;
}
.invi,
a.invi {
	color: #999999 !important;
	font-weight: bold;
}
a.invi:hover,
.invi:hover {
	color: #999999 !important;
	font-weight: bold;
	text-decoration: underline;
}

.inactive {
  opacity: 0.6;       /* modern browser */  
  -moz-opacity: 0.6;  /* older Mozilla browser */  
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; /* IE8 in Standard Compliant Mode */  
  /*filter:alpha(opacity=60); /* IE5.x -7.0 */  
}
