#ChatTopDiv
{
	border:solid 1px #aaaaaa;
	padding:3px;
	overflow-y:scroll;
	overflow-x:auto;
	height:100%;
	width:329;
	
}

#ChatBottomCell 
{
	height:80;
}

#ChatBottomCell textarea
{
	width:329;
	height:80;
}

#Shell_OpenConversations
{
	display:none;
	position:absolute;
	z-index:500;
	right:30px;
	top:43;
	padding:0px;
	background-color:#E3E3E3;
}

#Shell_OpenConfs
{
	display:none;
	position:absolute;
	z-index:500;
	right:30px;
	top:45;
	padding:3px;
	background-color:#E3E3E3;
}

.ShellChatBox
{
	background-color:#E3E3E3;
	color:#2A64A6;
}

.ShellConfsBox
{
	background-color:#E3E3E3;
	color:#2A64A6;
}

.ShellConfsBox td
{
	color:#2A64A6;
}

.ShellChatBox td
{
	color:#2A64A6;
}

.ShellChatBoxInvisible td
{
	color:#666666;
}

.ShellChatBoxInvisible
{
	color:#666666;
}

.ChatListFirstItemShell
{
	padding:1 0 1 9;
	cursor:pointer;
}

.ChatListItemShell
{
	padding:1 0 1 9;
	cursor:pointer;
}

.ChatListFirstItem
{
	margin-top:6px;
	padding:4 12 4 12;
	border-top:solid 1px #888888;
	border-bottom:solid 1px #888888;
	cursor:pointer;
}

.ChatListItem
{
	padding:4 12 4 12;
	border-bottom:solid 1px #888888;
	cursor:pointer;
}