@charset "utf-8";
/* CSS Document */

table1.table{cellspacing:4px ; cellpadding:10px;border:1px; 
       bordercolorlight:#fff;
       bordercolordark:#0ab8b6; width:100%;
       /* ظل للجدول*/
      
      
        }
tr.heading
{
  text-shadow: none;
  text-decoration:none; font-size:17px; font-weight:500;
  color:#FFF;
  background:#175d76;
  font-weight: bold;
  font-weight: normal;
  -webkit-filter: brightness(1.23) opacity(1);
  text-align:center;
  text-shadow: 0.5px 1px 1px #000;
  
 
}
tr.row-Dark{ background:#82daeb; color:#175d76; text-align:center;
             text-shadow: 0.5px 1px 1px #fff; font-size:15px; font-weight:bold;}
tr.row-Light{ background:#daf4f9; color:#175d76; text-align:center;
              text-shadow: 0.5px 1px 1px #fff; font-size:15px; font-weight:bold;}
              
 tr.row-Light-More{ background:#f0f0f0; color:#175d76; text-align:center;
              text-shadow: 0.5px 1px 1px #fff; font-size:15px; font-weight:bold;}
               
td > img{ float:left;left:0; top:-30px; width:200px; height:220px; position:relative;
             /*   border:3px solid #f2f2f2;*/
             border:1px solid #c8c8c8; padding:3px;
                border-radius: 6px 6px 6px 6px;
                -moz-border-radius: 6px 6px 6px 6px;
                -webkit-border-radius: 6px 6px 6px 6px;
                -webkit-box-shadow: 0px 7px 6px -3px rgba(20,20,20,0.30);
                        -moz-box-shadow:0px 7px 6px -3px rgba(20,20,20,0.30);
                        box-shadow:0px 7px 6px -3px rgba(20,20,20,0.30);
                                }
                                
table.table-news{cellspacing:10px ; cellpadding:5px;border:0px; width:80%; border:0; margin:0 auto;
       /*bordercolorlight:#e3e3e3; margin:0 auto;
       bordercolordark:#d3d3d3; 
	   */ 
       background-color: #fff; 
       direction:rtl;
       /*border:1px solid #e3e3e3;*
       /* ظل للجدول*/
      }
.container-table div{ background:#f4f4f4;  margin:0 auto; height:auto; padding-right:25px; padding-left:25px; font-size:16px;
 color:#000; font-weight:500; text-align:right; padding-bottom:25px;}        
.container-table-UL{height:auto;width:100%;position:relative;overflow:hidden; float:left; text-align:center;  background:#F5F5F5; border:1px solid #D7D7D7;  font-family:Verdana, Geneva, sans-serif; font-size:16px;}

.container-table{
	background:#fff; height:auto;
	direction:rtl; height:auto; float:right; width:100%;position:relative;overflow:hidden; padding-top:5PX;  color:#666; font-family:Verdana, Geneva, sans-serif; font-size:14px; padding-right:0px; line-height:40px; font-weight:bold;
-webkit-box-shadow: 4px 0px 6px -6px rgba(0,0,0,0.75), -4px 0px 6px -6px rgba(0,0,0,0.3);
-moz-box-shadow: 4px 0px 6px -6px rgba(0,0,0,0.75), -4px 0px 6px -6px rgba(0,0,0,0.3);
box-shadow: 4px 0px 6px -6px rgba(0,0,0,0.75), -4px 0px 6px -6px rgba(0,0,0,0.3);
border:1px solid #ccc;
}

#container-table-UL Li{ 
float:left;background:#F5F5F5; 
text-align:right;height:auto; direction:rtl; color:#8c188c; font-weight:bold; font-size:16px;
min-height:30px;width:100%;position:relative;overflow:hidden;}


.container-table .table-news td > tdTxt{font-size:14px; font-weight:bold; height:auto; padding:10px; 
                        
                         border-radius: 6px 6px 6px 6px;
                        -moz-border-radius: 6px 6px 6px 6px;
                        -webkit-border-radius: 6px 6px 6px 6px;
                        background:#f8f8f8;
						min-width:60%;
                        font-family:"Simplified Arabic";
                        /*
                        -webkit-box-shadow: -5px 0px 5px -5px rgba(15,15,15,0.28), 0px 5px 5px -5px rgba(15,15,15,0.28);
                        -moz-box-shadow:-5px 0px 5px -5px rgba(15,15,15,0.28), 0px 5px 5px -5px rgba(15,15,15,0.28);
                        box-shadow: -5px 0px 5px -5px rgba(15,15,15,0.28), 0px 5px 5px -5px rgba(15,15,15,0.28);
                        */
                      text-wrap:normal;

                       }
.container-table .table-news  td > img{   width:220px; height:200px; position:relative; margin-top:30px;
                 
                border-radius: 6px 6px 6px 6px;
                -moz-border-radius: 6px 6px 6px 6px;
                -webkit-border-radius: 6px 6px 6px 6px;
                -webkit-box-shadow: 0px 11px 12px -4px rgba(30,30,30,0.20);
                        -moz-box-shadow:0px 12px 10px -4px rgba(30,30,30,0.20);
                        box-shadow:0px 11px  12px -4px rgba(30,30,30,0.20);
                                }
.container-table td>img:hover
{
  
  
     -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
     -webkit-transform:scale(1.1); /* Safari and Chrome */
    -moz-transform:scale(1.1); /* Firefox */
    -ms-transform:scale(1.1); /* IE 9 */
    -o-transform:scale(1.1); /* Opera */
     transform:scale(1.1);
 
     -webkit-filter: brightness(1.2) opacity(1);
   
    }

                        

