﻿
.NewsTitle
{
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    text-align: right;
    color: #6199B7;
}
.NewsTitleDetails
{
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    text-align: right;
    color: #4982A0;
}
.NewsBody
{
    font-family: Tahoma;
    font-size: 12px;
    font-weight: normal;
    color: Gray;
    direction:rtl;
    text-align:justify;
}   
.NewsDate
{
    font-family: Tahoma;
    font-size: x-small;
    font-weight: bold;
    text-align: right;
    color: #663300;
    direction:rtl;
}
.TabsBody
{
    font-family: Tahoma;
    font-size: 12px;
    font-weight: normal;
    color: Black;
    /*direction: rtl;
    text-align: justify;*/
    line-height: 20px;
}   
.FooterLinks
{
    background-image: url('images/0_43.jpg');
    background-repeat: repeat-x;
     font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    color: #484c50;
   
}
.WaterMark
{
    font-family: Tahoma;
    font-size: small;
    color: #B4B4B4;
    text-align: left;
    direction: rtl;
}
.Err
{
    font-family: Tahoma;
    font-size: x-small;
    color: #FF3300;
    direction: rtl;
}
body
{
    background: #9cb7d2 url('images/Home_arab_01.jpg') repeat-x;
    margin: 0;
    text-align: center;
    }

body a:link, .tcat_alink
{
     color: #6199B7;
     text-decoration: none;
}
body a:hover, .tcat a:active, .tcat_ahover
{
    color: #6199B7;
   /*text-decoration: underline;*/
}
body a:visited, .tcat_avisited
{
    color: #6199B7;
    text-decoration: none;
}

/*--------Tab Styles--------------------------------------------
http://digdotnet.blogspot.com/2008/03/aspnet-ajax-tab-control-colorful-themes.html
*/

/* ajax__tab_blueGrad-theme theme (images/blueGrad.jpg) */
.ajax__tab_blueGrad-theme .ajax__tab_header
{
    font-family: arial,helvetica,clean,sans-serif;
    font-size: small;
    color: #ffffff;
    border-bottom: solid 5px #84aeef;
    border-bottom-color: #539BC6;
}
.ajax__tab_blueGrad-theme .ajax__tab_header .ajax__tab_outer
{
    border-style: solid;
    border-width: 1px 1px 0px 1px;
    border-color: #89B0D8;
    background: url('images/blueGrad.jpg') repeat-x;
    margin: 0px 0.16em 0px 0px;
    padding: 1px 0px 1px 0px;
    vertical-align: middle;
}
.ajax__tab_blueGrad-theme .ajax__tab_header .ajax__tab_tab
{
    color: #525252;
    padding: 0.35em 0.75em;
    margin-right: 0.01em;
    font-size: 12px;
    font-weight: bold;
}
.ajax__tab_blueGrad-theme .ajax__tab_hover .ajax__tab_outer
{
    background: #89B0D8 url('images/blueGrad.jpg') repeat-x  -1300px;
}
.ajax__tab_blueGrad-theme .ajax__tab_active .ajax__tab_tab
{
    color: #fff;
    font-weight: bolder;
    font-size: 12px;
    height:18px;
}
.ajax__tab_blueGrad-theme .ajax__tab_active .ajax__tab_outer
{
    background: #89B0D8 url('images/blueGrad.jpg') repeat-x  -1400px;
}
.ajax__tab_blueGrad-theme .ajax__tab_body
{
    border-style: solid;
    border-width: 0px 1px 1px 1px;
    border-color: #89B0D8;
    font-family: verdana,tahoma,helvetica;
    font-size: 10pt;
    padding: 0.25em 0.5em;
    background-color: #F9FCFF;
}
