/**
 * @package JLive! Chat
 * @version 4.0.8
 * @copyright (C) Copyright 2008-2010 CMS Fruit, CMSFruit.com. All rights reserved.
 * @license GNU/LGPL http://www.gnu.org/licenses/lgpl-3.0.txt

 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU Lesser General Public License as published by
 the Free Software Foundation; either version 3 of the License, or (at your
 option) any later version.

 This program is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
 or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public
 License for more details.

 You should have received a copy of the GNU Lesser General Public License
 along with this program.  If not, see http://www.gnu.org/licenses/.
 */
 
.jlc-clr {
    display: block;
    clear: both;
    float: none;
    width: auto;
    line-height: 1px;
    font-size: 1px;
    height: 1px;
}

.jlc-hide {
    display: none !important;
}

.jlc-show {
    display: block !important;
}

.jlc-right {
    float: right;
}

.jlc-left {
    float: left;
}

.jlc-block {
    display: block !important;
}

.jlc-lbl {
    text-align: right;
}

/** For Iframe Popup **/
#livechat_iframe {
    position: absolute;
}

body > #livechat_iframe {
    position: fixed;
}

.jlc-popup-minimized {
    height: 38px !important;
}

/** Auto-Popup Styles **/
#jlivechat_autopopup {
    position: absolute;
    z-index: 1000;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 0;
    margin: 0 0 -90px 0;
    background: black url(../images/backgrounds/auto_popup.gif) repeat-x left top;
    overflow: visible;
}

#jlivechat_autopopup,
#jlivechat_autopopup .autopopup-cloud-outer,
#jlivechat_autopopup .autopopup-center {
    height: 69px;
}

body > #jlivechat_autopopup {
    position: fixed;
}

#jlivechat_autopopup .autopopup-cloud-outer {
    margin: 0 0 0 50px;
    position: relative;
    overflow: visible;
    float: left;
    width: 148px;
}

#jlivechat_autopopup .autopopup-cloud-outer .autopopup-cloud-inner {
    margin: -16px 0 0 0;
    position: absolute;
    overflow: visible;
    width: 148px;
    height: 86px;
    background: url(../images/autopopup/cloud.gif) no-repeat left top;
}

#jlivechat_autopopup .autopopup-center {
    float: left;
    margin: 7px 0 0 53px;
    display: inline-block;
}

#jlivechat_autopopup .autopopup-center .autopopup-center-line1,
#jlivechat_autopopup .autopopup-center .autopopup-center-line2 {
    display: block;
    clear: both;
    float: none;
    color: white;
}

#jlivechat_autopopup .autopopup-center .autopopup-center-line1 {
    font-size: 32px;
    line-height: 1em;
    font-weight: bold;
    letter-spacing: 1px;
    font-family: helvetica, arial, sans;
}

#jlivechat_autopopup .autopopup-center .autopopup-center-line2,
#jlivechat_autopopup .autopopup-center a.autopopup-center-line2 {
    font-size: 16px;
    line-height: 1em;
    font-weight: bold;
    word-spacing: -1px;
    font-family: arial, helvetica, sans;
    text-decoration: none;
}

#jlivechat_autopopup .autopopup-center a.autopopup-center-line2:hover {
    text-decoration: underline;
}

.autopopup-green-button,
a.autopopup-green-button,
a.autopopup-green-button:visited {
    font-size: 19px;
    font-family: arial, helvetica, sans;
    width: 149px;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    display: inline-block;
    float: right;
    background: url(../images/buttons/green.gif) no-repeat center center;
    margin: 19px 140px 0 0;
    text-decoration: none;
    color: white;
    text-align: center;
    font-weight: bold;
}

a.autopopup-green-button:hover {
    text-decoration: none;
    color: #C7EFFF;
}

a.autopopup-close-button,
.autopopup-close-button {
    width: 20px;
    height: 20px;
    float: right;
    overflow: hidden;
    line-height: 20px;
    font-size: 20px;
    background: url(../images/autopopup/close.gif) no-repeat center center;
    display: inline-block;
    text-decoration: none !important;
}

a.autopopup-close-button:hover {
    text-decoration: none !important;
}
