@import url('CommentFaceBookFa.css');

.CommentFaceBookHead {
    float: left;
    width: 95%;
    background-color: #FFF;
    margin-top: 20px;
    box-shadow: 0px 2px 16px #999;
    padding: 19px 0 20px 5%;
    font-size: 18px;
    color: #000;
    float: left;
    text-align: left;
    font-weight: normal;
}

.CommentFaceBook {
    float: left;
    border: 0;
    width: 96%;
    background-color: #ECEFF5;
    font-size: 11pt;
    text-align: left;
    margin-bottom: 20px;
    margin-top: 10px;
    padding: 0 2% 0 2%;
    box-shadow: 0px 0px 2px #ccc;
}

    .CommentFaceBook .CommentFaceBookItem {
        float: left;
        width: 100%;
    }

.CommentFaceBookItem2 {
    width: 90% !important;
    margin-right: 10%;
}

.CommentFaceBook .LeftDiv {
    float: left;
    margin: 5px 1% 5px 0;
    width: 95%;
}

.CommentFaceBookItem2 .LeftDiv {
    float: left;
    margin: 5px 1% 5px 0;
    width: 95%;
}

.CommentFaceBook .DivForm .TextBoxText {
    float: left;
    width: 100%;
    border: solid 1px #BDC7D8;
    margin-top: 8px;
    height: 70px;
    overflow: hidden;
    color: #333;
    font-size: 10pt;
}
/*------------------------------------------------------------------------------------------------------------------*/
.CommentFaceBook .CommentFaceBookItem .AvatarDiv {
    float: left;
    margin: 5px 0 5px 0;
    width: 4%;
}

    .CommentFaceBook .CommentFaceBookItem .AvatarDiv .Avatar {
        width: 100%;
    }

.CommentFaceBook .LeftDiv .Name {
    float: left;
    text-decoration: none;
    color: #3B5998;
    font-size: 9pt;
}

.NameModir {
    width: 50px;
}

.CommentFaceBook .LeftDiv .Name:hover {
    text-decoration: none;
}

.CommentFaceBook .LeftDiv .Title {
    float: left;
    margin-right: 5px;
}

.CommentFaceBook .LeftDiv .Text1 {
    float: left;
    width: 100%;
    color: #333;
    text-align: justify;
}

.CommentFaceBook .LeftDiv .Text1Modir {
    width: calc(100% - 50px);
}

.CommentFaceBook .LeftDiv .Text1 p {
    margin: 0;
    padding: 0;
}

.CommentFaceBookItem2 .LeftDiv .Text1 {
}

.CommentFaceBook .ItemSeprator {
    float: left;
    height: 3px;
    background-color: #fff;
    width: 100%;
}

.CommentFaceBook .DivForm {
    display: inline-table;
    margin-top: 10px;
    text-align: center;
    width: 100%;
}

    .CommentFaceBook .DivForm .SpanTitle {
        display: inline-table;
        width: 100%;
        max-width: 80px;
        text-align: left;
        margin-top: 7px;
    }

    .CommentFaceBook .DivForm .TextBoxTitle {
        display: inline-table;
        width: 98%;
        max-width: 350px;
        border: solid 1px #BDC7D8;
        font-size: 10pt;
        color: #333;
        margin-top: 5px;
    }

.CommentFaceBook .ButtonRegister:hover {
    background-color: #0B74A8;
}

.CommentFaceBook .ButtonRegister {
    display: inline-table;
    background-color: #5B74A8;
    border-color: #29447E #29447E #1A356E;
    border-width: 1px;
    border-style: solid;
    font-size: 11pt;
    cursor: pointer;
    height: 35px;
    margin: 10px;
    color: White;
}

.CommentFaceBook .RegisterMessage {
    display: inline-table;
    color: #ff0000;
    margin-top: 7px;
}




.Voting {
    float: left;
    margin-top: 5px;
}

    .Voting .Waiting {
        float: left;
        width: 16px;
        height: 16px;
        background: url(../CommentFaceBookVoteHand/Images/Waiting.gif) no-repeat 0 0;
        border: 0;
        text-indent: -9999px;
        cursor: pointer;
        margin: 0px;
        padding: 0px;
    }

    .Voting .PositiveButton {
        float: left;
        width: 16px;
        height: 16px;
        background: url(../CommentFaceBookVoteHand/Images/Positive.png) no-repeat 0 0;
        border: 0;
        text-indent: -9999px;
        cursor: pointer;
        margin: 0px;
        padding: 0px;
    }

        .Voting .PositiveButton:hover {
            background-position: 0 -16px;
        }

        .Voting .PositiveButton:active {
            background-position: 0 -32px;
        }

    .Voting .PositiveButtonDisabled {
        float: left;
        width: 16px;
        height: 16px;
        background: url(../CommentFaceBookVoteHand/Images/Positive.png) no-repeat 0 0;
        border: 0;
        text-indent: -9999px;
        background-position: 0 -48px;
    }

        .Voting .PositiveButtonDisabled:hover {
            float: left;
            width: 16px;
            height: 16px;
            background: url(../CommentFaceBookVoteHand/Images/Positive.png) no-repeat 0 0;
            border: 0;
            text-indent: -9999px;
            background-position: 0 -48px;
        }

    .Voting .NegativeButton {
        display: none;
        float: left;
        width: 16px;
        height: 16px;
        background: url(../CommentFaceBookVoteHand/Images/Negative.png) no-repeat 0 0;
        border: 0;
        text-indent: -9999px;
        cursor: pointer;
    }

        .Voting .NegativeButton:hover {
            background-position: 0 -16px;
        }

        .Voting .NegativeButton:active {
            background-position: 0 -32px;
        }

    .Voting .NegativeButtonDisabled {
        float: left;
        width: 16px;
        height: 16px;
        background: url(../CommentFaceBookVoteHand/Images/Negative.png) no-repeat 0 0;
        border: 0;
        text-indent: -9999px;
        background-position: 0 -48px;
    }

        .Voting .NegativeButtonDisabled:hover {
            float: left;
            width: 16px;
            height: 16px;
            background: url(../CommentFaceBookVoteHand/Images/Negative.png) no-repeat 0 0;
            border: 0;
            text-indent: -9999px;
            background-position: 0 -48px;
        }

    .Voting .ResultPositiveSpan {
        font-size: 8pt;
        font-family: Tahoma;
        width: 30px;
        height: 16px;
        float: left;
        text-align: center;
        font-weight: bold;
        color: #000;
        padding: 0px;
        line-height: 140%;
    }

    .Voting .ResultNegativeSpan {
        display: none;
        font-size: 8pt;
        font-family: Tahoma;
        width: 30px;
        height: 16px;
        float: left;
        text-align: center;
        font-weight: bold;
        color: Red;
        padding: 0px;
        line-height: 140%;
    }
