﻿.chat_from
{
    color:Gray;
}
#chatCenter a 
{
    color:White;
    text-decoration:none;
    
}
#chatCenter a:visited
{
    color:silver;
}


#chatCenter
{
    margin:0px;
    overflow: auto;
    font-family: Arial;
    font-size: 12pt;
    background-color: Black;
    color: #FF9933;
    height:100%;
    float:left;
    width:85%;
}
#userList
{
    overflow: auto;
    font-family: Arial;
    font-size: 10pt;
    background-color: Black;
    color: #FF9933;
    height:100%;
    float:left;
    width:15%;
    margin:0px;
    
}
#chatInput
{
    height:24px;
}
#chatInput input
{
    height:100%;
    width:99%;
}
#configChat
{
    border: 1px solid #C0C0C0;
    width: 250px;
    height: 200px;
    overflow: auto;
    z-index: 1;
    position: absolute;
    bottom: 0px;
    background-color: White;
    display: none;
}
.colorPick
{
 width:16px;
 height:16px;
 background-color:orange;  
 float:left; 
 margin-top:4px;
}
.privMsg
{
    color:White;
}
