.chat_bubbleselection a{
	/*background-color:#fff;*/
	padding-top:6px;
	width:100%;
	height:42px;
	color:#fff;
	border-bottom:1px solid #f0f0f0;
}

.chat_bubbleselection a:hover{
	/*background-color:#f0f0f0;*/
	padding-top:6px;
	width:100%;
	height:42px;
	border-bottom:1px solid #0CF;
}

.chat_button_bg a{
	/*background-color:#000;*/
	color:#666;
	width:250px;
	height:25px;
	padding:5px;
}

.chat_button_bg a:hover{
	/*
	background-color:#00;
	color:#000;
	*/
}

.chat_button_bg_smiley a{
	background-color:#fff;
	color:#666;
	width:54px;
	height:54px;
}

.chat_button_bg_smiley a:hover{
	background-color:#ccc;
}

.chat_videocontent a{
	background-color:#f0f0f0;
	padding:2px;
	position:relative;
	margin-top:2px;
	height:70px;
	width:380px;
	cursor:pointer;
	border:1px solid transparent;
	color:#666;
}

.chat_videocontent a:visited{
	background-color:#f0f0f0;
	padding:2px;
	position:relative;
	margin-top:2px;
	height:70px;
	width:380px;
	cursor:pointer;
	border:1px solid transparent;
	color:#666;
}

.chat_videocontent a:hover{
	background-color:#fff;
	border:1px solid #ccc;
	padding:2px;
	position:relative;
	margin-top:2px;
	height:70px;
	width:380px;
	cursor:pointer;
	color:#000;
}

.chat_smiley_icon a{
	background:url(../images/chat/icon_emoticon_dim.png);
	background-position:center center;
	background-repeat:no-repeat;
	color:#ccc;
	font-weight:normal;
	cursor:pointer;
	height:25px;
	width:25px;
}

.chat_smiley_icon a:hover{
	background:url(../images/chat/icon_emoticon.png);
	background-position:center center;
	background-repeat:no-repeat;
}

.chat_smiley_icon_selected a{
	background:url(../images/chat/icon_emoticon.png);
	background-position:center center;
	background-repeat:no-repeat;
	color:#ccc;
	font-weight:normal;
	cursor:pointer;
	height:25px;
	width:25px;
}

.chat_photo_icon a{
	background:url(../images/chat/icon_folder_dim.png);
	background-position:center center;
	background-repeat:no-repeat;
	color:#ccc;
	font-weight:normal;
	cursor:pointer;
	height:25px;
	width:25px;
}

.chat_photo_icon a:hover{
	background:url(../images/chat/icon_folder.png);
	background-position:center center;
	background-repeat:no-repeat;
}

.chat_photo_icon_selected a{
	background:url(../images/chat/icon_folder.png);
	background-position:center center;
	background-repeat:no-repeat;
	color:#ccc;
	font-weight:normal;
	cursor:pointer;
	height:25px;
	width:25px;
}

.chat_videochat_icon a{
	background:url(../images/chat/icon_videochat_dim.png);
	background-position:center center;
	background-repeat:no-repeat;
	color:#ccc;
	font-weight:normal;
	cursor:pointer;
	height:25px;
	width:25px;
}

.chat_videochat_icon a:hover{
	background:url(../images/chat/icon_videochat.png);
	background-position:center center;
	background-repeat:no-repeat;
}

.chat_videochat_icon_selected a{
	background:url(../images/chat/icon_videochat.png);
	background-position:center center;
	background-repeat:no-repeat;
	color:#ccc;
	font-weight:normal;
	cursor:pointer;
	height:30px;
	width:30px;
}

.chat_text_icon a{
	background:url(../images/chat/icon_text_dim.png);
	background-position:center center;
	background-repeat:no-repeat;
	color:#ccc;
	font-weight:normal;
	cursor:pointer;
	height:30px;
	width:30px;
}

.chat_text_icon a:hover{
	background:url(../images/chat/icon_text.png);
	background-position:center center;
	background-repeat:no-repeat;
	color:#ccc;
	font-weight:normal;
	cursor:pointer;
	height:30px;
	width:30px;
}

