﻿@import url("../../all.css");
@import url("../../reset.css");
@import url("../FileSelect.css");
@import url("../../gridView2.css");
@import url("common.css");

.master {
    width: 990px;
    margin: 0 auto;
    position: relative;
}

.Header {
    height: 160px;
    background: #34587a url('images/hbg.png');
}

.Logo {
    position: absolute;
    top: 20px;
    right: 20px;
}

.HeadLeft {
    position: absolute;
    top: 20px;
    left: 10px;
    background: url('images/hl.png') no-repeat;
    width: 165px;
    height: 110px;
}

.HeaderBar {
    background: #1a9481;
    height: 50px;
}

.LanguageLink {
    font-family: IranSans;
    font-size: 10pt;
    float: left;
    background: #9bcc93;
    margin: 10px 5px 0 0;
    color: #fff;
    text-decoration: none;
    padding: 5px 10px;
}

    .LanguageLink:hover {
        background: #f26522;
    }

.CurrentTime {
    direction: rtl;
    float: left;
    background: url('images/hblt.png') no-repeat right center;
    padding: 4px 26px 0 5px;
    height: 25px;
    color: #fff;
    font-family: IranSans;
    font-size: 10pt;
    margin-top: 10px;
}

.Ticker {
    float: right;
    padding: 4px 26px 0 5px;
    margin-top: 10px;
    font-size: 8pt;
    font-family: IranSans;
    background: url('images/hblt.png') no-repeat right center;
    direction: rtl;
    color: #fff;
    height: 25px;
}

ul.Marqu {
    font-family: IranSans,Tahoma;
    font-size: 8pt;
    color: #000;
    list-style: none;
    padding: 0;
    margin: 0;
    visibility: hidden;
}

    ul.Marqu li {
        list-style: none;
        padding: 0;
        margin: 0;
    }

.marquee a {
    color: #fff;
}
    /* link text color */
    .marquee a:hover {
        color: #ff6a00;
    }
/* link rollover color */
.marquee {
    text-align: right;
    direction: ltr;
    overflow: hidden;
    color: #fff;
    width: 600px; /* set the required width */
    height: 30px; /* set the height required to accomodate the chosen font size */
    padding-top: 2px;
}

.AllCnt {
    padding: 8px 0;
}

.MenuBar {
    float: right;
    width: 180px;
}

.ContentBar {
    float: left;
    width: 800px;
}

.FontBody {
    padding: 0 12px;
}

.SrchBar {
    background: #74ceb7;
    text-align: right;
    position: relative;
    height: 30px;
    margin-bottom: 6px;
}

    .SrchBar input[type=text] {
        direction: rtl;
        text-align: right;
        color: #fff;
        width: 143px;
        background: none;
        border: none;
    }

.SrchBtn {
    position: absolute;
    background: #2c858d url('images/sbtn.png') no-repeat center center;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

    .SrchBtn:hover {
        background: #ff6a00 url('images/sbtn.png') no-repeat center center;
    }

.mnuHolder {
    background: #e1e1e1;
}

    .mnuHolder ul, .mnuHolder li {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .mnuHolder a {
        display: block;
        text-decoration: none;
        padding: 3px 5px;
        font-family: IranSharp;
        font-size: 9pt;
        color: #003d5c;
        margin: 1px;
    }

        .mnuHolder a:hover, .mnuHolder a.Selected {
            background: #ba9b65;
            color: #fff;
        }

.RightBanner {
    padding: 3px 0;
}

#RightBanners ul, #RightBanners li {
    list-style: none;
    padding: 0;
    margin: 0;
}

#RightBanners li {
    padding: 3px 0;
}

#RightBanners a {
    display: block;
}

.ContentBar {
    direction: rtl;
}

.PageTitle {
    background: #00bfa5;
    padding: 5px;
    color: #fff;
}

    .PageTitle a {
        text-decoration: none;
        color: #003d5c;
        font-size: 10pt;
    }

    .PageTitle h2 a:first-child {
        color: #fff !important;
    }

.InternalContent {
    border: 1px solid #00bfa5;
    padding: 10px;
}

.nBrief {
    text-align: justify;
}

