﻿div.webchat
{
    width: 240px;
}

div.webchat div.input textarea
{
    border: 1px solid #B0D4E0;
    height: 30px;
    margin: 1px;
    overflow: auto;
    padding: 3px 0 3px 3px;
    width: 180px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-bottomleft: 2px;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-topright: 2px;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
}

div.webchat div.profile
{
    background-position: bottom;
/*     background-image: url(chat_top.gif); */
    border: 0px solid #D0CECE;
    color: #FFFFFF;
    padding: 3px;
    -moz-border-radius-topleft: 1px;
    -moz-border-radius-topright: 1px;
    -webkit-border-top-left-radius: 1px;
    -webkit-border-top-right-radius: 1px;
    height: 44px;
    background-repeat: repeat-x;
    float: left;
    width: 242px;
}

div.webchat div.profileCollapsed
{
}

div.webchat div.input
{
    background-position: top;
    background-image: url(chat_input.gif);
    border: 1px solid #D0CECE;
    height: 38px;
    -moz-border-radius-bottomleft: 1px;
    -moz-border-radius-bottomright: 1px;
    -webkit-border-bottom-left-radius: 1px;
    -webkit-border-bottom-right-radius: 1px;
    padding: 4px;
    background-repeat: repeat-x;
}

div.webchat div.messages
{
    background-color: #FFFFFF;
    border-left: 1px solid #D0CECF;
    border-right: 1px solid #D0CECF;
    color: #333333;
    height: 210px;
    line-height: 1.3em;
    overflow: auto;
    padding: 7px;
    width: 180px;
}

div.webchat div.messages .message
{
    margin: 1px;
    padding: 1px;
    width: 92%;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
}

div.webchat div.messages .out
{
    margin-left: 2px;
    text-align: right;
    float: right;
}

div.webchat div.messages .out div.msg
{
    background-color: #E4E4E4;
}

div.webchat div.messages .in
{
    margin-right: 2px;
    text-align: left;
    float: left;
}

div.webchat div.messages .in div.msg
{
    background-color: #C4C9DC;
}

div.webchat div.messages .message .msg
{
    text-align: left;
    padding: 4px;
    -moz-border-radius-topleft: 1px;
    -moz-border-radius-bottomleft: 1px;
    -moz-border-radius-bottomright: 1px;
    -moz-border-radius-topright: 1px;
    -webkit-border-top-left-radius: 1px;
    -webkit-border-top-right-radius: 1px;
    -webkit-border-bottom-left-radius: 1px;
    -webkit-border-bottom-right-radius: 1px;
}

div.webchat div.messages .message .title
{
    color: #BABBBF;
    font-size: small;
}

div.webchat div.profile div.name
{
    font-weight: bold;
    color: Black;
}

div.webchat div.profile div.picture
{
    float: left;
}

div.webchat div.content
{
    float: left;
}

div.webchat div.profile div.persona
{
    float: left;
    margin-left: 4px;
}

div.webchat div.profile div.email
{
    float: right;
    clear: both;
    text-align: right;
    color: #9A9A9C;
    font-size: smaller;
    background-image: url(email.png);
    background-repeat: no-repeat;
    padding-left: 18px;
}

div.webchat div.profile div.email a
{
    color: Black;
}

div.webchat div.profile div.picture img
{
    -moz-border-radius-topleft: 1px;
    -moz-border-radius-bottomleft: 1px;
    -moz-border-radius-bottomright: 1px;
    -moz-border-radius-topright: 1px;
    -webkit-border-top-left-radius: 1px;
    -webkit-border-top-right-radius: 1px;
    -webkit-border-bottom-left-radius: 1px;
    -webkit-border-bottom-right-radius: 1px;
    border: solid 1px #CFCDCE;
    width: 40px;
    height: 40px;
}

div.webchat div.profile div.picture img.online
{
}

div.webchat div.profile div.picture img.offline
{
}

div.webchat div.profile div.persona div.availableText
{
    color: #9A9A9C;
    font-size: smaller;
}

div.webchat div.profile div.persona div.available
{
    background-position: left center;
    background-image: url(available.gif);
    background-repeat: no-repeat;
    padding-left: 14px;
    cursor: pointer;
}

div.webchat div.profile div.persona div.unavailable
{
    background-image: url(unavailable.gif);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 14px;
}

div.webchat div.typing
{
    display: none;
    position: absolute;
    background-image: url(comment.png);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    margin: 2px 0px 0px 24px;
}

