﻿.webchat_main
{
    height:25px;
    right:0px;
    bottom:0px;
    width:100%;
    z-index:99;
    position:fixed;
    display:block;
}
.webchat_main_ui
{
    background-color:#E5E5E5;
    overflow:hidden;
    border-color:#111 #b5b5b5 #111 #111;
    border-style:none solid none none;
    border-width: medium 1px medium medium;
    margin:auto 15px;
    position:relative;
}
.webchat_status_chatperson_button
{
   padding-left: 5px;
   color:#526ea6;
   font-weight:700;
   display: inline;
}
.webchat_status_chatperson_options
{
    position:absolute;    
    background-color:White;
    bottom:25px;
    right:15px;
    width:135px;    
    z-index:15;
    font-size:11px;
    font-family:"lucida grande", Tahoma, Verdana, Arial, Sans-Serif;
    border-color:#333 #e0e0e0 #333 #b5b5b5;
    border-style: solid;
    border-width: 1px;
    color:#333;
    display:none;    
    margin:1px auto auto;
}
.webchat_friends
{
    position:absolute;    
    bottom:25px;
    right:15px;    
    z-index:14;
    font-size:11px;
    font-family:"lucida grande", Tahoma, Verdana, Arial, Sans-Serif;
    border-color:#333 #e0e0e0 #333 #b5b5b5;
    border-style: solid;
    border-width: 1px;
    color:#333;
    width:200px;   
    display:none;    
    margin:1px auto auto;
}
.webchat_friends_list
{
    background-color:White;
}
.webchat_friends_profile_picture
{
    width:32px;
    height:32px;
}
.webchat_friends_profile_list_item
{
    display:inline;
    cursor:pointer;
}
.webchat_status_chatperson_option
{
    padding:3px 5px 5px 6px;
    cursor:pointer;
}
.webchat_header
{
    color:White;
    background-color:#526ea6;
    font-size:11px;
    font-weight:700;
    padding:3px 5px 5px 6px;
    font-family:"lucida grande", Tahoma, Verdana, Arial, Sans-Serif;  
    height:15px;
    overflow:hidden;
}
.webchat_subheader
{
    color:#526ea6;
    background-color:White;
    font-size:10px;
    font-weight:700;
    padding:3px 5px 5px 6px;
    font-family:"lucida grande", Tahoma, Verdana, Arial, Sans-Serif;  
    height:15px;
    overflow:hidden;
}
.webchat_header_text
{
    display:inline;
    position:absolute;
}
.webchat_header_min
{
    position:absolute;
    right:0px;
    font-size:17px;
    padding:0px 5px 0px 5px;
    display:inline;
    cursor:pointer;
}
.webchat_button
{
    padding:3px 0px;
    white-space:nowrap;
    display:inline;
}
.webchat_status_container
{
    float:right;
    width:13%;
    height:25px;
    font-size:11px;
    font-family:"lucida grande", Tahoma, Verdana, Arial, Sans-Serif;
    border-color:#333 #e0e0e0 #333 #b5b5b5;
    border-style:none solid;
    border-width:medium 1px;
    color:#333;
    cursor:pointer;
    display:block;
    margin:1px auto auto;
    padding:3px 5px 0px 6px;
    position:relative;
}
.webchat_conversations_container
{
    height:25px;
    font-size:11px;
    font-family:"lucida grande", Tahoma, Verdana, Arial, Sans-Serif;
    border-color:#333 #e0e0e0 #333 #b5b5b5;
    border-style:none solid;
    border-width:medium 1px;
    color:#333;
    cursor:pointer;
    display:block;
    margin:1px auto auto;
}
.webchat_conversation
{
    display:inline;
    float:right;
    width:215px;
    background-color:White;
    border-width:1px;
    border-style:solid;
    height:20px;
    margin-top:2px;
    margin-right:5px;
    margin-left:5px;
    padding-right:5px;
    padding-left:5px;
}
.webchat_conversation_dialog
{
    overflow:hidden;
    width:94% !important;
    height:88% !important;
}
.webchat_conversation_close
{
    display:inline;
    float:right;
    font-weight:700;
    width:15px;
    text-align:center;
}
.webchat_conversation_displayname
{
    display:inline;
    float:left;
    width:200px;
}
.webchat_conversation_messages
{
    height:72% !important;
    width:100%;
    overflow:auto;
}
.webchat_conversation_input_textarea_container
{
    padding-top:5px;   
}
.webchat_conversation_input_textarea
{
    width:95%;
    height:30px;
}
.webchat_message
{
    padding: 2px 2px 2px 2px;
}
.webchat_message_header
{
    padding: 2px 0px 2px 0px;
    font-size:11px;
    font-weight:700;
    font-family:"lucida grande", Tahoma, Verdana, Arial, Sans-Serif;  
    overflow:hidden;
}
.webchat_message_header_displayname
{
    float:left;
    color:#3b5998;
}
.webchat_message_header_displayname_self
{
    float:left;
    color:#777;
}
.webchat_message_header_time
{
    font-size:10px;
    float:right;
    color:#777;
}
.webchat_conversation_button_send
{
    border: solid 1px #6699CC;
    margin-top:1px; 
}
