﻿body, html
{
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
}

.mainDiv
{
    margin-left: auto;
    margin-right: auto;
}
.contacts-list-inner
{
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    height: 191px;
    overflow-y: auto;
    overflow-x: hidden;
    word-wrap: break-word;
}

.contacts-list-status
{
    cursor: pointer;
}

.chat-column
{
    float: right;
    margin-left: 5px;
    height: 100%;
    width: 215px;
    position: relative;
}

.chat-dialog
{
    position: absolute;
    bottom: 0px;
    width: 215px;
}

.chat-dialog-header
{
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    cursor: pointer;
}

.chat-messages
{
    height: 150px;
    overflow-y: auto;
    overflow-x: hidden;
    word-wrap: break-word;
    padding: 5px;
}

.message-text-box
{
    border: solid 1px white;
    outline:none;
    font-family: Sans-Serif;
    height: 20px;
    width: 136px;
    overflow: auto;
    visibility: visible;
}

.dialog-container
{
    position: fixed;
    bottom: 0px;
    visibility: hidden;
    height: 100%;
    overflow: hidden;
    font-family: Verdana,Arial,sans-serif;
    font-size: 10px;
}

.contacts-dialog-container
{
    right: 0px;
}

.chat-dialog-container
{
    right: 220px;
}

.send-message
{
    padding: 5px;
    border-top: dashed 1px silver;
}

.message-sender
{
    font-weight: bold;
}

.toggle-minimize-button
{
    outline: none;
}

.hide-dialog-button
{
    outline: none;
}

.status-icon
{
    position: relative;
    top: 4px;
}

#switcher
{
    position: absolute;
    top: 5px;
    left: 5px;
    float: right;
    margin-left: 10px;
}

.chat-dialog
{
    visibility: visible;
}

.ui-corner-all
{
    border-radius: 4px 4px 4px 4px;
}

.ui-corner-top
{
    border-radius: 4px 4px 0 0;
}

.ui-corner-all, .ui-corner-top
{
	behavior: url(Style/PIE.htc);
}
