﻿/* 
 * Droid Arabic Naskh (Arabic) http://www.google.com/webfonts/earlyaccess
 */
@font-face {
    font-family: 'Droid Arabic Naskh';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/DroidNaskh-Regular.eot);
    src: url(../fonts/DroidNaskh-Regular.eot?#iefix) format('embedded-opentype'), url(../fonts/DroidNaskh-Regular.woff2) format('woff2'), url(../fonts/DroidNaskh-Regular.woff) format('woff'), url(../fonts/DroidNaskh-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'Droid Arabic Naskh';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/DroidNaskh-Bold.eot);
    src: url(../fonts/DroidNaskh-Bold.eot?#iefix) format('embedded-opentype'), url(../fonts/DroidNaskh-Bold.woff2) format('woff2'), url(../fonts/DroidNaskh-Bold.woff) format('woff'), url(../fonts/DroidNaskh-Bold.ttf) format('truetype');
}


article, aside, figure, figcaption, footer, header, hgroup, nav, section, summary {
    display: block;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Droid Arabic Naskh';
}

.ui-widget {
    font-family: Droid Arabic Naskh,Tahoma,Verdana,Arial,sans-serif;
    font-size: 11px;
    direction: rtl;
}

a {
    color: #0B5D75;
    text-decoration: none;
    outline: none;
}

    a:hover {
        color: #C23D3D;
    }

    a.ui-button:hover {
        color: whitesmoke;
    }

* {
    padding: 0px;
    margin: 0px;
}

.clear {
    clear: both;
}

.cRed {
    color: #AF3737;
}

body {
    margin: 0px;
    padding: 0px;
    background: #efeff0 url('/Content/Styles/Images/Mid_topNav.jpg') repeat-x;
    font: 12px droid arabic naskh;
}

header .content-wrapper {
    width: 960px;
    border: 0px solid red;
    margin: 0 auto;
    position: relative;
    height: 173px;
    border-top: none;
}

.logoandback {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 342px;
    height: 404px;
    display: none;
    background: url('/Content/Styles/Images/Mid-LogoAndBack.jpg');
    z-index: -1;
}

.s-logoandback {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 282px;
    height: 252px;
    display: none;
    background: url('/Content/Styles/Images/Small-LogoAndBack.jpg');
    z-index: -1;
}

div.navLine {
    position: absolute;
    background: url('/Content/Styles/Images/Mid-navLine.png') no-repeat;
    height: 2px;
    width: 100%;
    border: 0px solid red;
    transition: all ease .5s;
    display: none;
    top: 51px;
}

nav {
    position: absolute;
    top: -20px;
    height: 20px;
    display: none;
    opacity: .1;
    /*border:1px solid red;*/
    /*transition: top ease .5s;*/
}

    nav a, nav span {
        font: 12px tahoma;
        color: #534f3f;
        text-decoration: none;
        padding: 1px;
    }

        nav a:hover {
            color: #0c5469;
        }

#today {
    font: bold 11px tahoma;
    color: #0c5469;
    position: absolute;
    top: 60px;
}

header a, header span {
    text-shadow: 1.5px 1.5px 0 #F5F5F5;
}

header .login {
    position: absolute;
    top: 115px;
}

    header .login > .Authenticated {
        display: none;
    }

        header .login > .Authenticated > a, header .login span {
            float: left;
            display: block;
            margin-right: 26px;
            font: bold 11px tahoma;
            color: #0c5469;
            text-decoration: none;
            transition: all ease .5s;
        }

    header .login a span {
        display: block;
        width: 16px;
        height: 16px;
        float: right;
        background: url('/Content/Styles/Images/userIcon.png');
        margin-left: 5px;
        margin-bottom: 10px;
    }

    header .login a.register span {
        background-position: -17px 0;
    }

    header .login a:hover {
        text-shadow: 1.5px 1.5px 0px #D4CE8B;
    }

header .alfabet, header .panelMenu {
    position: absolute;
    top: 139px;
    width: 100%;
    right: 185px;
}

    header .panelMenu a {
        color: #F5F5F5;
        float: right;
        margin: 5px;
        text-shadow: none;
        padding: 0px 5px;
        transition: all ease-in .3s;
        border-radius: 5px;
    }

        header .panelMenu a:hover, header .panelMenu a.current {
            color: #0B5D75;
            background: url("/Content/Styles/Images/Mid_topNav.jpg") repeat-x scroll 0 0 #EFEFF0;
        }

    header .alfabet img {
        border: none;
    }

