#chat-room-client {
	line-height: 20px;
}

#chat-room-client-input {
	border: 1px inset grey;
}

#chat-room-client-button {
	border: 2px outset grey;
}

div.error
{
	font-weight: bold;
	color: red;
}
div.bold
{
	font-weight: bold;
}
div.underline
{
	text-decoration: underline;
}
div.italic
{
	font-style: italic;
}

a.chat-hierarchy-link
{
	text-decoration: underline;
}
a.chat-hierarchy-link:hover
{
	text-decoration: underline;
}

div.msg span.head {
	font-weight: bold;
}
div.msg span.body {
	font-style: normal;
}
div.msg span.time {
	font-size: smaller;
}

div.sysmsg span.body {
	font-style: italic;
}
div.sysmsg span.time {
	font-size: smaller;
}

