﻿@font-face {
  font-family: 'BYekan';
  src: url('../../font/BYekan.eot?#') format('eot'),  /* IE6–8 */
       url('../../font/BYekan.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
       url('../../font/BYekan.ttf') format('truetype');  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}
@font-face {
  font-family: 'BKoodakBold';
  src: url('../../font/BKoodakBold.eot?#') format('eot'),  /* IE6–8 */
       url('../../font/BKoodakBold.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
       url('../../font/BKoodakBold.ttf') format('truetype');  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}
@font-face {
    font-family: "Nassim";
    src: url("../../font/nassim-regular.eot");
    src: local("â˜º"), url("../../font/nassim-regular.woff") format("woff"), url("../../font/nassim-regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Nassim";
    src: url("../../font/nassim-bold.eot");
    src: local("â˜º"), url("../../font/nassim-bold.woff") format("woff"), url("../../font/nassim-bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}
@font-face {
	font-family:'Mitra';
	font-weight:normal;
	font-style:normal;
	src:url("../../font/mitra.eot");
	src:url("../../font/mitra.eot?#iefix") format("embedded-opentype'"), url("../../font/mitra.ttf") format("truetype"), url("../../font/mitra.woff") format("woff"), url("../../font/mitra.otf") format("opentype"), url("../../font/mitra.svg") format("svg");
}
@font-face {
	font-family:'MitraBold';
	font-weight:normal;
	font-style:normal;
	src:url("../../font/MitraBold.eot");
	src:url("../../font/MitraBold.eot?#iefix") format("embedded-opentype'"), url("../../font/MitraBold.ttf") format("truetype"), url("../../font/MitraBold.woff") format("woff"), url("../../font/MitraBold.otf") format("opentype"), url("../../font/MitraBold.svg") format("svg");
}

body {
    font: 8pt Tahoma, Arial, sans-serif;
    background: #ffffff url('images/bg.gif');
    cursor: default;
    line-height: 15pt;
}

table, input, ul, ui, fieldset, select, textarea, div {
    font-family: Tahoma;
}

fieldset {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #ccc;
}

.Btn:disabled {
    color: Gray;
    cursor: default;
}

.Btn, input[type=button] {
    font-size: 10pt;
    cursor: pointer;
    height: 25px;
    color: #fff;
    background: #032d5f;
    border: 1px solid #000;
    border-radius: 6px;
}

input[type=text]:hover, input[type=password]:hover, select:hover, textarea:hover,
input[type=text]:focus, input[type=password]:focus, select:focus, textarea:focus {
    background-color: #fefadf;
}

.Btn:hover, input[type=button]:hover {
    color: yellow;
    border-color: #032d5f;
    background: #06569e;
}

input[type="text"], input[type="password"], select, textarea {
    background: #fff;
    border: 1px solid #cacbcb;
    color: #4d4c4c;
    border-radius: 6px;
    padding: 3px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.list_key {
    width: 160px;
    font-weight: bold;
    background-color: #f6f6f6;
    color: #666666;
    padding: 2px;
    border-bottom: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    vertical-align: middle;
}

.list_value {
    padding: 5px;
}

.Loading {
    background: url('images/loading.gif') no-repeat center center;
    min-height: 280px;
}

.validator {
    padding: 3px 18px 3px 2px;
    background: transparent url('Images/vld.gif') no-repeat;
    width: 18px;
    height: 18px;
    cursor: help;
}

.clear {
    clear: both;
}

.overal {
    background: #000000 url('../images/loading.gif') center center no-repeat;
}

/****************************************FAQ********************************/

ul#faq, ul#faq ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    ul#faq a {
        display: block;
        text-decoration: none;
        font-family: Tahoma;
    }

    ul#faq li {
        margin: 0;
        margin-bottom: 1px;
    }

.ico {
    float: left;
    background: url('images/ico.png') no-repeat center center;
    width: 22px;
    height: 22px;
}

.RootHaveChild {
    color: #000;
    padding: 4px;
    font-family: Tahoma;
    background: #d0d0d0 url('images/normal.jpg') top center repeat-x;
    color: #c4033f;
    cursor: pointer;
    line-height: 15pt;
}

    .RootHaveChild:hover {
        font-weight: bold;
    }

    .RootHaveChild.current {
        background: #f1a501 url('images/sel.jpg') top center repeat-x;
        color: #fff;
        font-weight: bold;
        cursor: default;
    }

ul#faq li ul {
    padding: 0;
    margin: 0;
}

    ul#faq li ul li a {
        padding-right: 10px;
        font-weight: normal;
        font-size: 8pt;
        font-family: Tahoma;
    }

.Body {
    background: #ebebeb url('images/body.jpg') repeat-x top center;
    padding: 5px 15px;
}

.QContainer {
    border: 1px solid #c6c6c6;
    margin-top: 18px;
    height: 350px;
}

.QHeader {
    height: 33px;
    background: #e0e0e0 url('images/qhead.jpg') left center no-repeat;
}

.QContent {
}

    .QContent .right {
        float: left;
        height: 300px;
        width: 50%;
    }

    .QContent .left {
        float: right;
        height: 300px;
        width: 50%;
        background: url('images/cnt.jpg') no-repeat center center;
    }

.commandbar {
    padding: 10px;
}
/********************Image Gallery**********************/

.ThumbCont {
    float: left;
    padding: 16px;
}

.ThumbImage {
    border: 1px dotted #888888;
    vertical-align: middle;
    padding: 16px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 80px;
}

    .ThumbImage img {
        width: 120px;
        height: 80px;
        margin: 0 auto;
    }

.ThumbTitle {
    text-align: center;
    line-height: 12pt;
}

.SSRow {
    height: 20px;
}

.SSKey {
    float: left;
    width: 80px;
}

.SSValue {
    float: left;
    width: 100px;
    text-align: center;
}

/*NEWS*/

.newsItem {
    padding: 10px;
    display: block;
}

    .newsItem:hover {
        background: #ccc;
    }

.NewsImage {
    margin: 5px;
    text-align: center;
    float: right;
    min-height: 80px;
    position: relative;
}

.VIcon {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 16px;
    height: 16px;
    background: url('images/video.gif');
}

.TIcon {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 16px;
    height: 16px;
    background: url('images/text.gif');
}

.AIcon {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 16px;
    height: 16px;
    background: url('images/audio.gif');
}

.newsDetail {
    float: left;
    width: 600px;
}

.NewsFrame {
    background: url('images/nbg.png') no-repeat center center;
    width: 98px;
    height: 108px;
    margin: 0 auto;
}

    .NewsFrame img {
        width: 80px;
        height: 90px;
        border: 0px;
        margin: 9px;
    }

.RooTitr {
    color: #808080;
}

.NewsTitle {
    background: url('images/nblt.gif') no-repeat center left;
    padding-left: 12px;
    font-family: Arial;
    text-decoration: none;
    color: #1c2754;
    font-size: 12pt;
    font-weight: bold;
}

    .NewsTitle a {
        font-family: Arial;
        text-decoration: none;
        color: #1c2754;
        font-size: 12pt;
        font-weight: bold;
    }

.NewsDate {
    color: #ff8400;
}

.NewsBrief {
    color: #000;
}

.NewsLink {
    height: 20px;
    background: url('images/nl.gif') no-repeat center center;
    clear: both;
}

    .NewsLink a {
        text-decoration: none;
        color: #666666;
    }

.NewsCatTitle {
    padding-bottom: 5px;
    text-align: center;
}

    .NewsCatTitle a {
        text-decoration: none;
    }

.CatFloat {
    float: left;
}

.NewsletterBody {
    position: relative;
}

    .NewsletterBody input[type=text] {
        position: absolute;
        top: 3px;
        right: 30px;
        width: 168px;
        background: none;
        border: none;
    }

    .NewsletterBody input[type=button] {
        display: none;
    }

.NewsletterBtn {
    position: absolute;
    top: 0;
    right: 0;
    width: 28px;
    height: 28px;
    cursor: pointer;
}
/*            News Detail */
.AllReply {
    text-align: right;
    direction: ltr;
    padding: 20px 0 20px 0;
}

.Replys {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    width: 500px;
    position: relative;
    text-align: left;
}

.RepTitle {
    position: absolute;
    top: -21px;
    right: 0;
    height: 20px;
    background: #ededed;
    padding: 0 15px 0 15px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-radius: 5px 5px 0 0;
}

.RepFullName {
    background: #ededed;
    color: #5f5f79;
    padding: 4px 15px 4px 15px;
    min-width: 300px;
    border-radius: 5px 5px 5px 5px;
}

.ReplyRepeater {
    padding: 10px;
}

.replyForm {
    display: none;
    padding: 20px;
}

.VLikeDisLike {
    position: absolute;
    top: 6px;
    right: 68px;
    width: 139px;
    height: 14px;
}

.VReply {
    position: absolute;
    top: 2px;
    right: 8px;
    cursor: pointer;
}

.VComment {
    margin: 10px;
    padding-left: 20px;
    text-align: justify;
    background: url('images/comments.gif') top left no-repeat;
}

.Voting {
    width: 100%;
    margin: 0 auto;
}

#catAllCnt {
    border: 1px solid #ccc;
    border-radius: 5px 5px 5px 5px;
}

.VRating {
    position: relative;
}

.VRUp {
    position: absolute;
    top: 0;
    right: 0;
    width: 42px;
    height: 14px;
    background: url('images/vrup.gif') no-repeat center center;
    overflow: hidden;
    text-align: center;
    line-height: 9pt;
    color: #106adc;
}

.btnVrUp {
    position: absolute;
    top: 0;
    right: 42px;
    width: 24px;
    height: 14px;
    background: url('images/btnvrup.gif') no-repeat center center;
    cursor: pointer;
}

.VRDown {
    position: absolute;
    top: 0;
    left: 0;
    width: 42px;
    height: 14px;
    background: url('images/VRDown.gif') no-repeat center center;
    overflow: hidden;
    text-align: center;
    line-height: 9pt;
    color: #dc0407;
}

.btnVrDown {
    position: absolute;
    top: 0;
    left: 42px;
    width: 24px;
    height: 14px;
    background: url('images/btnVrDown.gif') no-repeat center center;
    cursor: pointer;
}

.btnLoading {
    background: url('images/ajax-loader.gif') no-repeat center center;
}

.VHead {
    height: 24px;
    position: relative;
}

.VPub {
    color: #686c6f;
    position: absolute;
    top: 0px;
    right: 10px;
    background: #ededed;
    padding: 2px 10px 2px 10px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-radius: 5px 5px 0px 0px;
    height: 24px;
}

.VTitle {
    color: #686c6f;
    position: absolute;
    top: 0px;
    left: 10px;
    background: #ededed;
    padding: 2px 10px 2px 10px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-radius: 5px 5px 0px 0px;
    height: 24px;
}

.VCHead {
    height: 26px;
    background: #ededed;
    position: relative;
}

.VCFullName {
    position: absolute;
    background: #fff;
    color: #595d4c;
    top: 2px;
    left: 20px;
    padding: 1px 15px 1px 15px;
    min-width: 300px;
    border-radius: 5px 5px 5px 5px;
}

.NewsDetail {
    padding: 0 10px 0 10px;
}

.BtnTools {
    height: 55px;
    position: relative;
    padding: 5px;
}

    .BtnTools > a, .SharingMnu > a {
        text-decoration: none;
        color: #000;
        cursor: pointer;
        display: block;
        margin: 0 10px 0 5px;
        float: left;
        padding: 5px 5px 5px 28px;
    }

    .BtnTools a:hover {
        color: #ff8400;
    }

.BTHome {
    background: url('images/home.png') no-repeat left center;
}

.BTPrint {
    background: url('images/print.png') no-repeat left center;
}

.BTSend {
    background: url('images/send.png') no-repeat left center;
}

.BTComment {
    background: url('images/comment.png') no-repeat left center;
}

.BTShare {
    background: url('images/share.png') no-repeat left center;
}

.NTL, .NTL li {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .NTL li {
        float: right;
        margin: 2px;
        opacity: .7;
    }

        .NTL li:hover {
            opacity: 1;
        }

        .NTL li img {
            margin: 0 auto;
            height: 20px;
            cursor: pointer;
        }

.NTR {
    float: left;
}

.NTL {
    float: right;
}

.nKey {
    color: #000;
}

.nValue {
    color: #1e0a8f;
}

.NewsVisitCnt {
    text-align: right;
    color: #a6a6a8;
    padding: 5px;
}

.nTitle {
    font-weight: bold;
    color: #e10100;
    font-size: 13pt;
    line-height: 20pt;
    text-align: center;
    border: none;
}

    .nTitle a {
        text-decoration: none;
        color: #e10100;
        display: block;
        padding: 20px 10px;
    }

.nBrief {
    border: 1px solid #d1d1d1;
    background: #f4f4f4;
    padding: 15px;
    margin: 0 10px 15px 10px;
}

.FontBody {
    padding: 0 10px 0 10px;
}

.SooTitr {
    background: #032d5f;
    border-left: 5px solid #ff660c;
    padding: 5px;
    width: 200px;
    color: #fff;
    margin: 5px;
}

.FloatRight {
    float: left;
}

.FloatLeft {
    float: right;
}

#comments, #download, #Rate {
    border: 1px solid #9a9a9a;
    margin-bottom: 7px;
}

    #comments .content, #download .content, #Rate .content {
        padding: 5px;
    }

    #comments .head {
        height: 26px;
        background: url('images/relpro.jpg') no-repeat;
        margin: 1px;
    }

    #Rate .head {
        height: 26px;
        background: url('images/rateHead.jpg') no-repeat;
        margin: 1px;
    }

    #comments .commentHeader {
        text-align: center;
        font-weight: bold;
    }

    #comments .commentBody {
    }

    #comments .commentFooter {
        text-align: right;
    }

