﻿@font-face {
  font-family: BTitrBold;
  src: url('fonts/BTitrBold.eot?#') format('eot'),  
       url('fonts/BTitrBold.woff') format('woff'),  
       url('fonts/BTitrBold.ttf') format('truetype'); 
}
@font-face {
  font-family: b nazanin;
  src: url('fonts/BBCNassim.eot?#') format('eot'),  
       url('fonts/BBCNassim.woff') format('woff'),  
       url('fonts/BBCNassim.ttf') format('truetype'); 
}
@font-face {
  font-family: bnassim;
  src: url('fonts/nassim-bold.eot?#') format('eot'),  
       url('fonts/nassim-bold.woff') format('woff'),  
       url('fonts/nassim-bold.ttf') format('truetype'); 
}
@font-face {
  font-family: rnassim;
  src: url('fonts/nassim-regular.eot?#') format('eot'),  
       url('fonts/nassim-regular.woff') format('woff'),  
       url('fonts/nassim-regular.ttf') format('truetype'); 
}
@font-face {
     font-family: 'yekan';
     src: url('fonts/B Yekan.eot');
     src: url('fonts/B Yekan.otf') format('opentype');
     src: local('☺'),
     local('yekan'),
     url('fonts/B Yekan.woff') format('woff'),
     url('fonts/B Yekan.ttf') format('truetype'),
     url('fonts/B Yekan.svg') format('svg');
font-weight: normal;
font-style: normal;
}

ul {
    padding: 0;
    margin: 0;
}
p {
    padding: 0;
    margin: 0;
}
table
{
    width:100%;
}
table td
{
    vertical-align:top;
    padding:0;
}
img
{
    border:none;
}
.container {
    width: 980px;
    margin: 0 auto;
    position: relative;
}
.corner-tl { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; border-top-left-radius: 4px/*{cornerRadius}*/; }
.corner-tr { -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; border-top-right-radius: 4px/*{cornerRadius}*/; }
.corner-bl { -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; border-bottom-left-radius: 4px/*{cornerRadius}*/; }
.corner-br { -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; border-bottom-right-radius: 4px/*{cornerRadius}*/; }
.corner-top { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; border-top-left-radius: 4px/*{cornerRadius}*/; -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; border-top-right-radius: 4px/*{cornerRadius}*/; }
.corner-bottom { -moz-border-radius-bottomleft: 6px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 6px/*{cornerRadius}*/; border-bottom-left-radius: 6px/*{cornerRadius}*/; -moz-border-radius-bottomright: 6px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 6px/*{cornerRadius}*/; border-bottom-right-radius: 6px/*{cornerRadius}*/; }
.corner-right {  -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; border-top-right-radius: 4px/*{cornerRadius}*/; -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; border-bottom-right-radius: 4px/*{cornerRadius}*/; }
.corner-left { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; border-top-left-radius: 4px/*{cornerRadius}*/; -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; border-bottom-left-radius: 4px/*{cornerRadius}*/; }
.corner-all { -moz-border-radius: 6px/*{cornerRadius}*/; -webkit-border-radius: 6px/*{cornerRadius}*/; border-radius: 6px/*{cornerRadius}*/; }
.fl
{
    float:left;
}
.fr
{
    float:right;
}
.clrb
{
    clear:both;
}
.tr
{
    text-align:right;
}
.tl
{
    text-align:left;
}
.tc
{
    text-align:center;
}
.oh
{
    overflow:hidden;
}
.minw
{
    width:1%;
}
.now
{
    white-space:nowrap;
}
.hidden
{
    display:none;
}
h2,h3
{
    margin:0;
}
body
{
    margin:0;
    padding:0;
    font:13px yekan;
    background-color:#e5e3e3;
}
body>.page
{
    width: 980px;
    margin: 0 auto;
    position: relative;
    /*background: repeating-linear-gradient(-35deg, #eee, #eee 1px, #fff 2px, #fff 12px) repeat scroll 0 0 #fff;*/
}
.content {
    direction: rtl;
}
.Header
{
    /*background: url('images/pagetopbg.png') no-repeat;*/
    height:170px;
    position:relative;
    color: rgba(0, 0, 0, 0.0);
}
.header-divider {
    width: 100%;
    height: 4px;
    background: url("images/header-divider.png") no-repeat;
}
.logo
{
    /*background:url('images/logo.png') no-repeat;*/
    width:202px;
    height:157px;
}
.hmenu
{
    background: url('images/hmenu.png') no-repeat;
    height:55px;
    position:absolute;
    width:550px;
    margin: -2px 70px 0 auto;
}
.hmenu td
{
    vertical-align:middle;
}
.hmenu>table
{
    width:530px;
    margin-right:2px;
    padding-top:5px;
}
.hmenu a
{
     text-decoration:none;
     font:bold 14px b nazanin,nazanin,arial;
     margin-right:10px;
     color:#fff;
}
.hmenu td.item
{
    text-align:center;
}
.devider div
{

    background-color:#ea5b0c;
    width:1px;
    height:13px;
}
.npbg
{
  color: #FFFFFF;
    text-align: left;
    margin: 17px 0 0 17px;
}
.npnumber
{
    color:#323232;
    font:Bold 16px b nazanin,times new roman;
    margin: 0 auto;
    width: 300px;
}
.pagenumbers
{
    width:540px;
    padding:0px 30px;
    position:relative;
    
    height:30px;
}

.pagenumbers .customNavigation
{ color:white;
   
    position:absolute;
    top:7px;
    /*text-align:right;
    height:100%;
    width:3500px;
    display:block;*/
    /*overflow:hidden;*/
}
.othernewspapers {
overflow:hidden;
}
.pagenumbers .customNavigation.prevnav {
       -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    left:0;
    }
.pagenumbers .customNavigation.nextnav {
       -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    right:0;
    }

.pagenumbers btn
{ color:white !important;
     display: block;
    float: right;
    font-size:20px;
}
.pagelink
{
 padding:0 3px;
 text-align:center;
}
.pagelink a
{
    color:#323232;
    display:block;
    font: 14px yekan,arial;
    text-decoration:none;
    float: right;
    background-color: #fff;
    min-width: 15px;
}
.owl-item a {
 color:#323232;
 font: 14px yekan,arial;
  text-decoration:none;
   width: 20px;

}
.owl-item a.active
{
    color:#fa6403;
}

