﻿body
{
    background-color: #579fca;
    font-family: Tahoma;
    font-size: 11pt;
}
html
{
    direction: rtl;
}
input[type=text]
{
    border: 1px solid gray;
    width: 190px;
}
a
{
    text-decoration: none;
    color: #03285d;
}
.Header-Links
{
    color: White;
    text-align: center;
}
#content
{
    margin-top: 15px;
}
#Div-MainContent
{
    background-color: White;
    color: #1D1D1D;
    padding-right: 8px;
}
.art-topImg
{
    height: 286px;
    width: 262px;
    margin-left: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
    border: 2px solid #6096b6;
}
.art-entryDate
{
    color: Gray;
    font-size: small;
}
.art-summary
{
    text-align: justify;
    margin: 6px;
    margin-left: 10px;
}
.breadcrum
{
    color: black;
    text-decoration: none;
    font-size: large;
    margin-bottom: 3px;
    margin-top: 3px;
}
.art-readmore
{
    text-decoration: none;
    font-size: small;
    text-align: left;
    margin-left: 10px;
    color: #6096b6;
}
.tableStyle
{
    background-color: #EEEEEE;
    border: 1px solid #C0C0C0;
    margin: 2px;
    text-align: center;
}
.tableStyle td
{
    border: 1px solid #C0C0C0;
    margin: 2px;
    padding: 4px;
    vertical-align: top;
}
.tableStyle th
{
    border: 1px solid #C0C0C0; 
    margin: 2px;
    padding: 4px;
}