﻿@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('B 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;
}

@font-face {
     font-family: 'bmitra';
     src: url('fonts/B Mitra.eot');
     src: url('fonts/B Mitra.otf') format('opentype');
     src: local('☺'),
     local('B Mitra'),
     url('fonts/B Mitra.woff') format('woff'),
     url('fonts/B Mitra.ttf') format('truetype'),
     url('fonts/B Mitra.svg') format('svg');
font-weight: normal;
font-style: normal;
}



@font-face {
font-family: 'rmyriadpro';
font-style: normal;
font-weight: normal;
src: local('Myriad Pro Regular'), url('fonts/MYRIADPRO-REGULAR.woff') format('woff');
}
@font-face {
font-family: 'bmyriadpro';
font-style: normal;
font-weight: normal;
src: local('Myriad Pro Bold'), url('fonts/MYRIADPRO-BOLD.woff') format('woff');
}
@font-face {
font-family: 'Myriad Pro Condensed';
font-style: normal;
font-weight: normal;
src: local('Myriad Pro Condensed'), url('fonts/MYRIADPRO-COND.woff') format('woff');
}
@font-face {
font-family: 'Myriad Pro Semibold Italic';
font-style: normal;
font-weight: normal;
src: local('Myriad Pro Semibold Italic'), url('fonts/MYRIADPRO-SEMIBOLDIT.woff') format('woff');
}
@font-face {
font-family: 'Myriad Pro Semibold';
font-style: normal;
font-weight: normal;
src: local('Myriad Pro Semibold'), url('fonts/MYRIADPRO-SEMIBOLD.woff') format('woff');
}
@font-face {
font-family: 'Myriad Pro Condensed Italic';
font-style: normal;
font-weight: normal;
src: local('Myriad Pro Condensed Italic'), url('fonts/MYRIADPRO-CONDIT.woff') format('woff');
}
@font-face {
font-family: 'Myriad Pro Bold Italic';
font-style: normal;
font-weight: normal;
src: local('Myriad Pro Bold Italic'), url('fonts/MYRIADPRO-BOLDIT.woff') format('woff');
}
@font-face {
font-family: 'Myriad Pro Bold Condensed Italic';
font-style: normal;
font-weight: normal;
src: local('Myriad Pro Bold Condensed Italic'), url('fonts/MYRIADPRO-BOLDCONDIT.woff') format('woff');
}
@font-face {
font-family: 'Myriad Pro Bold Condensed';
font-style: normal;
font-weight: normal;
src: local('Myriad Pro Bold Condensed'), url('fonts/MYRIADPRO-BOLDCOND.woff') format('woff');
}

table
{
    width:100%;
    border-spacing: 0;
    border-collapse: collapse;
}
table td
{
    vertical-align:top;
    padding:0;
}
img
{
    border:none;
    display:block;
}
p {
    margin: 0;
}
h1,h2,h3 {
    margin: 0;
    padding: 0;
    /*font: 11px arabic ;*/
}
.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;
}
ul
{
    margin:0;
    padding:0;
    list-style:none;
}
body
{
    margin:0;
    padding:0;
    font:13px/16px rmyriadpro;
    background-color:#fff ;
}
.container {
    width: 980px;
    position: relative;
    margin: 0 auto;
}
.pagination {
    display: block;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    font:16px bnassim;
}
.pagination > li {
    display: inline-block;
    margin: 0.25em;
}
.loginarea
{
    width:300px;
    margin:5px auto;
    background:#eee;
    padding:10px;
    border:1px solid #555;
}
.loginarea input[type=text],.loginarea input[type=password]
{
    border:1px solid #a7a7a7;
    padding:4px;
    margin:5px 0;
    width:250px;
    direction:ltr;
    text-align:left;
}
.loginarea input[type=text]
{
    background:url('images/input-username.jpg') no-repeat 2px 3px #fff;
    padding-left:15px;
    font:11px arabic ;
}
.loginarea input[type=password]
{
    background:url('images/input-password.jpg') no-repeat 2px 3px #fff;
    padding-left:15px;
    font:11px arabic ;
}
.loginarea input[type=submit]
{
    padding:4px;
    background-color:#018d1b;
    color:#fff;
    border:0;
    margin:5px 0 0 32px;
    font:11px arabic ;
}
.loginarea input[type=text]:focus,.loginarea input[type=password]:focus
{
    border-color:rgba(82,168,236,0.8);
    outline:0;
    outline:thin dotted \9;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
    -moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
    box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
}
.loginarea .title
{
    margin-bottom:5px;
    color:#555;
    font:bold 14px b nazanin arial;
    background-color:#0295bf;
    padding:4px;
    border-top:2px solid #000;
    color:#fff;
}
.toolbaritem
{
    width:20px;
    height:20px;
    overflow:hidden;
    display:inline-block;
    margin-top:3px;
    margin-left:5px;
    cursor:pointer;
}
.toolbaritem.refresh
{
    background:url(images/refresh.png) no-repeat 0 3px;
}
.toolbaritem.calendar
{
    background:url(images/calendar-month.png) no-repeat 2px 2px;
}

