<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
font-family: "AlJ-Arabic-Regular";
src: url('fonts/AlJ-Arabic-Regular.eot');
src: url('fonts/AlJ-Arabic-Regular.eot?#iefix') format('embedded-opentype'),
url('fonts/AlJ-Arabic-Regular.woff') format('woff'),
url('fonts/AlJ-Arabic-Regular.ttf') format('truetype'),
url('fonts/AlJ-Arabic-Regular.svg#AlJ-Arabic-Regular') format('svg');
}
@font-face {
font-family: "AlJ-Arabic-Bold";
src: url('fonts/AlJ-Arabic-Bold.eot');
src: url('fonts/AlJ-Arabic-Bold.eot?#iefix') format('embedded-opentype'),
url('fonts/AlJ-Arabic-Bold.woff') format('woff'),
url('fonts/AlJ-Arabic-Bold.ttf') format('truetype'),
url('fonts/AlJ-Arabic-Bold.svg#AlJ-Arabic-Bold') format('svg');
}

@font-face {
font-family:'MyriadArabicRegular';
src:url(fonts/MyriadArabicRegular.eot);
src:url(fonts/MyriadArabicRegular.eot) format("embedded-opentype"),url(fonts/MyriadArabicRegular.woff2) format("woff2"),url(fonts/MyriadArabicRegular.woff) format("woff"),url(fonts/MyriadArabicRegular.ttf) format("truetype"),url(fonts/MyriadArabicRegular.svg#MyriadArabicRegular) format("svg")
}
* {
margin:0;
padding:0
}

*,:before,:after {
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box
}

body 
{
    background-color: #fff;
    color:#000;
    direction: rtl;
    font-family:'MyriadArabicRegular';
    margin: 0;
    padding: 0;
}
* ,*:focus  
{
    outline: 0 none;
}
a, a:link, a:active, a:visited, a:hover 
{
    text-decoration: none;
    color:#000;
}
a:hover 
{
    text-decoration: none;
    color:#0008d2;
}
p{
	margin:0 0 15px 0;
}
img 
{
    border: medium none;
    max-width:100%;
}
.header {
    height: 105px;
    overflow:hidden;
}
.header .logo {
   background: #0e76bc url("images/logo.png") no-repeat scroll center center;
    height: 55px;
}
.header .logo a {
    display: block;
    height: 55px;
    margin: auto;
    width: 102px;
}
::-webkit-input-placeholder
{
font-size:14px;
text-align:left;
font-family:"AlJ-Arabic-Regular";
}

::-moz-placeholder 
{
font-size:14px;
text-align:left;
font-family:"AlJ-Arabic-Regular";
}
 /* firefox 19+ */
:-ms-input-placeholder 
{
font-size:14px;
text-align:left;
font-family:"AlJ-Arabic-Regular";
}
 /* ie */
input:-moz-placeholder{
font-size:14px;
text-align:left;
font-family:"AlJ-Arabic-Regular";
}


/********************/
.menubar {
  	border: 1px solid #e5e5e5;
    height: 28px;
    line-height: 26px;
    margin: 9px 2px;
    overflow: hidden;
    text-align: center;
}
.menu {
    display: inline-block;
    list-style: outside none none;
    margin-right: 10px;
}
.menu li {
        display: block;
    float: right;
    padding: 0 7px;
}
.menu li a, .menu li a:link, .menu li a:active, .menu li a:visited {
    color: #58585a;
    display: block;
    font-family: "AlJ-Arabic-REGULAR";
    font-size: 8.5pt;
    height: 43px;
    position: relative;
    white-space: nowrap;
}
.menu li:hover {
    background: #ededed;
}
/****************/
.news {
    background-color: #fff;
    margin: 10px auto;
    padding: 0;
    width: 100%;
}
.main_news {
    display: inline-block;
    font-size: 20px;
    height: 300px;
    line-height: 0;
    margin-bottom: 30px;
    overflow: hidden;
    padding-bottom: 10px;
    position: relative;
    width: 100%;
}
.main_news .main_story img {
    height: 225px;
    width: 100%;
}
.main_story {
    display: none;
}
.selected_main_story img {
    height: 225px;
    width: 100%;
}
.main_title {
    background: #f01c1c none repeat scroll 0 0;
    padding: 5px 10px;
}
.main_title a {
    color: #fff;
    display: block;
    font-family: ALJ-ARABIC-REGULAR;
    font-size: 11.5pt;
    line-height: 120%;
    padding: 0 0 10px;
}
.main_title a:hover {
}
.story_bullets {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    height: 50px;
    left: 5px;
    position: absolute;
    text-align: center;
    top: 5px;
    width: 57px;
}
.story_bullets:nth-child(n) {
    filter: none;
}
.normal_bullet {
    color: #fff;
    cursor: pointer;
    display: none;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    width: 20px;

}
.selected_bullet {
    color: #fff;
    cursor: pointer;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    margin: auto;
    width: 20px;
    display:inline-block;
}

.prev {
     background-image: url("images/story_arrow.png");
    background-position: right center;
    background-repeat: no-repeat;
    cursor: pointer;
    float: right;
    height: 50px;
    margin: 0 4px;
    width: 8px;
}
.next {
    background-image: url("images/story_arrow.png");
 	background-position: left center;
    background-repeat: no-repeat;
    float: left;
    cursor: pointer;
    height: 50px;
    margin: 0 4px;
    width: 8px;
}

/********************************/
.bordered{
	border:1px solid #e3e3e3;
}
.home_cat {
    background-color: #fff;
    margin: 10px auto 30px;
    width: 100%;
    position:relative;
}
.home_cat_header {
    border-bottom: 1px solid #e5e5e5;
    border-top: 3px solid #2885c3;
    font-family: ALJ-ARABIC-REGULAR;
    font-size: 11.5pt;
    height: 40px;
    line-height: 35px;
    margin-left: -1px;
    margin-right: -1px;
    margin-top: -3px;
    padding-right: 10px;
}
.home_cat_header a, .home_cat_header span {
    color: #58585a;
}
.home_cat_header a:hover {
    color: #0e76bc;
}
.cat_body {
	
}
.cat_first {
    line-height: 0;
    position:relative;
}
.cat_first a{
	line-height: 0;
}
.cat_first img {
    width: 100%;
}
.cat_first p {
   background:rgb(0,0,0);
    background: transparent\9;
    background:rgba(0,0,0,0.7);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2000000,endColorstr=#b2000000);
    zoom: 1;
    
    bottom: 0;
    left: 0;
    margin: 0 auto;
    max-height: 160px;
    overflow: hidden;
    padding: 10px 15px;
    position: absolute;
    right: 0;
}
.cat_first p:nth-child(n){
	filter: none;
}
.cat_first p a, .cat_first p a:link, .cat_first p a:visited, .cat_first p a:hover {
    color: #fff;
    font-family: MyriadArabicRegular;
    font-size: 16pt;
    line-height: 110%;
}
.cat_list {
    padding: 10px 25px 0 10px;
}
.cat_item {
    color:#378DC6;
    font-size: 15pt;
    margin: 8px 0 10px;
}
.cat_item a, .cat_item a:link, .cat_item a:visited, .cat_item a:hover {
    color: #58585a;
}
.cat_item a:hover {
	color:#378dc6;
}

.more {
    margin: 10px;
    text-align: left;
}
.more a, .more a:link, .more a:visited  {
    color: #0e76bc;
    font-family: AlJ-Arabic-Regular;
    font-size: 14px;
}
.more a:hover{
	color:#000;
}
/*******************************/
.art_block, .news_block{
    margin: 0 auto;
}
.news_list, .arts_list {
    color: #ff0000;
    list-style: outside none none;
    margin: 0 auto 16px;
    padding: 0;
    
}
.news_list li, .arts_list li {
      border-top: 1px solid #878787;
    display: inline-block;
    line-height: 140%;
    margin: 0;
    padding: 10px 0;
    width: 100%;
}
.news_list li img {
    display: block;
    float: right;
    height: 75px;
    margin-left: 10px;
    width: 100px;
}
.arts_list li img {
    display: block;
    float: right;
    height: 75px;
    margin-left: 10px;
    width: 75px;
}
.news_list li a, .arts_list li a {
    color: #414042;
    font-size: 15pt;
    line-height: 100%;
}
.news_list li a:hover, .arts_list li a:hover {
	color:#0e76bc;
}
.cat_name {
	font-family: ALJ-ARABIC-REGULAR;
    font-size: 12pt;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    text-align: center;
    color: #58585a; 
 
}
.cat_name2 {
    color: #0e76bc;
    font-family: ALJ-ARABIC-REGULAR;
    font-size: 14pt;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    text-align: center;
    margin-top:20px;
}
.arts_list li  span {
     color: #0e76bc;
    display: block;
    font-size: 16pt;
    font-weight: bold;
    margin-bottom: 5px;
}
/****************/
.pages {
    border-top: 1px solid #0e76bc;
    height: 45px;
    line-height: 45px;
    margin: 25px 0 0;
    text-align: center;
}
.page_number_body {
    color: #0e76bc;
    display: inline-block;
    font-family: arial;
    font-size: 22px;
    font-weight: bold;
    line-height: 35px;
    margin: 0 10px;
    text-align: center;
    width: 40px;
}
.selected_page_number_body {
    background: #0e76bc none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-family: arial;
    font-size: 22px;
    font-weight: bold;
    line-height: 35px;
    margin: 0 10px;
    text-align: center;
    width: 40px;
}
.footer
{
	background: #2885c3 url("images/footer_bg.jpg") repeat-x scroll center bottom;
    color: #ffffff;
    font-size: 13px;
    height: 92px;
    margin:0;
    padding: 0 20px;
    text-align:center;
}
.footer_logo
{
	float: left;
	margin:0;
}
.copy_right
{
	color: #fff;
    font-size: 12px;
    text-align: right;
    float: right;
}
/**************/
.news_body
{
    margin: 30px auto 10px;
    min-height: 400px;
}
.news_body_img
{
	width:100%;
	margin:0 auto 15px auto;
}
.news_body .title
{
	color: #0e76bc;
    font-size: 19pt;
    margin: 0 0 15px;
}

.news_body .title2
{
	color: #414042;
    font-size: 18pt;
    margin-bottom: 10px;
}
.stroy_date, .stroy_source
{
	color: #525252;
    font-family: ALJ-ARABIC-REGULAR;
    font-size: 10pt;
}
.related_list
{
	padding:0;
}
.stroy_text
{
	color: #414042;
    font-family: MyriadArabicRegular;
    font-size: 16pt;
    line-height: 140%;
    margin:10px 0;
}
.stroy_text img
{
	margin: 15px auto 15px;
    width: 100%;
}

.writer_image
{
	float: right;
    margin: 10px 0 20px;
    width: 100px;
}
.writer_name
{
	color: #414042;
    font-family:ALJ-ARABIC-REGULAR;
    margin-bottom: 5px;
}
/*********************/
.contact_form {
    margin: 50px auto;
     max-width: 300px;
}
.contact_form p.send_welcome {
    background-color: #0e76bc;
    color: #00192f;
    font-family: tahoma;
    font-size: 12px;
    height: 78px;
    line-height: 78px;
    margin: 0 auto 20px;
    text-align: center;
}
.contact_form .field_name {
    font-family: tahoma;
    font-size: 12px;
    line-height: 32px;
    margin-right: 3px;
}
.contact_form input[type="text"] {
    border: 1px solid #e5e5e5;
    float: left;
    font-family: "HelveticaNeueRegular";
    font-size: 14px;
    height: 32px;
    margin-bottom: 25px;
    padding: 0 10px;
    width: 100%;
}
.contact_form textarea {
    border: 1px solid #e5e5e5;
    float: left;
    font-family: "HelveticaNeueRegular";
    font-size: 14px;
    height: 190px;
    margin-bottom: 10px;
    padding: 10px;
    resize: none;
    width: 100%;
}
.contact_form .contact_submit {
    background-color: #7d7d7d;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    float: left;
    font-family: ALJ-ARABIC-REGULAR;
    font-size: 12pt;
    height: 32px;
    line-height: 100%;
    text-align: center;
    width: 90px;
}
.contact_form .contact_submit:hover {
    background-color: #58585a;
}
/*********************/
.latest_news, .internal_title2 {
   color: #0e76bc;
    float: none;
    font-family: ALJ-ARABIC-BOLD;
    font-size: 18px;
    height: 40px;
    line-height: 45px;
    margin: 10px;
    padding: 0;
}
.news_list2 {
    line-height: 0;
    margin: 0 auto 33px;
}
.news_list2 div {
    background-color: #fff;
    clear: both;
    display: table;
    line-height: 0;
    margin-bottom: 1px;
    padding: 10px 0;
    width: 100%;
}
.news_list2 div img {
    display: block;
    float: right;
    margin: 0 10px 0 0;
    width: 30%;
}
.news_list2 div a.link {
   color: #414042;
    display: block;
    float: right;
    font-size: 16pt;
    line-height: 120%;
    margin: 0 10px 0 0;
    width: 60%;
}
.news_list2 div a.link:hover{
	color:#0e76bc;
}
.story_date {
    color: #727272;
    float: right;
    font-family: tahoma;
    font-size: 10px;
    margin: 0 0 5px;
    width: 100%;
}
/*********************/
.search {
     background: #fff none repeat scroll 0 0;
    display: inline-block;
    float: right;
    height: 30px;
    line-height: 30px;
    margin: 10px auto;
    padding: 2px 3px;
    width: 280px;
}
.search input[type="text"] {
   background: transparent none repeat scroll 0 0;
    border: 0 none;
    color: #000;
    float: right;
    font-family: "AlJ-Arabic-Regular";
    height: 26px;
    width: 230px;
}
.search input[type="image"] {
    background-color: #fff;
    border: 1px solid #e4e4e4;
    float: left;
    padding: 4px 8px;
}</pre></body></html>