.newspaperdate
{
    direction:ltr;
    float:right;
    padding:0 10px 0 10px;
    color: #ffffff;
    font: 14px yekan;
}
.number
{
    color: #ffffff;
}
.textcal
{
    /*background-color: #92216D;*/
  color: #FFFFFF;
    height: 15px;
    overflow-x: hidden;
    overflow-y: hidden;
    position: absolute;
    right: 163px;
    top: 14px;
    width: 239px;
}
.monasebat
{
    height: 116px;
    left: 10px;
    position: absolute;
    top: 16px;
    width: 180px;
    overflow: hidden;
}
.Bodynews
{
    position: relative;
    background: #fff;
}
.right
{ 
    width:200px;
    height: 810px;
    float:right;
    padding: 0;
    color: #ffffff;
    direction: ltr;
    margin: 10px auto;
}
.categories
{
    margin-bottom:10px;
    background-color:#fff;
}
.caption {
    background-color:#005aaa;
    height: 30px;
    margin: 0;
    min-width: 55px;
    padding: 3px 5px;
    direction:rtl;
    color:#fff;
    font:15px bnassim,b nazanin;
}
.caption a {
    color: #FFFFFF;
    font: 14px yekan;
    text-decoration: none;
    display: block;
    background: #D32027;
    padding: 2px;
}
.caption-pavaraghi {
    height: 30px;
    margin-top:12px;
    min-width: 55px;
    padding:3px 35px 0 0;
    direction:rtl;
    color:#fff;
    font:15px bnassim,b nazanin;
    background: url("/Resource/images/pavaraghi-icon.png") no-repeat 100% 0 #989898;
}
.caption-pavaraghi:hover{
    background: url("/Resource/images/pavaraghi-icon.png") no-repeat 100% -30px #4e4e4e;
}
.caption-club {
    height: 30px;
    margin-top:12px;
    min-width: 55px;
    padding:3px 35px 0 0;
    direction:rtl;
    color:#fff;
    font:15px bnassim,b nazanin;
    background: url("/Resource/images/club-icon.png") no-repeat 100% 0 #989898;
}
.caption-club:hover{
    background: url("/Resource/images/club-icon.png") no-repeat 100% -30px #4e4e4e;
}
.caption-club a{
    color:#fff;
    text-decoration:none;
}
.caption-job {
    height: 30px;
    margin-top:12px;
    min-width: 55px;
    padding:3px 35px 0 0;
    direction:rtl;
    color:#fff;
    font:15px bnassim,b nazanin;
    background: url("/Resource/images/job-icon.png") no-repeat 100% 0 #989898;
}
.caption-job:hover{
    background: url("/Resource/images/job-icon.png") no-repeat 100% -30px #4e4e4e;
}
.caption-monaghese {
    height: 30px;
    margin-top:12px;
    min-width: 55px;
    padding:3px 35px 0 0;
    direction:rtl;
    color:#fff;
    font:15px bnassim,b nazanin;
    background: url("/Resource/images/monaghese-icon.png") no-repeat 100% 0 #989898;
}
.caption-monaghese:hover{
    background: url("/Resource/images/monaghese-icon.png") no-repeat 100% -30px #4e4e4e;
}
#catmenu
{
    list-style:none;
    margin:0;
    padding:0;
    text-align: center;
    overflow: hidden;
    height: 338px;
}

#catmenu li
{
    display:block;
    height:38px;
    cursor:pointer;
    border-bottom: 2px dotted #d1d1d1;
}
#catmenu li:last-child
{
    border-bottom: none;
}
#catmenu li>div
{
    background: url("/Resource/images/menubullet.png") no-repeat right 0 ;
    display:block;
    font:14px bnassim,yekan,times new roman;
    text-decoration:none;
    padding: 8px 18px 0 0;
    color:#323232;
    text-align: right;
    direction:rtl;
    height:30px;
}
#catmenu .pagenumber a{
    text-decoration: none;
    color: #4e4e4e;
    display: inline-block;
    padding: 0 5px;
    border-left: 1px solid #d1d1d1;
    font:14px B Nazanin,bnassim;
}
.ctitle
{
    cursor:pointer;
    text-align: center;
    margin:0 auto;   
}
.ctitle:hover .cattitle
{
    color:#fff;
}
.ctitle.active
{
    background:url('images/catboxactive.png') no-repeat;
    text-align:center;
    color:#fff;   
}
.activecat.active
{
  background:url('images/numpagebg.png') no-repeat;  
}
.searchboxbg
{
    padding-top: 15px;   
}
.searchbox
{
    color: #FFFFFF;
    font: 14px yekan;
    direction: rtl;
}
.Archivebox
{
   color: #d70000;
   margin-top:10px;
   overflow:hidden;
    font: bold 14px b nazanin;
    padding: 7px 0px 7px 0;
    
}
.archivedate
{
    margin-top:5px;
}
.preview
{
    /*border-top: 1px solid #898989;*/
    color: #ffffff;
    height:163px;
    padding:5px;
   /*margin-top:10px;*/
   overflow:hidden;
    /*font: bold 14px b nazanin;*/
    /*border-bottom: 1px solid #898989;*/

}
.attachement
{
   color: #d70000;
   margin-top:10px;
   overflow:hidden;
    font: bold 14px b nazanin;
    padding: 7px 0px 7px 0;
    border-bottom: 1px solid #898989;

}
.attachement .title
{
    color:#fff;
    text-align:center;
    font:bold 18px b nazanin,times new roman;
}
.newspreview
{
   margin:0 auto;
}
.newspaperimg
{
    width:120px;
}
#allpages
{
    background-color:#000;
    border:5px solid #777;
    width:697px;
    display:none;
    z-index:999999;
    position:fixed;
    top:50%;
    left:50%;
    margin-top:-240px;
    margin-left:-348.5px; 
    /*
    position:absolute;
    right:300px;
    top:340px;
    */
    -webkit-box-shadow: 0px 0px 15px 10px rgba(0, 0, 0, .7);
    box-shadow: 0px 0px 15px 10px rgba(0, 0, 0, .7);
}
#allpages .pages
{
    height:460px;
    overflow-y:scroll;
}
#allpages .allpageclose
{
    margin-right:-15px;
    margin-top:-20px;
    cursor:pointer;
}
#allpages .title
{
    background-color:#FC0303;
    color:#fff;
    text-align:right;
    padding:2px 7px;
    margin-bottom:5px;
}
#allpages .pages>div
{
    width:160px;
    text-align:center;
    background-color:#aaa;
    margin:2px;
    float:right;
}
.rightadv
{
    padding-top:10px;
}
.newscontent
{
    /*width:640px;
    height:1030px;
    overflow:hidden;
    float:right;*/

    /*border-right:1px solid #bab7b7;
    border-bottom:1px solid #bab7b7;
    border-right:1px solid #bab7b7;*/
}
.main
{ 
    position:relative;
    margin: 0 auto;
    width:100%;
    height:745px;
    float: right;
}
.left
{
    width:216px;
    float:right;
    overflow:hidden;
    padding: 14px 10px;
    
}