.chat_text_icon_selected a{
	background:url(../images/chat/icon_text.png);
	background-position:center center;
	background-repeat:no-repeat;
	color:#ccc;
	font-weight:normal;
	cursor:pointer;
	height:30px;
	width:30px;
}

.chat_link_icon a{
	background:url(../images/chat/icon_link_dim.png);
	background-position:center center;
	background-repeat:no-repeat;
	color:#ccc;
	font-weight:normal;
	cursor:pointer;
	height:25px;
	width:25px;
}

.chat_link_icon a:hover{
	background:url(../images/chat/icon_link.png);
	background-position:center center;
	background-repeat:no-repeat;
}

.chat_link_icon_selected a{
	background:url(../images/chat/icon_link.png);
	background-position:center center;
	background-repeat:no-repeat;
	color:#ccc;
	font-weight:normal;
	cursor:pointer;
	height:25px;
	width:25px;
}

.chat_translate_icon{
	background:url(../images/chat/icon_translate.png);
	background-position:center center;
	background-repeat:no-repeat;
	color:#ccc;
	font-weight:normal;
	cursor:pointer;
	height:20px;
	width:20px;
}

.chat_newmsgfriendlistrow a:visited{
	height:30px;
	font-size:16px;
	color:#666;
	background-color:#3CF;
}

.chat_newmsgfriendlistrow a:link{
	height:30px;
	font-size:16px;
	color:#666;
	background-color:#3CF;
}

.chat_newmsgfriendlistrow a:hover{
	height:30px;
	background-color:#666;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	background-color:#39F;
}

.chat_friendlistrow a{
	height:40px;
	font-size:16px;
	color:#666;
	background-color:#f7f7f7;
	border-bottom:1px solid #f0f0f0;
}

.chat_friendlistrow a:hover{
	background-color:#666;
	color:#fff;
	border-bottom:1px solid #f0f0f0;
}

.chat_friendlistrow_selected a{
	height:40px;
	background-color:#ccc;
	font-size:12px;
	color:#000;
}

.privatechatbox{
	bottom:0;
	right:0;
	margin-bottom:0px;
	margin-right:210px;
	position:fixed;
	z-index:100;
	height:500px;
	/*width:400px;*/
	/*border:1px solid #ccc;*/
	/*padding:10px;*/
	background-color:#fff;
	/*opacity:.7;filter:alpha(opacity=70);*/
	-webkit-box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.3);
}

.chatgroup a:link{
	/*font-weight:bold;*/
	font-size:14px;
	color:#ccc;
	height:20px;
	padding-bottom:5px;
	padding-left:20px;
}

.chatgroup a:visited{
}

.chatgroup a:hover{
	color:#000;
	padding-bottom:5px;
}


.chatgroup_downarrow{
	background:url(../images/chat/pri-arrow.png);
	background-position:0px 4px;
	background-repeat:no-repeat;
	background-color:#E6F0F0;
	padding-top:5px;
}

.chatgroup_rightarrow{
	background:url(../images/chat/pri-arrow-right.png);
	background-position:0px 4px;
	background-repeat:no-repeat;
	background-color:#E6F0F0;
	padding-top:5px;
}

.chat_controlbar_icon_friendlist a:link{
	background:url(../images/chat/chat_icon_friendlist.png);
	background-repeat:no-repeat;
	padding:5px;
	background-position:6px 5px;
}

.chat_controlbar_icon_recentlist a:link{
	background:url(../images/chat/chat_icon_recentlist.png);
	background-repeat:no-repeat;
	padding:5px;
	background-position:6px 5px;
}

.chat_controlbar_icon_minimize a:link{
	background:url(../images/chat/chat_icon_arrowdown.png);
	background-repeat:no-repeat;
	padding:5px;
	background-position:6px 5px;
	width:20px;
	height:20px;
	float:right;
}

.chat_controlbar_icon_close a:link{
	background:url(../images/chat/chat_icon_close.png);
	background-repeat:no-repeat;
	padding:5px;
	background-position:6px 5px;
	width:20px;
	height:20px;
	float:right;
}

