.chatErrorBlock {
    color:#FF0000;
    font-weight:bold;
    padding: 10px 0 0 10px;
}

.private {
    font-weight: bold !important;
}
/* messages */
ul.chatMessages {
    padding-right: 4px;
    overflow: hidden;
}

ul.chatMessages li{
    background-image: none;
    line-height: 18px;
    padding: 1px 0;
    margin: 0;
    vertical-align: middle;
    font-size: 11px;
    font-family: arial;
}

    ul.chatMessages li img {
        border: none;
        padding: 0;
        margin: 0;
        vertical-align: middle;
    }

    ul.chatMessages li span.datetime {
        color: #969696;
        font-size: 10px !important;
    }
    
    ul.chatMessages li a {
        font-weight: bold;
        color: #e56900;
        font-family: arial !important;
    }



.borderContentChatBox h1 {
    font-size: 16px;
    padding: 10px 0 15px;
    margin: 15px 20px 5px 20px;
    border-bottom: 1px solid #f3f3f3;
    color: #e56900;
}

.largeContentBoxHeader {
    background-color: #ffffff !important;
    background-image: none;
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
}

.largeContentBoxHeader h2 {
    float: left;
    color: #e56900;
    font-size: 11px;
    padding: 0 0 0 20px;
    line-height: 25px;
    text-transform: uppercase;
}

    .chatHolder form {
        padding: 20px 20px 0px;
    }

    .chatHolder fieldset {
        padding: 0 0 20px;
    }

    .chatHolder label {
        float: left;
        display: block;
        line-height: 20px;
        vertical-align: middle;
        margin-top: 4px;
    }

    .chatHolder label.left {
        font-weight: bold;
        width: 40px;
        color: #e56900;
        font-size: 12px;
    }

    .chatHolder input {
        float: left;
    }

    .chatHolder .text {
        border: 0;
        color: #666;
        float: left;
        height: 16px;
        width: 164px;
        margin-top: 4px;
        padding: 4px 4px 0 4px;
        border-left: 1px solid #d3d3d3;
        border-right: 1px solid #d3d3d3;
        background: url(../images/bg_ipnut_text_strip.png) repeat-x 0 0;
    }
    
    .long {
        width: 390px !important;
    }
    
    input.radio {
        padding: 0;
        float: left;
        margin-top: 7px;
        border: 0;
        height: 16px;
    }
    
    label.radio {
        padding-left: 16px;
        padding-right: 2px;
    }
    
    .chatHolder .emoticonsBox {
        margin: 8px 0 6px 0;
        padding: 2px;
    }
    
    .chatHolder .submit {
        border: 0;
        width: 78px;
        float: right;
        height: 26px;
        background: url(../images/bt_send_section1.png) no-repeat 0 0; }

    #characters {
        margin-top: 4px;
        width: 26px;
        text-align: center;
        background-color: #d3d3d3;
        color: #ffffff;
        font-weight: bold;
        line-height: 20px;
        vertical-align: middle;
        display: block;
        float: left;
    }
/* unlogged */
h2.rules {

    padding: 10px 0 15px;
    margin: 15px 20px 5px 20px;
}

ul.rules {
    margin: 5px 20px 15px 20px;
}
    ul.rules a {
        color: #e56900;
    }


/* online */
.chatOnlineBox {
    margin: 0 1px 5px 1px;
}

.chatOnlineBoxHeader {
    height: 25px;
}

    .chatOnlineBoxHeader h3 {
            float: left;
            color: #F47000;
            font-size: 11px;
            margin: 4px 0 1px;
            font-weight: bold;
            line-height: 20px;
            padding: 0 0 0 20px;
            text-transform: uppercase;
        }

    .chatOnlineBoxItem {
        width: 100%;
        padding: 4px 0;
        background: #eceff2 url(../images/bg_podcastBox_item.png) repeat-x 0 0; }

        .chatOnlineBoxItem li {
            margin: 0 0 4px 20px; }

        .chatOnlineBoxItem li a {
            margin: 0;
            float: none;
            display: block;
            line-height: 18px;
            padding: 0 15px 4px 20px;
            vertical-align: bottom;
        }

        .chatOnlineBoxItem li a.sex_0 {
            background: #eceff2 url(../images/icons/sex_0.jpg) no-repeat 0 0;
        }

        .chatOnlineBoxItem li a.sex_1 {
            background: #eceff2 url(../images/icons/sex_1.jpg) no-repeat 0 0;
        }
        .chatOnlineBoxItem li a.sex_2 {
            background: #eceff2 url(../images/icons/sex_2.jpg) no-repeat 0 0;
        }

        a.moderator {
            color: #19b8b6 !important;
        }
