﻿body {
}
.ChatWhosOnline
{
    font-size: 8pt;
    color: white;
    font-family: Arial;
    text-align: left;
    background-color: transparent;
}
.ChatWhosOnlineTitle
{
    font-size: 8pt;
    color: white;
    font-family: Arial;
    background-color: transparent;
    font-weight: bold;
    text-decoration: underline;
}
.ChatTalkButton
{
   font-size: 8pt;
    color: white;
    font-family: Arial;
    background-color: transparent;
    font-weight: bold;
    text-decoration: underline; 
}

.ChatTalkText
{
   font-size: 8pt;
    color: black;
    font-family: Arial;
    font-weight: bold;
    
}

.__dsrfd__ChatTalkAreafull
{
	font-size: 8pt;
	color: white;
	font-family: Arial;
	background-color: transparent;
	background-image: none;
	
	height:100%;
	
}

.ChatTalkArea
{
	height: 107px;
	font-size: 8pt;
	color: white;
	font-family: Arial;
	background-color: transparent;
	background-image: none;
	overflow-y: scroll;	
	overflow-x: hidden ;

}

.messageItem div
{
	display:none;
}

#WF_msgOut
{
	height: 49px !important;
}

/* ResizableControl */



.frameText
{
    width:450px;
	height:105px;
	overflow:auto;
	float:left;
	background-color:#ffffff;
	border-style:solid;
	border-width:2px;
	border-color:Gray;
	font-family:Helvetica;
	line-height:normal;
}


.handleText
{
	width:16px;
	height:16px;
	background-image:url(../images/HandleGrip.png);
	overflow:hidden;
	cursor:se-resize;
}



.resizingText
{
	padding:0px;
	border-style:solid;
	border-width:2px;
	border-color:#7391BA;
}
