.popupbody{
	background-color:#e0ebff;
	margin:0px 0px 0px 0px;
	padding-top:0px;
		
}
.SendBtn {
	FONT-SIZE: 80%; 
	BACKGROUND: url(images/tb_m.gif) repeat-x; 
	VERTICAL-ALIGN: middle; 
	CURSOR: hand; 
	COLOR: #003366; 
	FONT-FAMILY: Tahoma,Arial,Helvetica;
	background-color:#b3d2fe;
	BORDER:outset  1px #b3d2fe;
}
.RoomList
{
	border:solid 1px #b3d2fe;
	font-size:12px;
}
.EditorBody
{
	scrollbar-face-color:#e0ebff; 
	scrollbar-highlight-color: white;
	scrollbar-darkshadow-color: white;
	scrollbar-shadow-color:#b3d2fe ;
	scrollbar-3dlight-color:#b3d2fe;
	scrollbar-arrow-color: white;
	scrollbar-track-color: white;
	OVERFLOW: auto;
	overflow-x:hidden; 
}
I-FRAME
{
	OVERFLOW: auto;
	overflow-x:hidden; 	
}
.MessageEditor
{
	border: 1px solid #b3d2fe;
	padding:2px 2px 2px 2px;
	vertical-align:top;
}
.EditorHtmlMode 
{
	border:solid 1px #b3d2fe;
	width:100%;
	height:50px;
	margin-top:30px;
}
.EditorDropDownList
{
	border:solid 1px #b3d2fe;
	background-color:#f8f8f8;
}

.SmilesPanel
{
	background-color:White;
	border:solid 1px #b3d2fe;
	visibility:hidden;
	position:absolute;
	top:0px;
	left:0px;
	z-index:9999;
	cursor:pointer;
	padding:2px 2px 2px 2px;
	filter :progid:DXImageTransform.Microsoft.Shadow(Color=gray,direction=135,strength=4);
	
	

}

.ColorPicker
{
	cursor:hand;
	cursor:pointer;	
}
.SMILES{
	cursor:hand;
}

.MessageScreen
{
	border: 1px solid #b3d2fe; /*#b3d2fe;*/
	background-color: white;
	vertical-align:top;
	text-align:left;
}
.Message
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	OVERFLOW: auto;
	overflow-x:hidden; 
	padding:5px 5px 5px 5px; 
	scrollbar-face-color:#e0ebff; 
	scrollbar-highlight-color: white;
	scrollbar-darkshadow-color: white;
	scrollbar-shadow-color:#b3d2fe ;
	scrollbar-3dlight-color:#b3d2fe;
	scrollbar-arrow-color: white;
	scrollbar-track-color: white;
	text-overflow:ellipsis;
	
}

.Users{
	WIDTH:168px;
	OVERFLOW: auto;
	COLOR: navy; 
	border: 1px solid #b3d2fe;
	background-color: white;
	padding:3px 3px 3px 3px;
	font-size:16px;
	text-align:left;
	
}
.User
{
	 width:140px;
	 overflow:hidden;
	 cursor:hand;
	 cursor:pointer;
	 border:solid 1px Transparent;
}

.PrivateUser
{
	width:140px;
	overflow:hidden;
	cursor:hand;
	cursor:pointer;
	border:solid 1px red;
	font-weight:bold;
	
}
.PrivateUser IMG{
	visibility:hidden;
}
.PrivateUser span{
	BACKGROUND-IMAGE: url(images/certificate.png);
	background-repeat:no-repeat;
	background-position:2px 2px;
	height:16px;
	width:16px;
}	
.Chat
{
    border:solid 1px #b3d2fe;
}

.ChatItem 
{
    border: 1px solid #b3d2fe;
	padding:5px 5px 5px 5px;
}
.ToolBarImg
{
	cursor:pointer;
	cursor:hand;	
}
.ImputStyle 
{
	width:100%;
	BACKGROUND-IMAGE: url(images/textfield.gif);
    background-repeat: repeat-x;  
    BORDER-TOP:  1px inset; 
    BORDER-LEFT:  1px inset;
    BORDER-RIGHT:#dbdbdb 1px inset; 
    BORDER-BOTTOM:#dbdbdb  1px inset;
    FONT-SIZE: 11px; 
    COLOR:           #666666;
    FONT-FAMILY:     Arial,Verdana;
	border:solid 1px gray; 
	background-color:WhiteSmoke; 
}
.ButtonStyle
{
	CURSOR:           hand ;
	BORDER:           #dbdbdb 1px outset;
	FONT-SIZE:        10px; 
	BACKGROUND-IMAGE: url(images/textfield.gif); 
	background-repeat: repeat-x;
	COLOR:            #666666; 
	FONT-FAMILY:      Arial,Verdana;
	BACKGROUND-COLOR: whitesmoke;
}
#UIExtendTitle
{
	top:0px;
	position:absolute;
	z-index: 2;
	padding: 7px 5px 7px 10px;
	font: 12px/1.2em "Lucida Console", "Courier New", monospace;
	background-color: #FFFFB4;
	border: 1px solid #b3d2fe;
}