.Footer {
    background: url('images/fbg.jpg');
    direction: rtl;
    border-top: 6px solid #9bcc93;
}

.Sharing {
    text-align: center;
    padding: 0 0 20px 0;
}

.SharingCircle {
    border-radius: 21px;
    -moz-border-radius: 21px;
    -webkit-border-radius: 21px;
    margin: 0 2px;
}

.FCol {
    float: right;
    min-height: 100px;
    width: 210px;
    padding: 15px;
}

.RLHead {
    color: #ffffcb;
    font-weight: bold;
    font-size: 12pt;
    padding: 0 0 15px 0;
}

.NewsletterBody {
    position: relative;
    width: 210px;
}

    .NewsletterBody input[type=text] {
        width: 135px;
        padding-left: 70px;
        height: 25px;
        position: absolute;
        top: 0;
        right: 0;
        font-size: 8pt;
    }

        .NewsletterBody input[type=text]:focus {
            direction: ltr;
        }

    .NewsletterBody input[type=button] {
        position: absolute;
        top: 4px;
        width: 30px !important;
        min-width: 30px !important;
    }

#btnSub {
    left: 4px;
}

#btnUnsub {
    left: 36px;
}

.RelatedLinks {
    direction: rtl;
}

    .RelatedLinks a {
        color: #fff;
        text-decoration: none;
        direction: rtl;
        text-align: right;
        display: block;
        padding-bottom: 5px;
        width: 210px;
    }

        .RelatedLinks a:hover {
            color: yellow;
        }

    .RelatedLinks ul, .RelatedLinks li {
        list-style: none;
        padding: 0;
        margin: 0;
    }

.SiteStat {
    color: #fff;
    width: 200px !important;
}

.Address {
    width: 250px !important;
    color: #fff;
}

    .Address a {
        color: #fff;
    }

.Copyright {
    background: #004056;
    color: #fff;
    text-align: center;
    padding: 5px;
}

    .Copyright a {
        color: #fff;
        text-decoration: none;
    }

.ShortAbout {
    background: #e1e1e1 url('images/abg.jpg') no-repeat bottom left;
    height: 205px;
    overflow: hidden;
    padding: 10px 10px 10px 245px;
    text-align: justify;
    font-size: 9pt;
    color: #1f1e1e;
    margin-bottom:5px;
}

.SAHead {
    font-family: IranSharp;
    font-weight: bold;
    font-size: 12pt;
    color: #003d5c;
    padding: 0 0 10px 0;
}

.SIHolder {
    padding: 6px 0;
}

.SIBase {
    background: #133463 url('images/ibbg.png') no-repeat right center;
    height: 30px;
    padding: 6px;
}

.HomeSlider {
    padding: 0 0 0 0;
    direction: ltr;
}

.DNews {
    padding: 6px 0 0 0;
}

