




/*
     FILE ARCHIVED ON 3:21:45 Sep 30, 2011 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 15:22:42 Feb 11, 2016.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
.hChat {
	font-size:12px;
	line-height:16px
}

.hChat .message .systemIm {
	color: gray;
	display: inline;
	text-align: left;
}

.hChat .status a:link, .hChat .status a:visited {
	color: gray;
	text-decoration: none;
}

.hChat .status .imTimeStamp{
	color: gray;
	text-decoration: none;
}

.hChat .userImName {
	font-weight: bold;
	color: red;
}

.hChat .userImName a:link, .hChat .userImName a:visited {
	text-decoration: none;
}

.hChat .buddyImName {
	font-weight: bold;
	color: blue;
}

.hChat .buddyImName a:link, .hChat .buddyImName a:visited {
	text-decoration: none;
}

.hChat .imTimeStamp {
	font-weight: normal;
    font-size: 10px;
	border-bottom: 0px;
}

.hChat .message div {
	display: inline;
}