.button1 {
	padding: 6px 10px 7px !important;
	text-align:center;
	min-width:89px;
	cursor:pointer;
	font: 12px arabic  !important;
	float: none;
	text-decoration: none;
	border-radius: 2px;
	color: #FFF !important;
    background-color: #888;
    -border: 1px solid #555;
    border: 1px solid #555;
    display:inline-block;
    min-height:16px;
}
.button1:hover {
    background-color: #0282B8;
}
.button2 {
	padding: 3px 7px 4px !important;
	text-align:center;
	min-width:59px;
	cursor:pointer;
	font: 11px arabic  !important;
	float: none;
	text-decoration: none !important;
	border-radius: 2px;
	color: #FFF !important;
    background-color: #888;
    -border: 1px solid #555;
    border: 1px solid #555;
    display:inline-block;
    min-height:15px;
}
.button2:hover {
    background-color: #0282B8;
}
.minw
{
    width:1%;
}
.vm {
    vertical-align: middle;
}
.now
{
    white-space:nowrap;
}
.toolbaritem3
{
    width:16px;
    height:12px;
    overflow:hidden;
    display:inline-block;
    cursor:pointer;
}
.toolbaritem3.icon1
{
    background:url(images/icon1.png) no-repeat;
}
.archivelink1
{
    width:28px;
    height:6px;
    display:inline-block;
    background:url('images/bullet11.png') no-repeat;
}
.polling_q{
    background-color:#f4f2f2;
    padding:3px;
}
.polling_options{
    color:#636363;
}
.imgcaptcha {
    border:1px solid #707070;
}
.rss_row {
    border-bottom: 1px dotted;
    margin: 10px auto;
    text-indent: 30px;
    width: 500px;
    color:#fff !important;
}
.rss_row *
{
    /*color:#fff !important;*/
}
.rss_list_pn {
    background: url("images/rss16.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    color: #000000;
    float: right;
    font: bold 11px b nazanin,times new roman;
    padding-bottom: 5px;
    width: 150px;
}
.rss_list_link {
    color: #000000;
    direction: ltr;
    display: block;
    float: left;
    font: bold 11px times new roman;
    padding-bottom: 5px;
    text-align: left;
    text-decoration: none;
    width: 300px;
}
.archiveitem:nth-child(2n+1) {
    background-color: #EEEEEE;
    margin-bottom: 1px;
    padding: 4px;
}
.archiveitem .titr a {
    color: #0B5C91;
    font: 14px/18px bnassim;
    margin: 9px 0;
    text-decoration: none;
}
.toolbaritem3
{
    width:16px;
    height:16px;
    overflow:hidden;
    display:inline-block;
    margin:1px;
    cursor:pointer;
}
.toolbaritem3.right{
    background:url('images/right3.png') no-repeat;
}
.toolbaritem3.left{
    background:url('images/left3.png') no-repeat;
}
img.srotate{
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .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)
}
.archivelink2
{
    display:inline-block;
}
/************menu*********************************************/
#categorytree
{
    width:300px ;    
    float:right;
    min-height:186px;
    background-color:#f3f3f3;
    border-radius: 7px 7px 7px 7px;
    padding:10px;
}

