/* style sheets */
.ui-chatbox {
    position: fixed;
    bottom:0;
    border:2px solid #fff;
    padding: 2px;
    background:  #79A8BE;
    min-width: 160px;
    z-index: 999999999999999999999999999999999;
}

.ui-chatbox-titlebar {
    padding: 3px;
    height: 20px;
    cursor: pointer;
}

.ui-chatbox-content {
    padding: 0px;
    margin: 0px;
    border: 0px;
}

.ui-chatbox-log {
    padding: 3px;
    max-width: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #FFFFFF;
}

@media only screen and (min-height: 400px) {
    .ui-chatbox-log {
        height: 250px;
    }
}

@media only screen and (max-height: 399px) {
    .ui-chatbox-log {
        height: 100px;
    }
    div#memberlist > div.dialog-content {
        max-height: 150px !important;
    }
}

@media only screen and (max-height: 249px) {
    .ui-chatbox {
        display: none;
    }
}

.ui-chatbox-input {
    padding: 3px 3px 3px 6px;
    overflow: hidden;
}

.ui-chatbox-input-box {
    margin: 5px;
    border: 2px solid #9cb3be;
    height: 50px;
    width: 280px;
}

.ui-chatbox-icon {
    float: right;
}

.ui-chatbox-icon-help {
    color: green;
    font-weight: bold;
}

.ui-chatbox-icon-minimize {
    font-weight: bold;
    color: black;
    font-size: 10pt;
    margin-right: 5px;
}

.ui-chatbox-input-focus {
    border-color: #6699FF;
}

.ui-chatbox-msg {
    max-width: 296px;
    float: left;
    clear: both;
    /* Source: http://snipplr.com/view/10979/css-cross-browser-word-wrap */
/*    white-space: pre-wrap;      /* CSS3 
    white-space: -moz-pre-wrap; /* Firefox 
    white-space: -pre-wrap;     /* Opera <7 
    white-space: -o-pre-wrap;   /* Opera 7 
*/    word-wrap: break-word;      /* IE */
}

div.ui-chatbox-system-msg p i{
    font-style: italic;
/*    display: none;*/
}

.ui-chatbox-timestamp {
    color:green;
    font-style: italic;
}

.ui-chatbox-online {
    background: #3F758B;
    height: 20px;
    margin-top: 1px;
    cursor: pointer;
    padding-bottom: 10px;
}

.ui-chatbox-online-text {
    margin-right: 14px;
    line-height: 28px;
    text-align: right;
    font-size: 10pt;
    color: #fff;
}

.ui-chatbox-people-online {
    font-weight: 700;
    color: #fff;
    font-size: 11px;
}

div#memberlist {
    border:2px solid #fff;
}

div#memberlist > div.dialog-content {
    max-width: 400px;
    min-width: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

div#memberlist .feed-heading .feed p {
    font-weight: 700;
    padding-top:5px;
}

.cafe-window {
    height: auto !important;
    background: white !important;
}

.cafe-window div {
    color: black !important;
    text-shadow: none !important;
}

.people-online-role-head {
    font-weight: bold;
    font-size: 10pt;
    margin: 3px auto 3px 0px;
}

.people-online-moderators {
    color: #4A9D76;
    font-weight: bold;
    margin-left: 5px;
}

.people-online-participants {
/*    color: navy;*/
    margin-left: 5px;
}

.people-online-visitors {
    font-weight: normal;
}

.online-role-container {
    margin-bottom: 10px;
}
