/*@import url(http://fonts.googleapis.com/earlyaccess/droidarabicnaskh.css);*/
/*
 * DroidNaskh (Arabic) http://www.google.com/webfonts/earlyaccess
 */
@font-face {
  font-family: 'DroidNaskh';
  font-style: normal;
  font-weight: 400;
  src: url(../font/DroidNaskh-Regular.eot);
  src: url(../font/DroidNaskh-Regular.eot?#iefix) format('embedded-opentype'),
       url(../font/DroidNaskh-Regular.woff2) format('woff2'),
       url(../font/DroidNaskh-Regular.woff) format('woff'),
       url(../font/DroidNaskh-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'DroidNaskh';
  font-style: normal;
  font-weight: 700;
  src: url(../font/DroidNaskh-Bold.eot);
  src: url(../font/DroidNaskh-Bold.eot?#iefix) format('embedded-opentype'),
       url(../font/DroidNaskh-Bold.woff2) format('woff2'),
       url(../font/DroidNaskh-Bold.woff) format('woff'),
       url(../font/DroidNaskh-Bold.ttf) format('truetype');
}
@font-face {
    font-family: "RTNassim";
	src: url(../../global/font/rosettatype-nassim-regular.eot);
    src: url("../../global/font/rosettatype-nassim-regular.eot?#iefix") format('embedded-opentype'),
         url("../../global/font/rosettatype-nassim-regular.woff") format("woff"),
         url("../../global/font/rosettatype-nassim-regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "RTNassim";
	src: url(../../global/font/rosettatype-nassim-bold.eot);
    src: url("../../global/font/rosettatype-nassim-bold.eot?#iefix") format('embedded-opentype'),
         url("../../global/font/rosettatype-nassim-bold.woff") format("woff"),
         url("../../global/font/rosettatype-nassim-bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}
body .container { direction: rtl; text-align: right; }
h1, h2, h3, h4, h5 { font-family: 'RTNassim', Arial, Times, 'Times New Roman'; }
/* Forms */
textarea, input, button, select{ font-family: Tahoma, Arial, Times, 'Times New Roman';width: 175px; }
input[type="radio"], input[type="checkbox"]{margin: 0 0 0 3px ;}
/*hide disabled option because of using itemDisabled property of f:selectItems*/
select option[disabled='disabled'] {display: none}
pre { font: normal 11px Tahoma;line-height: 1.8em;margin: 0;text-align: justify;white-space: pre-wrap;word-wrap: break-word;overflow: auto;}
@media print {
  #header, #footer, aside#left, aside#right, form, a.btn { display: none; }
	section.mainbody,.third-news {width: 100%}
	.story article{ font-size: 120%; }
}

@media print and (min-width: 1130px) {
  .story article{ font-size: 160%; }
}
blockquote, cite{
	font-style: normal;
	font-family: Tahoma, Times, "Times New Roman", serif;
	padding: 2px 0;
	border: 0 solid #ccc;
}

.quote-t1{
	float: left;
	width: 200px;
	padding-left: 8px;
	padding-right: 15px;
	border-right-width: 5px;
	margin-right: 22px;
}

.quote-t2{
	float: right;
	width: 200px;
	padding-left: 20px;
	padding-right: 8px;
	border-right-width: 5px;
	margin-left: 12px;
}

.quote-t3{
	display: block;
	padding: 7px 11px;
	margin-left: 5px;
	width: 170px;
	float: left;
	margin-right: 12px;
	background: #999;
	color: #FEFEFE;
	font-weight: bold;
	line-height: 20px;
	font-size: 12px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.quote-t4{
	background: none repeat scroll 0 0 #FFFFFF;
	border-left: 2px solid #C76C0C;
	border-right: 9px solid #C76C0C;
	color: #666666;
	display: block;
	float: left;
	font: 1em/1.8em "RTNassim", serif;
	margin: 0 16px 20px 0;
	padding: 15px 45px 15px 20px;
	position: relative;
	text-align: justify;
	width: 200px;
	-moz-box-shadow: 2px 2px 15px #ccc;
	-webkit-box-shadow: 2px 2px 15px #ccc;
	box-shadow: 2px 2px 15px #ccc;
}

.quote-t4::before{
	content: "\201C"; /*Unicode for Left Double Quote*/
	font-family: Georgia, serif;
	font-size: 60px;
	font-weight: bold;
	color: #999;
	position: absolute;
	right: 10px;
	top: 5px;
}

.quote-t4::after{
	/*Reset to make sure*/
	content: "";
}

.quote-t4 a{
	background: #eee;
	padding: 0 3px;
	color: #c76c0c;
}

.quote-t4 a:hover{
	color: #666;
}

.quote-t4 em{
	font-style: italic;
}

.quote-t5{
	background: none repeat scroll 0 0 #FAFAFA;
	border: 1px solid #F0F0F0;
	border-radius: 5px;
	color: #444444;
	display: block;
	float: left;
	font: 12px/1.7em tahoma;
	margin-left: 5px;
	margin-right: 12px;
	padding: 7px 11px;
	text-align: right;
	width: 170px;
}

.quote-t6{
	color: #505050;
	display: block;
	float: left;
	font: 1.1em/1.8em "RTNassim", serif;
	margin: 33px 16px 20px 0;
	padding: 10px 25px 10px 10px;
	position: relative;
	text-align: right;
	width: 200px;
}

.quote-t6::before{
	content: "\201D"; /*Unicode for Right Double Quote*/
	border-bottom: 1px solid #D8D8D8;
	border-top: 1px solid #D8D8D8;
	color: #999999;
	font-family: Georgia, serif;
	font-size: 60px;
	font-weight: bold;
	height: 35px;
	line-height: 58px;
	position: absolute;
	right: 24px;
	top: -29px;
	width: 200px;
}

.quote-t6::after{
	content: "\"";
	font-family: Georgia, serif;
}

.quote-t7{
	background: none repeat scroll 0 0 #f9f5e4;
	border-right: 10px solid #f6ebc1;
	float: left;
	font: 1.2em/1.7em "RTNassim", serif;
	margin: 6px 12px 6px 6px;
	padding: 6px;
	quotes: "“" "”" "‘" "’";
	width: 209px;
}

.quote-t7:before{
	color: #f7ef76;
	content: open-quote;
	font-size: 5em;
	line-height: 0.5em;
	margin-left: 0.25em;
	vertical-align: -0.4em;
}

.quote-t7 p{
	display: inline;
}
.quote-t8{
	margin:1.5em -1.5em 0.75em 0;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
	background: #FFF;
	padding: 0.75em 1em 0.75em 0.5em;
	border-right: 0.5em solid #DDDDDD;
	font: 1.2em/1.7em "RTNassim", serif;
}
.quote-t8:before {
	color: #999999;
	content: "“";
	display: block;
	font: italic 400%/1 Cochin,Georgia,"Times New Roman",serif;
	height: 0;
	margin-right: -0.95em;
}
.lead-t1{
	float: right;
	padding: 5px 10px;
	margin: 6px 0;
	background: #eee;
	border: 1px solid #ccc;
}

.ltr { direction: ltr }
.rtl { direction: rtl }
.tac { text-align: center }
.black {color: #000}
.blue {color: #0000ff}
.gray {color: gray}
.red {color: red}
.bred {background: #eab1af}
.bgreen {background: #a3ca9b}
.red-star:after {color: red;content: "*";margin-right: 5px;}
.icon-rss { color: #ff7400;font-size: 1.2em }
.icon-rss:hover { color: #ff3e00; }
.pagination {z-index:99}

/** News Ticker **/
.ticker-1 { height: 25px; }
.ticker-1 .title { background: inherit; font-weight: bold; padding: 0 6px 0 12px; float: right; color: #666 }
.ticker-1 ul { background: inherit; float: right; overflow: hidden; list-style: none; }
.ticker-1 ul li { line-height: 22px; width: 700px}
.ticker-1 ul li a { color: #666; }
.ticker-1 ul li a:hover { color: #000; text-decoration: none; }
.ticker-red {background: red}
.ticker-red .title {color:#fff !important;}
.ticker-red ul li a {color: #FFF}
.ticker-red ul li a:hover {color: #FFF2EF;}

.first-news .pagination { position: absolute; top: 234px; left: 10px; }
.first-news .pagination a { display: block; float: left; width: 12px; height: 12px; background-color: #ab9790; margin-right: 4px; border-radius: 12px; }
.first-news .pagination a.selected { background-color: #6a412f; }
.first-news .pagination a span { display: none; }
/** Top News **/
.top-news { margin-bottom: 24px; margin-right: 6px; }
.top-news .item-image { width: 350px; float: right; margin-left: 10px; }
.top-news .item-image  img { display: block; width: 350px; max-height: 350px; background-color: #000; }
.top-news h4 {font-size: 1.2em;font-weight: normal;}
.top-news .item-title { font-size: 1.8em; line-height: 1.45em; margin-top: 0; }
.top-news .introtext { line-height: 1.8em; text-align: justify }
/** Third News **/
.third-news.box { margin: 0!important; box-shadow: none!important; }
.third-news { margin-bottom: 24px; }
.third-news ul { list-style: none; margin: 0; }
.third-news ul li { min-height: 70px; margin-bottom: 6px; border-bottom: 1px inset gray;}
.third-news ul li:last-child {border-bottom:none;margin-bottom: 0; }
.third-news ul li h3 { margin: 3px 0 0 0; font:bold 1.3em 'RTNassim';line-height: 1.5em;  }
.third-news ul li p { line-height: 1.6em; font-size: 11px;text-align: justify}
.third-news .item-image, .third-news .item-img { display: block; width: 100px; float: right; margin-left: 10px; }
.third-news .item-image img, .third-news .item-img img { display: block; width: 100px; background-color: #000; }
.third-news .item-time { display: block; float: left; clear: left; font-size: 10px; color: #888; margin-right: 12px; line-height: 1em; white-space: nowrap;}
.third-news .item-time:hover { color: #888 }

.box {position: relative; margin-bottom: 16px; overflow: hidden;}
.box .box-title h2 {padding: 0 8px 0 0}
.box .box-content {padding: 0 8px 8px 0}
.box-title h2 { font-size: 1.3em; line-height: 36px; margin: 0;  }
.box-content ul { list-style: none; margin: 0; }
.box-content h3 { font-size: 1.2em; line-height: 1.5em; font-weight: bold;}
.box-content h4 { margin: 0; font: normal 11px tahoma; color: #555; display: block; }
.box .item-img {background: #000; color: #cecece;text-align: center;}
.box .item-img , .box .item-img img, .item-image, .item-image img{border-radius: 4px;-webkit-border-radius:4px;}
.box.no-bullet ul li { list-style: none !important; background: none !important; padding: 0 !important;}
/** Type Titr1 with carousel**/
.box.type-t1-1 {margin: 0 !important; box-shadow: none;}
.box.type-t1-1 .box-content{ position: relative; height: 250px;margin-right: 5px;padding: 0}
.box.type-t1-1 .box-content ul { height: 250px; }
.box.type-t1-1 .box-content li { height: 240px;width: 712px;float: left;display: inline-block;}
.box.type-t1-1 .box-content h3 { text-align: right; font-family: 'RTNassim', Tahoma, Arial, sans-serif; margin-top: 0; font-size: 1.8em; line-height: 1.8em; }
.box.type-t1-1 .box-content h4 { text-align: right; font-family: 'RTNassim', Tahoma, Arial, Times, 'Times New Roman'; margin-top: 0; font-size: 1.2em; line-height: 1.3em; }
.box.type-t1-1 .box-content p { text-align: right; }
.box.type-t1-1 .box-content .item-img { float: right;width: 410px; overflow: hidden; position: relative; margin-left: 10px; }
.box.type-t1-1 .box-content .item-img img {width: 410px;  /**/display: block; background-color: #000/**/;border-radius: 0 !important; }
.box.type-t1-1 .pagination { position: absolute; top: 205px; left: 12px; }
.box.type-t1-1 .pagination a { outline: none; display: block; float: left; width: 12px; height: 12px; background-color: #444; margin-right: 4px; border-radius: 6px;	-webkit-border-radius: 6px;	-moz-border-radius: 6px}
.box.type-t1-1 .pagination a.selected { background-color: #4A628F; }
.box.type-t1-1 .pagination a span { display: none; }

/** Type Titr1 with carousel**/
.box.type-t1-2 {margin: 0 !important; box-shadow: none;}
.box.type-t1-2 .box-content{ position: relative; height: 250px;margin-right: 5px;padding: 0}
.box.type-t1-2 .box-content ul { height: 250px; }
.box.type-t1-2 .box-content li { height: 240px;width: 712px;float: left;display: inline-block;}
.box.type-t1-2 .box-content h3 { text-align: right; font-family: 'RTNassim', Tahoma, Arial, sans-serif; margin-top: 0; font-size: 1.8em; line-height: 1.8em; }
.box.type-t1-2 .box-content h4 { text-align: right; font-family: 'RTNassim', Tahoma, Arial, Times, 'Times New Roman'; margin-top: 0; font-size: 1.2em; line-height: 1.3em; }
.box.type-t1-2 .box-content p { text-align: right; }
.box.type-t1-2 .box-content .item-img { float: right;width: 510px; overflow: hidden; position: relative; margin-left: 10px; }
.box.type-t1-2 .box-content .item-img img {width: 510px;  /**/display: block; background-color: #000/**/;border-radius: 0 !important; }
.box.type-t1-2 .pagination { position: absolute; top: 205px; left: 12px; }
.box.type-t1-2 .pagination a { outline: none; display: block; float: left; width: 12px; height: 12px; background-color: #444; margin-right: 4px; border-radius: 6px;	-webkit-border-radius: 6px;	-moz-border-radius: 6px}
.box.type-t1-2 .pagination a.selected { background-color: #4A628F; }
.box.type-t1-2 .pagination a span { display: none; }

/** Type Titr1 with carousel**/
.box.type-t1-3 {margin: 0 !important; box-shadow: none;}
.box.type-t1-3 .box-content{ position: relative; min-height: 392px;margin-right: 5px;padding: 0}
.box.type-t1-3 .box-content ul { min-height: 392px; }
.box.type-t1-3 .box-content li { min-height: 370px;width: 354px;float: left;display: inline-block;}
.box.type-t1-3 .box-content h3 { text-align: right; font-family: 'RTNassim', Tahoma, Arial, sans-serif; margin-top: 0; font-size: 1.6em; line-height: 1.8em; }
.box.type-t1-3 .box-content h4 { text-align: right; font-family: 'RTNassim', Tahoma, Arial, Times, 'Times New Roman'; margin-top: 0; font-size: .9em; line-height: 1.3em; }
.box.type-t1-3 .box-content p { text-align: right; color:#777}
.box.type-t1-3 .box-content .item-img { float: right;width: 345px; overflow: hidden; position: relative; margin-left: 10px; margin-bottom: 3px; }
.box.type-t1-3 .box-content .item-img img {width: 345px;  /**/display: block; background-color: #000/**/;border-radius: 0 !important; }
.box.type-t1-3 .pagination { position: absolute; top: 188px; right: 12px; }
.box.type-t1-3 .pagination a { outline: none; display: block; float: left; width: 12px; height: 12px; background-color: #FFF; margin-right: 4px;box-shadow: 0 0 6px 2px #ccc;-moz-box-shadow: 0 0 3px 1px #ccc;}
.box.type-t1-3 .pagination a.selected { background-color: #FF0000; }
.box.type-t1-3 .pagination a span { display: none; }
/** Type A (Most simple type) **/
.box.type-a { background-color: #efefef; padding-left: 0; }
.box.type-a .box-content ul li { width: 96px; float: right; margin-left: 9px; }
.box.type-a .box-content span.item-img { display: block; width: 96px; height: 54px; overflow-y: hidden; text-align: center}
.box.type-a .box-content ul h3{font-size: .8em; height: 65px; padding-top: 4px; margin-top: 0}
.box.type-a .box-content ul p{font-size: 11px;text-align: justify}

.box.fixed-height .box-content ul li { height: 120px; text-overflow: ellipsis; overflow: hidden; }
.box.fixed-height .box-content ul li h3:before { content: ' • '; }

/** Type B (Vertical List with Images) **/
.box.type-b { background-color: #efefef; }
.box.type-b .box-content ul li { margin-bottom: 8px; /* min-height: 54px; */ }
.box.type-b ul li .item-img { display: block; float: right; margin: 0 0 6px 6px; width: 96px; }
.box.type-b ul li .item-img img { display: block; width: 96px; }
	/*** IE Hacks ***/
	html.lt-ie8 .box.type-b .box-content ul li { height: 54px \9; } /* IE 7 */
.box.type-b .box-content p{ text-align: justify; font-size: 11px; }
/** Type C (Type A + Carousel) **/
.box.type-c { background-color: #efefef; padding-left: 0; padding-right: 0; }
.box.type-c .box-content ul li { width: 96px; float: right; margin-left: 9px; text-align: right; }
.box.type-c .box-content span.item-img { display: block; width: 96px; height: 54px;}
.box.type-c .box-content span.item-img img { height: 54px;}
.box.type-c .box-content p{ text-align: justify; font-size: 11px; }
.box.type-c .pagination { position: absolute; top: 14px; left: 10px; }
.box.type-c .pagination a { display: block; float: right; width: 12px; height: 12px; background-color: #ab9790; margin-right: 4px; border-radius: 12px; }
.box.type-c .pagination a.selected { background-color: #6a412f; }
.box.type-c .pagination a span { display: none; }
/** Typde D (Simple List) **/
.box.type-d .box-content { padding-left: 3px; }
.box.type-d .box-content ul { list-style: square inside; }
.box.type-d .box-content ul li { margin-bottom: 9px; color: #888; }
.box.type-d .box-content ul li h3 { display: inline; font: normal 11px Tahoma, Arial, 'Times New Roman' !important;}
.box.type-d ul li .item-img { display: block; float: right; margin: 0 0 6px 6px; width: 96px;}
.box.type-d ul li .item-img img { display: block; width: 96px; background-color: #000; }
/** Type E (One Item with Introtext) **/
.box.type-e { background-color: #efefef; }
.box.type-e .box-content { padding-left: 8px; }
.box.type-e .item-img { float: right; width: 96px; min-height: 54px; background-color: #000; margin:0 0 1px 8px; }
/** Type F (One Item with Introtext and Brown Background) **/
/*
.box.type-f { background: url('../img/box-bg.png') no-repeat -125px -24px #2d0704; color: #ccc; }
*/
.box.type-f { background: url('../img/box-bg.png') no-repeat -125px -24px #8E1500; color: #ccc; }
.box.type-f h3 { color: #ccc }
.box.type-f h3 a { color: #ccc }
.box.type-f h3 a:hover { color: #fff }
.box.type-f .item-img { float: right; width: 96px; margin:0 0 1px 8px; }
/** Type G (Mainbody Box with a Featured Item and a Vertical List in left) **/
.box.type-g { background: #fff; }
.box.type-g .box-content { padding-left: 8px; }
.box.type-g ul { margin: 0; }
.box.type-g ul li { min-height: 54px; margin-bottom: 16px; }
.box.type-g ul li .item-img { display: block; float: right; margin-left: 8px; width: 96px; }
.box.type-g ul li .item-img img { display: block; width: 96px; }
.box.type-g .box-content .item-time {float: left; font-size: 10px}
/* Box - Type-H (List with bullets) */
.box.type-h .box-content { font-size: 12px; }
.box.type-h .box-content ul { list-style: square inside; }
.box.type-h .box-content h3 { font:normal 12px Tahoma;display: inline; }
.box.type-h .box-content p { font:normal 11px Tahoma; }
/* Box - Type-I (List of items with title, introtext and small image) */
.box.type-i .box-content { font-size: 12px; }
.box.type-i .box-content li { min-height: 80px; margin-bottom: 10px; }
.box.type-i .box-content .item-img { float: right; margin-left: 5px; }
.box.type-i .box-content .item-img img { display: block; width: 80px;}
.box.type-i .box-content h3 { margin: 0 0 0 0; font-size: 12px; line-height: 18px; font-family: 'RTNassim', Tahoma, Arial, Times, 'Times New Roman'; }
.box.type-i .box-content p { line-height: 16px; margin-bottom: 0; }
/* Box - Type-J (List of items with title and introtext) */
.box.type-j .box-content { font-size: 11px; padding: 10px }
.box.type-j .box-content li { /*min-height: 80px;*/ margin-bottom: 10px; }
.box.type-j .box-content h3 { margin: 0 0 0 0; font-size: 1.1em; line-height: 24px; font-family: 'RTNassim', Tahoma, Arial, Times, 'Times New Roman'; }
.box.type-j .box-content p { line-height: 16px; margin-bottom: 0; }
.box.type-j .box-content li .item-img { width: 85px; overflow: hidden; position: relative; margin-bottom: 6px; }
.box.type-j .box-content li .item-img img { display: block; width: 85px; background: #1E4212/**/ }
/* Box - Type-K (Carousel with item images and titles) */
.box.type-k .box-content { font-size: 12px; padding: 10px 23px !important; min-height: 120px; height: 160px; position: relative; }
.box.type-k .box-content ul { height: 200px; }
.box.type-k .box-content li { width: 96px; padding: 0 10px; border-right: 1px solid #000; border-left: 1px solid #000; margin: 0 0 10px 0; height: 160px; display: inline-block; float: left; text-align: center; }
.box.type-k .box-content li .item-img { width: 96px; overflow: hidden; position: relative; margin-bottom: 10px; }
.box.type-k .box-content li .item-img img { display: block; width: 96px; /**/height: 57px; background: #1E4212/**/ }
.box.type-k .box-content h3 { margin: 0 0 0 0; font-size: 1em; line-height: 20px; font-family: 'RTNassim', Tahoma, Arial, Times, 'Times New Roman'; }
/*.box.type-k .box-content .carousel-controls { position: relative; width: 100%; height: 100%; }*/
.box.type-k .box-content .carousel-controls a { display: block; z-index:99; background: #000; position: absolute; top: 0; height: 180px; width: 24px; text-align: center; color: #fff; line-height: 180px; text-decoration: none; font-size: 20px; opacity: 0.8; }
.box.type-k .box-content .carousel-controls a.disabled {/* cursor:not-allowed; */background-color:#888;}
.box.type-k .box-content .carousel-controls a:hover {opacity: 0.88;}
.box.type-k .box-content .carousel-controls #left { left: 0; -webkit-border-radius: 10px 0 0 10px; border-radius: 10px 0 0 10px; }
.box.type-k .box-content .carousel-controls #right { right: 0; -webkit-border-radius: 0 10px 10px 0; border-radius: 0 10px 10px 0; }
.box.type-k .box-content .carousel-controls #left { border-radius: 0 10px 10px 0 \9; }
.box.type-k .box-content .carousel-controls #right { border-radius: 10px 0 0 10px \9; }
/* Box - Type-k2 (Carousel with item images and titles) */
.box.type-k2 section { font-size: 12px; height: 100px; position: relative; padding: 10px 26px 0 26px;}
.box.type-k2 ul { height: 88px;}
.box.type-k2 li { width: 88px !important;; padding: 0 6px; display: inline-block; float: left; text-align: center; }
.box.type-k2 li .item-img { width: 88px; overflow: hidden; position: relative; margin-bottom: 10px; }
.box.type-k2 li .item-img img { display: block; width: 88px; /**/height: 88px; background: #1E4212/**/ }
.box.type-k2 h3 { display: none }
.box.type-k2 .carousel-controls a { display: block; z-index:99; position: absolute; top: 38px; text-align: center; color: #fd7304; }
.box.type-k2 .carousel-controls a.disabled {/* cursor:not-allowed; */color:#fd7304; opacity: .6}
.box.type-k2 .carousel-controls a:hover {opacity: 0.8;}
.box.type-k2 .carousel-controls #left { left: 8px; }
.box.type-k2 .carousel-controls #right { right: 8px;}
.box.type-k2 .carousel-controls a [class^="icon-"]:before, [class*=" icon-"]:before {font-size: 32px;}
/** Type L (news with large image) **/
.box.type-l { padding-left: 0; }
.box.type-l .box-content ul li { width: 150px; float: right; margin-left: 17px; }
.box.type-l .box-content span.item-img { display: block; width: 150px; height: 84px;}
.box.type-l .box-content ul h3{font-size: 1.1em;line-height: 1.8em;;height: 65px;padding-top: 3px;margin-bottom: 0;font-weight: bold}
.box.type-l .box-content ul p{font-size: 11px;text-align: justify}
/** Type m (Borderless body with header filled by bgcolor) **/
.box.type-m { background: #fff; box-shadow: none; }
/** Typde D (Simple List) **/
.box.type-n {background: #d2e1df}
.box.type-n .box-content ul { list-style: square inside; }
.box.type-n .box-content ul li { margin-bottom: 9px; color: #888; }
.box.type-n .box-content ul li h3 { display: inline; font-family: Tahoma, Arial, Times, 'Times New Roman'; font-weight: normal; font-size: 11px }
.box.type-n ul li .item-img { display: block; float: right; margin: 0 0 6px 6px; width: 96px;}
.box.type-n ul li .item-img img { display: block; width: 96px; }
/* Box - Type-O (full-width images without title) */
.box.type-o .box-content { padding: 10px }
/* .box.type-o .box-content li { margin-bottom: 10px; } */
.box.type-o .box-content h3, .box.type-o .box-content h6, .box.type-o .box-content p { display: none; }
.box.type-o .box-content li .item-img { width: 100%; overflow: hidden; position: relative; }
.box.type-o .box-content li .item-img img { display: block; width: 100%; background: #1E4212/**/ }
/** Typde P (Blue rounded corner with bg in header) **/
.box.type-p {background: transparent;border: 1px solid #0000ff;border-radius: 4px;-webkit-border-radius:4px;}
.box.type-p .box-content {padding:0 5px 8px 3px}
.box.type-p .box-content ul { list-style: none; }
.box.type-p .box-content ul li { margin-bottom: 1.2em; color: #888;line-height: 1.6em;font-size: .9em }
.box.type-p .box-content ul li h3 { display: inline; font: normal 11px tahoma;line-height: 1.7em }
.box.type-p .item-img { display: block; float: right; margin: 0 0 0 6px; width: 96px;line-height:1.7em;}
.box.type-p .item-img img { display: block; width: 96px; }
/** Typde q **/
.box.type-q .box-content { padding-left: 3px; padding-top: 6px }
.box.type-q .box-content li>h3:before { content: "■"; color: #ff9610; font-size: 18px; padding-left: 5px; }
.box.type-q .box-content li:first-child>h3:before{content: "";padding-left: 0;font-size: 11px}
.box.type-q .box-content ul li { margin-bottom: 6px; }
.box.type-q .box-content ul li h3 { color: #888;display: inline; font: normal 1.1em RTNassim}
.box.type-q .box-content ul li p { color: #666; font-size: 11px}
.box.type-q .box-content ul li:first-child h3{ font-weight: 600; }
.box.type-q ul li .item-img { display: block; float: right; margin: 0 0 6px 6px; width: 96px;}
.box.type-q ul li .item-img img { display: block; width: 96px; background-color: #000; }
/** Type r **/
.box.type-r { background: #fff; box-shadow: none;margin-bottom:0 !important }
.box.type-r ul li{ width: 47%;float: right }
.box.type-r ul li h3 {margin: 0; }
.box.type-r ul li .item-img { display: block; float: right; margin: 0 0 12px 6px; width: 100px; }
.box.type-r ul li .item-img img { display: block; width: 100px; border: 1px solid #000; }
.box.type-r ul li:not(:first-child) p{ display: none }
.box.type-r ul li:first-child{ width: 47%;float: left }
.box.type-r ul li:first-child h3{ font-size: 1.2em }
.box.type-r ul li:first-child .item-img { display: block; float: right; margin: 0 -2px 6px 6px; width: 100%; }
.box.type-r ul li:first-child .item-img img { display: block; width: 100%; }
/** Type s **/
.box.type-s { background-color: #EEEEEE; box-shadow: 0 0 1px rgba(0, 0, 0, 0.2); background-image: -moz-linear-gradient(center top , #F9F9F9, #F2F2F2); border: 2px solid #FFFFFF; padding: 8px}
.box.type-s ul li .item-img { display: block; float: right; margin: 0 0 12px 6px; width: 100px; }
.box.type-s ul li .item-img img { display: block; width: 100px; border: 1px solid #000;}
/** Type t **/
.box.type-t { background: #fff; box-shadow: none; }
.box.type-t ul li:first-child {margin-top:5px}
.box.type-t ul li{ width: 30%;float: left;margin: 6px 3px 0 4px }
.box.type-t ul li .item-img { display: block; width: 100%; }
.box.type-t ul li .item-img img { display: block; width: 100%;height:73px; border: 1px solid #000; margin-right:-2px}
.box.type-t ul li p{ display: none }
.box.type-t ul li h3 {margin: 0; padding-bottom: 5px;}
.box.type-t .box-content {padding:0}
.box.type-t ul li:first-child{ width: 66%;float: right }
.box.type-t ul li:first-child .item-img { display: block; float: right; width: 100%; margin-bottom: 5px; }
.box.type-t ul li:first-child .item-img img { display: block; width: 100%;height: 155px }
/** Type t-inverse **/
.box.type-t-inverse { background: #fff; box-shadow: none; }
.box.type-t-inverse ul li:first-child {margin-top:5px}
.box.type-t-inverse ul li{ width: 30%;float: right;margin: 6px 3px 0 4px}
.box.type-t-inverse ul li .item-img { display: block; width: 100%; }
.box.type-t-inverse ul li .item-img img { display: block; width: 100%; height:73px; border: 1px solid #000; }
.box.type-t-inverse ul li p{ display: none }
.box.type-t-inverse ul li h3 {margin: 0;padding-bottom: 5px;}
.box.type-t-inverse .box-content {padding:0}
.box.type-t-inverse ul li:first-child{ width: 66%;float: left }
.box.type-t-inverse ul li:first-child .item-img { display: block; float: left; width: 100%; margin-bottom: 5px; }
.box.type-t-inverse ul li:first-child .item-img img { display: block; width: 100%; height: 155px }

.box.type-2t .box-content { padding-left: 0; padding-top: 8px; font-family: 'RTNassim' }
.box.type-2t .box-content a:link, .box.type-2t .box-content a:visited { color: #a9512d }
.box.type-2t h3 { margin: 0 }
.box.type-2t ul li { float: left;width: 49%; min-height: 76px; margin-bottom: 5px }
.box.type-2t .item-img { float: right; width: 102px; height: 76px; margin-left: 5px }
.box.type-2t .item-img img { display: block; width: 102px; height: 76px; background-color: #000;/**/ }
.box.type-2t ul li:first-child{ width: 49%; height: 310px;margin-left: 2%;float: right; }
.box.type-2t ul li:first-child .item-img { display: block; background: #000; float: right; height:200px; width: 100%; margin-bottom: 8px}
.box.type-2t ul li:first-child .item-img img { display: block; width: 100%;height: 100% }
.box.type-2t ul li p { display: none }
.box.type-2t ul li:first-child p { display: block }

/* Box - type-u (Full-width carousel with 4 + .1 items and paging outside of the page) */
.box.type-u { border: 0 none; overflow: visible; }
.box.type-u .box-content { padding: 0; height: 288px; }
.box.type-u .carousel-controls { position: relative; width: 100%; }
.box.type-u .carousel-controls a { display: block; position: absolute; top: 100px; left: -60px; width: 40px; height: 40px; color: #878787 }
.box.type-u .carousel-controls a:hover {  color: #333 }
.box.type-u .carousel-controls a.next { left: auto; right: -36px; }
.box.type-u .carousel-controls a i:before { font-size: 40px; line-height: 40px; }
.box.type-u .carousel-wrapper { height: 288px; width: 100%; overflow: hidden }
.box.type-u ul { margin: 0 -16px 0 0 ; padding: 0 }
.box.type-u ul li { float: left; width: 258px; height: inherit; margin-right: 15px; }
.box.type-u ul li ~ li {  }
.box.type-u ul li .inner { height: 288px; overflow: hidden; overflow: hidden; position: relative; }
.box.type-u ul li .img { background: lightGray; /**/ position: absolute; top: 0; left: 0; width: 100%; height: 288px; overflow: hidden; }
.box.type-u ul li .item-img a { display: block; }
.box.type-u ul li .item-img a img { display: block; width: 100%; height: auto; }
.box.type-u ul li .title { position: absolute; width: 100%; bottom: 0; right: 0; margin: 0; background: black; background: rgba(0, 0, 0, 0.85); font-size: 16px; line-height: 24px;  }
.box.type-u ul li .title a { display:block; padding: 4px 8px 8px; color: #fff; font-family: 'RTNassim'; }
.box.type-u ul li .title a:hover { color: #ccc; }
.box.type-u ul li .title .introtext { display: block; height: 0; overflow: hidden; font-size: 12px; padding: 0 10px;text-align: right; font-weight: normal; color: #efefef; line-height: 1.3 }
/* Box - type-v (Featured item with image on top and a simple list on bottom) */
.box.type-v > .box-content { padding-top: 10px; }
.box.type-v .box-content li, .box.type-v .slider ul li ul li { margin-bottom: 4px; padding-bottom: 4px; /*list-style: square inside; */float: none; display: list-item }
.box.type-v .box-content li h3 { font-family: 'RTNassim'; font-weight: normal; font-size: 15px; margin: 0; display: inline; text-align: right; }
.box.type-v .box-content li:first-child { list-style: none; padding: 0; background: none;}
.box.type-v .box-content li:first-child .item-img { display: block; margin-bottom: 8px; }
.box.type-v .box-content li:first-child .item-img img { display: block; width: 100%; height: auto; min-height: 156px; background: lightGray; /**/ border: 0 none; }
.box.type-v .box-content li:first-child h3 { font: bold 1.2em/1.5em RTNassim; display: block; }
.box.type-v .box-content li:first-child p { font-family: 'RTNassim'; text-align: justify }
.slider li {  float: left; text-align: right; }
/* Box - type-w (Same as type-v but instead of bullets items have thumbnails) */
.box.type-w > .box-content { padding-top: 10px; }
.box.type-w .box-content li, .box.type-w .slider ul li ul li { margin-bottom: 4px; padding-bottom: 4px; float: none; display: list-item; min-height: 67px; }
.box.type-w .box-content li h3 { font-family: 'RTNassim'; font-weight: normal; font-size: 15px; margin: 0 0 8px 0; display: inline; text-align: right; }
.box.type-w .box-content li:first-child { list-style: none; max-height: 573px;}
.box.type-w .box-content li:first-child .item-img { display: block; margin-bottom: 8px; width: 100%; max-height: 200px }
.box.type-w .box-content li:first-child .item-img img { display: block; width: 100%; height: auto; min-height: 156px; background: lightGray; /**/ border: 0 none; }
.box.type-w .box-content li:first-child h3 { font-size: 17px; font-weight: bold; line-height: 1.5em; display: block; height: 255px}
.box.type-w .box-content li:first-child p { font-family: 'RTNassim'; text-align: justify }
.box.type-w .box-content li .item-img { display: block; float: right; margin-left: 5px; width: 100px; overflow: hidden; }
.box.type-w .box-content li .item-img img { display: block; }
.box.type-w .box-content ul li:not(:first-child) p { display: none }

/* Box - type-x (Tabs) */
.box.type-x .box-title { font-family: 'RTNassim'; background: transparent }
.box.type-x .box-title  .nav-tabs{ list-style: none; margin: 0; padding: 0; border-bottom-color: #4b8169 }
.box.type-x .box-title  .nav-tabs li{ display: inline-block; background: #4e955b }
.box.type-x .box-title  .nav-tabs li:hover{ background: #666 }
.box.type-x .box-title  .nav-tabs li a{ color: #FFF; font-weight: bold; }
.box.type-x .box-title  .nav-tabs li:first-child a{ margin-right: 0 }
.box.type-x .box-title  .nav-tabs li.active{ background: #FFF;  }
.box.type-x .box-title  .nav-tabs li.active a{ color: #4e955b; border-color: #4b8169 #4b8169 transparent #4b8169  }
/** Orange Header **/
.box.type-x.title-orange header { background: #ff8200; padding: 4px 4px 1px 0; }
.box.type-x.title-orange header .nav-tabs { border-bottom-color: #FFF }
.box.type-x.title-orange header .nav-tabs li { background: transparent; text-shadow: 1px 1px 0 #333 }
.box.type-x.title-orange header .nav-tabs li.active a, .box.type-x.title-orange header .nav-tabs li a:hover { border-radius: 4px 4px 0 0; background: #FFF; color: #ff8200; border-color: #FFF #FFF transparent #FFF }
.box.type-x .box { margin-bottom: 0 }
.box.type-x .box-content .tab-content { padding-top: 8px; }

/*headers theme*/
.box .box-title h2 a { font-weight: bold; }
.hdr-hid .box-title {display: none;}
.hdr-a .box-title h2 { font:bold 12px tahoma; padding-left: 8px;height: 22px}

.hdr-b .box-title h2 { font:bold 12px tahoma; padding-left: 8px;height: 22px;border-top: 3px solid #F0F0F0;}
.hdr-b.box {box-shadow: none}

.hdr-c .box-title h2 { background: url('../img/box-title-bg.png') no-repeat right -60px transparent; padding-right: 8px;}

.hdr-d .box-title h2 { border-bottom: 1px solid #005DA6;color:#005DA6;font-size:1.125em;font-weight: bold;padding-left:8px;margin-bottom: 8px; }

.hdr-f .box-title h2 { background: none transparent;color: #ccc }
.hdr-f .box-title h2 a { color: #ccc }
.hdr-f .box-title h2 a:hover { color: #fff }

.hdr-m .box-title { padding-left: 8px;line-height: 20px; background: url('../../global/img/hr_bg2.jpg') repeat-x center center transparent !important; }
.hdr-m .box-title h2 { background: none}
.hdr-m .box-title h2 a { display: inline-block;line-height: 1.5em; background-color: #FFF; padding: 1px 5px;border: 1px solid #98a3ae; border-radius: 5px;color: #2f4f4f}
.hdr-m .box-title h2 a:hover { color: #708090;}

.hdr-n .box-title h2 {margin-right: -8px;text-align: center;line-height: 1.5em; color: #EFEFEF}
.hdr-n .box-title h2 a {color: #EFEFEF}
.hdr-n .box-title h2 a:hover {color: #FFF}
.hdr-n .box-title h2  {
	background-image: -moz-radial-gradient(#e01e2b, #FFF);
	background-image: -webkit-gradient(radial, center center, 0, center center, 220, from(#e01e2b), to(#FFF)); /* old */
	background-image: -webkit-radial-gradient(#e01e2b, #FFF); /* new syntax */
	background-image: radial-gradient(#e01e2b, #FFF);
}

.hdr-p .box-title h2 {line-height: 1.6em;margin: 2px;border-radius: 4px;-webkit-border-radius:4px; color: #EFEFEF}
.hdr-p .box-title h2 a { font-size:.79em; color: #EFEFEF}
.hdr-p .box-title h2 a:hover {color: #FFF}

.hdr-q .box-title h2 {line-height: 25px; color: #EEE }
.hdr-q .box-title h2 a { font-size:1em; color: #FFF }
.hdr-q .box-title h2 a:hover {color: #EFEFEF}

.hdr-r .box-title { padding-left: 8px;line-height: 20px; border-bottom: 2px solid #000; }
.hdr-r .box-title h2 { background: none;font-size: 1.1em;}
.hdr-r .box-title h2 a { display: inline-block;line-height: 1.5em; padding: 1px 5px;color: #000}
.hdr-r .box-title h2 a:hover { color: #708090;}

/** Pagination1 for carousel **/
.box .carousel ul li {display: block;float: left;text-align: right;}
.box .carousel ul li .item-img {overflow: hidden}

.box.pg-1 .box-content,.box.pg-2 .box-content {margin-top: 25px}
.box.pg-1 .pagination,.box.pg-2 .pagination { position: absolute; top: 14px; left: 10px; }
.box.pg-1 .pagination a,.box.pg-2 .pagination a { display: block; float: right; width: 12px; height: 12px; background-color: #ab9790; margin-right: 4px; border-radius: 12px; }
.box.pg-1 .pagination a.selected,.box.pg-2 .pagination a.selected { background-color: #6a412f; }
.box.pg-1 .pagination a span,.box.pg-2 .pagination a span { display: none; }
.box.pg-1 .box-content ul li {width: 105px;height: 107px}
.box.pg-1 .box-content ul li img {height: 50px}
.box.pg-2 .box-content ul li {width: 206px}

/** Ads **/
.box.mads-1, .box.ads-1 { box-shadow: none; filter: none !important; background-color: transparent; }
.box.mads-1 .box-title h2, .box.ads-1 .box-title h2 { background: none transparent; }
.box.mads-1 ul, .box.ads-1 ul { list-style: none outside none;margin: 0;padding: 0; }
.box.mads-1 ul li, .box.ads-1 ul li { width: 100%; float: right; margin: 0 0 6px 0; }
.box.mads-1 ul li img, .box.ads-1 ul li img { display: block; background-color: #777 }
.box.mads-1 ul li.wide, .box.ads-1 ul li.wide { width: 204px; margin: 0 0 8px 0; }
.box.mads-1 ul li.wide img, .box.ads-1 ul li.wide img { width: 204px; background-color: #777 }
.box.ads-2 { height: 100px; box-shadow: none; filter: none !important; background-color: transparent; }
.box.ads-2 .box-title h2 { background: none transparent; }
.box.ads-2 ul { list-style: none outside none;margin: 0;padding: 0; }
.box.ads-2 ul li { width: 265px; height: 100px; float: right; margin: 0 14px 0 0; }
.box.ads-2 ul li img { display: block; background-color: #777 }
.box.ads-2 ul li:first-child { margin-right: 0 }

/*NewsContent*/
.box.content{ text-align:justify; padding: 20px; line-height: 2em; -webkit-box-shadow: 0 0 6px 2px #ccc; box-shadow: 0 0 6px 2px #ccc;border-radius: 6px;margin: 12px 12px 12px 0;}
.box.content .introtext{line-height: 1.5em}
.box ol li {line-height: 2em; list-style: persian; margin-right: 2em;}
.box.content.story h4 { color: #666; font-size: 1.2em; }
.box.content.story h1.headline { font-weight: normal;font-size: 1.8em; line-height: 1.6em; /* background: none; */ margin-bottom: 16px;text-align: right; }
.box.content.story h3 { text-align:right; font-weight: normal; line-height: 1.6em; font-size: 1.3em; color: #431200; margin-bottom: 25px}
/*.box h4,*/.third-news h4 { text-align:right; margin: 0; font: normal 11px tahoma; color: #555; display: block}
.box.content.story #divNewsInfo { display: inline-block; width: 100%; font-size: 11px; color: #555;background: #f4f4f4;border-radius: 4px;padding: 5px;line-height: 1.5em; white-space: nowrap }
.box.content.story #divNewsInfo .item-trailing { display: block; float: left; text-align: left}
.box.content.story #divNewsInfo .item-leading { display: block; float: right;}
.box.content.story .large-image { max-width: 300px; margin:0 10px 5px 0; float: left}
.box.content.story .large-image img { display: block; max-width: 300px; background-color: #000; }
.box.content.story img[align='left'] {margin-right: 6px}
.box.content.story img[align='right'] {margin-left: 6px}
/*Related News*/
.box.news-related { width: 95%; border: none;box-shadow: none;font: normal 11px tahoma;}
.box.news-related ul {list-style-type: square}
.box.news-related ul li {line-height: 2.5em}
.box.news-related ul li:hover {color:#333333;background-color:#e6e6e6;*background-color:#d9d9d9;border-radius: 4px}

.box.news-tag { width: 95%; border:none; box-shadow: none;font: normal 11px tahoma; margin-top: 12px}
.box.news-tag header { width: 55px; float: right }
.box.news-tag header h3 { line-height: 1.2em !important; margin: 6px 0 0 0 !important;  }
.box.news-tag ul {list-style-type: none}
.box.news-tag ul li {line-height: 2.5em; float: right; margin-left: 15px; }
.box.news-tag ul li a { padding: 3px }
.box.news-tag ul li a:hover {color:#FFF;background-color:#043db3;border-radius: 4px}

/*News Comment*/
.box.news-comment ul li {min-height: 0 !important;margin: 6px 3px !important;}
.box.news-comment #frmNewsComment #body{ width: 100% }

.box.comment-list li {min-height: 0 !important;text-align: justify;line-height: 2em; }
.box.comment-list li .cl-header {background: #e8eff6;padding: 4px;margin: 5px 0 10px 0; display: block}
.box.comment-list li .cl-header .clink {float: left; padding: 0 5px;color: gray;}
.box.comment-list li .cl-header .cdate {padding: 5px 12px}
.box.comment-list li pre {background: transparent;padding: 5px}
.box.comment-list li span[class^="icon-"] {margin-right: 3px ;}
.box.comment-list li .btnScr.ng {width: 50px;float: left; color: red; margin-left: 12px;cursor: pointer}
.box.comment-list li .btnScr.ps {width: 50px;float: left; color: #006400; cursor: pointer}
.box.comment-list li .clb{float: right; margin: -4px; border-radius: 0 5px 5px 0; height: 24px; width: 20px;}
.box.comment-list li .cl-siteReply pre {margin:0 22px}
.box.comment-list li .cl-siteReply .sr-note {color:blue;font-weight: bold}

.msg { display: none;margin: 6px 0; }
/*tinyTip*/
.tinyTip { padding: 2px 0 0 0;margin-top: 12px; display: block;background-color: #fff;border-radius: 3px; border: 1px solid #b1b1b1;}
.tinyTip .content { padding: 0 5px 0 5px; font-size: 1em; color: #555; background-color: #fff; }
.tinyTip .bottom {height: 2px; background-color: #fff; font: 0/0 sans-serif;}

.tblRSSHelp { width: 75%;margin: 0 auto;text-align: center; }
.tblRSSHelp td:nth-child(2n) { direction: ltr !important; }

#frmSearchNews .search-query { font-size: 1.5em; width: 20em; height: 1.6em; font-family:'RTNassim'; margin-bottom: 3px }
#frmSearchNews .pageSize {width: 5em}
.search-result em { background-color: #f5f5f5; border-radius: 2px; font-style: normal; font-weight: bold; }

/* .mainbody .box.type-a .box-content ul li {width: 100px !important;margin-left: 15px !important;} */
/* .mainbody .box.type-a .box-content span.item-img {height: 56px !important;width: 100px !important;} Mohsen commented on: 2013-05-04, because it only applies to right-sied boxes (because of .mainbody)
.mainbody .box.type-a .box-content span.item-img img {height: 56px !important;width: 100px !important;} */
.mainbody .rss { float:left;}
.mainbody .rss a { color: #ff7400; }
.mainbody .rss a:hover { color: #ff3e00; }

/* source list */
.box .box-content ul.source a { color: rgb(83, 122, 196); font-size: 1.4em; }
.box .box-content ul.source span { font-weight: normal; }

/*hot trends*/
.tcItem {float: right; padding: 2px 4px; margin: 0; font-size:.9em; line-height: 26px;}
.tcItem a {color: #707090}
.tcItem a:hover {background-color: rgb(251, 253, 194)}
.tcItem1{font-size:.6em}
.tcItem1{font-size:.7em}
.tcItem2{font-size:.8em}
.tcItem3{font-size:.9em}
.tcItem4{font-size:0.95em}
.tcItem5{font-size:1.0em}
.tcItem6{font-size:1.1em}
.tcItem7{font-size:1.3em}
.tcItem8{font-size:1.5em}
.tcItem9{font-size:1.8em}
.tcItem10{font-size:2.2em}

a.ext-link {
    background: url(../img/external-link.png) no-repeat left center;
    padding-left: 2em;
}

/* select 2 persian overrides */
/*.body-rtl li.select2-result { text-align: right }
.body-rtl .select2-results { direction: rtl }*/
/* select2 overrides */
.select2-offscreen { position: absolute; left: -10000px; }
.select2-results .select2-result-label { padding: 6px; }
.select2-result-unselectable .select2-match { text-decoration: none; }

.select2-search input { font-family: Tahoma }
.select2-container-multi .select2-choices .select2-search-field input { font-family: Tahoma }

.body-rtl .select2-container .select2-choice .select2-arrow {
    right: auto;
    left: 0;
    border-radius: 4px 0 0 4px;
    background-image: -webkit-gradient(linear, left bottom, right top, color-stop(0, #CCC), color-stop(0.6, #EEE));
    border-left: 0;
    border-right: 1px solid #AAA;
}
.body-rtl .select2-dropdown-open .select2-choice .select2-arrow { background: rgba(0, 0, 0, 0); border-right: none; }
.body-rtl .select2-container .select2-choice { padding: 0 8px 0 0 }
.body-rtl .select2-container .select2-choice > .select2-chosen { margin-left: 26px; margin-right: 0; }
.body-rtl .select2-dropdown-open .select2-choice .select2-arrow { border-right: none; }
.body-rtl .select2-offscreen { left: auto; right: -10000px; }
.body-rtl li.select2-result { text-align: right }
.body-rtl .select2-results { direction: rtl }
.body-rtl .select2-container .select2-choice abbr { right: auto; left: 24px }
.body-rtl .select2-container-multi .select2-choices .select2-search-choice { float: right }
.body-rtl .select2-search-choice-close { right: auto; left: 3px; }
.body-rtl .select2-container.select2-allowclear .select2-choice .select2-chosen { margin-right: 0; margin-left: 42px; }
.body-rtl .select2-container-multi .select2-choices .select2-search-field input.select2-active { background-position: 1% !important; }
.body-rtl .select2-container.select2-allowclear .select2-choice abbr { display: inline-block; }
.body-rtl .select2-container-multi .select2-choices li { float: right; }
.select2-results li { line-height: 2em; }
/* end of select2 overrides */

/* subject */
.subject h1.headline { font: bold 1.8em RTNassim; line-height: 1.6em; margin-bottom: 10px; }
.subject h3 { line-height: 1.2em; color: #431200 }
.subject .lead { font: normal 15px RTNassim; color: #431200 }
.subject-comment { padding-top: 10px; }
.jwplayer {direction: ltr !important;}
#divPlayer_logo {display: none !important;}

/* poll */
.poll-box {padding: 0 6px; }
.poll-box .btn-wrapper { text-align: center;margin-bottom: 10px }
.poll-box ul { margin: 10px 5px; list-style: none}

.box .poll-separator { border-bottom: 1px dotted #ccc; margin: 6px 20px; }
.poll-box .vote-option { display: inline-block; background-color: silver; border: 1px dotted gray; }

/*mosaic view for archive*/
ul li.mosaic { display: block; float: right; border: 0 }
ul li.mosaic h3 { margin-top: 4px; margin-bottom: 12px; font-size: 16px; padding: 0 0 0 16px }
li.mosaic .item-image { margin-bottom: 6px; }
li.mosaic .item-time { margin-left: 30px }
.mosaic-1 .item-image { width: 640px; min-height: 420px; height: auto; }
.mosaic-1 .item-image img { width: 640px; height: auto }
.mosaic-2 .item-image { width: 310px; min-height: 210px; height: auto; }
.mosaic-2 .item-image img { width: 310px; height: auto }
.mosaic-3 .item-image { width: 33.3% }
.mosaic-3 .item-image img { width: auto }
.mosaic-5 { width: 20%; }
.mosaic-4 { width: 25%; }
.mosaic-3 { width: 33.3%; }
.mosaic-2 { width: 50%; }

.archiveOptions select { width: 150px; }

#archiveTopNav { border: 1px solid silver; background-color: #f7f7f7; border-width: 1px 0 1px 0; text-align: center }
#archiveTopNav a { float: right; }

article .body h1,article .body h2,article .body h3,article .body h4,article .body h5,article .body h6 { font-size: inherit; }

/*Fancybox overloaded styles*/
.mainbody .box.story.photoGall { margin: 0 }
.story.photoGall { background: none repeat scroll 0 0 #555; border-radius: 0; box-shadow: none; margin: 15px; }
.story.photoGall .box-content { padding: 0 5px}
.story.photoGall { color: #f1f1f1 }
.fancybox-thumbs { display: block; height: 140px; text-align: center; width: 203px; background: #222; margin: 20px 20px 10px 0; float: right; }
.body-ltr .fancybox-thumbs { float: left }
.fancybox-thumbs img { height: 100%; }
.fancybox-skin { background: #111; color: #EFEFEF }
.fancybox-title { font:12px/20px Tahoma; direction: rtl; text-align: right; padding: 5px}
.fancybox-close, .fancybox-nav span { opacity: .5}
.fancybox-close:hover, .fancybox-nav span:hover { opacity: 1 }
#fancybox-thumbs ul { background: #000; height: 78px; padding: 5px }
#fancybox-thumbs ul li { padding-right: 4px }

.poweredby { text-align: center; font: bold 12px RTNassim }
.poweredby a { font-size: 13px }
