#chat_1_window ul
{
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}
.chat_notify_name
{
	color: red;
	font-weight: bold;
}
#chatscroll a
{
	color: #202020;
}
#tchat_friends
{
	border-left: 1px solid #b5b5b5;
	border-right: 1px solid #b5b5b5;
	float: right;
	font: 10pt tahoma;
	height: 18px;
	margin-right: 30px;
	padding: 3px;
}
#tchat_toolbar
{
	background: #e5e5e5;
	border-top: 1px solid #b5b5b5;
	color: #202020;
	height: 25px;
	width: 100%;
	z-index: 999;
}
#tchat_friends_list_box
{
	background-color: #FFF;
	border: 1px solid #b5b5b5;
	border-bottom: none;
	font: 10pt tahoma;
	height: 120px;
	position: absolute;
	right: 30px;
	top: -120px;
	visibility: hidden;
	width: 250px;
	text-align: left;
	padding: 0px;
	z-index: 999;
	}
.tchat_friends_list_box
{
	background-color: #FFF;
	border: 1px solid #b5b5b5;
	border-bottom: none;
	font: 10pt tahoma;
	height: 120px;
	position: absolute;
	right: 30px;
	top: -120px;
	visibility: hidden;
	width: 250px;
	text-align: left;
	padding: 0px;
	z-index: 999;
	}
#tchat_online{
	list-style: none;
}


#tchat_friends_list_box ul
{
	list-style: none;
}

#tchat_friends_list_box li
{
	list-style: none;
}
#tchat_friends_list_box a
{
	text-decoration: none;
	
}
.tchat_close
{
	background: #3b5998;
	color: #FFF;
	cursor: hand;
	height: 17px;
	text-align: right;
	weight: bold;
	padding-left: 100px;
}
#tchat_close
{
	background: #3b5998;
	color: #FFF;
	cursor: hand;
	height: 17px;
	text-align: right;
	weight: bold;
	padding-left: 100px;
}