#body .content-wrapper {
    width: 960px;
    border: 0px solid red;
    margin: 0 auto;
    position: relative;
    border-top: none;
}

#body .main-content {
    width: 720px;
    border: 0px solid lime;
    float: left;
}

#body .View-main-content {
    width: 650px;
    border: 0px solid lime;
    float: right;
    margin-top: 50px;
    margin-left: 15px;
}

#body .side-content {
    border: 0px solid #0000FF;
    float: right;
    height: 150px;
    margin-top: 230px;
    width: 230px;
}

#body .View-side-content {
    border: 0px solid #0000FF;
    float: left;
    height: 100%;
    margin-top: 50px;
    width: 264px;
    padding: 0 10px;
    border-right: 1px solid #cfd9dd;
}

#Breadcrumb {
    color: #015057;
    text-align: right;
    padding-right: 90px;
    padding-top: 12px;
    font: 12px tahoma;
}

    #Breadcrumb h3 {
        display: inline;
    }

    #Breadcrumb h3, #Breadcrumb span {
    }

    #Breadcrumb span {
        font-size: 11px;
        font-weight: bold;
        line-height: 18px;
        padding: 5px 3px;
    }

    #Breadcrumb a {
        text-decoration: none;
        color: #534f3f;
        font: 11px tahoma;
    }

        /*#Breadcrumb a:after {
            content: " > ";
            color: #534f3f;
            font: 9px 'Droid Arabic Naskh';
        }*/

        #Breadcrumb a:last-child:after {
            content: "";
        }

.start-wrapper {
    direction: rtl;
    border: 0px solid red;
}

.indent {
    text-indent: -1000px;
}

#OurSuggestion-Start, #RandomArticles-Start {
    width: 100%;
}

    #OurSuggestion-Start ul, #RandomArticles-Start ul {
        list-style: circle;
    }

    #OurSuggestion-Start h2, #RandomArticles-Start h2 {
        margin-bottom: 10px;
        padding-right: 12px;
    }

    #OurSuggestion-Start a h3, #RandomArticles-Start a h3 {
        font-size: 11px;
        padding-right: 10px;
        margin-right: 5px;
        margin-bottom: 10px;
    }

#Search {
    margin: 100px auto 0;
    width: 600px;
}

    #Search h1 {
        font-family: 'Droid Arabic Naskh';
        font-size: 16px;
        color: #435e75;
        margin: 5px 0 2px 0;
        /*background:url("/Content/Styles/Images/Titles.png") no-repeat scroll 360px 10px;*/
        height: 32px;
    }

    #Search .srch-field {
        width: 549px;
        height: 63px;
        background: url('/Content/Styles/Images/srch-backII.jpg') no-repeat;
        border: 0px solid red;
    }

        #Search .srch-field input[type=text] {
            width: 480px;
            height: 38px;
            display: block;
            border: none;
            float: right;
            padding: 10px;
            font-family: 'nassim', Tahoma;
            font-size: 18px;
            /*border-right:1px solid #E2E2D0;*/
            background: none;
        }

        #Search .srch-field a {
            display: block;
            float: left;
            width: 30px;
            height: 30px;
            border: 0px solid red;
            margin: 15px 0 0 8px;
        }

.section h2 {
    font-family: "Droid Arabic Naskh",Tahoma;
    font-size: 13px;
    color: #435e75;
}

#Search h2.exact {
    border: 0px solid red;
    margin-top: 15px;
    /*font-size:19.8pt;*/
    background: url("/Content/Styles/Images/Titles.png") no-repeat scroll 580px -17px;
    padding-right: 20px;
}

#Search hr {
    width: 549px;
    border: none;
    border-bottom: 1px solid #b0c4ca;
    margin-bottom: 10px;
}

#Search .srchIn {
    margin-top: 25px;
    margin-bottom: 10px;
    clear: both;
}

    #Search .srchIn span {
        float: right;
        width: 20px;
        height: 20px;
        background: url("/Content/Styles/Images/Titles.png") no-repeat scroll -20px -20px;
    }

