﻿/*
    Module Forum
*/
.SG-Forum {
    border: 1px solid #076fac;
}

    .SG-Forum table,
    .SG-Forum table table,
    .SG-Forum table table table,
    .SG-Forum table tr,
    .SG-Forum table tr tr,
    .SG-Forum table tr tr,
    .SG-Forum table td,
    .SG-Forum table td td {
        text-align: right !important;
        vertical-align: top;
    }

#divSearchResult {
    background: #FFF;
    -moz-box-shadow: 0 2px 3px #AAA;
    -webkit-box-shadow: 0 2px 3px #AAA;
    box-shadow: 0 2px 3px #AAA;
    padding: 15px;
    height: 290px;
}

.SG-Body-Forum {
    padding: 6px;
}

.SG-Forum .PageHeaderTitle {
    background: url(/engine/modules/sitesaz.forum/images/forum/HeaderForumTitle.png) repeat-x;
    height: 35px;
    text-align: center;
    line-height: 35px;
    color: #FFF;
    margin-bottom: 8px;
}

    .SG-Forum .PageHeaderTitle td {
        line-height: 35px;
    }

.SG-Forum table {
    width: 100%;
}

    .SG-Forum table .Row {
        background: #F6F6F6;
        height: 30px;
    }

    .SG-Forum table .Alter {
        background: #e7e7e7;
        height: 30px;
    }

    .SG-Forum table td {
        padding: 2px;
    }

.SG-Forum .ForumGrid, .SG-Forum .ForumGrid tr, .SG-Forum .ForumGrid th, .SG-Forum .ForumGrid tr td {
    border-color: #FFF !important;
}

    .SG-Forum .ForumGrid .Alter {
        background: #e7e7e7;
        height: 30px;
    }

.ForumGridSetting, .ForumGridSetting tr td {
    border-color: #CCC !important;
}

.ItemForms .LabelForms {
    min-width: 150px !important;
}


.SG-Forum .BtnSearch {
    position: relative;
    top: 9px;
}

.SG-Forum table .HeaderBackground {
    background: #CCC;
    height: 35px;
}

.SG-Forum table .AlterTable {
    background: #F1F1F1;
}

/*[Setting]*/
.SettingPageHeader {
}

    .SettingPageHeader input[type="image"] {
        position: relative;
        top: -2px;
    }



/****************************/
.ForumQuestionTemplate .Right {
    float: right;
}

.ForumQuestionTemplate .Left {
    float: left;
}

.ForumQuestionTemplate table td {
    padding: 0;
}

.ForumQuestionTemplate {
    border: 1px solid #86a93b;
    background: #FFF;
    margin-bottom: 10px;
}


    .ForumQuestionTemplate .ForumT-Head {
        background: url(/engine/modules/sitesaz.forum/images/forum/QuestionHeader.png) repeat-x;
        height: 25px;
        border-bottom: 1px solid #86a93b;
        line-height: 25px;
        padding: 0 4px;
    }


        .ForumQuestionTemplate .ForumT-Head .ForumT-DateTime {
            color: #3d5a00;
            line-height: 25px;
        }

    .ForumQuestionTemplate .ForumT-Body {
        background: #f4f4f4;
    }

        .ForumQuestionTemplate .ForumT-Body .ForumT-ProfileSide {
            float: right;
            width: 25%;
            background: #f4f4f4;
        }


            .ForumQuestionTemplate .ForumT-Body .ForumT-ProfileSide .UserImage img {
                display: block;
                margin: 0 auto;
            }

            .ForumQuestionTemplate .ForumT-Body .ForumT-ProfileSide .UserName {
                background: #FFF;
                text-align: center;
                padding: 10px 0;
            }

            .ForumQuestionTemplate .ForumT-Body .ForumT-ProfileSide .Mbox-Q {
                background: #e6e6e6;
                padding: 5px;
                margin-bottom: 3px;
                color: #333;
            }

                .ForumQuestionTemplate .ForumT-Body .ForumT-ProfileSide .Mbox-Q span {
                    display: inline-block;
                    min-width: 100px;
                }

            .ForumQuestionTemplate .ForumT-Body .ForumT-ProfileSide .ButtonLinks {
                text-align: center;
            }

        /*[]*/
        .ForumQuestionTemplate .ForumT-Body .ForumT-Content {
            background: #FFF;
            float: left;
            width: 74.9%;
        }

            .ForumQuestionTemplate .ForumT-Body .ForumT-Content .ContentWrapper-Q {
                min-height: 289px;
            }


            .ForumQuestionTemplate .ForumT-Body .ForumT-Content .ForumT-Content-Title {
                color: #598100;
                font: 20px/40px 'b yekan','yekan',Arial;
                -webkit-text-shadow: 0 1px 1px #86a93b;
                text-shadow: 0 1px 1px #86a93b;
            }



    .ForumQuestionTemplate .ForumT-Content-Footer .Sign-Q {
        background: #f7f7f7;
        padding: 10px;
        margin-bottom: 1px;
    }

    .ForumQuestionTemplate .ForumT-Content-Footer .ForumT-ButtonFooter {
        background: #e5e5e5;
        height: 45px;
    }

