div.chatbox div.hist {
	font-weight: bold;
	text-transform:uppercase;text-align: center;
	border-bottom: 1px solid black;
}
div.chatbox {
	width: 150px;height: 220px;
	border: 1px solid black;
	overflow: scroll;overflow-y: scroll;overflow-x: hidden;
	text-align: left;
}
div.chatbox.offline{
	overflow:hidden;
	font-size:14pt;
	font-weight:bold;
	display:none
}
div.chatbox span.name {
	font-weight: bold;
	color: #bb0000;
	margin-right:3px;
}
div.chatbox span.u0 {
	color: #000099;
}
div.chatbox span.time {
	display: none;
	font-weight: bold;
}
div.chatbox div.line {
	display: block;
	font-weight: normal;
	color: black;
	padding: 1px;
	background: white;
	border-bottom: 1px solid #ddd;
}

div.chatbox div.line:hover .time {
	display: block;
	margin-top: -20px;
	margin-left: 10px;
	background: white;
	position: absolute;
	border: 1px solid black;
	padding: 1px;
}
