﻿
/* chat style declaration */
#myname
{
	font-family: 'Arial Black';
	font-size: 12px;
	color: #0066FF;
}
#yourNm
{
	font-family: 'Arial Black';
	font-size: 12px;
	color: #0066FF;
}
.chatAvailable
{
	background-image: url( 'images/chat/Available.gif' );
	background-repeat: no-repeat;
	width: 16px;
	text-align: center;
	height: 16px;
}
.chatOffline
{
	background-image: url( 'images/chat/Offline.png' );
	background-repeat: no-repeat;
	width: 16px;
	text-align: center;
	height: 16px;
}
.chat-tab-row2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: White;
	background-color: #7f7f7f;
	font-weight: bold;
	text-align: left;
}

.ChatUserName
{
	width: 400px;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 10px;
}
.ChatUserTime
{
	text-align: right;
	font-weight: bold;
	width: 69px;
	font-family: Arial;
	font-size: 11px;
}

.ChatUserSpace
{
	height: 1;
	width: 100%;
	text-align: center;
	color: #c0c0c0;
}
.ChatUsermessage
{
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	padding-left: 65px;
	display: list-item;
	list-style-type: none;
}
.UserOfflinemessage
{
	text-align: center;
	color: Black;
	width: 100%;
}
.FromUserDisplayStyle
{
	color: Orange;
	font-variant: inherit;
	padding-left: 10px;
}

.ToUserDisplayStyle
{
	color: Orange;
	font-variant: inherit;
	padding-left: 10px;
}

.chatTextbox
{
	border-style: none !important;
	font-size: 12px;
	color: #666666;
	font-family: Arial;
	overflow: auto;
	width: 400px;
	text-align: left;
	height: 57px;
	margin-left: 10px;
}
.Logoutmessage
{
	font-weight: bold;
	color: Gray;
	text-align: center;
	width: 100%;
}

.text-box
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #CFCFCF;
}

#mestop
{
    width: 510px;
    height: 9px;
    background-image: url('images/chat_message_box_01.jpg');
    background-repeat: no-repeat;
}
#mesbody
{
    width: 510px;
    height: 242px;
    background-image: url('images/chat_message_box_02.jpg');
    background-repeat:repeat-y;
    
}
#mesbottom
{
    width: 510px;
    height: 9px;
    background-image: url('images/chat_message_box_03.jpg');
    background-repeat: no-repeat;
}
#chattop
{
	width: 417px;
	height: 9px;
	background-image: url( 'images/chat/BeBeMe_CHAT_WINDOW_13.jpg' );
	background-repeat: no-repeat;
}
#chatbody
{
	width: 417px;
	height: 57px;
	background-image: url( 'images/chat/BeBeMe_CHAT_WINDOW_15.jpg' );
	background-repeat: repeat-y;
	padding-right: 15px;
}
#chatbottom
{
	width: 417px;
	height: 9px;
	background-image: url( 'images/chat/BeBeMe_CHAT_WINDOW_17.jpg' );
	background-repeat: no-repeat;
}
.profileme
{
	width: 370px;
	table-layout: fixed;
	word-break: break-all;
	word-wrap: break-word;
	overflow: auto;
}

#ChatleftTop
{
	background-image: url(images/CHAT/BeBeMe_CHAT_WINDOW_03.jpg);
	background-repeat: repeat-x;
	width:197px;
	height:166px;
}
#Chat_leftTopCorner
{
    background-image: url(images/CHAT/BeBeMe_CHAT_WINDOW_08.jpg);
    background-repeat: no-repeat;
    width: 26px;
    height:550px;
}
#ChatTopMiddle
{
	background-image: url('images/CHAT/BeBeMe_CHAT_WINDOW_05.jpg');
	background-repeat: repeat-x;
	width:377px;
	height:66px;
}
#Chat_TopRightCorner
{
	background-image: url(images/CHAT/BeBeMe_CHAT_WINDOW_07.jpg);
	background-repeat: no-repeat;
	width:178px;
	height:66px;
	margin: 0px auto;
	position: relative;
	top:auto;
	float:right;
}
#UserImage
{
	background-image: url(images/CHAT/BeBeMe_CHAT_WINDOW_03.png);
	height:197px;
	width:297px;
	background-repeat: no-repeat;
	
}
#border
{
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-right-color: #b3ddff;
    border-bottom-color: #b3ddff;
    width:720px;
    height:550px;
    vertical-align:top;
}
