/* chat */
#content
{
	border: 1px solid #999;
	margin: 1em 0em 0em 0em;
	padding: 0 0 0 0;
	height: 42em;
	overflow: auto;
	/*width: 98%;*/
	line-height: 1.3em;
	position: relative;
	text-align: left;
}
td img
{
	vertical-align: middle;
}
#online
{
	text-align: left;
	border: 1px solid #999;
	margin: 1em 0em 0em 1em;
	padding: 0.5em 0em;
	height: 41em;
	overflow: auto;
}
#Tmessage
{
	height: 6.6em;
	border: 1px solid #999;
	padding: 0.5em;
	width: 80%;
	overflow: auto;
	float: left;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	line-height: 1.3em;
}
.usernick
{
	color: white;
	font-weight: bold;
}
.messageheader
{
  /* background-color:#222; */
	
  /* height:100px; */
}
.messagesubheader
{
	background-color:#363636;
	padding: 4px 0px 2px 4px;
	border-bottom: 1px solid #555;
	margin-bottom: 4px;
}
.messageheadersimple
{
	color: #ccc;
	background-color: #363636;
	font-size: 10px;
	height: 14px;
	border-bottom: 1px solid #555;
	padding: 4px 0px 2px 4px;
	margin-bottom: 4px;
}
.timetext
{
	color: #999;
	font-size: 10px;
}
.adminopts
{
	float: right;
	font-size: 10px;
	padding: 2px;
}
.nomessagestext
{
	font-size: 20px;
	text-align: center;
	padding: 10px;
	margin: 40px;
}
.bbc
{
	background-color: #999;
	margin: 1px 2px 1px 1px;
	border: 1px solid #ccc;
}
.smiley
{
	border: none;
	vertical-align: middle;
}
#smileydiv
{
	clear: both;
	max-height: 30px;
	height: 30px;
}
#controls
{
	/*margin-top: 8px;*/
	float: right;
	text-align: right;
	line-height: 2.5em;
}
#sendbtn
{
	color: #cdcdcd;
	border: 1px outset #5f6b22;
	background-color: #5f6b22;
}
#sendbtn:hover
{
	color: #fff;
	border: 1px outset #697529;
	background-color: #697529;
}
#sendbtn:active
{
	color: #cdcdcd;
	border: 1px inset #697529;
	background-color: #5f6b22;
}
.sizeArrow
{
	border: 1px solid black;
	margin: 0;
	padding: 0;
	float: right;
}
.sizeArrow:hover
{
	border: 1px solid #999;
}
.sizeArrow_chat
{
	border: 1px solid black;
	margin: 0;
	padding: 0;
}
.sizeArrow_chat:hover
{
	border: 1px solid #999;
}