.chatText
{
	color: #000000;
   font-size: 12px;
}

.chatMessage
{
	color: #000000;
   font-size: 12px;
}

.chatBg
{
	background-color: #d0b086;
}

.chatPlayerName
{
   font-weight: bold;
   cursor: pointer;
   cursor: hand;
}


.chatSysPlayerName
{
   font-weight: bold;
   cursor: pointer;
   cursor: hand;
   color: #3a28dd;
}

.chatTime
{
   text-align: center;
   color: #000000;
   width: 3.5em;
}

.adrMessage
{
   background: #fb8f40;
}

.privMessage
{
   color: #ff0000;
   font-weight: bold;
   cursor: pointer;
   cursor: hand;
}

.deletedMessage
{
   color: darkred;
   font-weight: bold;
}


.menuItemHr, .menuItem
{
   width: 200px;
   height: 16px;
   display: block;
   line-height: 16px;
   color: #ffffff;
   text-decoration: none;
   font-size: 11px;
   text-align: left;
} 
.menuItem:hover
{

   width: 200px;
   height: 16px;
   display: block;
   line-height: 16px;
   color: #ffffff;
   text-decoration: none;
   font-size: 11px;
   background: #353535;
   text-align: left;
}