.news-title>ul
{
    list-style:none;
    display:block;
    color:#ffffff;
    text-decoration:none;
    padding:0;
    margin:0;
}
.news-title li
{
    overflow: hidden;
    width: 100%;
}
.news-title h3 {
    color: #323232;
    cursor: pointer;
    font: 13px bnassim;
    margin: 0 8px;
    padding: 8px 0;
    text-align: justify;
    border-bottom:2px dotted #d1d1d1;
}
.news-title h3:hover {
    color:#D32027;
}
.news-title h3 a{
    text-decoration:none;
    color:#323232;
}
.nblock {
    cursor:pointer;
    position:absolute;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;

}

.nblock:hover,.nblock.active {
    /*background: #ecf0f1;
    background: rgba(236, 240, 241, 0.8);*/
    border:1.5px solid #DC291E;
}

.nblock-titr {
    font: 16px yekan;
    color:#2c3e50;
    color: rgba(44, 62, 80, 0.8);
    text-align: center;
    display: none;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}

.hamian
{
    color: #ffffff;
    overflow: hidden;
    width:980px;
    margin:20px auto 10px auto;

}

.hamian li {
    display: inline-block;
    width: 245px;
    height: 98px;
    margin: 0px;
    padding: 10px;
    overflow: hidden;
    float:right ;
    border:1px solid #555;
}
.hamian li img {
    height: 100%;
    width:100%;
}

.nextatt{
    cursor: pointer;
    top: 40%;
    right: -17px;
    position:absolute;
    width:38px;
    height:34px;
    background: url('/Resource/images/prevlinks.png') no-repeat #5087c7;
 
}
.nextatt:hover{
        background: url('/Resource/images/prevlinks.png') no-repeat #dd0101;
}
.prevatt{
    cursor: pointer;
    top: 40%;
    left: -17px;
    position:absolute;
    width:38px;
    height:34px;
    background: url('/Resource/images/nextlinks.png') no-repeat #5087c7;
}

.prevatt:hover{
    background: url('/Resource/images/nextlinks.png') no-repeat #dd0101;
}


.footer{
    text-align: center;
    background-color: #17191c;
    color: #777;
}


.tarnama
{
    background: url('/Resource/images/footertarnamabg.jpg');
    color:#005aaa;
    direction: ltr;
    padding: 5px 0 0 5px;
    direction: rtl;
    height:34px;
}
.tarnama > a {
    text-decoration: none;
    color: #1e1e1e;
    display: block;
}

.footer-tools{
    background:url('/Resource/images/footertoolsbg.jpg');
    height: 48px;
    padding:13px;
}

.footer-menu-item 
{
    color:#555;
    float: right;
    margin:0 3px;
}
.footer-menu-item  a{
    text-decoration:none;
    color:#888;
    -webkit-transition: color 1s; /* For Safari 3.1 to 6.0 */
    transition: color 1s;
}

.footer-menu-item a:hover {
    color:#ff0000;
}



.ctitle a
{
    border: 2px solid #CFCFCF;
    display:inline-block;
    text-decoration:none;
    text-align:center;
    overflow:hidden;
    height:120px;
}
.ctitle a:hover,.ctitle a.active
{
  border:2px solid #f00;
}


 .catlist
{
   margin-right:23px;
   margin-top:-10px;
   width: 196px;
}
.catlistbuttom
{
   background: url('images/catlistbutton.png') no-repeat; 
   width:196px;
   margin-right:30px;
   height:20px;
}   

.dialogtoolbar
{
    list-style:none;
    margin:4px 0;
    padding:0;
}
.dialogtoolbar  li
{
    display:inline-block;
}


.blockcontentTop
{
    padding:3px;
    color:#ae1317;
}
.blockcontent
{
    padding-right:3px;
}

.quickaccess
{
    background-color:#2D2D2D;
    color:#FFFFFF;
    direction:rtl;
    height:24px;
    border-bottom:1px solid #F5F5F5;
}
.quickaccess a
{
    text-decoration:none;
    font:bold 14px b nazanin,nazanin,arial;
    color:#AAAAAA;
    margin:5px;
}
.quickaccess a:hover
{
    color:#FFFFFF;
}
/*.PagedList-pager > ul {
    display: block;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    font:16px nazanin;
}
.PagedList-pager > ul > li {
    display: inline-block;
    margin: 0.25em;
    border:1px solid #eef7fc;
}
.PagedList-pager > ul > li:hover{
    background-color:#ff0000;
}*/


.datetoday
{
    position:absolute;
    float:left;
    margin-left: 172px;
    margin-top: -37px;
    position:absolute;
    float:left;
    width:200px;
    direction:rtl;
    background-color: rgba(87, 68, 71, 0.48);
    color:#fff;
}

.cattitle
{
    font:bold 16px b nazanin,times new roman;
    color:#000000;
    margin:0 auto;
}
.newspapernum
{
    width:21px;
    background-color: rgba(100, 100, 100, 0.61);
    color:#fff;
}



bodycontent
{
   box-shadow:0 0 10px #000000;   
}

.mainbg
{
    background:url('images/mainbg.png') no-repeat;
    width:540px;
    height:700px; 
}


.bannerbg
{
    background:url('images/bannerbg.png') repeat-y;
    width:175px;
    margin:0 auto;
}
.bannerbgtop
{
    background:url('images/bannerbgtop.png') no-repeat;
    width:175px;
    height:20px;
}
.bannerbgbutton
{
    background:url('images/bannerbgbutton.png') no-repeat;
    width:175px;
    height:20px;
}
/*
.npbg
{
    position: relative;
    background-attachment: fixed;
    background: url('images/npbg.png') repeat-x ;    
}
.page_gl
{
    position: relative;
    background-attachment: fixed;
    background: url('images/page_gl.png') no-repeat;
    background-position: top left;
}
.mainBody
{
    width:980px;
}
.menubg
{
    width:155px;
    height:504px;
    background:url('images/npbg1.png') no-repeat;
    position:relative;
}
.hmenu
{
    background:url('images/hmenu.png');
    width:900px;
    height:60px;
    margin-top:130px;
}
.hmenu td.item
{
    width:90px;
}
.hmenu a
{
    text-decoration:none;
    font:bold 14px b nazanin,times new roman;
    color:#000;
}
.hmenu td
{
    text-align:center;
}
.address
{
    height:90px;
    margin-top:15px;
}

.newsbg
{
    height:585px;
    overflow-y:auto;
    padding-left:20px;
    margin-top:10px;
}
.fmenu
{
    background:url('images/homepagebgr.png') repeat-x;
    padding:35px 10px 0 10px;
}
.newstitr
{
    cursor:pointer;
    font:bold 14px/20px b nazanin,nazanin,times new roman,tahoma;
}
.titlelisthead
{
    color:#fc0303;
    font:bold 18px/20px b nazanin,nazanin,times new roman,tahoma;
}
#returnbtn
{
    position:absolute;
    bottom:15px;    
    right:17px;
    cursor:pointer;
}
*/
.newsbodyrotitr
{
    font:bold 14px b nazanin,times new roman;
    color:#555;
}.newsbodylead
{
    color:#555;
}
.newsbodytitr
{
    font:2em bnassim,times new roman ;
    display:block;
    margin-bottom:10px;
    color:#111;
}
.newsauthor {
    font:12px yekan;
    color:#970104;
    
}.newsvisit {
    font:12px yekan;
    color:#970104;
    text-align: left;
    top: 75px;
    width: 629px;
    
}
.newsbodylide
{
    font:10pt tahoma;
    text-align:justify;
    color:#970104;
    margin-bottom:10px;
    border-top:1px dashed #cfcfcf;
    border-bottom:1px dashed #cfcfcf;
}