.chat_controlbar_icon_maximize a:link{
	background:url(../images/chat/chat_icon_arrowup.png);
	background-repeat:no-repeat;
	padding:5px;
	background-position:6px 5px;
}

.chat_controlbar_icon_setting a:link{
	background:url(../images/chat/chat_icon_setting.png);
	background-repeat:no-repeat;
	padding:5px;
	background-position:4px 5px;
}

.chat_controlbar_icon_search a:link{
	background:url(../images/chat/chat_icon_search.png);
	background-repeat:no-repeat;
	padding:5px;
	background-position:4px 5px;
}

.chat_controlbar_search a:link{
	background-color:#fff;
	width:20px;
	height:20px;
	float:right;
}

.chat_controlbar_search a:hover{
	background-color:#f0f0f0;
	width:20px;
	height:20px;
	float:right;
}

.chat_controlbar_minimize a:link{
	background-color:#fff;
	width:20px;
	height:20px;
	float:right;
	margin-right:10px;
}

.chat_controlbar_minimize a:hover{
	background-color:#f0f0f0;
	width:20px;
	height:20px;
	float:right;
}

.chat_controlbar_setting a:link{
	background-color:#fff;
	width:20px;
	height:20px;
	float:right;
}

.chat_controlbar_setting a:hover{
	background-color:#f0f0f0;
	width:20px;
	height:20px;
	float:right;
}


.chat_listselection a:link{
	position:absolute;
	background-color:#f0f0f0;
	height:18px;
	width:50px;
	color:#666;
	padding:5px;
	font-size:12px;
	font-weight:bold;
	padding-left:30px;
	border:1px solid #f0f0f0;
	border-bottom:0px;
	z-index:99;
	margin-top:1px;
}

.chat_listselection a:visited{
	position:absolute;
	background-color:#f0f0f0;
	height:18px;
	width:50px;
	color:#666;
	padding:5px;
	font-size:12px;
	font-weight:bold;
	padding-left:30px;
	border:1px solid #f0f0f0;
	border-bottom:0px;
	z-index:99;
	margin-top:1px;
}

.chat_listselection a:hover{
	position:absolute;
	background-color:#ccc;
	height:18px;
	width:50px;
	color:#666;
	font-size:12px;
	font-weight:bold;
	padding:5px;
	border:1px solid #f0f0f0;
	padding-left:30px;
	border-bottom:0px;
	z-index:99;
	margin-top:1px;
}

.chat_listselection_selected a:link{
	position:absolute;
	background-color:#fff;
	height:18px;
	width:50px;
	color:#666;
	padding:5px;
	font-size:12px;
	font-weight:bold;
	padding-left:30px;
	border:1px solid #f0f0f0;
	border-bottom:0px;
	z-index:99;
	margin-top:1px;
}

.chat_listselection_selected a:visited{
	position:absolute;
	background-color:#fff;
	height:18px;
	width:50px;
	color:#666;
	font-size:12px;
	font-weight:bold;
	padding:5px;
	padding-left:30px;
	border:1px solid #f0f0f0;
	border-bottom:0px;
	z-index:99;
	margin-top:1px;
}

.chat_avatarname a:visited{
	font-size:12px;
	font-weight:bold;
	color:#999;
}

.chat_avatarname a:link{
	font-size:12px;
	font-weight:bold;
	color:#999;
}

.chat_avatarname a:hover{
	font-size:12px;
	font-weight:bold;
	color:#666;
}

.chat_minimizebox a:link{
	background:url(../images/chat/btm-bg.png);
	background-repeat:no-repeat;
	background-position:0px;
	background-color:#f0f0f0;
	
	float:right;
	font-size:10px;
	color:#666;
	width:120px;
	height:40px;
	padding:5px;
	padding-left:8px;
	overflow:hidden;
	border:1px solid #ccc;
	border-right:none;
	border-left:none;
	white-space:nowrap;
}

.chat_minimizebox a:visited{

	background:url(../images/chat/btm-bg.png);
	background-repeat:no-repeat;
	background-position:0px;
	background-color:#f0f0f0;

	float:right;
	font-size:10px;
	color:#666;
	width:120px;
	height:40px;
	padding:5px;
	padding-left:8px;
	overflow:hidden;
	border:1px solid #ccc;
	border-right:none;
	border-left:none;
	white-space:nowrap;
}

