﻿.journal_table
{
    direction: rtl;
    text-align: right;
    
    border-right: tan 1px solid;
    border-top: tan 1px solid;
    border-left: tan 1px solid;
    border-bottom: tan 1px solid;
    margin: 5px;
    color: dimgray;
     width:620px;
    background-color: #FCFCFC;
   
}
.journal_table:hover
{
    background-color: #FCFCFC;
}
.journal_title
{
    padding: 3px;
   
    overflow: auto;
    text-align: right;
    font-family: 'Times New Roman';
    font-size: large;
    font-weight: normal;
    color: #333333;
    border-bottom: #333333 1px solid;
    direction: rtl;
    background-image: url(../../images/File Documents.jpg);
    padding-right: 40px;
    background-repeat: no-repeat;
    background-position: right 50%;
    
    
}
.journal_tag_c
{
        color: dimgray;
   font-weight: bold;
    text-align:right;
     direction:rtl;
    font-size: small;
    
    font-family: 'Times New Roman';
}
.journal_tag
{
            font-weight: bold;
    font-size: small;
    color: dimgray;
    font-style: italic;
    font-family: 'Times New Roman';
     direction:rtl;
         text-align:right;
         padding-right:5px;

}

.journal_text
{
    color: #333333;
    font-family: 'Times New Roman';
    font-size: small;
    direction:rtl;
    text-align:justify;
    padding:3px;
}