.tooltip nivo-imageLink, .nivoSlider {
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.nivo-slice:first-of-type {
    border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    -webkit-border-bottom-left-radius: 6px;
}

.nivo-slice:nth-of-type(10) {
    border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-right-radius: 6px;
}

.STBLabel {
    float: right;
    width: 140px;
    font-family: IranSharp;
    font-size: 12pt;
    color: #fff;
}

.STBInput {
    float: right;
}

    .STBInput input {
        background: #547b9f;
        border: none;
        width: 345px;
    }

.STBBtn {
    float: right;
    padding: 5px;
    padding: 0 6px;
}

    .STBBtn input {
        height: 28px;
        border: none;
        width: 30px;
        min-width: 30px;
        background: #ba9b65 url('images/sbtn.png') no-repeat center center;
    }

        .STBBtn input:hover {
            background: #ff6a00 url('images/sbtn.png') no-repeat center center;
        }

.STBSHolder {
    padding: 0 6px;
    float: right;
}

.STBSplt {
    width: 6px;
    background: #7185a1;
    height: 30px;
}

.STPLink {
    float: right;
    display: block;
    background: #f26522;
    color: #fff;
    font-family: IranSharp;
    font-size: 11pt;
    text-align: center;
    padding: 1px 16px 9px 16px;
    height: 20px;
    text-decoration: none;
    width: 205px;
}

    .STPLink:hover {
        background: #9bcc93;
        cursor: pointer;
        color: #003d5c;
    }

.LNCnt {
    padding: 5px !important;
}

.LNItem {
    display: block;
    padding: 5px;
}

    .LNItem:hover {
        background: #f1efef;
    }

        .LNItem:hover .LNTitle {
            color: #ff6a00;
        }

        .LNItem:hover .LNBrief {
            color: #000;
        }

.LNImage {
    width: 100px;
    height: 100px;
    float: right;
}

    .LNImage img {
        width: 100px;
        height: 100px;
    }

.LNDetail {
    padding: 0 10px;
    float: right;
    width: 577px;
}

.LNTitle {
    color: #0a5080;
    font-weight: bold;
    font-family: IranSharp;
    font-size: 10pt;
    padding-bottom: 5px;
}

.LNBrief {
    color: #1f1e1e;
    text-align: justify;
}

.LNDate {
    padding-top: 15px;
    text-align: center;
    color: #fff;
    font-size: 8pt;
    width: 80px;
    height: 60px;
    float: right;
    background: url('images/pdbg.png') no-repeat center center;
}

.ArchiveLink {
    float: left;
    padding-left: 5px;
    font-size: 8pt;
    cursor: pointer;
}

    .ArchiveLink:hover {
        color: #ff6a00;
    }

/******************/

.PTBtn {
    font-family: IranSharp;
    font-size: 10pt;
    float: right;
    border: 1px solid #36c79b;
    padding: 5px 10px;
    min-width: 120px;
    color: #fff;
    text-align: center;
    border-bottom: none;
    cursor: pointer;
    display: block;
    text-decoration: none;
    background: #36c79b;
    margin: 0 0 -1px 2px;
}

    .PTBtn:hover {
        border-top: 1px solid #ff8900;
    }

    .PTBtn.Selected {
        background: #fff;
        color: #36c79b;
    }

.PTCH {
    padding: 5px;
    border: 1px solid #36c79b;
    background: #fff;
}

.PTC {
    display: none;
}

.TItem {
    display: block;
    min-height: 160px;
    overflow: hidden;
    border-bottom: 2px solid #c3c3c3;
    float: right;
    width: 373px;
    text-decoration: none;
    margin: 5px;
    padding: 5px;
}

.TItem2 {
    display: block;
    border-bottom: 2px solid #c3c3c3;
    text-decoration: none;
    margin: 5px;
    padding: 5px;
}

.TTitle {
    background: url('images/nb.png') no-repeat right 4px;
    padding-right: 25px !important;
}

#HomeCenter_Holder {
    position: relative;
}

    #HomeCenter_Holder .nav {
        position: absolute;
        top: 6px;
        width: 20px;
        height: 160px;
        cursor: pointer;
    }

    #HomeCenter_Holder .next {
        background: url('images/next.png') no-repeat right center;
        right: 0;
    }

        #HomeCenter_Holder .next:hover {
            background: url('images/nexth.png') no-repeat right center;
        }

    #HomeCenter_Holder .prev {
        background: url('images/prev.png') no-repeat left center;
        left: 0;
    }

        #HomeCenter_Holder .prev:hover {
            background: url('images/prevh.png') no-repeat left center;
        }

#HomeCenter {
    padding: 6px 0 0 0;
    margin: 0 auto;
}

    #HomeCenter ul, #HomeCenter li {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    #HomeCenter li {
        float: right;
        margin: 0 5px;
    }

    #HomeCenter img {
        width: 178px;
        height: 158px;
        border: 1px solid transparent;
    }

        #HomeCenter img:hover {
            border: 1px solid #f00;
        }

.FldTalif {
    border: none;
    border-top: 5px solid #0087bd;
    margin: 6px 0;
}

    .FldTalif legend {
        padding: 0 10px;
        font-family: IranSharp;
        font-size: 10pt;
        color: #1490c2;
        font-weight: bold;
    }

.PubItem {
    display: block;
    float: right;
    width: 190px;
    text-align: center;
    text-decoration: none;
    min-height: 320px;
    margin-bottom: 10px;
}

