﻿body
{
    font-size: 11px;
    font-family: Tahoma, Arial;
    background-color: #056caa;
    color: Black;
    line-height: 14pt;
}


p.matn
{
    font-family: Tahoma;
    font-size: 11px;
    color: Black;
    direction: rtl;
    text-align: right;
}
.titr
{
    font-family: Mitra;
    font-size: 12pt;
    font-weight: bold;
    color: Blue;
    direction: rtl;
    text-align: right;
    height: 25px;
    padding: 5px;
}
.titr2
{
    font-family: Mitra;
    color: Maroon;
    font-size: 12pt;
    font-weight: bold;
    background-color: white;
    height: 25px;
    padding: 5px;
    border-radius: 10px;
    box-shadow: 6px 6px 6px 4px Gray;
}
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;
}
pop
{
    -ms-transform: scale ( 2,2 ); /* ie 9 */
    -webkit-transform: scale ( 2,2 ); /* chrome */
    -o-transform: scale ( 2,2 ); /* opera */
    -moz-transform: scale ( 2,2 ); /* firefox */
}
pop:hover
{
    -ms-transform: scale ( 2,2 ); /* ie 9 */
    -webkit-transform: scale ( 2,2 ); /* chrome */
    -o-transform: scale ( 2,2 ); /* opera */
    -moz-transform: scale ( 2,2 ); /* firefox */
}

#logo
{
    text-align: center;
    width: 98%;
}

#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: White;
    text-decoration: none;
    font-weight: bold;
}
#menu a:hover
{
    color: #68d3ed;
}

#content
{
    clear: both;
    width: 100%;
}
#content_top
{
    height: 20px;
}

#sidebar
{
    float: right;
    width: 200px;
    background-color: White;
    border-radius: 15px;
    margin-bottom: 20px;
}

div.sidebar
{
    float: right;
    width: 200px;
    background-color: White;
    border-radius: 15px;
    margin-bottom: 20px;
}


div.text
{
    background-color: White;
    width: auto;
    vertical-align: top;
    color: #fff;
    padding: 10px 10px 10px 10px;
    margin-bottom: 30px;
    border-radius: 15px;
}
#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;
}
