#cc_kaktus_chat
{
    background-image: url('/images/section-header-glow.gif');
    background-repeat: repeat-x;
    background-position: left center;
    background-color: black;
    position: fixed;
    z-index: 100000;
    bottom: 0;
    border-top: solid 1px white;
    height: 20px;
    width: 1008px;
}

#cc_kaktus_chat img.chat_logo
{
    display: block;
    float: left;
    margin: -14px 0.5em 0 0.5em;
}

#cc_kaktus_chat > div
{
    float: left;
    margin-right: 1em;
}

#cc_kaktus_chat > div .section_title,
#cc_kaktus_chat > div > div.wrapper
{
    display: block;
    float: left;
}

#cc_kaktus_chat > div .section_title
{
    background-image: url('../stock-icons/16x16/list-add.png');
    background-repeat: no-repeat;
    background-position: left center;
    line-height: 20px;
    padding-left: 18px;
    cursor: pointer;
    color: white;
}

#cc_kaktus_chat > div .section_title:hover
{
    border-bottom: solid 1px black;
}

#cc_kaktus_chat > div .section_title.hide
{
    background-image: url('../stock-icons/16x16/list-remove.png');
}

#cc_kaktus_chat div.wrapper
{
    background-color: white;
    border: solid 1px black;
    position: fixed;
    bottom: 20px;
    padding: 5px;
}

#cc_kaktus_chat ._hidden
{
    display: none !important;
}

#cc_kaktus_chat div.online_users div.wrapper ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

#cc_kaktus_chat div.main_chat input.text
{
    position: fixed;
    display: block;
    z-index: 1000;
    bottom: 20px;
    margin-left: 2px;
    margin-bottom: 2px;
    border: solid 1px black;
    width: 390px;
}

#cc_kaktus_chat div.chat_content
{
    top: 180px;
    width: 400px;
    background-color: white;
    border: solid 1px black;
    padding-bottom: 20px;
    overflow: scroll;
    overflow-x: auto;
}

#cc_kaktus_chat div.chat_content div.line
{
    border-bottom: dotted 1px #888888;
    padding: 0.5em;
}

#cc_kaktus_chat div.chat_content span.message
{
    display: block;
    clear: both;
}

#cc_kaktus_chat div.chat_content span.date,
#cc_kaktus_chat div.chat_content span.user
{
    display: block;
    margin-right: 1em;
    font-size: 85%;
    font-style: italic;
}

#cc_kaktus_chat div.chat_content span.user
{
    float: left;
}

#cc_kaktus_chat div.chat_content span.date
{
    float: right;
    color: #888888;
}

#cc_kaktus_chat div.chat_content div.line.to_me
{
    background-color: #ffd739;
}

#cc_kaktus_chat div.chat_content div.line.me
{
}

#cc_kaktus_chat div.chat_content span.highlight
{
    color: red;
}

#cc_kaktus_chat div.chat_content span.message a
{
    color: 0000ff;
    text-decoration: underline;
}