.ForumT-ButtonFooter .Left {
    position: relative;
    top: 10px;
    left: 9px;
}


.ForumT-ButtonFooter .Right .normal {
    line-height: 45px;
    padding-right: 7px;
}
/****************************/

.ForumAnswerTemplate .Right {
    float: right;
}

.ForumAnswerTemplate .Left {
    float: left;
}

.ForumAnswerTemplate table td {
    padding: 0;
}

.ForumAnswerTemplate {
    border: 1px solid #2a89c3;
    background: #FFF;
    margin-bottom: 7px;
}


    .ForumAnswerTemplate .ForumT-Head {
        background: url(/engine/modules/sitesaz.forum/images/forum/AnswerHeader.png) repeat-x;
        height: 25px;
        border-bottom: 1px solid #2a89c3;
        line-height: 25px;
        padding: 0 4px;
    }


        .ForumAnswerTemplate .ForumT-Head .ForumT-DateTime {
            color: #005182;
            line-height: 25px;
        }

    .ForumAnswerTemplate .ForumT-Body {
        background: #f4f4f4;
    }

        .ForumAnswerTemplate .ForumT-Body .ForumT-ProfileSide {
            float: right;
            width: 25%;
            background: #f4f4f4;
        }


            .ForumAnswerTemplate .ForumT-Body .ForumT-ProfileSide .UserImage img {
                display: block;
                margin: 0 auto;
            }

            .ForumAnswerTemplate .ForumT-Body .ForumT-ProfileSide .UserName {
                background: #FFF;
                text-align: center;
                padding: 10px 0;
            }

            .ForumAnswerTemplate .ForumT-Body .ForumT-ProfileSide .Mbox-Q {
                background: #e6e6e6;
                padding: 5px;
                margin-bottom: 3px;
                color: #333;
            }

                .ForumAnswerTemplate .ForumT-Body .ForumT-ProfileSide .Mbox-Q span {
                    display: inline-block;
                    min-width: 100px;
                }

            .ForumAnswerTemplate .ForumT-Body .ForumT-ProfileSide .ButtonLinks {
                text-align: center;
            }

        /*[]*/
        .ForumAnswerTemplate .ForumT-Body .ForumT-Content {
            background: #FFF;
            float: left;
            width: 74.9%;
        }

            .ForumAnswerTemplate .ForumT-Body .ForumT-Content .ContentWrapper-Q {
                min-height: 289px;
            }


            .ForumAnswerTemplate .ForumT-Body .ForumT-Content .ForumT-Content-Title {
                color: #598100;
                font: 20px/40px 'b yekan','yekan',Arial;
                -webkit-text-shadow: 0 1px 1px #86a93b;
                text-shadow: 0 1px 1px #86a93b;
            }

            .ForumAnswerTemplate .ForumT-Body .ForumT-Content .ForumT-Content-Footer {
            }

    .ForumAnswerTemplate .ForumT-Content-Footer .Sign-Q {
        background: #f7f7f7;
        padding: 10px;
        margin-bottom: 1px;
    }

    .ForumAnswerTemplate .ForumT-Content-Footer .ForumT-ButtonFooter {
        background: #e5e5e5;
        height: 45px;
    }

.ForumT-ButtonFooter .Left {
    position: relative;
    top: 10px;
    left: 9px;
}


.ForumT-ButtonFooter .Right .normal {
    line-height: 45px;
    padding-right: 7px;
}


/* New Question */
.NewQuestionIcons {
    text-align: center;
    padding: 15px;
    margin: 15px 0;
}

.AlignCentre {
    text-align: center;
}

.labelStyle {
    Font-Size: 10pt;
    font-family: Tahoma;
    Height: 25px;
    color: white;
}

.Strong {
    font-weight: 600;
}

.ImageSize img {
    width: 32px !important;
    height: 32px !important;
}

.chkBox-Align {
    padding-top: 7px;
    padding-right: 3px;
}

.imgCat {
    width: 48px !important;
    height: 48px !important;
}

.margintd {
    padding-right: 100px !important;
}

.imgRoom {
    width: 21px !important;
    height: 21px !important;
}

.labelAlign {
    background: url(/engine/modules/sitesaz.forum/images/forum/HeaderForumTitle.png) repeat-x;
    height: 35px;
    line-height: 35px;
    color: #FFF;
    margin-bottom: 8px;
    text-align: right;
}

.borderStyle {
    border: 1px solid #86a93b;
    background: #FFF;
    margin-bottom: 10px;
    padding-top:50px;
    padding-bottom:20px;
}

.noticeButton {
  margin-top:60px;
}

.ltr {
    direction: ltr;
}

.rtl .lang-float-right {
    float: right;
}

.rtl .lang-float-left {
    float: left;
    /*margin-left: 9px;*/
}

.ltr .lang-float-right {
    float: left;
}

.ltr .lang-float-left {
    float: right;
    margin-left: 2px;
}

.text-center {
    text-align:center;
}