
/*New Comment Styles*/
.commentslist_container {
    width: 100%;
    margin-top: 4px;
    margin-bottom: 8px;
    background-color: rgb(228, 228, 228);
    border: 1px solid rgb(221, 221, 221);
    max-width: 510px;
}

    .commentslist_container span {
        white-space: nowrap;
    }

.commentslist_header {
    height: 25px;
    color: #858585;
    border-bottom: 1px solid rgb(165, 165, 165);
}

    .commentslist_header div {
        height: 25px;
    }

.commentslist_header_right {
    float: right;
    width: 50%;
    height: 25px;
}

.commentslist_header_left {
    float: right;
    width: 50%;
    height: 25px;
}



.commentslist_name {
    float: right;
    padding: 4px;
    color: rgb(0, 122, 255);
    direction: rtl;
}

.commentslist_date {
    float: left;
    padding-right: 2px;
    padding-top: 4px;
    font-size: 8pt;
    color: #878686;
    margin-left: 3px;
    direction: rtl;
}

.commentslist_like {
    float: left;
    margin-left: 20px;
}


.commentslist_like_positive {
    float: right;
    margin-left: 10px;
    width: 30px;
}

.commentslist_like_positive_text {
    float: right;
    padding: 4px;
    color: #02ca02;
    direction: rtl;
}

.commentslist_like_positive_link {
    background-image: url(../image/like.png);
    background-position: center right;
    background-repeat: no-repeat;
    width: 16px;
    float: right;
}

    .commentslist_like_positive_link a {
        display: block;
        width: 16px;
        height: 16px;
    }

.commentslist_like_negative {
    float: right;
    width: 30px;
}


.commentslist_like_negative_text {
    float: right;
    padding: 4px;
    color: #ba0c0c;
    direction: rtl;
}

.commentslist_like_negative_link {
    background-image: url(../image/dislike.png);
    width: 16px;
    background-position: center right;
    background-repeat: no-repeat;
    float: right;
}

    .commentslist_like_negative_link a {
        display: block;
        width: 16px;
        height: 16px;
    }

.commentslist_reply {
    float: left;
    margin-left: 2px;
    width: 45px;
    text-align: left;
    background-image: url(../image/reply.png);
    background-position: center right;
    background-repeat: no-repeat;
}

.commentslist_reply_link {
    margin-top: 2px;
    color: #3b6798;
    margin-left: 2px;
}

    .commentslist_reply_link:hover {
        color: red;
    }

.commentslist_content {
    background-color: white;
    padding: 9px;
    direction: rtl;
    text-align: justify;
    padding-bottom: 12px;
}

.commentslist_content_icon {
    border: 0px none;
    background: url(../image/comment.png);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    float: right;
    margin-left: 4px;
}

.commentslist_content_icon_reply {
    border: 0px none;
    background: url(../image/commentreply.png);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    float: right;
    margin-left: 4px;
}

.commentlist_level_1 .commentslist_content {
    background-color: #ecf7ff;
}

.commentlist_level_2 .commentslist_content {
    background-color: #eaf3de;
}
/*----------------------*/
.comment_ajaxloading {
    background-image: url(./Comment/Image/Indicator.gif);
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
}

.Comment_lable_result {
    color: red;
}

.comment_reply_result {
    color: red;
}

.commentform_err {
    float: right;
    color: red !important;
    font-size: 7.5pt;
}

.commentform_captcha_err {
    float: left;
    color: red !important;
}

.commentform_container {
    max-width: 510px;
}

    .commentform_container span {
        display: block;
        white-space: nowrap;
    }

.commentform_title {
    color: rgb(1, 92, 163);
    line-height: 36px;
    font-size: 16px;
    font-family: arial !important;
    background: url(../image/commentwrite.png);
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 20px;
    font-weight: bold;
}

/*send comment box*/
.commentform_name {
    width: 250px;
    float: right;
    margin-left: 10px;
}

    .commentform_name span {
        color: rgb(41, 92, 182);
        padding: 2px;
        float: right;
    }

    .commentform_name input {
        width: 250px;
        height: 25px;
        border: 1px solid rgb(207, 205, 205);
    }

.commentform_email {
    width: 250px;
    float: right;
}

    .commentform_email span {
        color: rgb(41, 92, 182);
        padding: 2px;
        float: right;
    }

    .commentform_email input {
        width: 250px;
        height: 25px;
        border: 1px solid rgb(207, 205, 205);
    }