/*
.webaddress
{
    text-decoration:none;
    color:#fff;
    font:bold 18px b nazanin,times new roman;
    float:left;
    display:block;
    width:170px;
    overflow:hidden;
    margin:17px 0 0 70px;
}
#archivebox
{
    width:120px;
    margin:0 auto;
    position:absolute;
    bottom:70px;
    right:17px;
}
#archivebox table,#searchbox table
{
    background:url('images/archiveboxbg.png') no-repeat;
    height:17px;
}
#searchbox
{
    width:120px;
    margin:0 auto;
    position:absolute;
    bottom:120px;
    right:17px;
}
#datepicker
{
    left:88% !important;
}
*/
.ui-helper-clearfix:after
{
    display:none !important;
}
.ui-draggable .ui-dialog-titlebar
{
    display:none !important;
}
.ui-dialog .ui-dialog-titlebar
{
    display:none !important;
}
.ui-corner-all
{
    border-radius:0px !important;  
}
.ui-dialog .ui-dialog-content
{
  padding:0px !important;   
}
.ui-dialog
{
    overflow: hidden;
    position: absolute;
    width: 300px;
    padding:0px;
}
.ui-widget-content
{
    background:#FFFFFF 50% 50% !important;
    border:4px solid #36527d !important;
    color:#36527d !important;
    border-radius:8px !important;
    
}

.ui-widget-content .ui-icon
{
    background-image:none !important;
}
.ui-dialog .ui-resizable-se
{
    
}
#float li
{
    float:left;
    list-style:none;
    padding-right:5px;
    margin-top:-10px;
}
.close
{
    background:url('images/closebg.png') no-repeat;
    width:168px;
    opacity:1 !important;
}
.socialpop-list-manual
{
    border: 0 none;
    clear: both;
    display: block;
    font-family: sans-serif;
    font-size: 12px;
    list-style: none outside none;
    margin: 0 0 0 1px;
    outline: 0 none;
    padding: 0;
    position: relative;
}

/*
.addbookmarks{
        overflow:hidden;
        margin:0;
        padding:0;
        list-style:none;
        float:left;
        }
.addinto_sharebox>li
{
    display:table-cell;
    margin-left:3px;
}
.addinto_sharebox a{
        overflow:hidden;
        width:75px;
        height:30px;
        float:left;
        margin-right:5px;
        text-indent:-200px;
        background:url("images/share-sprite.png") no-repeat;
        }
a.stumbleupon{background-position:-210px -40px;}
a.twitter{background-position:-140px -40px;}
a.email{background-position:0 -40px;}
a.digg{background-position:-280px -40px;}
a.facebook{background-position:-350px -40px; margin-right:0;}

a.email:hover{background-position:0 1px;}
a.twitter:hover{background-position:-140px 1px;}
a.stumbleupon:hover{background-position:-210px 1px;}
a.digg:hover{background-position:-280px 1px;}
a.facebook:hover{background-position:-350px 1px;}
*/
.addressbar
{
 background:url("images/addressbar.png") no-repeat;
 padding-right: 60px;
 padding-top: 10px;
}
.zoom
{
    margin-top :40px;
    
}

.modal-details1 #closedetails{
    /*background: url("images/closedetails.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);*/
    width: 36px;
    height:26px;
    color:#fff !important;
}
.modal-details1 #header-details{
     /*background: url('images/header-details-bg-l.png') left center no-repeat, url('images/header-details-bg-r.png') right center no-repeat, url('images/header-details-bg-c.png') center center repeat-x;*/
     background:url(images/header-details-bg.png) no-repeat right center,url(images/header-details-bg2.png) repeat-x;
     height:24px;
     padding-right:70px;
}
.modal-details1 #toolsdetails{
    background:url(images/header-details-tools-bg.png) repeat-x;
    height:37px;
    border-left:1px solid #aaa;
    border-right:1px solid #aaa;
}

.modal-details2 #closedetails{
    /*background: url("images/closedetails.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);*/
    width: 24px;
    height:24px;
    color:#fff !important;
    margin: 4px 13px;
}
.modal-details2 #header-details{
     /*background: url('images/header-details-bg-l.png') left center no-repeat, url('images/header-details-bg-r.png') right center no-repeat, url('images/header-details-bg-c.png') center center repeat-x;*/
     background:url(images/header-details-bg-2.png) no-repeat right center;
     height:29px;
     padding-right:30px;
}
.modal-details2 #toolsdetails{
    background-color:#ccc;
    border-radius:12px 0 0 0;
}
.modal-details2 .dialogtoolbar{
    list-style: outside none none;
    margin:0;
    padding: 0;
}