#categorytree li span
{
    cursor:pointer;
    font:11px arabic ;
}
#categorytree li span.active
{
    background-color:#eee;
    padding:0 4px;
    border:1px solid #555;
}
#categorytree > ul span
{
    color:#ea5b0c;
}
#categorytree > ul > li > ul span
{
    color:#471c04;
}
#categorytree > ul > li > ul > li > ul span
{
    color:#07968e;
}
#categorytree > ul > li > ul > li > ul > li > ul span
{
    color:#00f;
}
#categorytree > ul > li > ul > li > ul > li > ul > li > ul span
{
    color:#000;
}
#categorytree ul
{
    margin:0;
    overflow:hidden;
    padding-right:20px;
    text-align: right;
}
#categorytree > ul > ul
{
    display:none;
}

.mebutton.add 
{
    cursor: pointer;
    height: 30px;
    background: url("images/add.png") no-repeat scroll 95% 2px transparent;
    border: 1px solid #AAAAAA;
    font: 11px arabic ;
    padding: 3px 0;
    text-decoration: none !important;
    text-indent: 2em;
    vertical-align: middle;
    margin-bottom:8px;
}
.mebutton.remove 
{
    cursor: pointer;
    height: 30px;
    background: url("images/delete2.png") no-repeat scroll 95% 2px transparent;
    border: 1px solid #AAAAAA;
    font: 11px arabic ;
    padding: 3px 0;
    text-decoration: none !important;
    text-indent: 2em;
    vertical-align: middle;
    margin-bottom:8px;
}
.mebutton.cancel     
{
    cursor: pointer;
    height: 22px;
    background: url("images/cancel.png") no-repeat scroll 95% 2px transparent;
    border: 1px solid #AAAAAA;
    font: 11px arabic ;
    padding: 3px 0;
    text-decoration: none !important;
    text-indent: 2em;
    vertical-align: middle;
    margin-bottom:8px;
    display:block;
    float:left;
    width:80px;
    margin-right:4px;
    color:#313131;
}

.link-title {
    background-color: #1D6BAD;
    border-left: 1px solid #094C90;
    border-right: 1px solid #094C90;
    border-top: 1px solid #094C90;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #FFFFFF;
    font: bold 14px b nazanin,times new roman;
    height: 24px;
    padding: 2px 10px 0 0;
}
.content  li:nth-child(odd) a {
    color: #000000;
}

.content  li:nth-child(even) a {
    color: #D7555D;
}
.verticalmenu {
    font:bold 14px b nazanin;
    margin-right: 12px;
    /*width: auto;*/
    height: 25px;
}
.verticalmenu a{
    text-decoration: none;
}
.rotateblock li a {
    color: #000000;
}

/*************/

.pageheader {
    
}

.pageheader .t{
    height:48px;
    background-color:#c80012;
    overflow: hidden;
}



.tmenu {
    width:290px;
    padding-top:19px;
}

.tmenu .split {
    color:#b2e1e7 ;
}

.tmenu a {
    color: #555555;
    display: block;
    font: 13px tahoma;
    text-align: center;
    text-decoration: none;
}

.pageheader .m {
    background-color:#c80012;
    height:26px;
    padding-top: 4px;
    overflow: hidden;
}

.pageheader .m .logo {
    width:252px;
    height:61px;
    background:url('images/logo.png') no-repeat right top ;
    float:right ;
}

.mmenu {
    float:right ;
    margin-right:400px;
}

.mmenu a {
    color: #fff ;
    display: block;
    font: 18px bnassim ;
    text-align: center;
    text-decoration: none;
    padding:16px 20px 0px 20px;
    height:56px;
}

.searchbox {
    float:right ;
    padding-top:13px;
    width:1% ;
}

.mmactive {
    background-image:url('images/mmactive.png') ;
    background-repeat:no-repeat ;
    background-position:top center ;
    background-size:100% 68px;
}

.body {
    min-height:500px;
    width:980px;
    margin:0 auto ;
}

.footer {
    background-color:#444040 ;
    height:63px;
    color: #ffffff;
    text-align: center;
    padding: 5px 0 ;
}