.checkItem {
    float: right;
    margin-right: 10px;
}

    .checkItem.row2 {
        margin-right: 25px;
    }

        .checkItem.first, .checkItem.row2.first {
            margin-right: 0px;
        }

    .checkItem label {
        font-family: "Droid Arabic Naskh";
        font-size: 12px;
        color: #015057;
        margin-right: 5px;
    }

.icheckbox_flat-red, .icheckbox_flat-aero {
    display: inline-block !important;
    top: 5px;
}

.chosen-container-multi ul.chosen-choices {
    background: transparent url('/Content/Styles/Images/SoruceDrpBack.jpg') no-repeat 0 0;
}

#Category {
    width: 650px;
    margin: 75px auto;
}

    #Category h2 span {
        float: right;
        width: 20px;
        height: 20px;
        background: url("/Content/Styles/Images/Titles.png") no-repeat scroll -40px -22px;
    }

    #Category hr {
        width: 600px;
        border: none;
        border-bottom: 1px solid #b0c4ca;
        margin-bottom: 10px;
    }

    #Category > ul {
        float: right;
        height: 200px;
        margin: 5px 30px 5px 0;
        list-style: none;
        font: 13px 'Droid Arabic Naskh';
    }

    #Category ul div {
        font-weight: bold;
        color: #79822a;
    }

        #Category ul div span {
            float: right;
            width: 15px;
            height: 15px;
            background: url("/Content/Styles/Images/Titles.png") no-repeat scroll -134px -22px;
            margin: 5px 0 0 5px;
        }

    #Category ul li ul li {
        margin-right: 25px;
        list-style-type: none;
    }

        #Category ul li ul li a {
            text-decoration: none;
            color: #0B5D75;
        }

            #Category ul li ul li a:hover {
                color: #C23D3D;
            }

#Announce {
}

.tahoorBox {
    display: block;
    width: 345px;
    height: 190px;
    float: right;
    border: 1px solid #dfdfe0;
    border-radius: 5px;
    margin: 5px;
}

    .tahoorBox > h2, .tahoorBox > h1 {
        font-family: "Droid Arabic Naskh";
        font-size: 13px;
        color: #015057;
        text-shadow: 0 1.5px 0 #FFFFFF;
        padding: 10px 25px 10px 0;
        border-bottom: 1px solid #b0c4ca;
        box-shadow: 0 1px 0 #FFFFFF;
        background: #ececed;
        border-radius: 5px 5px 0 0;
    }

        .tahoorBox > h2 > span, .tahoorBox > h1 > span {
            float: right;
            background: url("/Content/Styles/Images/Titles.png") no-repeat scroll -40px -22px;
            width: 20px;
            height: 20px;
            margin-left: 4px;
        }

        .tahoorBox > h2 > img, .tahoorBox > h1 > img {
            float: right;
            height: 16px;
            line-height: 10px;
            margin: 3px 0 0 5px;
            width: 16px;
        }

    .tahoorBox.sessions > h2 > span {
        background: url("/Areas/Admin/Content/Peach/img/icons/packs/fugue/32x32/session.png");
        width: 64px;
        height: 32px;
    }

    .tahoorBox.favarticles > h2 > span {
        background: url("/Areas/Admin/Content/Peach/img/icons/packs/fugue/32x32/fav1.png");
        width: 32px;
        height: 29px;
    }

#Announce h2 span {
    background-position: -63px -22px;
}

#TahoorShop h2 span {
    background-position: -84px -22px;
}

footer .content-wrapper {
    margin-top: 20px;
    height: 37px;
    width: 100%;
    background: url('/Content/Styles/Images/fp_botNav.jpg') repeat-x;
}

footer .copyright {
    width: 500px;
    margin: 0 auto;
    text-align: center;
}

    footer .copyright span {
        display: block;
        padding-top: 10px;
        font: 12px tahoma;
        direction: rtl;
        color: #34606c;
        text-shadow: 2px 1px 0px white;
    }

