div#chat
{
	background-color:#eeFFee;
	position:absolute;
	top:0px;
	left:600px;
	border:none;
	z-index:auto;
	font-family:Arial,Tahoma,Verdana;
	font-size: 10px;
	width:600px;
}
#chatheader
{
	/*Edited by Tomm
	background-color:#8AB339;*/
	background-color:#7BC623;
	font-size: 10px; 
	color:#ffffff;
	font-weight:bold;
	/*height:20px;*/
	vertical-align:middle;
}
td#chatmessageform
{
	font-family:Arial,Tahoma,Verdana;
	background-color:#eeFFee;
	height:20px;
	font-size:9px;
}

input#chatmessageBox
{
	border: #999 1px solid;
	font-family:Arial,Tahoma,Verdana;
	font-size: 10px;
	background-color:#FFFFcc;
	height:20px;
}

#chatscroll 
{
	position: relative; 
	width: 97%;height:240px;
	overflow-Y: auto;
	font-family:Arial,Tahoma,Verdana;
	font-size: 9px;
	background-color:#FFFFFF;
	text-align:left;
	z-index:auto;
}

.chatitemodd
{
	background-color:#FFFFFF;
	margin-bottom: 3px;
	padding:3px;
	border:1px solid #000000;
}
.chatitemodd table
{
	font-family:Arial,Tahoma,Verdana;
	font-size: 9px;
	width:100%;
}
.chatitemeven
{
	background-color:#FFFFFF;
	margin-bottom: 3px;
	padding:3px;
	border:1px solid #000000;
}
.chatitemeven table
{
	font-family:Arial,Tahoma,Verdana;
	font-size: 9px;
	width:100%;
}
.chatitemodd th
{
	font-family:Arial,Tahoma,Verdana;
	font-size: 9px;
	text-align:left;
}

.chatitemeven th
{
	font-family:Arial,Tahoma,Verdana;
	font-size: 9px;
	text-align:left;
}
.chatitemodd a,.chatitemodd a:visited
{
	font-size:10px;
	font-weight:bold;
	color:#000000;
	text-decoration:underline;
}
.chatitemodd a:hover,.chatitemodd a:visited:hover
{
	color:#7BC623;
	text-decoration:underline;
}
.chatitemeven a,.chatitemeven a:visited
{
	font-size:10px;
	font-weight:bold;
	color:#000000;
	text-decoration:underline;
}
.chatitemeven a:hover,.chatitemeven a:visited:hover
{
	color:#7BC623;
	text-decoration:underline;
}


#chatcolorpicker
{
  text-align:center;
}

#chat button
{
	width:80px;
	font-size: 12px;
	font-family:Arial,Tahoma,Verdana;
}
.chatitem
{
	background-color:#FFFFFF;
	margin-bottom: 1px;
	padding:1px;
}
.chatitem table
{
	font-family:Arial,Tahoma,Verdana;
	font-size: 9px;
	width:100%;
}
.chatitem  td
{
	text-align:left;
}
.chatitem  th
{
	text-align:left;
}
