﻿.tblContent td
{
    font-family:Tahoma;
    font-size:11px;
}
.TitleNews
{
    font-family:Tahoma;
    font-size:12px;
    color:#ef7b2e;  
    font-weight:bold;
}
.DateNews
{
    font-family:Tahoma;
    font-size:11px;
    color:gray;  
}
.ArchivesTitleNews, .ArchivesTitleNews p, .ArchivesTitleNews div
{
    font-family:Tahoma;
    font-size:12px;
    color:#fc5d02;
    cursor:pointer;
    font-weight:bold;
}
.ArchivesTextNews, .ArchivesTextNews p, .ArchivesTextNews div
{
    font-family:Tahoma;
    font-size:12px;
    color:#5d5d5d;
}

.EmptyDataMessage
{
    font-family:Tahoma;
    font-size:11px;
    color:Green;
}
.RightAlign
{
    text-align:right !important;
}
.LeftAlign
{
    text-align:left !important;
    width:100%;
}
 #LastNewsContent {
   position: relative;
   overflow: hidden;
   height: 120px;
   width: 100%;
 }
 .LastNewsRow {
   position: absolute;
   top: 210px;
   left: 5px;
   height: 106px;
   width:100%;
 }
 .tblNewsContent-fa, .tblNewsContent-fa td
 {
     direction:rtl;
 }
  .tblNewsContent-en, .tblNewsContent-en td
 {
     direction:ltr;
 }
