.ChatDate
{
	font-size: 10px;
	color: gray;
}
.ChatTime
{
	font-size: 10px;
	color: gray;
	font-style: italic;
}
.ChatRemoteUser
{
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
}
.ChatUser
{
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	color: gray;
}
.ChatRemoteMessages
{
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
.ChatMyMessages
{
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: gray;
}


.tree
{
	border: solid 1px black;
	width: 100%;
	height: 50%;
	float: left;
	overflow: auto;
}
.content
{
	border: none 1px black;
	overflow: auto;
	width: 100%;
	min-height: 950px;
}
.DivBlankTD80
{
	border: none;
	overflow: auto;
	overflow-x: hidden;
	width: 175px;
	height: 100%;
}

.DivBlankMap
{
	border: none;
	overflow: auto;
	overflow-x: hidden;
	width: 15px;
	height: 100%;
}

.DivBlankTD
{
	border: none;
	overflow: auto;
	overflow-x: hidden;
	width: 100%;
	height: 100%;
}

.DivBlankCaptionTop
{
	border: solid 1px gray;
	border-bottom: none;
	overflow: none;
	width: 100%;
	height: 10%;
	background-color: rgb(244,244,244);
}
.DivBlankCaptionBottom
{
	border: solid 1px gray;
	border-top: none;
	overflow: none;
	width: 100%;
	height: 10%;
	background-color: rgb(244,244,244);
}
.DivUsersOnMain
{
	border: none 1px black;
	overflow: auto;
	width: 100%;
	height: 33%;
	padding: 5px;
}
.DivBannersOnMain
{
	border: none 1px black;
	overflow: auto;
	width: 100%;
	height: 33%;
}
.DivInfoOnMain
{
	border: none 1px black;
	overflow: auto;
	width: 100%;
	height: 33%;
}
.DivMessagesBody
{
	border: solid 1px gray;
	overflow: auto;
	width: 100%;
	min-height: 450px;
	padding: 10px;
}

.DivMessagesBody1
{
	border: solid 1px gray;
	overflow: auto;
	width: 100%;
	min-height: 250px;
	padding: 10px;
}

.DivCallUsersTittle

{
	border: solid 1px gray;
	overflow: none;
	width: 100%;
	height: 100%;
	padding: 2px;
	background-color: rgb(244,244,244);
}

.DivMessagesBottom
{
	border: solid 1px gray;
	overflow: none;
	width: 100%;
	height: 75px;
}
