@charset "utf-8";
/* CSS Document */

td.chat_name_column
{
	vertical-align:top;
	font-weight:bold;
	width:100px;
	max-width:100px;
	oveflow:hidden;
}

tr.chat_row
{
	height:1px;
	border:1px solid black;
}

table#chat_table
{
	width:100%;
	height:500px;
}

div#chat_table_cont
{
	background-image:url(../images/30p_transparent_white.png);
	height:500px;
	max-height:500px;
	overflow:scroll;
	overflow-x:hidden;
	border: 1px solid #802101;
	margin-bottom:10px;
	font-size:11pt;
	width:600px;
}

div#chat_table_online_cont
{
	background-image:url(../images/30p_transparent_white.png);
	height:500px;
	max-height:500px;
	overflow:scroll;
	overflow-x:hidden;
	border: 1px solid #802101;
	margin-bottom:10px;
	font-size:11pt;
	width:100%;
}

div#chat_smiley_popup
{
	display:none;
	position:absolute;
	bottom:5px;
	left:5px;
	background-image:url(../images/70p_transparent_white.png);
	border: 1px solid #802101;
}
