/* build-v:1789652690808 */
.chatbox {
	position: fixed;
	width: 225px;
	display: none;
	font-family: lucida grande, tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	z-index: 99999;
}
.chatbox_mainchat {
	position: fixed;
	width: 225px;
	bottom: 0px;
	right: 20px;
	font-family: lucida grande, tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	z-index: 99999;
}
.chatboxhead {
	background-color: #A80000;
	padding: 7px;
	color: #ffffff;
	border-right: 1px solid #A80000;
	border-left: 1px solid #A80000;
	cursor: pointer;
}
.chatboxmainhead {
	cursor: pointer;
	background-color: #eeeeee;
	border-color: #999999;
	border-style: solid;
	border-width: 1px 1px 0 1px;
	color: #333333;
	padding: 7px;
}
.chatboxblink {
	background-color: #176689;
	border-right: 1px solid #176689;
	border-left: 1px solid #176689;
}
.chatboxcontent {
	color: #333333;
	height: 200px;
	overflow-y: auto;
	overflow-x: auto;
	padding: 7px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #eeeeee;
	background-color: #ffffff;
	line-height: 1.3em;
}
.chatboxcontent a {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}
.chatboxinput {
	padding: 5px;
	background-color: #ffffff;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.chatboxtextarea {
	width: 206px;
	height: 44px;
	padding: 3px 0pt 3px 3px;
	border: 1px solid #A80000;
	margin: 1px;
	overflow: hidden;
	font-family: lucida grande, tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	resize: none;
	box-sizing: border-box;
}
.chatboxtextareaselected {
	border: 2px solid #A80000;
	margin: 0;
}
.chatboxmessage {
	margin-left: 1em;
}
.chatboxinfo {
	margin-left: -1em;
	color: #666666;
}
.chatboxmessagefrom {
	margin-left: -1em;
	font-weight: bold;
}
.chatboxoptions {
	float: right;
}
.chatboxoptions a {
	text-decoration: none;
	color: white;
	font-weight: bold;
	font-size: 13px;
}
.chatboxoptions img {
	width: 16px;
	height: 16px;
	border: 0;
	display: block;
}
.chatboxtitle {
	float: left;
	width: 100%;
}
.chatbox .chatboxtitle {
	width: auto;
	max-width: 170px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: bold;
}
.chatboxbuddies {
	color: #333333;
	height: 200px;
	overflow-y: auto;
	overflow-x: auto;
	padding: 7px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #eeeeee;
	background-color: #ffffff;
	line-height: 1.3em;
}
.chatboxbuddies div.online {
	background-image: url(img/chat/online.svg);
	background-repeat: no-repeat;
	background-position: center;
	width: 14px;
	height: 14px;
	float: left;
}
.chatboxbuddies div.offline {
	background-image: url(img/chat/offline.svg);
	background-position: center;
	background-repeat: no-repeat;
	width: 14px;
	height: 14px;
	float: left;
}
.chatboxbuddies .buddyname {
	float: left;
	font-weight: bold;
	margin-left: 8px;
	height: 18px;
	cursor: pointer;
}
.chatboxbuddies a {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}
.chatboxbuddies .divbuddy {
	cursor: pointer;
	height: 18px;
	display: block;
}
.chatboxtitle .friendchat {
	float: left;
	background-image: url(img/chat/friendchat.svg);
	background-repeat: no-repeat;
	background-position: center;
	width: 16px;
	height: 16px;
}
#div_Chat {
	float: left;
	font-weight: bold;
	margin-left: 8px;
	padding-top: 2px;
}
.div_status_online {
	float: right;
	background-image: url(img/chat/goonline.svg);
	background-repeat: no-repeat;
	background-position: center;
	width: 16px;
	height: 16px;
}
.div_status_offline {
	float: right;
	background-image: url(img/chat/gooffline.svg);
	background-repeat: no-repeat;
	background-position: center;
	width: 16px;
	height: 16px;
}
#div_status_change {
	font-family: lucida grande, tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: Black;
	background-color: White;
	position: fixed;
	display: none;
	border: 1px solid #999999;
	cursor: pointer;
	z-index: 99998;
}
#div_status_change.is-open {
	display: block;
}
#div_goonline {
	background-image: url(img/chat/goonline.svg);
	background-position: 4px center;
	background-repeat: no-repeat;
	height: 16px;
	cursor: pointer;
	padding: 7px 7px 7px 24px;
}
#div_gooffline {
	background-image: url(img/chat/gooffline.svg);
	background-position: 4px center;
	background-repeat: no-repeat;
	height: 16px;
	cursor: pointer;
	padding: 7px 7px 7px 24px;
}
#div_goonline:hover,
#div_gooffline:hover {
	background-color: Aqua;
}
