.Footer-Text{
   
    font: normal 8.5pt Tahoma, sans-serif , 'b Yekan' ;
    direction: rtl;
    margin-right: 5px;
    color: white;
    float:rigth;
}
.Fotter-Link { 
     
    font: normal 8.5pt Tahoma, sans-serif , 'b Yekan' ;
    color: Yellow;
    text-decoration: none
}

.Gradient-Black-To-Red {

    background: -webkit-linear-gradient(top, black , darkred); /* For Safari */
    background: -o-linear-gradient(top, black, darkred); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(top, black, darkred); /* For Firefox 3.6 to 15 */
    background: linear-gradient(top , black, darkred); /* Standard syntax */
}

.Gradient-black-To-orange {

    background: -webkit-linear-gradient(top, black , orange); /* For Safari */
    background: -o-linear-gradient(top, black , orange); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(top, black , orange); /* For Firefox 3.6 to 15 */
    background: linear-gradient(top , black , orange); /* Standard syntax */
}

.Footer{

direction: rtl;
width: 1002px;
height: 155px;
/*background-image: url(../Images/Footer-me.jpg);*/
border-left:1px solid red;
border-right:1px solid red;
border-top:1px solid red;
border-bottom:1px solid red;
margin-top:6px;
}

.line1{

    font: normal 8.5pt tahoma, sans-serif , 'b Yekan' ;
    margin-right: 5px;
    heigth: 20px;
    direction: rtl;
    text-align: right;
    color: white;
}

.cell-10{

padding-left: 6px;
float: left;
width: 10%;

}

.cell-5{

padding-left: 6px;
width: 5%;
float: left;

}

.light{
    color:#69F;
    text-decoration:blink;
}




.table {
	border-width: 1px 1px 0px 0px;
}
.intable {
	border-width: 0px 1px 0px 0px;
}
.table, .intable {
    display:table;
    width:100%;
    height:100%;
}
.cell {
    display:table-cell;
}
.row {
    display:table-row;
}
.cell {
    border-width: 0px 0px 1px 1px;
    width:25%
}
.merged{
  width:50%;
  height:50%;
  background: green;
}
.table, .intable, .cell {
    border-style: solid;
    border-color: purple;
}