div#Chat
{
}

div#Chat div#ChatMain, div#Chat div#ChatModeration
{
    width: 485px;
    height: 480px;
    overflow: auto;
    border: 1px solid #e7e6eb;
}

div#Chat div.msg
{
    padding: 0 1em;
    line-height: 2;
    overflow: hidden;
}

div#Chat div.msg.odd
{
    background: #f0f0f0;
}

div#Chat div.msg.even
{
    background: #fff;
}

div#Chat div.msg span.highlightRed
{
    color: #c00000;
}

div#Chat div.msg span.highlightGreen
{
    color: #70a044;
}

div#Chat div.msg.error
{
    color: #f00;
}

div#Chat div.msg small
{
    display: block;
    font-size: 9px;
    font-weight: bold;
    color: #999;
    margin: 0;
}

div#Chat div.msg small span.separator
{
    color: #000;
}

div#Chat div.msg small a.acc:link, div#Chat div.msg small a.acc:visited, div#Chat div.msg small a.acc:hover, div#Chat div.msg small a.acc:active
{
    color: #70a044;
    font-weight: bold;
}

div#Chat div.msg small a.del:link, div#Chat div.msg small a.del:visited, div#Chat div.msg small a.del:hover, div#Chat div.msg small a.del:active
{
    color: #c82e2c;
    font-weight: bold;
}

div#Chat div#ChatInput
{
    width: 485px;
    margin: 11px 0 0 0;
}

div#Chat form#ChatInputForm textarea
{
    font-family: 'Arial', sans-serif;
    font-size: 11px;
    line-height: 22px;
    border: 1px solid #e7e6eb;
    background: #fff;
    color: #333;
    margin: 0;
    padding: 0;
    height: 44px;
    display: block;
    float: left;
    width: 426px;
}

div#Chat form#ChatInputForm input
{
    font-family: 'Arial', sans-serif;
    font-size: 22px;
    line-height: 44px;
    display: block;
    float: right;
    height: 46px;
    width: 46px;
    margin: 0;
}

div#Chat div#ChatUsersIn table
{
    margin: 0;
    padding: 0;
}

div#Chat div#ChatUsersIn tr td
{
    margin: 0;
    padding: 0;
    font-size: 9px;
    line-height: 18px;
}

div#Chat a.banLight:link, div#Chat a.banLight:visited, div#Chat a.banLight:hover, div#Chat a.banLight:active
{
    margin: 0 0 0 5px;
    color: #70a044;
}

div#Chat a.banMedium:link, div#Chat a.banMedium:visited, div#Chat a.banMedium:hover, div#Chat a.banMedium:active
{
    margin: 0 0 0 5px;
    color: #FF7E00;
}

div#Chat a.banHeavy:link, div#Chat a.banHeavy:visited, div#Chat a.banHeavy:hover, div#Chat a.banHeavy:active
{
    margin: 0 0 0 5px;
    color: #C00000;
}

.clear
{
    clear: both;
}