.copyright img {
    float: right;
    margin-top: -10px;
}
/*################### View Article*/
article, aside, section {
    direction: rtl;
}

    article header {
        border-bottom: 1px solid #b0c4ca;
        box-shadow: 0 1px 0 #FFFFFF;
        padding-bottom: 5px;
    }

        article header h1 {
            color: #C23D3D;
            float: right;
            font-family: 'Droid Arabic Naskh';
            font-size: 12.76pt;
            line-height: 12.76pt;
        }

        article header span.p-icon {
            float: right;
            background: url("/Content/Styles/Images/Titles.png") no-repeat scroll -105px -22px;
            width: 16px;
            height: 16px;
            margin-left: 5px;
        }

        article header a, article header span {
            float: left;
            text-shadow: none;
            font: 11px tahoma;
            margin: 5px;
            padding: 2px;
            text-decoration: none;
            color: #0b5d75;
        }

            article header a.current {
                color: white;
                background: #0b5d75;
            }

    article #pageText {
        margin-top: 8px;
        text-align: justify;
        font-family: Tahoma;
        font-size: 13px;
        line-height: 22px;
        color: #454546;
    }

        article #pageText h3.mid-title {
            color: #C23D3D;
            padding: 15px 0 8px;
            font: bold 13px 'Droid Arabic Naskh';
        }

        article #pageText a {
            /*color: #0b5d75;*/
            text-decoration: none;
        }

            article #pageText a:hover {
                color: #c23d3d;
            }

a.NewSite, a.tahoor, a.kotob {
    color: #0F82A4;
}

a.FutureLink, a.FutureLink:hover {
    color: #454546 !important;
}

article #subtitles {
    height: auto;
}

    article #subtitles ul {
        list-style-image: url('');
        list-style: circle;
        color: #0b5d75;
        padding: 8px 10px;
        padding-right: 40px;
    }

    article #subtitles a {
        font: 11px 'Droid Arabic Naskh';
        color: #0b5d75;
        text-decoration: none;
        transition: ease-in-out all .3s;
    }

        article #subtitles a:hover {
            color: #C23D3D;
        }

article #Sources {
    margin-top: 60px;
}

    article #Sources h2, article #Tags h2 {
        font-family: 'Droid Arabic Naskh';
        color: #486275;
        border-bottom: 1px solid #b0c4ca;
        box-shadow: 0 1px 0 #FFFFFF;
        margin-bottom: 10px;
        font-size: 13px;
    }

        article #Sources h2 span {
            float: right;
            width: 16px;
            height: 25px;
            background: red;
            background: url("/Content/Styles/Images/Titles.png") no-repeat scroll -5px -42px;
            margin-left: 5px;
            margin-right: 15px;
        }

    article #Sources h3 {
        font: 12px 'Droid Arabic Naskh';
        color: #454546;
    }

        article #Sources h3 span {
            float: right;
            width: 7px;
            height: 7px;
            background: red;
            background: url("/Content/Styles/Images/Titles.png") no-repeat scroll -126px -25px;
            margin: 8px 0 0 10px;
        }

article #Tags {
    margin-top: 20px;
}

    /*article #Tags h2 {
            font-size: 17px;
            font-family: 'Adobe';
            color: #486275;
            border-bottom: 1px solid #b0c4ca;
            box-shadow: 0 1px 0 #FFFFFF;
            margin-bottom: 10px;
        }*/

    article #Tags h2 span {
        float: right;
        width: 22px;
        height: 24px;
        background: red;
        background: url("/Content/Styles/Images/Titles.png") no-repeat scroll -28px -42px;
        margin-left: 5px;
        margin-right: 15px;
    }

    article #Tags a, #KList a {
        float: right;
        padding: 5px;
        font-family: 'Droid Arabic Naskh';
        font-size: 10px;
        background-color: #ECECED;
        border: 1px solid #b0c4ca;
        box-shadow: 0 1px 0 #FFFFFF;
        margin: 5px;
        text-decoration: none;
        color: #486275;
        border-radius: 5px;
        transition: ease-in-out all .3s;
    }

        article #Tags a:hover, #KList a:hover {
            background: #486275;
            color: white;
        }