.chat_minimizebox a:hover{

	background:url(../images/chat/btm-bg-hover.png);
	background-repeat:no-repeat;
	background-position:0px;
	background-color:#f0f0f0;

	float:right;
	font-size:10px;
	color:#000;
	width:120px;
	height:40px;
	padding:5px;
	padding-left:8px;
	overflow:hidden;
	border:1px solid #ccc;
	border-left:none;
	border-right:none;
	white-space:nowrap;
}

.chat_minimizebox_selected a:link{
	background:url(../images/chat/btm-bg-hover.png);
	background-repeat:no-repeat;
	background-position:0px;
	background-color:#f0f0f0;

	float:right;
	font-size:10px;
	color:#000;
	width:120px;
	height:40px;
	padding:5px;
	padding-left:8px;
	overflow:hidden;
	border:1px solid #ccc;
	border-left:none;
	border-right:none;
	white-space:nowrap;
}

.chat_minimizebox_selected a:visited{
	background:url(../images/chat/btm-bg-hover.png);
	background-repeat:no-repeat;
	background-position:0px;
	background-color:#f0f0f0;

	float:right;
	font-size:10px;
	color:#000;
	width:120px;
	height:40px;
	padding:5px;
	padding-left:8px;
	overflow:hidden;
	border:1px solid #ccc;
	border-left:none;
	border-right:none;
	white-space:nowrap;
}

.chat_minimizebox_selected a:hover{
	background:url(../images/chat/btm-bg-hover.png);
	background-repeat:no-repeat;
	background-position:0px;
	background-color:#f0f0f0;

	float:right;
	font-size:10px;
	color:#000;
	width:120px;
	height:40px;
	padding:5px;
	padding-left:8px;
	overflow:hidden;
	border:1px solid #ccc;
	border-left:none;
	border-right:none;
	white-space:nowrap;
}


.chat_avatarmoregroupingbox a:link{
	float:right;
	color:#000;
	width:50px;
	height:52px;
	background-color:#666;
}

.chat_avatarmoregroupingbox a:visited{
	float:right;
	color:#000;
	width:50px;
	height:52px;
	background-color:#666;
}

.chat_avatarmoregroupingbox a:hover{
	float:right;
	color:#666;
	width:50px;
	height:52px;
	background-color:#999;
}

#chatcover{
	opacity: .8;
	filter: alpha(opacity=80);
	background-color:#000;
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
	z-index:29;
}

.chatdata_me{
	padding:10px;
	background-color:#39C;
	float:right;
	color:#fff;
	margin-bottom:10px;
	max-width:70%;
	word-wrap:break-word;
}

.chatdata_target{
	padding:10px;
	background-color:#663;
	float:left;
	color:#fff;
	margin-bottom:10px;
	max-width:70%;
	word-wrap:break-word;
}

.chatroom-videoplay-icon{
	background:url(../images/play_small.png);
	background-repeat:no-repeat;
	background-position:0px;
	z-index:2;
	position:absolute;
	width:27px;
	left:30px;
	top:12px;
	height:27px;
	cursor:pointer;
	margin:auto;
}

.chat_status_online{
	background:url(../images/chat/online.png);
	background-repeat:no-repeat;
	background-position:0px;
	width:10px;
	height:10px;
	margin-right:10px;
	padding-top:28px;
}

.chat_status_offline{
	background:url(../images/chat/offline.png);
	background-repeat:no-repeat;
	background-position:0px;
	width:10px;
	height:10px;
	margin-right:10px;
	padding-top:28px;
}

.chat_status_idle{
	background:url(../images/chat/offline.png);
	background-repeat:no-repeat;
	background-position:0px;
	width:10px;
	height:10px;
	margin-right:10px;
	padding-top:28px;
}


.chat_bubble_1_01{ /* GREEN */
	background:url(../images/chat/bubble/bg-green_01.png);
	background-repeat:no-repeat;
	width:10px;
	height:10px;
}

