﻿
.MessagingUserList
{
	position: fixed;
	bottom: 0px;
	right: 310px;
	height: 300px;
	border: solid 1px black;
	width: 200px;
	background: White;
	z-index: 1;	
}

.MessagingChatWindow
{
	position: fixed;
	bottom: 0px;
	right: 10px;
	height: 325px;
	border: solid 1px black;
	width: 250px;
	background-color: White;
	z-index: 1;
}

.MessagingChatWindow h1
{
	background-color: orange;
	padding: 3px;
	margin-top: 0px;
	font-size: 13px;
}

.MessagingChatWindow div
{
	width: auto;
	overflow-y: scroll;
	height: 230px;
}

.MessagingChatWindow textarea
{
	margin: 2px;
	width: 234px;
	height: 55px;
	border: solid 1px #ccc;
}

.MessagingChatCanvas
{
	position: absolute;
	top: 1px;
	left: 1px;
	border: 1px solid #000;
	pointer-events: none;
}