article #ArticleTool {
    margin: 0px auto;
    margin-top: 15px;
    width: 655px;
    height: 40px;
    background: url("/Content/Styles/Images/ArticleTool_back.jpg") no-repeat;
}

    article #ArticleTool a {
        font: 11px tahoma;
        color: whitesmoke;
        float: right;
        text-decoration: none;
        margin-top: 11px;
    }

        article #ArticleTool a.comments {
            margin-right: 35px;
            width: 35px;
        }

            article #ArticleTool a.comments span {
                display: block;
                float: right;
                width: 50px;
            }

        article #ArticleTool a.share {
            margin-right: 52px;
        }

        article #ArticleTool a.send {
            margin-right: 50px;
        }

        article #ArticleTool a.print {
            margin-right: 45px;
        }

        article #ArticleTool a.print {
            margin-right: 45px;
        }

        article #ArticleTool a.ask {
            margin-right: 44px;
        }

        article #ArticleTool a.fav {
            margin-right: 40px;
        }

.artLister {
    margin-bottom: 40px;
}

    .artLister#RelatedArticle {
        margin-top: 20px;
    }

    .artLister h2 {
        border-bottom: 1px solid #B0C4CA;
        box-shadow: 0 1px 0 #FFFFFF;
        color: #486275;
        font-family: 'Droid Arabic Naskh';
        font-size: 11px;
        margin-bottom: 10px;
    }

        .artLister h2 span {
            float: right;
            width: 16px;
            height: 16px;
            background: red;
            background: url("/Content/Styles/Images/Titles.png") no-repeat scroll -56px -46px;
            margin-left: 5px;
            margin-right: 15px;
        }

    .artLister ul {
        list-style-image: url("/Content/Styles/Images/ListItem.png");
        margin-right: 20px;
    }

        .artLister ul h3 a, .artLister ul a {
            color: #454546;
            font: bold 10px 'Droid Arabic Naskh';
            text-decoration: none;
            transition: all ease-in-out .2s;
        }

            .artLister ul h3 a:hover, .artLister ul a:hover {
                color: #C23D3D;
            }

#LastVisited > h2 > span {
    background-position: -76px -46px;
    width: 18px;
}

#SearchIn > h2 > span {
    background-position: -22px -22px;
}

#FeedBack > h2 > span {
    background-position: -64px -22px;
}

#RelatedArticleByKeyword h2 span {
    background-position: -100px -42px;
    height: 25px;
    width: 23px;
}

#TahoorShop.start div.shopitem {
    padding: 10px 25px 10px 10px;
    font-size: 11px;
    display: none;
}

#TahoorShop img.sample {
    float: right;
    margin: 5px 0 100px 5px;
}

#TahoorShop p.sample {
    font: 12px tahoma;
    text-align: justify;
}

#TahoorShop h3.sample {
    font: bold 12px 'Droid Arabic Naskh';
    color: #818937;
}

#TahoorShop a.sample {
    font-family: 'Adobe';
    color: #818937;
    display: block;
    text-align: left;
    text-decoration: none;
}

.listCom .c-header {
    background: #0B5D75;
    color: #EFEFF0;
    border-radius: 5px;
    padding: 2px 4px;
    margin-bottom: 5px;
}

.listCom .c-body {
    padding: 4px;
    font-size: 10px;
}

.listCom .c-response {
    background: #EDE9D0;
    border-radius: 5px 5px 5px 5px;
    margin-right: 30px;
    padding: 5px 10px;
    margin-top: 5px;
}

.sendCom {
    margin-top: 10px;
}

    .sendCom label, .sendPage label {
        display: block;
        color: #0b5d75;
    }

    .sendCom input, .sendPage input, .addFav #f-grpName {
        background: none repeat scroll 0 0 #ECECED;
        border: 1px solid #0B5D75;
        border-radius: 5px 5px 5px 5px;
        color: #3B3E47;
        font-size: 11px !important;
        padding: 3px;
    }

    .sendCom textarea, .sendPage textarea, .Ask textarea {
        background: none repeat scroll 0 0 #ECECED;
        border: 1px solid #0B5D75;
        border-radius: 5px 5px 5px 5px;
        color: #3B3E47;
        font-size: 11px !important;
        height: 100px;
        padding: 8px;
        width: 300px;
    }

.sendPage textarea {
    width: 80%;
    height: 50px;
}

.sendPage textarea, .sendCom .button, .sendPage .button, .addFav .button, .ask .button {
    display: block;
    margin-top: 10px;
}

