.ChatBoxTopBg {
	background-image: url(../images/ChatBoxTopBg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.ChatBoxBottomBg {
	background-image: url(../images/ChatBoxBottomBg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.ChatBoxLeftSide {
	background-image: url(../images/ChatBoxLeftSide.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	width: 4px;
}
.ChatBoxRightSide {
	background-image: url(../images/ChatBoxRightSide.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	width: 4px;
}
.ChatBoxBg {
	background-color: #f5f5f5;
}
.ChatInfoBg {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	background-image: url(../images/ChatInfoBg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.ChatTitleBarBg {
	background-image: url(../images/ChatTitleBarBg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.ChatTitleContent {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
	border-bottom-width:thin; 
	border-bottom-color:Black; 
	border-bottom-style:solid;
}
.MemberBoxTitleBg {
	background-image: url(../images/MemberBoxTitleBg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
}
.OnlineUserContent {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
}
.MemberBoxBottomBg {
	background-image: url(../images/MemberBoxBottomBg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.ButtonBg {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	text-transform: capitalize;
	color: #b30000;
	background-image: url(../images/ButtonBg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	cursor: pointer;
}
.MemberBoxBgWithBorder {
	background-color: #efefef;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ebdec7;
	border-left-color: #ebdec7;
}
a.SearchLink:link {
	font-family: Tahoma;
	font-size: 11px;
	color: #7a7979;
	text-decoration: none;
}
.InputSearch {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	height: 16px;
	width: 217px;
	padding-left: 3px;
	border: 1px solid #d3d3d3;
}
.MembersAreaBgWithBorder {
	background-color: #f9f0e1;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d4c6af;
}
.MemberDesplayArea {
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ebdec7;
}
.ImgBorder {
	border: 1px solid #d7c7b2;
}
.MemberNameBoldContent {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-transform: capitalize;
	color: #4a3d27;
}
.MemberAvailability {
	font-family: Tahoma;
	font-size: 11px;
	text-transform: capitalize;
	color: #7a7979;
}
.ChatWindowTopBg {
	background-image: url(../images/ChatWindowTopBg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.ChatWindowBottomBg {
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ebdec7;
}
.ChatWindowMiddleBgWithBorder {
	background-color: #f9f0e1;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #ebdec7;
	border-bottom-color: #ebdec7;
	border-left-color: #ebdec7;
}
.OnwChatWindowTitle {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-transform: capitalize;
	color: #bb0000;
}
.ChatInputBox {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	height: 39px;
	width: 348px;
	padding-left: 3px;
	border: 1px solid #FFFFFF;
	vertical-align: top;
}
.RightSideBorder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ebdec7;
}
.PostButtonBg {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
	background-image: url(../images/PostButtonBg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	height: 37px;
	width: 84px;
	border: 0px solid #FFFFFF;
}
.OnlineImageDown {
	padding-top: 2px;
}
a.SearchLink:visited {
	font-family: Tahoma;
	font-size: 11px;
	color: #7a7979;
	text-decoration: none;
}
a.SearchLink:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #d40000;
	text-decoration: none;
}