.ProItem {
    padding: 5px;
    text-align: justify;
}

    .ProItem a {
        text-decoration: none;
        color: gray;
    }

#download .head {
    height: 26px;
    background: url('images/downloadHead.jpg') no-repeat;
    margin: 1px;
}

#stars-wrapper1, #stars-wrapper2 {
    width: 130px;
}


#stars-cap1, #stars-cap {
    float: left;
    margin-left: 5px;
    font-weight: bold;
    color: #626262;
}

.NewsRate {
    width: 182px;
    height: 25px;
}

.yourRate {
    background: url('images/group.gif') no-repeat left center;
    height: 20px;
    padding: 5px 0 5px 20px;
}

.customerRate {
    background: url('images/user.gif') no-repeat left center;
    height: 10px;
    padding: 0px 0 15px 20px;
}

.AjaxCmd {
    text-align: right;
    padding: 5px;
}

    .AjaxCmd input[type=button] {
        cursor: pointer;
    }

.sep2 {
    height: 5px;
    background: url('images/uacsep.jpg') no-repeat center center;
    clear: both;
    padding: 10px;
}

/**************************************************Download*************************************************/

.DownloadRow {
    padding: 5px;
}

    .DownloadRow:hover {
        background: #f9d99f;
    }

.DownloadDetail {
    float: left;
    width: 670px;
    text-align: justify;
}