.chat_bubble_1_02{
	background:url(../images/chat/bubble/bg-green_02.png);
	background-repeat:repeat;
	background-repeat:no-repeat;
	width:10px;
	height:10px;
}

.chat_bubble_1_03{
	background:url(../images/chat/bubble/bg-green_03.png);
	background-repeat:repeat;
	background-repeat:no-repeat;
	width:10px;
	height:10px;
}

.chat_bubble_1_03_left{
	background:url(../images/chat/bubble/bg-green_03_left.png);
	background-repeat:repeat;
	background-repeat:no-repeat;
	width:10px;
	height:10px;
}

.chat_bubble_1_04{
	background:url(../images/chat/bubble/bg-green_04.png);
	background-repeat:repeat;
	background-repeat:no-repeat;
	width:10px;
	height:10px;
}

.chat_bubble_1_05{
	background:url(../images/chat/bubble/bg-green_05.png);
	background-repeat:repeat;
	background-repeat:no-repeat;
	width:10px;
	height:10px;
}

.chat_bubble_1_dot{
	background:url(../images/chat/bubble/bg-green_dot.png);
	background-repeat:repeat;
	word-wrap:break-word;
	color:#fff;
	font-size:12px;
}


.chat_bubble_2_01{ /* BLUE */
	background:url(../images/chat/bubble/bg-blue_01.png);
	background-repeat:no-repeat;
	width:10px;
	height:10px;
}

.chat_bubble_2_02{
	background:url(../images/chat/bubble/bg-blue_02.png);
	background-repeat:repeat;
	background-repeat:no-repeat;
	width:10px;
	height:10px;
}

.chat_bubble_2_03{
	background:url(../images/chat/bubble/bg-blue_03.png);
	background-repeat:repeat;
	background-repeat:no-repeat;
	width:10px;
	height:10px;
}

.chat_bubble_2_03_left{
	background:url(../images/chat/bubble/bg-blue_03_left.png);
	background-repeat:repeat;
	background-repeat:no-repeat;
	width:10px;
	height:10px;
}

.chat_bubble_2_04{
	background:url(../images/chat/bubble/bg-blue_04.png);
	background-repeat:repeat;
	background-repeat:no-repeat;
	width:10px;
	height:10px;
}

.chat_bubble_2_05{
	background:url(../images/chat/bubble/bg-blue_05.png);
	background-repeat:repeat;
	background-repeat:no-repeat;
	width:10px;
	height:10px;
}

.chat_bubble_2_dot{
	background:url(../images/chat/bubble/bg-blue_dot.png);
	background-repeat:repeat;
	word-wrap:break-word;
	color:#fff;
	font-size:12px;
}


.chat_bubble_3_01{ /* GREY */
	background:url(../images/chat/bubble/bg-grey_01.png);
	background-repeat:no-repeat;
	width:10px;
	height:10px;
}

.chat_bubble_3_02{
	background:url(../images/chat/bubble/bg-grey_02.png);
	background-repeat:repeat;
	background-repeat:no-repeat;
	width:10px;
	height:10px;
}

.chat_bubble_3_03{
	background:url(../images/chat/bubble/bg-grey_03.png);
	background-repeat:repeat;
	background-repeat:no-repeat;
	width:10px;
	height:10px;
}

.chat_bubble_3_03_left{
	background:url(../images/chat/bubble/bg-grey_03_left.png);
	background-repeat:repeat;
	background-repeat:no-repeat;
	width:10px;
	height:10px;
}

.chat_bubble_3_04{
	background:url(../images/chat/bubble/bg-grey_04.png);
	background-repeat:repeat;
	background-repeat:no-repeat;
	width:10px;
	height:10px;
}

.chat_bubble_3_05{
	background:url(../images/chat/bubble/bg-grey_05.png);
	background-repeat:repeat;
	background-repeat:no-repeat;
	width:10px;
	height:10px;
}

.chat_bubble_3_dot{
	background:url(../images/chat/bubble/bg-grey_dot.png);
	background-repeat:repeat;
	word-wrap:break-word;
	color:#fff;
	font-size:12px;
}

