﻿.titleControlUsr
{
	float: left;
	width: 100%;
	font-size: 12pt;
	}

div.Chats
{
	float: right;
	padding: 2px;
	width: 68%;
}

div.UsrOL
{
	float: left;
	width: 28%;
	padding: 2px;
}


div.ChatDialog
{
	overflow: auto;
	height: 180px;
}

.ibtnClose
{
	float: right;
}

div.ChatTitle
{
	font-weight: bold;
	min-height: 15px;
	background-color: #ffe9c1;
	border-bottom: solid 2px #e3c9a1;
	padding: 2px;
}

div.pnlChat
{
	background-color: White;
	border: solid 2px #e3c9a1;
	margin: 2px;
	float: right;
	width: 280px;
	direction: ltr;
}

span.lblNome
{
	font-weight: bold;
}

span.lblMsg
{
	font-weight: bold;
}

span.lblInfo
{
	color: Gray;
	font-size: small;
	font-style: italic;
	padding-left: -10px;
}

.txtMsg
{
	width: 260px;
	height: 100px;
}


div.ChatAction
{
	background-color: #fff9d1;
}

div.msg
{
	padding-left: 10px;
	padding-bottom: 5px;
}

div.ChatsMain
{
	position: fixed;
	float: right;
	bottom: 0;
}


div.inviteChat
{
	background-color: #FFFFFF;
	border: 2px solid black;
	bottom: 0;
	height: 160px;
	position: absolute;
	width: 97%;
	overflow: auto;
}

.ibtnFecharInvite
{
	float: right;
}

.usuarioComu
{
	float: left;
	padding-bottom: 4px;
	width: 100%;
}

.listaUsuariosComu
{
	float: left;
	padding-top: 10px;
}

.listarChatControl
{
	
}
