﻿@import url(http://fonts.googleapis.com/css?family=Fauna+One|Oxygen:400,700,300);

article, aside, figure, figcaption, footer, header, hgroup, nav, section, summary {
    display: block;
}
/*font-family: 'Fauna One', serif;
font-family: 'Oxygen', sans-serif;*/
h1, h2, h3, h4, h5, h6 {
    font-family: 'Fauna One', serif
}
.ui-widget {
    direction: ltr;
    font-family: 'Fauna One', serif;
    font-size: 12px;
}

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('Images/Mid_topNav.jpg') repeat-x;
    font: 12px 'Fauna One', serif;
}

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('Images/Mid-LogoAndBackEN.jpg');
    z-index: -1;
}

.s-logoandback {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 282px;
    height: 252px;
    display: none;
    background: url('Images/Small-LogoAndBackEN.jpg');
    z-index: -1;
}

div.navLine {
    position: absolute;
    background: url('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('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: 125px;
}

    header .panelMenu a {
        color: #F5F5F5;
        float: right;
        margin: 5px;
        text-shadow: none;
        padding: 5px 5px;
        transition: all ease-in .3s;
        border-radius: 5px;
        font-family: 'Fauna One', serif;
        text-decoration:none;
    }

        header .panelMenu a:hover, header .panelMenu a.current {
            color: #0B5D75;
            background: url("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: left;
    margin-top: 50px;
    margin-right: 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: right;
    height: 100%;
    margin-top: 50px;
    width: 264px;
    padding: 0 10px;
    border-left: 1px solid #cfd9dd;
}

#Breadcrumb {
    color: #015057;
    text-align: left;
    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 {
    width:100%;
}
    #OurSuggestion-Start ul {
        list-style:circle;
    }
    #OurSuggestion-Start h2 {
        margin-bottom:10px;
        padding-right:12px;
    }
    #OurSuggestion-Start a h3 {
        font-size:11px;
        padding-left:10px;
        margin-left:5px;
        margin-bottom:10px;
        
  
    }
#Search {
    margin: 100px auto 0;
    width: 600px;
}

    #Search h1 {
        font-family: 'Fauna One', serif;
        font-size: 18px;
        color: #435e75;
        margin: 5px 0 2px 0;
        /*background:url("Images/Titles.png") no-repeat scroll 360px 10px;*/
        height: 32px;
    }

    #Search .srch-field {
        width: 549px;
        height: 63px;
        background: url('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: 'Fauna One', serif;
    font-size: 19px;
    color: #435e75;
}

#Search h2.exact {
    border: 0px solid red;
    margin-top: 15px;
    /*font-size:19.8pt;*/
}
    #Search h2.exact span {
        background: url("Images/Titles.png") no-repeat scroll 0px -18px;
        width:20px;
        height:20px;
        float:left;
        margin-right:5px;
    }

#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: left;
        margin-right:5px;
        width: 20px;
        height: 20px;
        background: url("Images/Titles.png") no-repeat scroll -20px -20px;
    }

.checkItem {
    float: left;
     margin-right: 30px;
}

    .checkItem.row2 {
        margin-left: 25px;
    }

        .checkItem.first, .checkItem.row2.first {
            margin-left: 0px;
        }
    .checkItem.last {
        clear:both;
        margin-top:30px;
    }
    .checkItem label {
        font-family: 'Fauna One', serif;
        font-size: 15px;
        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('Images/SoruceDrpBack.jpg') no-repeat 0 0;
}

