﻿.dragbox {
  background-color: white;
  border: 1px solid #000000;
  color: #000000;
  padding: 0px;
  position: absolute;
  /*width:300px;*/
  height:415px;
}


.tblChatList
{	
	font-family:Tahoma;
	font-size:11px;
	
}

.cellUser
{
	vertical-align:top;
	text-align:left;
	padding-left:5px;
	font-weight:bold;	
}

.cellDate
{
	vertical-align:top;
	text-align:left;
	padding-left:5px;
	width:0%;
	display:block;
}

.spnDate
{
	width:90px;
	display:block;
}

.spnDateHidden
{
	display:none;
}

.cellMsg
{
	text-align:left;
	vertical-align:top;
	padding-left:5px;
	width:100%;
}

.txtarea
{
	font-family:Tahoma;
	font-size:11px;
	border:solid 1px silver;
	width:100%;
	height:60px;
}

.handleDiv 
{
    position: absolute; 
    bottom:0px; 
    right: 0px; 
    width:10px; 
    height:10px;
    background-color:blue;
    font-size: 1px;
}


