﻿.live .channel .messages{height:260px;}
.live .bottom-right,
.live .bottom-left ,.boxy-floating .top,.boxy-floating .bottom{width:0; height:0;}
.live .top {   padding: 0 }
.live .bottom{ height:1px; background-color:#bfbfbf;}
.boxy-floating  .bottom { height: 0px;padding: 0 }
.live .left	{  padding: 0 ; margin:0;float:none;}
.live .right {  padding: 0 ; margin:0;float:none;}

.live .boxy-inner{background-color:#F7F7F7;}
.live .top-left,.live .top-right,.live .left,.live .right,.live .top{ 
width: 1px; height: 1px; padding: 0 ; background-color:#bfbfbf;
}

.live .info, .live .client{padding:1px 5px;}
.live .info a{padding:0;}
.live .channel{background-color:#f7f7f7;}
.live .close{  text-indent:-999px; background:Transparent url("/images/chat/close1.png");}
.live .minimal{text-indent:-999px; background:Transparent url("/images/chat/minimize1.png");}
.live .close:hover, .title-on .close{background:url("/images/chat/close2.png");}
.live .minimal:hover, .title-on .minimal{background:url("/images/chat/minimize2.png");}
/* Title bar */
.live .title-bar { background-color: #f7f7f7; padding: 6px; position: relative; color:#333;width:220px; }
.live .title-bar.dragging { cursor: move; }
.live .title-bar img{margin-right:3px;}
.live .title-bar h2 { font-size: 14px; color:#333; margin-top:0;line-height: 1; margin: 0; padding: 0; font-weight: bolder; }
.live .title-on {background-color:#d6e9f8;}
.chat .editor{
    background-color: #FFFFFF;
    border: 2px solid #ccc;
    color: #000000;
    font-size: 80%;
    height: 36px;
    margin: 1px;
            outline-style: none;
            outline-width: 0;
            overflow-x: auto;
            overflow-y: hidden;
            padding: 3px 0 3px 3px;
            position: relative;
            width: 96%;
}
.chat{margin:0 auto;}
.chat .editor:hover{
   border: 2px solid #A27756;
}
.scroll{    overflow:auto; }
.channel{ width:225px;margin:0 auto; }
.message_main{padding:0px;}
.messages_content { clear:both; display:block;  line-height:14px;}
div.message{line-height:15px;padding:2px 5px;margin:0;}
.channel .statusbar{ clear:both; display:block; font-size:12px; border-top:solid 1px #f7f7f7; }
.me,.from{font-weight:bold;}
.live .info a{text-decoration:none; color:#333; font-size:12px; margin:3px;}