#Category {
    width: 660px;
    margin: 75px auto;
}

    #Category h2 span {
        float: left;
        margin-right:5px;
        width: 20px;
        height: 20px;
        background: url("Images/Titles.png") no-repeat scroll -40px -19px;
    }

    #Category hr {
        width: 600px;
        border: none;
        border-bottom: 1px solid #b0c4ca;
        margin-bottom: 10px;
    }

    #Category > ul {
        float: left;
        height: 150px;
        margin: 5px 10px 5px 0;
        list-style: none;
       font-family: 'Fauna One', serif;
       font-size:13px;
    }

    #Category ul div {
        font-weight: bold;
        color: #79822a;
    }
    #Category ul h1 {
        float:left;
        clear:right;
        text-align:left;
        font-size:14px;
    }
        #Category ul div span {
            float: left;
            width: 15px;
            height: 15px;
            background: url("Images/Titles.png") no-repeat scroll -134px -22px;
            margin: 5px 5px 0 0px;
        }

    #Category ul li ul li {
        margin-left: 25px;
        list-style-type: none;
    }

        #Category ul li ul li a {
            text-decoration: none;
            color: #0B5D75;
        }
            #Category ul li ul li a h2 {
                font-size:16px;
            }
            #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: 'Fauna One', serif;
        font-size: 15px;
        color: #015057;
        text-shadow: 0 1.5px 0 #FFFFFF;
        padding: 10px 0px 10px 25px;
        border-bottom: 1px solid #b0c4ca;
        box-shadow: 0 1px 0 #FFFFFF;
        background: #ececed;
        border-radius: 5px 5px 0 0;
        text-align:left;
    }

        .tahoorBox > h2 > span, .tahoorBox > h1 > span {
            float: left;
            background: url("Images/Titles.png") no-repeat scroll -40px -22px;
            width: 20px;
            height: 20px;
            margin-right: 4px;
            
        }

        .tahoorBox > h2 > img, .tahoorBox > h1 > img {
            float: left;
            height: 16px;
            line-height: 10px;
            margin: 3px 5px 0 0;
            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: -62px -20px;
}

#TahoorShop h2 span {
    background-position: -84px -22px;
}

footer .content-wrapper {
    margin-top: 20px;
    height: 37px;
    width: 100%;
    background: url('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: ltr;
}

    article header {
        border-bottom: 1px solid #b0c4ca;
        box-shadow: 0 1px 0 #FFFFFF;
        padding-bottom: 5px;
    }

        article header h1 {
            color: #C23D3D;
            float: left;
            font-family: 'Fauna One', serif;
            font-size: 12.76pt;
            line-height: 18.76pt;
        }

        article header span.p-icon {
            float: left;
            background: url("Images/Titles.png") no-repeat scroll -105px -22px;
            width: 16px;
            height: 16px;
            margin-right: 5px;
            margin-top:3px;
        }

        article header a {
            float: right;
            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: 'Oxygen';
        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;
            }

    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: 'Fauna One', serif;
            color: #486275;
            border-bottom: 1px solid #b0c4ca;
            box-shadow: 0 1px 0 #FFFFFF;
            margin-bottom: 10px;
            font-size: 13px;
        }

            article #Sources h2 span {
                float: left;
                width: 16px;
                height: 25px;
                background: red;
                background: url("Images/Titles.png") no-repeat scroll -5px -42px;
                margin-right: 5px;
                margin-left: 15px;
            }

        article #Sources h3 {
            font: 15px 'Oxygen';
            color: #454546;
        }

            article #Sources h3 span {
                float: left;
                width: 7px;
                height: 7px;
                background: red;
                background: url("Images/Titles.png") no-repeat scroll -126px -25px;
                margin: 8px 10px 0 0;
            }

    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: left;
            width: 22px;
            height: 24px;
            background: red;
            background: url("Images/Titles.png") no-repeat scroll -28px -42px;
            margin-right: 5px;
            margin-left: 15px;
        }

        article #Tags a, #KList a {
            float: left;
            padding: 5px;
            font-family: 'Fauna One', serif;
            font-size: 13px;
            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("Images/ArticleTool_back.jpg") no-repeat;
    }

        article #ArticleTool a {
            font-family: 'Fauna One', serif;
            font-size:11px;
            color: whitesmoke;
            float: right;
            text-decoration: none;
            margin-top: 13px;
        }

            article #ArticleTool a.comments {
                /*margin-right: 45px;*/
                width: 35px;
            }

                article #ArticleTool a.comments span {
                    display: block;
                    /*float: right;*/
                    width: 50px;
                }

            article #ArticleTool a.share {
                margin-right: 82px;
            }

            article #ArticleTool a.send {
                margin-right: 88px;
            }

            article #ArticleTool a.print {
                margin-right: 45px;
            }

            article #ArticleTool a.ask {
                margin-right: 44px;
            }

            article #ArticleTool a.fav {
                margin-right: 55px;
            }

