﻿    .messageArea {
        width: 100%;
        overflow-y: scroll;
        height: 290px;
        border-bottom: 1px solid rgb(95, 148, 130);
        text-align:left;
    }

        .messageArea .user span{
            color:#D2232A;
            display: table-cell;
        }

        .messageArea p{
            display: table-cell;
            padding: 10px 0;
            color:#333;
            border-bottom: 1px solid #ccc;
        }

    .messageTextArea {
        padding: 0px;
        margin: 0px;
        width: 240px;
        height: 100%;
        overflow-y: scroll;
        height: 30px;
    }

    #btnSendMessage {
        padding: 0px;
        margin: 0px;
        height: 30px;
        width: 50px;
        float: right;
    }

    .chatheader
    {
    display: block;
    overflow: scroll;
    }



#header
{
    padding: 20px;
    background-color: #d7e5e4;
    border-bottom: #5f9482 solid 2px;
    color: #1e4638;
    font-size: 24px;
}

.submitButton
{
    background-color: #d7e5e4;
    border: #5f9482 solid 1px;
    padding: 4px;
    cursor: pointer;
}

    .submitButton:hover
    {
        background-color: #e1e1e1;
    }

.chatLogin
{
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    border: solid 2px #5f9482;
    color: #1e4638;
}

    .chatLogin .textBox
    {
        width: 240px;
    }


    .chatLogin #divButton
    {
        padding: 4px;
        text-align: right;
    }


.disconnect
{
    position: absolute;
    margin: 10px;
    background-color: #ffcbcb;
    padding: 4px;
    border: solid 1px red;
}


.draggable
{
    position: absolute;
    border: #5f9482 solid 1px !important;
    width: 250px;
}

    .draggable .header
    {
        cursor: move;
        background-color: #d7e5e4;
        border-bottom: #5f9482 solid 1px;
        color: #1e4638;
    }

    .draggable .selText
    {
        color: black;
        padding: 4px;
    }

    .draggable .messageArea
    {
        width: 250px;
        overflow-y: scroll;
        height: 200px;
         border-bottom: #5f9482 solid 1px;
    }

        .draggable .messageArea .message
        {
            padding: 4px;
        }

    .draggable .buttonBar
    {
        width: 250px;
       padding:4px;
    }

        .draggable .buttonBar .msgText
        {
            width: 172px;
        }

        .draggable .buttonBar .button
        {
           margin-left:4px;
            width: 55px;
        }


    .iframewrap,
    .message-iframewrap,
    .registerUser-iframewrap {
        position: fixed;
        display: none;
        top: 40%;
        left: 50%;
        /*bottom:0;*/
        min-width:160px;
        /*right:3.2%;*/
        z-index:1000;
        background: #fff;
        box-shadow:0 0 10px #999;
        -moz-box-shadow:0 0 10px #999;
        -webkit-box-shadow:0 0 10px #999;
        -o-box-shadow:0 0 10px #999;
        border:1px solid #999;
        /*border-bottom: none;*/
        
    }

        .message-iframewrap
        {
            width:200px;
            margin-left: -100px;
        }

        .registerUser-iframewrap{
            width:300px;
            margin-left: -150px;
        }

    .message-textbody {
        padding: 10px;
        
    }