.modal-details2 .dialogtoolbar li {
    display: inline-block;
    margin-right: 10px;
}
.modal-details2 .modal-header {
    padding: 15px 15px 0;
    border:none;
}
.modal-details2 .modal-body {
    padding: 0 15px 15px;
}
.modal-details2 #newscontentarea
{
    padding:10px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-left:5px solid #ccc;
    text-align: justify; 
}
#newscontentarea .bookmark
{
    width:32px;
    height:35px;
    background:url('images/bookmarkbg.png') no-repeat 0 -9px;
}
#newscontentarea .bookmark a
{
    display:block;
    margin-top:-12px;
}
#pagenumbers > div
{
    background:#e30913;
    color:#fff;
    font:bold 14px b nazanin;
    width:27px;
    height:25px;
    text-align:center;
    cursor:pointer;
    position:absolute;
    white-space:nowrap;
}
#pagenumbers > div a
{
    width:27px;
    height:25px;
    display:block;
    text-decoration:none;
    color:#fff;
    font:bold 14px b nazanin,times new roman;
}
#pagenumbers > div:first-child
{
    text-align:right;
    padding-right:10px;
    width:17px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
#pagenumbers > div:last-child
{
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
#pagenumbers >div img
{
    position:absolute;
    left:25px;
    top:7px;
}

/*********/
.clear {
    clear: both;
}

.Header .header-logo {
    width: 151px;
    height: 135px;
    float: right;
    background: url("/Resource/images/header-logo.png") no-repeat;
}

.header-menu {
    width: 40%;
    float: right;
}
.header-menu .menu-item {
    background: repeating-linear-gradient(-35deg, #eb2729, #eb2729 1px, #d32027 2px, #d32027 12px) repeat scroll 0 0 #d32027;
    -moz-min-width: 55px;
    -ms-min-width: 55px;
    -o-min-width: 55px;
    -webkit-min-width: 55px;
    min-width: 55px;
    height: 30px;
    float: right;
    margin: 10px 3px;
    padding: 6px 5px 0 5px;
    text-align: center;
}

.header-menu .menu-item a {
    color: #ffffff;
    font: 13px yekan;
    text-decoration: none;
}
.header-menu .menu-item img:hover {
    /*width: 52px;
    height: 52px;*/
}

/****/
.block2
{
    padding-top:13px;
    position:relative;
}
.block2 .head
{
    left: 0;
    position: absolute;
    top: 0;
}
.block2 .head .tab
{
     background-color: #FFFFFF;
    border-radius: 6px;
    border-top: 1px solid #CCCCCC;
    font: 14px bnassim;
    padding: 0 10px;
    width: 19%;
    font: 12px yekan;
    /*color: #fff;
    background-color: #0e4a58;
    border: 1px solid #959595;
    cursor: pointer;
    font: bold 12px arial;
    vertical-align: middle;
    white-space: nowrap;
    width: 1%;*/
}

.block2 .newslist
{
    border:1px solid #959595;
    padding:17px 4px 4px;
    background-color:#fff;
    border-radius: 8px;
}
.block2 .newslist .titr
{
    display:block;
    text-decoration:none;
    color:#515151;
    margin:0 7px;
    border-bottom:1px dashed #515151;
    height:26px;
    overflow:hidden;
    padding:0 10px 5px 0;
    background:url('images/bullet1.png') no-repeat right 6px;
}
.block2 .newslist .titr:hover
{
    color:#00aeef;
    background:url('images/bullet2.png') no-repeat right 6px;
}
#newsmainimage img
{
    border:1px solid #959595;
    padding:2px;
}
.devider6
{
    height:1px;
    background:url('images/devider6.png') no-repeat right 0;
}

.newsbody
{
    font:13px/22px tahoma !important;
}

.toolbaritem2
{
    width:14px;
    height:14px;
    overflow:hidden;
    display:inline-block;
    cursor:pointer;
}
.toolbaritem.refresh
{
    background:url(images/refresh.png) no-repeat 0 3px;
    width:16px;
    height:25px;
    cursor: pointer;
}
.toolbaritem2.delete
{
    background:url(images/delete16.png) no-repeat 0 2px;
}
.toolbaritem2.edit
{
    background:url(images/edit14.png) no-repeat;
    width:16px;
}
.toolbaritem2.reply
{
    background:url(images/reply14.png) no-repeat;
    width:17px;
}
.toolbaritem2.disabled
{
    background:url(images/disabled14.png) no-repeat 0 1px;
    height: 14px;
    width: 16px;
}
.toolbaritem2.enabled
{
    background:url(images/enabled14.png) no-repeat 0 1px;
    height: 14px;
    width: 16px;
}
.toolbaritem2.suspended
{
    background:url(images/suspended14.png) no-repeat 0 1px;
    height: 14px;
    width: 16px;
}
.commentlist tr.enabled
{
    background-color:#abffe6;
}
.commentlist tr.suspended
{
    background-color:#f8fc8e;
}
.continuelink {
    float: left;
    background-color: #01649d;
    /*box-shadow: 0 0 4px 0 #323232;*/
    margin: 5px 0 10px 0;
    /*border-radius: 0 5px 5px 0;*/
    width: 621px;
    height: 20px;
    padding:1px 10px 8px 7px;
    font:20px b nazanin;
    color: #ffffff;
    border-bottom: 2px solid #005281;
}
.continuelink a{
    color: #ffffff;
    text-decoration: none;
    display: block;
    text-align: left;
    font-size: 18px;
}

.fancyframe {
    background-color: #555;
    padding: 7px;
    border-radius: 6px;
    margin: 3px;
    float: right;
}
.fancybox img 
{
    border: 1px solid #ffffff;
}
.fancybox>img 
{
    height: 80px;
}
/****/
/****/
#navDemo01{
width:600px;
height:70px; /*max height depend of max size icon (mouseOver) and size of navActive Background.
                Here no activeNav => ex: 128px+0px = 128px */
margin:0 auto;
/*background-image:url(../img/bgMenu.png);*/
background-repeat:repeat-x;
background-position:0 bottom;
}
 
/*Style Hack IE7*/
#navDemo01 li{
*float:right; /*IE 7 Hack with Float + Margin-Top */
}
 
/*Style for link Active icon*/
#targetMenu li.navActive a{
background-image:url(../img/navActive.png);
background-repeat:no-repeat;
background-position:center bottom;
}
 
/*Style for link icon*/
#navDemo01 li a{
position:relative;
display:block;
float:right;
width:64px; /* size of the icon when mouse is out */
height:64px; /* size of the icon when mouse is out */
margin-top:7px; /*result of (iconSize_Over - iconSize_Out) => ex : 128px - 64px = 64px*/
text-decoration:none;
}
 
/*Style for icon*/
#navDemo01 li a img{ width:100%;}
 
/*Style for tips*/
#navDemo01 li span.tips{
position: absolute;
display:block;
top:8px; 
right: 4px;
padding:2px;
background-color:#F0F0F0;
color:#448ab0;
text-decoration:none;
font-weight:bold;
    font: 15px b nazanin;
}

/******************/
.block {
    overflow: hidden;
    /*padding:  1px;*/
    position: relative;
    /*margin: 10px auto;*/
    /*background-color: #edeff0;
    border-radius: 0 0 14px 14px;
    box-shadow: 0 0 5px 5px #323232;*/
}
.block-header {
    width: 198px;
    height: 43px;
    background: url("images/block-header-bg.png") #f0f0f0 no-repeat;
    font: 15px yekan;
    text-align: center;
    padding: 6px 0 0 0;
}
.block-content {
    /*width: 137px;*/
    /*background-color: #ffffff;*/
    /*height: 95%;*/
}