.sendPage #s-mails input {
    margin-top: 5px;
    direction: ltr;
}

.sendPage #s-mails a {
    float: left;
    text-decoration: none;
    font: bold 11px verdana;
    color: #0c5469;
    margin-top: 10px;
}

.addFav {
    position: relative;
}

    .addFav h3, .Ask h3 {
        color: #C23D3D;
        padding: 5px 0;
    }

    .addFav option {
        padding: 2px;
    }

    .addFav #f-addGrp {
        margin-top: 5px;
        padding: 3px;
    }

    .addFav #f-grpName {
        width: 100%;
    }

.ajaxload {
    display: none;
    width: 20px;
    height: 20px;
    background: url('/Content/Styles/Images/ajax34.gif');
}

.ajaxloadshow {
    width: 20px;
    height: 20px;
    background: url('/Content/Styles/Images/ajax34.gif');
}

.addFav .ajaxload, .Ask .ajaxload {
    position: absolute;
    top: 0px;
    left: 0px;
}

.listCom .ajaxload {
    display: block;
}

.ask-info, .ask-history {
    display: none;
}

.Share a {
    text-decoration: none;
    margin: 12px;
    float: right;
}
/*##############################################*/
#Articles .foundCount {
    font: 12px 'Droid Arabic Naskh';
    color: #0B5D75;
    margin: 4px 25px;
}

#Articles .foundItems {
}

#Articles ul.foundItems li {
    list-style-type: none;
}

    #Articles ul.foundItems li h2, #KList h1, #KList h2 {
        padding: 0px;
        margin: 0 21px 0 0;
        border: none;
        text-shadow: none;
        box-shadow: none;
    }

        #Articles ul.foundItems li h2 a {
            font-family: 'Droid Arabic Naskh';
            font-size: 12px;
            display: block;
            background-color: #ECECED;
            border: 1px solid #B0C4CA;
            border-radius: 5px 5px 5px 5px;
            box-shadow: 0 1px 0 #FFFFFF;
            color: #486275;
            margin: 5px;
            padding: 5px;
            text-decoration: none;
            transition: all 0.3s ease-in-out 0s;
        }

            #Articles ul.foundItems li h2 a:hover {
                background: none repeat scroll 0 0 #486275;
                color: #FFFFFF;
            }

.page_navigation {
    padding: 5px 15px;
}

    .page_navigation.bottom {
        margin-bottom: 15px;
    }

    .page_navigation a.page_link {
        display: block;
        float: right;
        padding: 3px 5px;
        text-decoration: none;
        border-radius: 5px;
        background: #0B5D75;
        color: white;
        margin: 2px;
        font: 12px tahoma;
    }

        .page_navigation a.page_link.active_page, .page_navigation a.page_link:hover {
            background: #0F82A4;
        }

#KList {
    padding: 10px 25px;
}

    #KList h1, #KList h2 {
        background: transparent;
        font-family: 'Droid Arabic Naskh';
        font-size: 12px;
        margin: 0px;
    }

    #KList a:hover h1 {
        color: white;
    }

#About {
}

    #About .Container, #Contact .Container {
        padding: 20px 25px;
        text-align: justify;
        font: 12px 'Droid Arabic Naskh';
    }

ul.content {
    list-style: none;
}

    ul.content > li {
        margin-right: 10px;
    }

#Result h2 label {
    color: #C23D3D;
    font-size: 21px;
}

#Result #foundItems, #foundItems {
    padding: 10px;
}

    #Result #foundItems a {
        text-decoration: none;
    }

        #Result #foundItems a h1 {
            padding: 5px 10px;
            font: 16px droid arabic naskh;
            color: #486275;
        }

        #Result #foundItems a:hover h1 {
            color: #C23D3D;
        }

span.hl {
    background-color: lightyellow;
    border-radius: 5px 5px 5px 5px;
    padding: 0 5px;
}

#Result div {
    font: 12px tahoma;
}

#Result .comCtn {
    padding: 8px;
}

    #Result .comCtn a {
    }

#Result .comTextCtn {
    padding: 5px;
    background: #F8F8F8;
    margin-top: 5px;
    border-radius: 5px;
}

    #Result .comTextCtn .respose {
        margin-right: 30px;
        padding: 5px;
        background: #FCFCFC;
        margin-top: 5px;
        border-radius: 5px;
    }

