﻿.Attention
{
	background-color: Yellow;
}
.MyChat
{	
	font-size: 12px;
	color: black;
	background-color: white;
	text-align: left;
}
.RemoteChat
{	
	font-size: 12px;
	font-weight: bold;
	color: black;
	background-color: #A4CBF7;
	text-align: left;
}
.SystemChat
{
	font-size: 12px;
	font-weight: bold;
	color: black;
	background-color: #DE6779;
	text-align: left;
}
.Item
{
	float:left;
	width: 190px;
}
.AlternatingItem
{
}
.ChatType
{
	float: left;
    width: 280px; 
    text-align: left;
    overflow: auto; 
}
.HelpSection
{
	border: solid 1px black;
	padding-top: 5px;
	margin-top: 5px;
}
.Footer
{
	display: none;
}
.DemoNotice
{
	position: absolute; 
	top: 5px; 
	right: 10px; 
	background-color: White; 
	color: Red; 
	padding: 2px;	
}