.SumCount {
    font: 13px yekan;
    background-color: #bd7aa8;
    color: #ffffff;
    padding-right: 5px;
}
.zone-menu {
    width: 58px;
    float: right;
    /*margin-right: 10px;*/
    position: relative;
      height: 940px;
}

.zone-menu .menu {
    background-color: #bd7aa8;
    border-radius: 0 7px 7px 0;
    position: fixed;
    top:270px
}
.zone-menu .menu .block-content {
    width: 100%;
    background-color: #bd7aa8;
}
.mainnewscontent {
    overflow: hidden;
    position: relative;
    width: 100%;

}

.mainnewscontent .block-header {
    width: 562px;
    height: 31px;
    position: absolute;
    right: -10px;
    top: 0;
    background: url("images/body-header.png") no-repeat ;
    color: #ffffff;
    font: 13px yekan;
    padding: 0 16px 0 0;
}
.newscontent {
    width: 100%;
    overflow: hidden;
    float: none;

}
.newspaper-pages {
    width: 70px;
    float: right;
    height: 720px;
    background-color: #dfc0d5;
    overflow: hidden;
}
.pages-block {
    width: 58px;
    height: 68px;
    overflow: hidden;
    margin: 10px auto 0;
    text-align: center;
    background: url("images/page-block-bg.png") no-repeat right 0;
    position: relative;
}
.pages-block img {
    display: block;
    width: 46px;
    height: 61px;
    margin: 0 9px;
}
.pages-block.active  .page-number , .pages-block:hover  .page-number {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 7px;
    color: #FFFFFF;
    font: 12px yekan;
    height: 13px;
    left: 3px;
    position: absolute;
    text-align: center;
    width: 46px;
    padding-top: 0;
}
.pages-block .page-number {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 7px;
    color: #FFFFFF;
    font: 12px yekan;
    height: 40px;
    left: 3px;
    padding-top: 21px;
    position: absolute;
    text-align: center;
    width: 46px;
}

.menu-item {
    float: right;
    margin: 1px;
    color:#ddd;
}

.menu-item span{
    font-size: 12px;
}
.menu-item a{
    width: auto !important;
    height: auto !important;
    font-size: 12px;
    color: #ddd;
    text-decoration: none ;

}
.menu-item a:hover{
    color: #aea4a4;
}
.menu-item-devider {
    width: 1px;
    border-right: 1px dashed #0e4a58;
    height: 16px;
    margin: 7px 7px;
}
.zone-devider {
    width: 90%;
    margin: 10px 0;
    border-top: 3px solid #C9CBCC;

}
.textcalendar {
    color:#fff;
    height: 20px;
    overflow: hidden;
    direction:rtl;
    margin-top:50px;
    font:13px yekan;
}
.date-archivebox {
    height: 63px;
    margin:0 auto;
    width:980px;
}
.archive-box-title {
    color: #ffffff;
    margin: 14px;
    border: 1px solid #333;
    padding: 6px;
    height:35px;
}
.archive-box-title1 {
    margin:0 5px;
    padding-right:3px;
}
.archive-box-select {
    color: #323232;
    background: #e0e0e0;
    border: none;
}
.morecomment {
    height: 25px;
    width: 102px;
    font: 12px yekan;
    background: url("/Resource/images/moreComment.png") no-repeat;
    float: left;
    margin-left: 4px;
}
.mobileversion {
 /*height: 62px;
    position: absolute;
    right: 163px;
    top: 116px;
    width: 100px;*/
 left: 13px;
    position: absolute;
    top: 2px;
}

/***93-02-14*/
.header {
    width: 100%;
    height: 109px;
    color: #ffffff;
    position: relative;
    direction: rtl;
    overflow: hidden;
}
#mainnewspaper {
    float: right;
    padding: 20px 11px;
    overflow: hidden;
    position: relative;
    width: 562px;
    min-height:100px;
    border-left: 1px solid;
    border-right: 1px solid;
}

.h-title {
    font: 14px yekan;
    color: #ffffff;
    margin: 0;
}
.page-back {
    display: inline-block;
    width: 16px;
    height: 21px;
    background-color: #797979;
    cursor: pointer;
}
.page-back:hover{
    background-color:#ff0000;
}
.page-next {
    display: inline-block;
    width: 16px;
    height: 21px;
    background-color:#797979;
    cursor: pointer;
    float:left;
}
.page-next:hover{
    background-color:#ff0000;
}
.pdficon{
    display: inline-block;
    width:41px;
    height: 17px;
    background-color:#4d4d4d;
    cursor: pointer;

}

/*#pagenumbering {
    display: inline-block;
    width: 43px;
    text-align: center;
    height:17px;
}*/
.archiebtn {
    display: block;
    width: 100%;
    height: 40px;
    background: url(/Resource/images/archivebtn.jpg) no-repeat;
    text-decoration: none;
}
.archivedNewspaper {
    height: 95px;
    border-bottom: 1px solid #646464;
    margin-bottom: 5px;
}
.archivedNewspaper a {
    height: 90px;
    overflow: hidden;
    display: block;
}
.tabs {
    border-bottom: 2px solid #d32027;
    height: 33px;
}
.tabs> div {
    width: 50%;
    height: 29px;
    background: #ffffff;
    color: #ffffff;
    padding-top: 4px;
    color: #000;
    font: 14px yekan;
    text-align: center;
    float: right;
    cursor: pointer;
}
.tabs> div.active {
    background: #d32027;
    color: #ffffff;
}
.header-adver{
    margin: 15px auto;
    width:320px;
    height:120px;
    overflow:hidden;
}
.header-adver img{
    width:100%;
  }
.bottom-adver {
    /*height: 180px;*/
    overflow: hidden;
    direction: ltr;
}
.bottom-adver ul {
    height: 280px;
    overflow:hidden;
}
.bottom-adver li {
    display: inline-block;
    margin: 5px;
    float:right ;
}
.bottom-adver li img {

max-height:271px;

}
/*.bottom-adver > div {
    float: right;
    margin:5px
}*/