.commentform_website {
    width: 250px;
    float: right;
    margin-left: 10px;
}

    .commentform_website span {
        color: rgb(41, 92, 182);
        padding: 2px;
        float: right;
    }

    .commentform_website input {
        width: 250px;
        height: 25px;
        border: 1px solid rgb(207, 205, 205);
    }

.commentform_comment {
    /*width: 504px;*/
    clear: both;
}

    .commentform_comment span {
        color: rgb(41, 92, 182);
        padding: 2px;
        float: right;
    }

    .commentform_comment textarea {
        width: 100%;
        height: 75px;
        clear: both;
        border: 1px solid rgb(207, 205, 205);
        max-width: 504px;
        display: block;
    }

.commentform_captcha {
    width: 250px;
    float: right;
}

    .commentform_captcha span:first-child {
        color: rgb(41, 92, 182);
        padding: 2px;
        width: 200px;
    }

    .commentform_captcha .InputTextBox {
        border: 1px solid rgb(207, 205, 205);
        height: 25px;
        float: right;
        width: 121px;
    }

.commentform_captcha_image {
    border: 1px solid rgb(207, 205, 205);
    float: right;
}

.commentform_RefreshStyle {
    float: right;
    margin-top: 6px;
    margin-left: 3px;
}

.commentform_buttons input {
    background: #008dff;
    height: 30px;
    border: 0px none;
    color: white;
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 5px;
}

/*send comment box ->END */



/*send comment reply box*/
.commentform_reply_container {
    background-color: rgb(255, 255, 255);
    padding: 3px;
    border: 1px solid rgb(196, 196, 196);
    margin: 3px;
    max-width: 510px;
}

    .commentform_reply_container span {
        display: block;
    }

.commentform_reply_title {
    color: rgb(228, 12, 12);
    line-height: 1.5;
    text-indent: 15px;
    background-image: url(../image/reply.png);
    background-position: center right;
    background-repeat: no-repeat;
    font-weight: bold;
}

.commentform_reply_name {
    width: 250px;
    float: right;
    margin-left: 10px;
}

    .commentform_reply_name span {
        color: rgb(41, 92, 182);
        padding: 2px;
        float: right;
    }

    .commentform_reply_name input {
        width: 250px;
        height: 25px;
        border: 1px solid rgb(207, 205, 205);
    }

.commentform_reply_email {
    width: 250px;
    float: right;
}

    .commentform_reply_email span {
        color: rgb(41, 92, 182);
        padding: 2px;
        float: right;
    }

    .commentform_reply_email input {
        width: 250px;
        height: 25px;
        border: 1px solid rgb(207, 205, 205);
    }

.commentform_reply_website {
    width: 250px;
    float: right;
    margin-left: 10px;
}

    .commentform_reply_website span {
        color: rgb(41, 92, 182);
        padding: 2px;
        float: right;
    }

    .commentform_reply_website input {
        width: 250px;
        height: 25px;
        border: 1px solid rgb(207, 205, 205);
    }

.commentform_reply_comment {
    width: 504px;
}

    .commentform_reply_comment span {
        color: rgb(41, 92, 182);
        padding: 2px;
        float: right;
        clear: both;
    }


    .commentform_reply_comment textarea {
        max-width: 480px;
        width: 100%;
        height: 75px;
        clear: both;
        border: 1px solid rgb(207, 205, 205);
    }

.commentform_reply_captcha {
    width: 250px;
    float: right;
}

    .commentform_reply_captcha span:first-child {
        color: rgb(41, 92, 182);
        padding: 2px;
        width: 200px;
    }

    .commentform_reply_captcha .InputTextBox {
        border: 1px solid rgb(207, 205, 205);
        height: 25px;
        float: right;
        width: 121px;
    }

.commentform_reply_captcha_image {
    border: 1px solid rgb(207, 205, 205);
    float: right;
}

.commentform_reply_RefreshStyle {
    float: right;
    margin-top: 6px;
    margin-left: 3px;
}

.commentform_reply_buttons input {
    background: #008dff;
    height: 30px;
    border: 0px none;
    color: white;
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 5px;
}

.commentform_reply_result {
    color: red;
}

.commentform_reply_err {
    float: right;
    color: red !important;
    font-size: 7.5pt;
}

.CommentProgressImage {
    background-image: url(../Image/Indicator.gif) !important;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
}

.comment_contentinput {
    font-size: 8pt;
    line-height: 1.5;
}
/*send comment reply box ->END */


.directionUpdateProgressRate {
    float: right;
}

.directionRate {
    float: right;
}

.RefreshStyle {
    background: url(../../Images/Refresh.gif) no-repeat;
    border: 0px;
}

/*END- New Comment Styles*/
