.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;
}