.footerlogo {
    background:url('images/footerlogo.png') no-repeat top center ;
    width:63px;
    height:55px;
    margin-top:7px;
}

.copyright {
    padding-top:12px;
    font:15px bnassim; 
    padding-right:10px;
    color:#fff ;
    width:400px;
}

.mojri a{
    color:#6d0307 ;
    text-decoration:none ;
    font-size: 15px;
}
.mojri img{
    margin: 6px auto;
    width: 125px;
}

.f-left{
    float:left;
}
.f-right{
    float:right;
}
.clearfix{
    clear:both;
}
.header-logo{
    color:#ffffff;
    font:42px bmyriadpro;
}
.tm-item {
    width: 24px;
    text-align: center;
}
.tm-item img {
    display: block;
    margin: 0 auto;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.tm-item img:hover {

    margin-top: -2px; 
}


.tm-devider {
    width: 1px;
    height: 29px;
    background-color: #555555;
    margin: 0 5px;
}

.search-btn input{
    width: 82px;
    height: 22px;
    background-color: #6d0307;
    color: #ffffff;
    text-align: center;
    vertical-align: central;
    border: none;
     font: 15px rmyriadpro;
}
.search-text input{
    padding:4px;
    border:0;
    width:306px;
    height: 14px;
    background-color: #ffffff;
    margin-right: 5px;
     font: 15px rmyriadpro;

}
.b {
    height: 28px;
    overflow: hidden;
    background-color:#b60002;
}
.b .menu-item a {
    text-decoration: none;
    color: #ffffff;
    font: 17px rmyriadpro;   
}
.b .menu-item {
    width: auto;
    height: 100%;
    padding: 3px 5px 0 5px;
    margin-right: 5px;
}
.b .menu-item.active {
     background-color: #fff;
}
.b .menu-item.active a {
    color: #c80012;
}
.breaking {
    height: 28px;
    overflow: hidden;
}
.breakingtitle {
    width: 157px;
    background-color: #c80012;
    color: #ffffff;
    font-size: 18px;
    height: 100%;
    text-align: left;
    padding-top: 5px;
    padding-left: 5px;
}
.ticker-swipe {
    background-color: #ee1c24 !important;
    display: block;
    height: 22px;
    position: absolute;
    top: 0;
    width: 800px;
}

.ticker-content a {
    font-size: 16px !important;
    text-decoration: none;
    color: #ffffff;
    font-weight: normal !important;
    overflow: visible !important;
}
.ticker {
    display: block;
    height: 22px;
    margin: 2px 0;
    overflow: hidden;
    position: relative;
    width: 800px;
}
.ticker-wrapper.has-js {
    display: block;
    float: left !important;
}
.titr:hover {
    color: #b60002 !important;
}
.seemore {
    width: 100%;
    height: 15px;
    text-align: center;
    background: #d1d1d1;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    padding: 10px 0;

}
.seemore:hover {
    background: #a1a1a1;
}
.seemore:hover a {
        color: #c80012;
}
.seemore a {
    text-decoration: none;
    color: #555;
    background-color:#fff;
    border-radius:4px;
    padding:2px;
    font-weight:bold;
    box-shadow:0px 1px 2px #555;
        -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}

.cnn_mtpmore {
    padding: 0 !important;
    position: absolute;
    right: 5px;
    top: 2px;
}
.cnn_mtpmore {
    padding: 9px 0 1px;
}
.cnn_mtpmore {
    padding: 5px 0 15px 10px !important;
}


.cnn_mtpmore .cnn_mtpmorebtn {
    background-image: url("/Resource/images/btn-sprite.png");
    background-position: -20px 0;
    height: 22px;
    width: 45px;
}
.cnn_mtpmore .cnn_mtpmorebtn:hover {
    background-position: -20px -22px;
}

.cnn_mtpmorebtn {
    display: block;
    height: 17px;
    width: 55px;
}

.cnn_mtpmorebtn img {
    height: 17px;
    width: 55px;
}
.myadv{
  position:relative;
}

.myadv > div
{
float:left;
}