@charset "utf-8";
/* CSS Document */


body{
	direction:rtl
	}
    /* Marquee container */
    .marquee {
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    -webkit-animation: marquee 50s linear infinite;
    }
    .marquee:hover {
    -webkit-animation-play-state: paused
    }
    /* code that makes the move */
    @-webkit-keyframes marquee {
    0%   { text-indent: 27.5em }
    100% { text-indent: -105em }
    }
    body{
    direction:rtl;
    }
    #marquee{
    width: 730px;
    height:27px;
    padding-top:0px;
    padding-left:10px;
    padding-right:10px;
    padding-bottom:7px;
    background-color: #287600;
    -webkit-box-shadow: inset 1px 1px 20px #244b28;
    box-shadow: inset 1px 1px 20px #244b28;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
    }
    #marquee .marquee {
    color: #FFFFFF;
    float:left;
    width:650px;
    padding-left:15px;
    padding-right:15px;
    }
    #marquee a:link {
    color: #FFFF00;
    text-decoration: none;
    font-family: Droid Arabic Kufi;
    font-size: 15px;
    }
    #marquee a:hover{
    color: #FFFF00;
    text-decoration: none;
    font-family: Droid Arabic Kufi;
    font-size: 15px;
    }
    #marquee a:visited{
    color: #FFFF00;
    text-decoration: none;
    font-family: Droid Arabic Kufi;
    font-size: 15px;
    }
    #marquee .link{
    color: #FFF;
    float:left;
    line-height: 2;
    font-size: 15px;
    padding-left: 12px;
    }