.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: 'Fauna One', serif;
        font-size: 11px;
        margin-bottom: 10px;
        padding-bottom:3px;
    }

        .artLister h2 span {
            float: left;
            width: 16px;
            height: 16px;
            background: red;
            background: url("Images/Titles.png") no-repeat scroll -56px -46px;
            margin-right: 5px;
            margin-left: 15px;
        }

    .artLister ul {
        list-style-image: url("Images/ListItem.png");
        margin-left: 20px;
    }

        .artLister ul h3 a, .artLister ul a {
            color: #454546;
            font: bold 12px 'Fauna One';
            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 -48px;
    width: 18px;
}

#SearchIn > h2 > span {
    background-position: -22px -22px;
}

#RelatedArticleByKeyword h2 span {
    background-position: -100px -42px;
    height: 25px;
    width: 23px;
}

#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: 12px;
}

.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: right;
    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('Images/ajax34.gif');
}

.ajaxloadshow {
    width: 20px;
    height: 20px;
    background: url('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 'Fauna One';
    color: #0B5D75;
    margin: 10px 25px;
}

#Articles .foundItems {
}

#Articles ul.foundItems li {
    list-style-type: none;
}

    #Articles ul.foundItems li h2, #KList h1 {
        padding: 0px;
        margin: 0  0 0 25px;
        border: none;
        text-shadow: none;
        box-shadow: none;
    }

        #Articles ul.foundItems li h2 a {
            font-family: 'Fauna One', serif;
            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 30px;
}

    .page_navigation.bottom {
        margin-bottom: 15px;
    }

    .page_navigation a.page_link {
        display: block;
        float: left;
        padding: 3px 5px;
        text-decoration: none;
        border-radius: 5px;
        background: #0B5D75;
        color: white;
        margin: 0 2px;
        font: 12px verdana;
    }

        .page_navigation a.page_link.active_page, .page_navigation a.page_link:hover {
            background: #0F82A4;
        }

#KList {
    padding: 10px 25px;
}

    #KList h1 {
        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;
        direction:ltr;
        font: 13px/20px 'Oxygen';
    }

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 .page_navigation a {
        float:left;
    }
    #Result #foundItems a {
        text-decoration: none;
    }

        #Result #foundItems a h1,#Result #foundItems a h3 {
            padding: 5px 10px;
            font: bold 14px 'Fauna One';
            color: #486275;
        }
            #Result #foundItems a h1 span {
                font-size: 12px; float: left;color:#3B3E47;
                margin:3px 5px 0 0;
            }
#Result.searchresults #foundItems a h1 span {
    float:none;
}
        #Result #foundItems a:hover h1,#Result #foundItems a:hover h3 {
            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-left: 20px;
}

#searchformsamll a {
    width: 20px;
    height: 20px;
    background: url("Images/Titles.png") no-repeat scroll -18px -20px;
    display: block;
    float: right;
    margin: 5px;
}

.margin-wrapper {
    margin-right: 100px;
}

#PanelSummury {
    width: 100%;
}

    #PanelSummury ul {
        list-style: none;
    }

        #PanelSummury ul li {
            display: block;
            float: left;
            margin: 15px;
        }

            #PanelSummury ul li img {
                margin: 5px auto;
                display: block;
            }

            #PanelSummury ul li a {
                display: block;
                text-align: center;
                font: 11px/18px 'Fauna One';
                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-left:30px;
}


    ul#topAnnounces li a h3 {
        font-size:11px;
        padding:2px 0;
    }
    ul#topAnnounces li.special-True a h3 {
        color:#892B2B;
    }
#loginForm {
    
}
    #loginForm fieldset {
    
        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: left;
                    padding: 5px;
                    width: 80px;
                }
                #loginForm fieldset ul li input {
                    padding:5px;
                }
                #loginForm fieldset button {
                    padding:5px;
                    font-family: 'Fauna One', serif;
                }
.adminonly {
    display:none;
}

#contactFrm {
    padding: 10px;
}

    #contactFrm legend {
        font-weight: bold;
        padding: 10px;
    }

    #contactFrm * {
        font-family: 'Droid Arabic Naskh';
    }

    #contactFrm label {
        float: left;
        width: 70px;
    }

    #contactFrm input, #contactFrm textarea {
        float: left;
        padding: 3px;
        line-height: 20px;
    }

    #contactFrm textarea {
        width: 50%;
        min-height: 100px;
    }

    #contactFrm br {
        line-height: 40px;
        clear: both;
    }

    #contactFrm button {
        padding: 4px;
        float: left;
        margin-left: 70px;
        margin-top: 30px;
    }