img.srotate {
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

img.srotate:hover {
    -webkit-transform: scale(1.15) rotate(-1.5deg);
    -moz-transform: scale(1.15) rotate(-1.5deg);
    -ms-transform: scale(1.15) rotate(-1.5deg);
    -o-transform: scale(1.15) rotate(-1.5deg);
    transform: scale(1.15) rotate(-1.5deg);
}

.bottom-menu li {
    min-width: 60px;
    float: right;
    margin:  5px;
}
.bottom-menu li a {
    text-decoration: none;
    font: 14px yekan;
    color: #1e1e1e;
}

.block-titr
{
    background: url("images/titr-bullet.png") no-repeat scroll 98% 10px transparent;
    cursor: pointer;
    max-height: 50px;
    overflow: hidden;
    padding-right: 16px;
    font: 12px yekan;
    display: block;
    text-decoration: none;
    color: #1e1e1e;
    margin: 2px 0;
}
.block-titr:hover,.block-titr.active
{
    background:url('images/titr-bulletactive.png') no-repeat 98% 10px;
    color:#D70000;
}

/*****end 93*/

/*******Bootstrap Wrap*/
a {
    color: #646464;
    text-decoration: none;
}

header .nav > li {
    display: block;
    position: relative;
    /*float: right;*/
    /*border-left: 1px solid #48474d;
    border-right: 1px solid #2c2b31;*/
}

.thumbnail .caption {
    height: 65px;
    overflow: hidden;
}

    .thumbnail .caption h3 {
        margin: 0;
        font-size: 14px;
        line-height: 18px;
    }

.absolute-center {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}


.first-in-row {
    margin-left: 0 !important;
}

​ .modal-open {
    overflow: scroll !important;
}

 .modal-detail .img-thumbnail {
     max-height: 470px;    
}
/*.bs-sidenav {
max-height: 535px !important;
}*/
.form-group {
    margin-bottom: 3px !important;
}

blockquote {
    border-right: 5px solid #EEEEEE;
    border-left: none !important;
}
/***** End Bootstrap*/

.blockmove {
    width: 40px;
    height: 40px;
    cursor: move;
    background: url("/Resource/images/move-512.png") no-repeat scroll 0 0 / 20px auto rgba(0, 0, 0, 0);
}

.header-navcolor {
    width: 100%;
    height: 14px;
    overflow: hidden;   
}
.header-body {
    height: 120px;
    overflow:hidden;
}
.header-tools {
    margin-top:18px;
}
.body-navcolor {
    height: 17px;
    width: 198px;
}
.pagenumber {
    width: 100%;
}
.block-footer {
    width: 100%;
    height: 17px;
}
.block-footer-bg {
    width: 100%;
    height: 22px;
    background: url("/Resource/images/block-footer-bg.png") no-repeat;
}
.rotatnewspaper {
    height: 47px;
    margin: 20px auto;
    position: relative;
}
.rotatnewspaper .-header{
    color: #ffffff;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: 47px;
    width: 149px;
    text-align: center;
    padding: 10px;
}
.mostvisited {
    text-align: right;
    padding:6px 15px 0 0;
}
.mostvisited .block-titr
{
    height: 19px;
    overflow: hidden;
    font-size: 13px;
    text-decoration: none;
    color: #ffffff;
    margin: 4px 0;
    background: none;
}
.mostvisited .block-titr:hover
{
    color:#c3c3c3;
}
/***** colors *****/
.orange .header-navcolor {
    background: url("/Resource/images/orange-header-navcolor.png") no-repeat right 0;
}
.orange .header-body , .orange .block-footer ,.orange #catmenu li.active>div{
    background:#fa6403;
}
.orange .body-navcolor {
    background: url("/Resource/images/orange-body-navcolor.png") no-repeat right 0;
}
.orange .block-header  , .orange .mostvisited-title
{
    color: #fa6403;
}

.red .header-navcolor {
    background: url("/Resource/images/red-header-navcolor.png") no-repeat right 0;
}
.red .header-body , .red .block-footer , .red #catmenu li.active>div{
    background:#a71e22;
}
.red .body-navcolor {
    background: url("/Resource/images/red-body-navcolor.png") no-repeat right 0;
}
.red .block-header  , .red .mostvisited-title
{
    color: #a71e22;
}

.blue .header-navcolor {
    background: url("/Resource/images/blue-header-navcolor.png") no-repeat right 0;
}
.blue .header-body , .blue .block-footer , .blue #catmenu li.active>div {
    background:#005883;
}
.blue .body-navcolor {
    background: url("/Resource/images/blue-body-navcolor.png") no-repeat right 0;
}
.blue .block-header  , .blue .mostvisited-title
{
    color: #005883;
}

.cyan .header-navcolor {
    background: url("/Resource/images/cyan-header-navcolor.png") no-repeat right 0;
}
.cyan .header-body , .cyan .block-footer,.cyan #catmenu li.active>div {
    background:#00aeef;
}
.cyan .body-navcolor {
    background: url("/Resource/images/cyan-body-navcolor.png") no-repeat right 0;
}
.cyan .block-header  , .cyan .mostvisited-title
{
    color: #00aeef;
}

.green .header-navcolor {
    background: url("/Resource/images/green-header-navcolor.png") no-repeat right 0;
}
.green .header-body , .green .block-footer , .green #catmenu li.active>div {
    background:#008c44;
}
.green .body-navcolor {
    background: url("/Resource/images/green-body-navcolor.png") no-repeat right 0;
}
.green .block-header  , .green .mostvisited-title
{
    color: #008c44;
}

.purple .header-navcolor {
    background: url("/Resource/images/purple-header-navcolor.png") no-repeat right 0;
}
.purple .header-body , .purple .block-footer , .purple #catmenu li.active>div {
    background:#783e95;
}
.purple .body-navcolor {
    background: url("/Resource/images/purple-body-navcolor.png") no-repeat right 0;
}
.purple .block-header  , .purple .mostvisited-title
{
    color: #783e95;
}

.gray .header-navcolor {
    background: url("/Resource/images/gray-header-navcolor.png") no-repeat right 0;
}
.gray .header-body , .gray .block-footer , .gray #catmenu li.active>div{
    background:#9a9c9a;
}
.gray .body-navcolor {
    background: url("/Resource/images/gray-body-navcolor.png") no-repeat right 0;
}
.gray .block-header  , .gray .mostvisited-title
{
    color: #9a9c9a;
}

li.active > div {
    color:#dd0101 !important ;
    background:url("/Resource/images/menubullet-active.png") no-repeat right 0 !important;
}
/**** end colors */

/**********commercial***********/

.commercialbtn {
    display:block;
    color:#fff ;
    border-radius:4px;
    width:150px;
    margin:0 auto ;
    margin-top:10px;
    background-color:#f2ac3d;
    text-align:center ;
    font:16px bnassim ;
    padding:7px 0 ;
}



/**********end commercial***********/
.menubox {
    border-radius:5px;
    padding:10px 8px 1px 3px;
    margin-top:15px; 
}

.menubox a {
    text-decoration: none;
    color: #313131;
    font: bold 14px b nazanin;
    text-align:right ;
    background-color:#d9d9d9 ;
}

.menubox a:hover {
    color:#fff !important;
}

.menubox > ul li ul li  a {
    color:#777 ;
}

.sf-with-ul2 {
    background-image:url('images/bullet33.png')  !important;
    background-repeat:no-repeat !important;
    background-position:25px 15px !important;
}