.chat_bubble_4_01{ /* ORANGE */
	background:url(../images/chat/bubble/bg-orange_01.png);
	background-repeat:no-repeat;
	width:10px;
	height:10px;
}

.chat_bubble_4_02{
	background:url(../images/chat/bubble/bg-orange_02.png);
	background-repeat:repeat;
	background-repeat:no-repeat;
	width:10px;
	height:10px;
}

.chat_bubble_4_03{
	background:url(../images/chat/bubble/bg-orange_03.png);
	background-repeat:repeat;
	background-repeat:no-repeat;
	width:10px;
	height:10px;
}

.chat_bubble_4_03_left{
	background:url(../images/chat/bubble/bg-orange_03_left.png);
	background-repeat:repeat;
	background-repeat:no-repeat;
	width:10px;
	height:10px;
}

.chat_bubble_4_04{
	background:url(../images/chat/bubble/bg-orange_04.png);
	background-repeat:repeat;
	background-repeat:no-repeat;
	width:10px;
	height:10px;
}

.chat_bubble_4_05{
	background:url(../images/chat/bubble/bg-orange_05.png);
	background-repeat:repeat;
	background-repeat:no-repeat;
	width:10px;
	height:10px;
}

.chat_bubble_4_dot{
	background:url(../images/chat/bubble/bg-orange_dot.png);
	background-repeat:repeat;
	word-wrap:break-word;
	color:#fff;
	font-size:12px;
}

.chat_bubble_5_01{ /* PINK */
	background:url(../images/chat/bubble/bg-pink_01.png);
	background-repeat:no-repeat;
	width:10px;
	height:10px;
}

.chat_bubble_5_02{
	background:url(../images/chat/bubble/bg-pink_02.png);
	background-repeat:repeat;
	background-repeat:no-repeat;
	width:10px;
	height:10px;
}

.chat_bubble_5_03{
	background:url(../images/chat/bubble/bg-pink_03.png);
	background-repeat:repeat;
	background-repeat:no-repeat;
	width:10px;
	height:10px;
}

.chat_bubble_5_03_left{
	background:url(../images/chat/bubble/bg-pink_03_left.png);
	background-repeat:repeat;
	background-repeat:no-repeat;
	width:10px;
	height:10px;
}

.chat_bubble_5_04{
	background:url(../images/chat/bubble/bg-pink_04.png);
	background-repeat:repeat;
	background-repeat:no-repeat;
	width:10px;
	height:10px;
}

.chat_bubble_5_05{
	background:url(../images/chat/bubble/bg-pink_05.png);
	background-repeat:repeat;
	background-repeat:no-repeat;
	width:10px;
	height:10px;
}

.chat_bubble_5_dot{
	background:url(../images/chat/bubble/bg-pink_dot.png);
	background-repeat:repeat;
	word-wrap:break-word;
	color:#fff;
	font-size:12px;
}

.chat_bubble_6_01{ /* BLACK */
	background:url(../images/chat/bubble/bg-blck_01.png);
	background-repeat:no-repeat;
	width:10px;
	height:10px;
}

.chat_bubble_6_02{
	background:url(../images/chat/bubble/bg-blck_02.png);
	background-repeat:repeat;
	background-repeat:no-repeat;
	width:10px;
	height:10px;
}

.chat_bubble_6_03{
	background:url(../images/chat/bubble/bg-blck_03.png);
	background-repeat:repeat;
	background-repeat:no-repeat;
	width:10px;
	height:10px;
}

.chat_bubble_6_03_left{
	background:url(../images/chat/bubble/bg-blck_03_left.png);
	background-repeat:repeat;
	background-repeat:no-repeat;
	width:10px;
	height:10px;
}

.chat_bubble_6_04{
	background:url(../images/chat/bubble/bg-blck_04.png);
	background-repeat:repeat;
	background-repeat:no-repeat;
	width:10px;
	height:10px;
}

.chat_bubble_6_05{
	background:url(../images/chat/bubble/bg-blck_05.png);
	background-repeat:repeat;
	background-repeat:no-repeat;
	width:10px;
	height:10px;
}