.DownloadLink {
    float: right;
}

    .DownloadLink img {
        width: 50px;
    }

.RssHolder {
    position: relative;
}

.RSSLink {
    position: absolute;
    top: -35px;
    right: 0;
    width: 51px;
    height: 20px;
    background: url('images/rss.png') no-repeat center center;
}

.FaqCat a {
    text-decoration: none;
    display: block;
    background: url('images/cfaq.png') left center no-repeat;
    padding: 5px 0 5px 37px;
    font-weight: bold;
    font-size: 12pt;
}

    .FaqCat a:hover {
        color: Red;
    }

.NoDisplay {
    display: none;
}

.AlterTableRow {
    background: #f8f7f1;
}

    .TableRow:hover, .AlterTableRow:hover {
        background: #f9e9be;
    }

.FieldHelp {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
    vertical-align: top;
}

    .FieldHelp img {
        cursor: pointer;
        width: 24px;
        height: 24px;
    }

.FieldHelpBody {
    position: absolute;
    z-index: 10;
    display: none;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background: #fff;
    top: 20px;
    right: 25px;
    min-width: 150px;
    text-align: left;
}

.FormPageTitle {
    text-align: center;
    font-size: 20pt;
    line-height: 40pt;
}

.FileManagerImage img {
    max-height: 100px;
    max-width: 100px;
}

.Unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.UserFullName {
    position: absolute;
    top: 0;
    right: 5px;
    color: #fff;
}

.UserLogin {
}

.ItemBar {
    padding: 15px;
}

.TitleBar {
    font-size: 12pt;
    padding-bottom: 5px;
}

.BriefBar {
    padding-bottom: 5px;
}

.UrlBar {
    direction: ltr;
    color: Green;
    text-align: left;
}

.grdPager {
    font-size: 10pt;
    background-repeat: repeat-x;
    vertical-align: middle;
    color: #000000;
    background-color: #fff;
    height: 50px;
}


    .grdPager span {
        color: #fff;
        background: url('../images/pagingSelectedBg.png') center center no-repeat;
        padding: 10px;
    }

    .grdPager a {
        color: black;
        padding: 10px;
        text-decoration: none;
    }

        .grdPager a:hover {
            color: blue;
        }

    .grdPager td {
        vertical-align: middle;
    }

.apply {
}

    .apply div, .UserLogin div {
        padding: 2px;
    }

    .apply input[type=text], .apply input[type=password], .UserLogin input[type=text], .UserLogin input[type=password] {
        width: 240px;
    }

.ListItem {
    float: left;
    width: 177px;
    padding: 4px;
    height: 170px;
}

.LDetail {
    text-align: center;
}

    .LDetail a {
        text-decoration: none;
        color: #000;
        font-weight: bold;
    }