.PubItemLeft {
    margin: 0 0 0 8px;
}

.PubItemLeft {
    margin: 0 0 0 6px;
}

.PubItem:hover {
    box-shadow: 2px 2px 10px #ccc;
}

.PubImage {
    height: 190px;
    vertical-align: middle;
    display: table-cell;
    width: 190px;
}

    .PubImage img {
        max-height: 190px;
        max-width: 190px;
        margin: 0 auto;
    }

.PubTitle {
    color: #2c858d;
    font-family: IranSharp;
    padding: 7px 0 2px 0;
    font-size: 10pt;
    font-weight: bold;
}

.PubPublisher {
    color: #647a99;
    font-family: IranSans;
    padding: 5px 0;
    font-size: 8pt;
    font-weight: bold;
}

.PubPageCnt {
    font-family: IranSans;
}

    .PubPageCnt .Key {
        color: #5b7293;
    }

    .PubPageCnt .Value {
        color: #5eb4a7;
        font-family: BYekan;
    }

.KeyValRow {
    padding: 5px;
    border-bottom: 1px dotted #ccc;
}

    .KeyValRow:hover {
        background: #faf3f3;
    }

.PubKey {
    float: right;
    color: #5d7494;
    font-family: IranSharp;
    font-weight: bold;
    font-size: 10pt;
    min-width: 110px;
}

.PubValue {
    float: right;
    color: #61b5a8;
    font-family: IranSans;
    font-weight: bold;
    font-size: 10pt;
}

    .PubValue a {
        text-decoration: none;
        color: #61b5a8;
    }

.ListItem {
    float: right;
    width: 185px;
    height: 160px;
    display: block;
    margin: 4px;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
}

    .ListItem:hover {
        box-shadow: 2px 2px 10px #ccc;
    }

.LTitle {
    padding-top: 5px;
    color: #000;
}

.ListItem:hover .LTitle {
    color: #ff6a00;
}

.IsteftaCatSelected {
    display: none;
    background: #fff url('images/dd.png') no-repeat left center;
    border: 1px solid #ccc;
    padding: 5px 10px;
    margin: 5px;
    cursor: pointer;
}

    .IsteftaCatSelected:hover {
        background: #fff url('images/ddh.png') no-repeat left center;
        color: #ff6a00;
        border-color: #ff6a00;
    }

.IsteftaCat {
    background: #fff;
    border: 1px solid #ccc;
    padding: 5px;
    margin: 5px;
}

    .IsteftaCat a {
        display: block;
        background: #ba9b65;
        color: #fff;
        padding: 2px;
        margin: 2px;
        text-align: center;
        text-decoration: none;
        float: right;
        width: 243px;
        height:22px;
        overflow:hidden;
    }

        .IsteftaCat a:hover, .IsteftaCat a.Selected {
            background: #ff6a00;
        }

.IsteftaItem {
    display: block;
    padding: 5px;
    margin: 5px;
    text-decoration: none;
    color: #003d5c;
    font-family: IranSharp;
    font-size: 10pt;
    border: 1px solid #ccc;
}

    .IsteftaItem:hover {
        background: #ff6a00;
        color: #fff;
    }

.IsteftaQuestion {
    color: #993300;
    font-family: IranSharp;
    font-weight: bold;
    font-size: 12pt;
    padding-bottom: 15px;
}

.IsteftaAnswer {
    font-size: 12pt;
    color: #000080;
}

.SrchKey {
    font-weight: bold;
    background: yellow;
}

.ItemBar {
    padding: 15px;
}

.TitleBar {
    font-size: 12pt;
    padding-bottom: 5px;
}

    .TitleBar a {
        text-decoration: none;
    }

.BriefBar {
    padding-bottom: 5px;
}

.UrlBar {
    direction: ltr;
    color: Green;
    text-align: left;
}

.RelatedBox {
    border: none;
    border-top: 3px solid #36c79b;
    margin-top: 20px;
}

    .RelatedBox legend {
        font-weight: bold;
        font-size: 12pt;
        padding: 0 10px;
    }

.Sharing img {
    width: 42px;
    height: 42px;
}