.chat_bubble_6_dot{
	background:url(../images/chat/bubble/bg-blck_dot.png);
	background-repeat:repeat;
	word-wrap:break-word;
	color:#fff;
	font-size:12px;
}


.chat_right_icon{
	background:url(../images/chat/noti_right.png);
	background-repeat:no-repeat;
	word-wrap:break-word;
	color:#fff;
	width:17px;
	height:14px;
}

.chat_moreavatargrouping_icon a{
	background:url(../images/chat/more-friend.png);
	background-repeat:no-repeat;
	background-position:center 25px;
	width:40px;
	height:40px;
}

.chat_innerboxcounter{
	float:right;
	padding:5px;
	padding-top:2px;
	padding-left:10px;
	padding-right:10px;
	height:15px;
	background-color:#000;
	color:#fff;
	font-size:12px;
	font-weight:bold;
}

#chat_popupcover{
	opacity: .8;
	filter: alpha(opacity=80);
	background-color:#000;
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
	z-index:1001;
}

.chat_icon_close_white{
	background:url(../images/chat/chat_icon_close_white.png);
	background-repeat:no-repeat;
	padding:5px;
	width:20px;
	height:20px;
}

.chat_icon_download_white a{
	background:url(../images/chat/download_white.png);
	background-repeat:no-repeat;
	padding:5px;
	/*
	width:20px;
	height:20px;
	*/
}

.chat_download_bg a{
	border-left:1px solid #666;
	background-color:#000;
	background-position:5px;
	float:right;
	margin-top:3px;
	padding-left:35px;
	color:#fff;
	font-size:10px;
	font-weight:bold;
}

.chat_download_bg a:hover{
	border-left:1px solid #666;
	background-color:#666;
	background-position:5px;
	float:right;
	margin-top:3px;
	padding-left:35px;
	color:#fff;
	font-size:10px;
	font-weight:bold;
}

.chat_file_bg a{
	background-color:#f0f0f0;
	color:#666;
	padding:10px;
	border:1px solid #ccc;
	cursor:pointer;
	font-size:12px;
	text-align:center;
}

.chat_file_bg a:hover{
	background-color:#666;
	color:#ccc;
	padding:10px;
	border:1px solid #666;
	cursor:pointer;
	font-size:12px;
	text-align:center;
}


.chat_videoloading_icon_close a:link{
	background:url(../images/chat/chat_icon_close.png);
	background-repeat:no-repeat;
	padding:5px;
	background-position:6px 5px;
	width:20px;
	height:20px;
}

.moremsgbubble{
	background:url(../images/chat/morechatmsg.png);
	background-repeat:no-repeat;
	width:30px;
	height:30px;
}

.miniloader{
	background:url(../images/mini-loader.gif);
	/*background-position:center center;*/
	background-repeat:no-repeat;
	cursor:pointer;
	height:30px;
	height:25px;
}


.friendvideobox_vaoption a{
	padding:10px;
	color:#ccc;
}

.friendvideobox_vaoption a:hover{
	background-color:#3CF;
	padding:10px;
	color:#fff;
}

.friendvideobox_vaoption_selected a{
	background-color:#3CF;
	padding:10px;
	color:#000;
}

.friendvideobox_stopconversation a{
	position:absolute;
	bottom:0;
	margin-left:30px;
	margin-bottom:431px;
	border:1px solid #ccc;
	border-bottom:0px;
	padding:10px;
	color:#666;
	background-color:#ccc;
	font-size:10px;
}

.friendvideobox_stopconversation a:hover{
	position:absolute;
	bottom:0;
	margin-left:30px;
	margin-bottom:431px;
	border:1px solid #ccc;
	border-bottom:0px;
	padding:10px;
	background-color:#333;
	color:#fff;
}

.chat_acceptcall a{
	padding-top:10px;
	float:left;
	background:url(../images/chat/acceptcall.png);
	background-repeat:no-repeat;
	background-position:80px 40px;
	width:199px;
	height:100px;
	text-align:center;
	color:#999;
	font-size:16px;
	/*margin-left:50px;*/
	/*margin-right:10px;*/
	/*padding:20px;*/
	/*border:1px solid #ccc;*/
	/*background-color:#999;*/
}