.latestnews .title {
    background-color: #999999;
    color: #333333;
    cursor: pointer;
    float: right;
    font: 15px bnassim;
    padding: 5px 0;
    text-align: center;
    width: 98px;
}

.latestnews .current {
    background: url("/Resource/images/caption-page-title-icon.png") no-repeat right 0 #dd0101;
    height: 30px;
    margin: 0;
    min-width: 55px;
    padding: 0;
    direction:rtl;
    color:#fff;
    font:15px bnassim,b nazanin;
    padding:3px 35px 0 0;
}
.latestnews .devider {

    display: none;
    float: right;
    height: 30px;
    width: 2px;
}
.border-box{
    border:1px solid #939393;
}
.paging{
    border-bottom:1px solid #939393;
    margin-bottom:3px;
}
.menubullet{
    background-color:#000033;
    width:30px;
    height:30px;
}
.newspaperhomepages {
    display: block;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.newspaperhomepages > li {
    /*height:105px;*/
    width:180px;
    margin:10px auto;
    border:1px solid #cdcdcd;
    position:relative;
}

.newspaperhomepages > li > div{
    border:1px solid #cdcdcd;
    background-size:100%  !important;
    width:170px;
    height:115px;
    margin:4px auto;
}
.newspaperhomepages > li > div > a{
    border:1px solid #cdcdcd;
    width:178px;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    text-align:center;
    color:transparent;
    padding-top:40px;
}
.newspaperhomepages > li > div > a:hover{
    background-color: rgba(0, 0, 0, 0.61);
    color:#fff;

}

.leftadv {
    height:400px ;
    overflow:hidden;
}
.leftadv li {
    width: 100%;
    margin: 5px auto;
}
.leftadv img {
    width: 100%;
}

/**comment */
.commentblock .title {
    font: 25px bnassim;
     color: #868485;
    margin-bottom: 13px;
}
.user-comment {
    padding-bottom: 15px;
    border-bottom: 1px dashed #cccccc;
    margin-bottom: 10px;
}
.comment-content {
    margin: 10px 0;
}
.comment-tools > div {
    margin-left: 7px;
}
.comment-tools span {
    margin-right: 5px;
}
.imgcaptcha
{
    width:100%;
    height:auto;
    border:none !important;
}
.replybox {
    padding-right: 70px;
    margin: 18px 0 0 0;
}
.childe-comment {
    padding-top: 15px;
    border-top: 1px dashed #cccccc;
    margin-top: 10px;
    margin-right: 40px;
}
/****end comment*/

.dailytitlesContainer .title{
    float:right;
    background-color: #17191c;
    direction:rtl;
    padding-right:3px;
    color:#fff;
}
.dailytitlesContainer .titleactive{
    color:#f00;
    background: #17191c url(images/tab-bg.png) no-repeat center;
}
ul#tabmenu ul li a {
    padding: 0 2px !important;
}


#tabmenu li ul li ul li {
    text-align: right;
}
ul#tabmenu li.active ul ul {
    right: 0 !important;
    left: auto !important;
}
ul#tabmenu li.active ul ul {
    padding-right: 3px !important;
}
ul#tabmenu ul li.subActive a, ul#tabmenu ul li a:hover
{
    text-decoration: none !important;
    color:#e67e22 !important;
    background: #bdc3c7 !important;
    border-radius: 3px;
    cursor: pointer;
    /*padding: 0 12px !important;*/
}


.infobody ul {
    padding: 0 !important;  
}
.infobody ul li span ,.infobody ul li img {
    display: none !important;
}
.infobody ul li a {
    text-decoration: none;
     border-bottom: 2px dotted #d1d1d1;
    color: #323232;
    cursor: pointer;
    font:normal 13px bnassim !important;
    margin: 0 8px;
    text-align: justify;
    display: block;
    }




#newsbody img{
padding:10px;
/*max-width:40%;*/
direction:ltr;
text-align:left;
}
#newsbody , #newsbody p{
    text-align:justify !important;
    position:relative;
}
.pdfpage .pdfthumbs {
   background: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 3px #bfbfbf;
    height: 612px;
    overflow: hidden;
    padding: 10px;
}

.pdfpage .pdfitem {
    background: #fff none repeat scroll 0 0;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 10px #b9b9b9;
    -ms-box-shadow: 0 1px 10px #b9b9b9;
    box-shadow: 0 1px 10px #b9b9b9;
    cursor: pointer;
    margin: 10px auto 15px;
    padding: 4px;
    position: relative;
}
.pdfpage .pdfitem.active {
    background: #ffa200 none repeat scroll 0 0 !important;
}
.pdfpage .mainphoto {
    background-color: #fff;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 6px #bfbfbf;
    -ms-box-shadow: 0 1px 6px #bfbfbf;
    box-shadow: 0 1px 6px #bfbfbf;
    overflow: hidden;
    padding: 10px;
    text-align: center;
}
.pdfitem {
    position: relative;
}
.pdfitem  .pdfitem-pagenumber {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    color: #ffa200;
    height: calc(100% - 8px);
    line-height: 115px;
    position: absolute;
    right: 4px;
    text-align: center;
    top: 4px;
    width: calc(100% - 8px);
    font-size: 18px;
}
.pdfitem.active  .pdfitem-pagenumber {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    color: #fff;
}

.inlineimage-text {
     -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-size: 12px;
    height: 167px !important;
    left: -20px;
    position: absolute;
    top: 27px;
    width: 200px !important;
}
#newsbody p {
    position: relative !important;
}

.oldblocktitle {
    /*position: absolute;
    top: 10%;
    right: 0;
    padding: 0 20px;
    width: 100%;*/
    border: 2px solid #ccc;
    border-radius: 13px;
    padding: 0 20px;
    position: absolute;
    right: 0;
    top: 10%;
    width: 100%;
}
.oldblocktitle .bheader{
    background: #fafafa ;
    height: 30px;
    border-radius: 4px 4px 0 0;
    padding: 5px 10px;

}
.oldblocktitle .bcontent {
    padding: 10px 20px;
    background: rgba(255, 255, 240, 0.89);
}
.oldblocktitle h3{
    font-size: 14px;
    cursor: pointer;
    color: #323;
    margin:12px 0;
}
.oldblocktitle h3:hover{
    color: #d70000;
}

/*** links*/
.links > ul > li {
    width: calc(50% - 5px);
}
.links .block,.links .content {
    width: 100% !important;
}
/***end links*/

.bullet01{
    width:5px;
    height:5px;
    background:#c5161d;
    border-radius:100%;
    display:inline-block;
}
.block5 li{
    padding:2px 0;
    border-bottom:1px solid #dddddd;
}
.block5 a:hover{
    text-decoration:none !important;
    color:#323232;
}


.css_blink {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;

    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}