#searchformsamll .searchin {
    border: none;
    width: 200px;
    background-color: #dbdbcf;
    border-radius: 5px;
    padding: 7px;
    margin-right: 20px;
}

#searchformsamll a {
    width: 20px;
    height: 20px;
    background: url("/Content/Styles/Images/Titles.png") no-repeat scroll -18px -20px;
    display: block;
    float: left;
    margin: 5px;
}

.margin-wrapper {
    margin-right: 100px;
}

#PanelSummury {
    width: 100%;
}

    #PanelSummury ul {
        list-style: none;
    }

        #PanelSummury ul li {
            display: block;
            float: right;
            margin: 15px;
        }

            #PanelSummury ul li img {
                margin: 5px auto;
                display: block;
            }

            #PanelSummury ul li a {
                display: block;
                text-align: center;
                font: 11px/18px 'Droid Arabic Naskh';
                text-decoration: none;
                color: #3B3E47;
            }

            #PanelSummury ul li:hover a {
                color: #C23D3D;
            }

select#group {
    padding: 5px;
    font: bold 12px droid arabic naskh;
}

    select#group option {
        padding: 0 5px;
    }
/*###### SessionView*/
.admin-False {
    float: right;
    background: #EDEDC5;
    margin: 10px 5px;
    padding: 10px;
    border-radius: 10px;
    width: 50%;
}

    .admin-False p {
    }

.postitem div time {
    float: left;
    text-align: left;
    font: 11px tahoma;
    margin: 10px 5px 0 0;
}

.admin-True {
    float: left;
    background: #FFFFE6;
    margin: 10px 5px;
    padding: 10px;
    border-radius: 10px;
    width: 50%;
}

#ViewSession textarea#newQuestion {
    border: 1px solid #C0C0C0;
    border-radius: 10px;
    font: 12px tahoma;
    height: 150px;
    padding: 10px;
    width: 90%;
}

#ViewSession #AskNewMsg {
    color: #800000;
    padding: 10px;
}

ul#topAnnounces {
    list-style: none;
    padding: 10px;
    padding-right: 30px;
}


    ul#topAnnounces li a h3 {
        font-size: 11px;
        padding: 2px 0;
    }

    ul#topAnnounces li.special-True a h3 {
        color: #892B2B;
    }

#ajaxLogin {
    margin: 5px;
}

    #ajaxLogin fieldset {
    }

        #ajaxLogin fieldset legend {
        }

        #ajaxLogin fieldset div {
            padding: 5px;
        }

            #ajaxLogin fieldset div label {
                float: right;
                padding: 5px;
                width: 80px;
                font: 12px tahoma;
            }

            #ajaxLogin fieldset div input {
                border: 1px solid #C0C0C0;
                padding: 5px;
            }

#loginForm {
    direction: rtl;
}

    #loginForm fieldset {
        direction: rtl;
        padding: 10px;
        margin: 10px;
        width: 300px;
    }

        #loginForm fieldset ul {
            list-style: none;
        }

            #loginForm fieldset ul li {
                padding: 5px;
            }

                #loginForm fieldset ul li label {
                    font-size: 14px;
                    float: right;
                    padding: 5px;
                    width: 80px;
                }

                #loginForm fieldset ul li input {
                    padding: 5px;
                }

        #loginForm fieldset button {
            padding: 5px;
            font-family: droid arabic naskh;
        }

.adminonly {
    display: none;
}

#contactFrm {
    padding: 10px;
}

    #contactFrm legend {
        font-weight: bold;
        padding: 10px;
    }

    #contactFrm * {
        font-family: 'Droid Arabic Naskh';
    }

    #contactFrm label {
        float: right;
        width: 70px;
    }

    #contactFrm input, #contactFrm textarea {
        float: right;
        padding: 3px;
        line-height: 20px;
    }

    #contactFrm textarea {
        width: 50%;
        min-height: 100px;
    }

    #contactFrm br {
        line-height: 40px;
        clear: both;
    }

    #contactFrm button {
        padding: 4px;
        float: right;
        margin-right: 70px;
        margin-top: 30px;
    }
