#copy {
	display: none;
}
.helpfile {
	font-size: 12px;
}
/*** Filters ***/
#chatFilter {
	overflow: auto;
	background: #ffffff;
	z-index: 1000;
}
.chatFilterTrue {
	filter: alpha(opacity=50);
	opacity: 0.2;
}
.chatFilterFalse {
	filter: none;
	opacity: 1;
}
/*** Filter Boxes ***/
#chatContainer {
	position: relative;
}

#chatContainer a {
	color: #1d35c9;
	border-bottom: 1px dotted #1d35c9;
}
	
#chatContainer a:hover {
	color: #12217a;
	border-bottom: 1px solid #12217a;
}
#chatContainer a:active, #chatContainer a:focus {
	position: relative;
	top: 1px;
}
#chatLogin {
	font-family: Verdana, Geneva, sans-serif;
	position: absolute;
	border: 2px solid #666666;
	top: 30%; 
	left: 150px;
	padding: 10px;
	width: 45%;
	z-index: 1001;
	background-color: #000000;
	color: #ffffff;
}
#adminPanel {
	font-family: Verdana, Geneva, sans-serif;
	position: absolute;
	border: 2px solid #666666;
	top: 30%; 
	left: 80px;
	padding: 10px;
	width: 70%;
	z-index: 1002;
	background-color: #000000;
	color: #ffffff;
}
#helpPanel {
	font-family: Verdana, Geneva, sans-serif;
	position: absolute;
	border: 2px solid #666666;
	top: 2%; 
	left: 50px;
	padding: 2px;
	width: 80%;
	z-index: 1003;
	background-color: #000000;
	color: #ffffff;
}
.hide {
	visibility: hidden;
}
.show {
	visibility: visible;
}
#closeb input {
	background-color: #000000;
	color: #ffffff;
	cursor: pointer;
}
/*** Content ***/
.contentTop {
	display: none;
}
.contentBottom {
	height: 20px;
	padding-bottom: 4px;
	background: #666666;
	border: 1px solid #000000;
}
.boxcontent {
	background: #e1e1e1;
}
.cboxtitle {
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	padding-left: 4px;
}
.btn {
	padding-top: 1px;
	padding-bottom: 1px;
	border: none;
	cursor: pointer;
	background-color: #069;
	color: #ffffff;
	padding-left: 8px;
	padding-right: 8px;
}
.btnhov {
	background-color: #036;
}
.pointer {
	cursor: pointer;
}
/*** Chat ***/
#chat_wrapper {
	
}
#chat_display {
	float: left;
	background: #ffffff;
	overflow: hidden;
	height: 100%;
	color: #000000;
	font-size: 13px;
	font-family: Arial, sans-serif;
	overflow: auto;
	text-align: left;	
	padding: 0px 5px !important;
	width: 440px !important;
}

#chat_users {
	float: left;
	background: #dedede;
	height: 100%;
	overflow: hidden;
	font-family: Arial, sans-serif;
	font-size: 13px;
	text-align: left;
	border-left: 1px solid #bababa;
	width: 184px !important;
}
	#chat_users font {
		background: #aeaeae url(../../../assets/img/stripes_dark.png) !important;
		border-bottom: 1px solid #9c9c9c;
		padding: 5px !important;
		font-weight: bold !important;
		color: #333333 !important;
	}
	#chat_users a {
		margin: 2px 0px 4px 5px;
		cursor: pointer;
		color: #444444 !important;
	}
	#chat_users a:hover {
		border: none !important;
	}
	#chat_users a:active {
		color: #222222 !important;
	}
	#chat_users a.group_8 { /* Global Mod */
		color: #376edb !important;
	}
	#chat_users a.group_8:hover {
		color: #2c3553 !important;
	}
	#chat_users a.group_10 { /* Admin */
		color: #db3737 !important;
	}
	#chat_users a.group_10:hover {
		color: #c43232 !important;
	}
	#chat_users a.group_5 { /** Moderator **/
		color: #37db3b !important;
	}
	#chat_users a.group_5:hover {
		color: #32c439 !important;
	}
	#chat_users a.group_4 { /* DJ */
		color: #db8037 !important;
	}
	#chat_users a.group_4:hover {
		color: #c48832 !important;
	}
	#chat_users a.group_3 { /* Voiced */
		color: #37b2db !important;
	}
	#chat_users a.group_3:hover {
		color: #32b5c4 !important;
	}
	#chat_users a.group_2 { /* Donator */
		color: #dbc637 !important;
	}
	#chat_users a.group_2:hover {
		color: #c4b132 !important;
	}
	#chat_users a.group_1 { /* Regular User */
		color: #555555 !important; 
	}
	#chat_users a.group_1:hover {
		color: #333333 !important; 
	}
	#chat_user a {
		color: #555555 !important;
	}
	#chat_user a:hover {
		color: #333333 !important;
	}
	#chat_users span.userOption {

	}
		#chat_users span.userOption a {
			font-size: 12px !important;
			color: #666666 !important;
			border-left: 1px dashed #9c9c9c;
			margin: 0px 0px 0px 6px;
			padding: 0px 0px 0px 5px;
		}
		#chat_users span.userOption a:hover {
			color: #444444 !important;
		}
#input-area {
	position: relative;
	padding: 5px !important;
	background: #585858 url(../../../assets/img/sprite_button_background.gif) 0px 0px repeat-x;
}
	#input-area form {
		position: relative;
		
	}
		#input-area form input {
			padding: 2px !important;
		}
#emotes {
	float: left;
	margin: 3px 0px 0px 0px !important;
}
#right {
	
}
	#right p {
		float: right;
		color: #ffffff;
		margin: 4px 0px 0px 0px;
		position: relative;
	}
.chattd {
	padding-left: 4px;
}
a.chatl {
	font-weight: bold;
}
	a.chatl:link {
		color: #06C;
		font-family: Arial, sans-serif;
		font-size: 12px; 
		text-decoration: none;
	}
	a.chatl:visited {
		color: #06C;
		font-family: Arial, sans-serif;
		font-size: 12px; 
		text-decoration: none;
	}
	a.chatl:hover {
		color: #ffffff;
		font-family: Arial, sans-serif;
		font-size: 12px; 
		text-decoration: none;
	}
	a.chatl:active {
		color: #06C;
		font-family: Arial, sans-serif;
		font-size: 12px; 
		text-decoration: none;
	}
.userOption {
	padding-top: 5px;
	padding-bottom: 5px;
	color: #00ffffff;
}
.admin {
	color: #C80000;
}
.group_8 a { /** Gmod **/
	color: #384c74 !important;
	font-weight: bold;
}
.group_10 a { /** Admin **/
	color: #743838 !important;
	font-weight: bold;
}
.group_5 a { /** Moderator **/
	color: #38743c !important;
	font-weight: bold;
}
.group_4 a { /** DJ **/
	color: #683874 !important;
	font-weight: bold;
}
.group_3 a { /** Voiced **/
	color: #06C !important;
	font-weight: bold;
}
.group_2 a { /** Donator **/
	color: #FF3399 !important;
	font-weight: bold;
}
.group_1 a {
	color: #555 !important; /** Regular user **/
	font-weight: bold;
}