.SVGrp {
    margin: 0 55px 0 52px;
}

    .SVGrp a {
        display: block;
        padding: 5px;
        text-decoration: none;
        background: #046d80;
        border-bottom: 1px solid #EDE6D7;
        color: #C7C7C7;
        text-decoration: none;
    }

        .SVGrp a.selected {
            color: #faac01;
            font-weight: bold;
        }

 
#Error {
    background: #fccac1 url('Images/err.png') no-repeat center left;
    color: #565656;
    border-color: #eb5439;
}

#Info, #NoImage {
    background: #effeb9 url('Images/info.png') no-repeat top left;
    color: #565656;
    border-color: #98c700;
}

#Question {
    background: #effeb9 url('Images/info.png') no-repeat top left;
    color: #565656;
    border-color: #98c700;
}

#Warning {
    background: #ffe9ad url('Images/warning.png') no-repeat top left;
    color: #565656;
    border-color: #fab418;
}

.Message {
    padding: 14px 20px 14px 135px;
    font-size: 10pt;
    border: 1px solid #ff0000;
    min-height:22px;
    direction:ltr;
    margin:10px 0 10px 0;
    font-family:Tahoma, Arial;

    /*    text-shadow: 1px 1px 0 #000;
    box-shadow: 1px 1px 1px #ccc;*/
}
.Message a
{
    color:#f00;
}

.Circle, .AdvHolder img, #FooterBanner img, .ThumbImage {
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.CircleBottom {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
}

.CircleTop {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
}

.Fade {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.UsersComment {
}
#yourcomment
{
    margin-bottom:10px;
}
.replyForm div, #yourcomment div
{
    padding:5px 0;
}

.PlayerHolder {
    text-align: center;
}

.shamsi {
    float: left;
}

.miladi {
    display: none;
    float: left;
}

.dayMonth {
    float: left;
}

.NewsTicker {
    height: 22px;
    padding: 3px 0 0 10px;
}

#news {
    visibility: hidden;
}

    #news a {
        text-decoration: none;
        color: #fff;
    }

    #news, #news ul, #news li {
        padding: 0;
        margin: 0;
    }
/******************************************/


.SharingMenu li {
    list-style: none;
    margin: 0;
    border-bottom: 1px solid #ccc;
}

.SharingMenu a {
    text-decoration: none;
    color: #000;
    cursor: pointer;
    display: block;
    margin: 0 10px 0 5px;
    padding: 5px 5px 5px 28px;
}


.mnuFacebook {
    background: url('share/facebook.png') no-repeat left center;
}

.mnuTwitter {
    background: url('share/twitter.png') no-repeat left center;
}

.mnuGoogle {
    background: url('share/google.png') no-repeat left center;
}

.mnuDigg {
    background: url('share/diggit.png') no-repeat left center;
}

.mnuReddit {
    background: url('share/Reddit.png') no-repeat left center;
}

.mnuLinkedIn {
    background: url('share/LinkedIn.png') no-repeat left center;
}

.mnuPinterest {
    background: url('share/Pinterest.png') no-repeat left center;
}

.mnuStumbleUpon {
    background: url('share/stumbleupon.png') no-repeat left center;
}

.mnuEmail {
    background: url('share/Email.png') no-repeat left center;
}

.SharingMnu {
    float: left;
    position: relative;
}

.SharMnuInd {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 21px;
    left: 10px;
    background: url('images/cab.png') no-repeat top center;
    z-index: 11;
    display: none;
}

.SharingMenu {
    box-shadow: 3px 3px 20px #000;
    border: 1px solid #ccc;
    position: absolute;
    min-width: 160px;
    min-height: 100px;
    top: 40px;
    left: -80px;
    padding: 5px;
    margin: 0;
    background: #fff;
    z-index: 10;
    display: none;
}