.chat_acceptcall a:hover{
	padding-top:10px;
	background:url(../images/chat/acceptcall.png);
	background-repeat:no-repeat;
	background-position:80px 40px;
	width:199px;
	height:100px;
	background-color:#3CF;
	color:#000;
	font-size:16px;
	/*border:1px solid #ccc;*/
	/**/
}

.chat_rejectcall a{
	padding-top:10px;
	float:left;
	background:url(../images/chat/declinecall.png);
	background-repeat:no-repeat;
	background-position:80px 40px;
	width:199px;
	height:100px;
	text-align:center;
	color:#999;
	font-size:16px;
	/*margin-left:50px;*/
	/*border:1px solid #ccc;*/
	/*background-color:#999;*/
}

.chat_rejectcall a:hover{
	padding-top:10px;
	background:url(../images/chat/declinecall.png);
	background-repeat:no-repeat;
	background-position:80px 40px;
	width:199px;
	height:100px;
	background-color:#3CF;
	color:#000;
	font-size:16px;
	/*border:1px solid #666;*/
	/*background-color:#ccc;*/
}

.chat_historylink a{
	padding:5px;
	background-color:#fff;
	text-align:center;
	color:#999;
	font-size:10px;
	border:1px solid #ccc;
	border-top:0px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	-webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

.chat_historylink a:hover{
	padding:5px;
	background-color:#3CF;
	color:#000;
	font-size:10px;
}

.chat_msgmiddledate{
	display:block;
	padding:5px;
	text-align:center;
	color:#666;
	font-size:12px;
	font-weight:bold;
	margin-bottom:10px;
	background-color:#f0f0f0;
	border-radius:5px;
	/*border-bottom-right-radius:5px;*/
	-webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

#newmsg_panel{
	position:fixed;
	padding:10px;
	bottom:0;
	margin-bottom:20px;
	width:170px;
	margin-left:10px;
}

.newmsg_panel{
	padding:10px;
	
	background:url(../images/chat/newmsg_bg.png);
	background-repeat:repeat;
	background-position:1px 1px;
}

.newmsg_arrowdownico{
	background:url(../images/chat/newmsg_arrowdown.png);
	background-repeat:no-repeat;
	background-position:center 0px;
	width:170px;
	height:10px;
}

.chatpanel_but_expand_panel{
	cursor:pointer;
	margin-left:0px;
	position:absolute;
	top:0;
	right:0;
	width:180px;
	height:34px;
	border:1px solid #ccc;
	border-right:0px;
	border-top:0px;
	background-color:#fff;
	overflow:hidden;
}

.chatpanel_but_expand{
	background:url(../images/chat/expand.png);
	background-repeat:no-repeat;
	background-position:6px 10px;
	cursor:pointer;
	top:0;
	width:30px;
	height:29px;
}

.chatpanel_but_hide{
	background:url(../images/chat/hide.png);
	background-repeat:no-repeat;
	background-position:6px 10px;
	cursor:pointer;
	top:0;
	width:30px;
	height:29px;
}

.chat_newbubble_panel{ /* BUBBLE PANEL */
	color:#fff;
	text-align:left;
	max-width:150px;
	padding:10px;
	margin-bottom:20px;
	position:relative;
	word-wrap:break-word;
}

.chat_newbubble_color_1{ /* GREEN */
	background-color:#3C6;
}

.chat_newbubble_color_2{ /* BLUE */
	background-color:#3CF;
}

.chat_newbubble_color_3{ /* GREY */
	background-color:#666;
}

.chat_newbubble_color_4{ /* ORANGE */
	background-color:#F60;
}

.chat_newbubble_color_5{ /* PINK */
	background-color:#C0F;
}

.chat_newbubble_color_6{ /* BLACK */
	background-color:#000;
}

.chat_newbubble_arrowleft{
	background:url(../images/chat/bubblearrow_left.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	width:30px;
	height:30px;
}

.chat_newbubble_arrowright{
	background:url(../images/chat/bubblearrow_right.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	width:30px;
	height:30px;
}