﻿body
{
    font-size: 11px;
    font-family: Tahoma, Arial;
    background: url(../../Pic/body_bckg.jpg) repeat-x #056caa;
    color: Black;
    line-height: 14pt;
}


p.matn
{
    font-family: Tahoma;
    font-size: 11px;
    color: Black;
    direction: rtl;
    text-align: right;
}
p.titr
{
    padding: 0px;
    font-size: 12px;
    color: blue;
    font-weight: normal;
    margin: 10px 0;
}
p.menu
{
    color: Blue;
    font-family: Mitra , Arial;
    font-size: 15px;
    font-weight: bold;
}

li.p
{
    color: Maroon;
    list-style-image: url(Pic/2.png);
    list-style-position: outside;
}
a.item
{
    text-decoration: none;
    color: Maroon;
}
a.item:hover
{
    color: Blue;
}
#header
{
    clear: both;
    width: 100%;
    height: 161px;
}
#left_header
{
    float: left;
    width: 380px;
    height: 161px;
}
#right_header
{
    float: right;
    width: 380px;
    height: 161px;
}

#logo
{
    position: absolute;
    text-align: center;
    width: 98%;
}
#logo a
{
    text-decoration: none;
    color: #FFFFFF;
    font-size: 23px;
    vertical-align: top;
}
#menu
{
    height: 30px;
    clear: both;
    padding-top: 5px;
}
#menu ul
{
    margin: 0;
    padding: 0;
}
#menu ul li
{
    display: inline-block;
    float: right;
    width: 104px;
    list-style: none;
    text-align: center;
}
#menu a
{
    display: block;
    float: left;
    width: 104px;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
}
#menu a:hover
{
    color: #68d3ed;
}

#content
{
    clear: both;
    width: 100%;
}
#content_top
{
    height: 20px;
}
#content_top_left
{
    float: left;
    width: 20px;
    height: 20px;
}
#content_top_right
{
    float: right;
    width: 20px;
    height: 20px;
}
#content_bottom
{
    clear: both;
    height: 16px;
}
#content_bottom_left
{
    float: left;
    width: 20px;
    height: 16px;
}
#content_bottom_right
{
    float: right;
    width: 20px;
    height: 16px;
}

#sidebar
{
    float: right;
    width: 200px;
}
#sidebar p
{
    background-color: #fff;
    padding: 0 10px;
}
#sidebar_top
{
    height: 10px;
    background: url(Pic/top_sidebar.gif) no-repeat;
    background-color: white;
}
#sidebar_body
{
    background-color: #fff;
}
#sidebar_bottom
{
    height: 23px;
    background: url(Pic/bottom_sidebar.gif) no-repeat;
}

div.sidebar
{
    float: right;
    width: 200px;
}
td.sidebar_top
{
    height: 10px;
    background: url(Pic/top_sidebar.gif) no-repeat;
    background-color: white;
}
td.sidebar_body
{
    background-color: #fff;
}
td.sidebar_bottom
{
    height: 23px;
    background: url(Pic/bottom_sidebar.gif) no-repeat;
}


div.text
{
    background-color: #F5F5DC;
    width: auto;
    vertical-align: top;
    color: #fff;
}
div.text_top
{
}
div.text_top_left
{
    float: left;
    width: 13px;
    height: 10px;
    background: url(Pic/left_top_content.gif) no-repeat;
}
div.text_top_right
{
    float: right;
    width: 11px;
    height: 10px;
    background: url(Pic/rigth_top_content.gif) no-repeat;
}
div.text_bottom
{
    float: left;
    height: 16px;
    background: url(Pic/middle_bottom_content.gif) repeat-x;
    width: 100%;
}
div.text_bottom_left
{
    float: left;
    width: 11px;
    height: 16px;
    background: url(Pic/left_bottom_content.gif) no-repeat;
}
div.text_bottom_right
{
    float: right;
    width: 11px;
    height: 16px;
    background: url(Pic/right_bottom_content.gif) no-repeat;
}
div.text_body
{
    padding: 10px 10px 10px 10px;
    margin-bottom: 30px;
}
#foot_text
{
    padding-left: 50px;
    background: url(Pic/foot_text.gif) no-repeat;
    color: #a8a8a8;
    font-size: 10px;
    line-height: 13px;
    margin: 20px 0 0 0;
}

#footer
{
    background: url(Pic/footer_bckg.jpg) #424e4f;
    height: 74px;
    clear: both;
    width: 100%;
    text-align: center;
    color: #fff;
}

ul.Out
{
    list-style-image: url(Pic/W.png);
    text-align: right;
    direction: rtl;
    color: Blue;
    font: 15px/32px Arial;
}
ul.In
{
    list-style-image: url(Pic/2.png);
    list-style-position: inside;
    color: Maroon;
    font: normal 11px/15px tahoma;
    text-indent: -40pt;
    line-height: 22px;
}

