/* CSS Document */
/*
body
{
    margin: 0;
    font-family: Tahoma, Arial, sans-serif;
    background: #f4f4f4 url(../images/bg3.jpg) repeat;
    font-size: 11px;
    text-align: right;
    }
*/
body
{
    margin: 0;
    font-family: Tahoma, Arial, sans-serif; /*background: url(../images/bg3.jpg) repeat;*/
    font-size: 11px;
    text-align: right;
}


/*------------------------------------------------*/
/*-------------------form style-------------------*/
/*------------------------------------------------*/

input
{
    font-family: Tahoma, Arial, sans-serif;
    font-size: 11px;
}

select
{
    font-family: Tahoma, Arial, sans-serif;
    font-size: 11px;
}

textarea
{
    font-family: Tahoma, Arial, sans-serif;
    font-size: 11px;
}


/*------------------------------------------------*/
/*---------------align text classes---------------*/
/*------------------------------------------------*/

.top
{
    vertical-align: top;
}

.right
{
    text-align: right;
}

.left
{
    text-align: left;
}

/*------------------------------------------------*/
/*----------------------links---------------------*/
/*------------------------------------------------*/

a
{
    text-decoration: none;
    color: #990033;
}

a:hover
{
    color: #999900;
}

a:active
{
    color: #990099;
}


/*------------------------------------------------*/
/*----------------------images--------------------*/
/*------------------------------------------------*/

img
{
    border-style: none;
    border-color: inherit;
    border-width: 0;
}

/*------------------------------------------------*/
/*------------------other classes-----------------*/
/*------------------------------------------------*/

.clear
{
    font-size: 1px;
    line-height: 1px;
    clear: both;
}

.red-star
{
    color: #FF0000;
}

/*------------------------------------------------*/
/*----------------------div id--------------------*/
/*------------------------------------------------*/

#wrapper
{
    width: 922px;
    margin: 0 auto;
    clear: both; /*background-image: url('../../images/bg3.jpg'); */
}

/*------------------------------------------------*/
/*---------------------div class------------------*/
/*------------------------------------------------*/

.box
{
    margin-bottom: 5px;
    border-top: 2px solid #999999;
    clear: both;
}

.box-title
{
    background: url(../images/bullet.jpg) right no-repeat;
    padding: 5px 15px 5px 5px;
    color: #bd1212;
    font-weight: bold;
    clear: both;
}


.box-content
{
    line-height: 18px;
    padding: 5px;
    clear: both;
    direction: ltr;
}

.more
{
    text-align: left;
    padding: 5px;
    clear: both;
}


/*------------------Amin---------------------*/
/*---------------------------------------*/

.box-titleBlue
{
    background-position: right;
    background: url(../images/bullet.jpg) right no-repeat;
    padding: 5px 15px 5px 5px;
    color: #000080;
    font-weight: bold;
    clear: both;
    font-size: 13px;
}


.box-contentBlue
{
    line-height: 18px;
    padding: 5px;
    clear: both;
    direction: ltr;
    font-size: 13px;
}

.TitleNOImage
{
    line-height: 18px;
    padding: 5px;
    clear: both;
    color: #000080;
    direction: rtl;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}


/*---------------*/
/*-----------------header---------------*/
/*---------------*/

#header
{
    width: 922px;
    height: 153px;
    clear: both;
}


/*---------------*/
/*-----------------menu-----------------*/
/*---------------*/

#menu-top-area
{
    width: 922px;
    height: 25px;
    background: url(../images/bg-menu.jpg) repeat-x;
    text-align: right;
    clear: both;
    direction: rtl;
}

#menu-top-area a
{
    width: 90px;
    height: 15px;
    text-decoration: none;
    padding: 5px;
    display: inline-block;
    text-align: center;
}

#menu-top-area a:hover
{
    color: #FFF;
    height: 15px;
    background: url(../images/bg-menu.jpg) 0 -25px repeat-x;
}

#menu-bottom-area
{
    width: 922px;
    height: 25px;
    background: url(../images/bg-menu.jpg) repeat-x;
    text-align: center;
    clear: both;
    direction: rtl;
}

#menu-bottom-area a
{
    text-decoration: none;
    padding: 5px;
    display: inline-block;
}

#menu-bottom-area a:hover
{
    color: #000;
}

/*---------------*/
/*-----------------main-----------------*/
/*---------------*/

#main
{
    width: 922px;
    background: #FFF;
    clear: both;
}

/*---------------nav-left---------------*/

#nav-right
{
    width: 727px;
    padding: 5px;
    float: right;
}

#content
{
    background: #FFF;
    padding: 5px;
    text-align: justify;
    direction: rtl;
    clear: both;
}

.title
{
    background: url(../images/bullet.jpg) right no-repeat;
    border-bottom: 2px solid #cd3232;
    padding: 5px 22px 8px 0;
    font-weight: bold;
    color: #ad1414;
    clear: both;
}

.text
{
    padding: 5px 0;
    clear: both;
    font-size: 12PX;
}


/*---------------nav-right--------------*/

#nav-left
{
    width: 175px;
    background: url(../images/bg-nav-left.jpg) repeat-y #e7e7e7;
    padding: 5px;
    float: left;
}

#advertisment-area
{
    margin-bottom: 5px;
    clear: both;
}

#advertisment-area img
{
    margin-bottom: 5px;
}


/*---------------*/
/*-----------------footer---------------*/
/*---------------*/

#footer
{
    width: 922px;
    background: #FFF;
    color: #999;
    clear: both;
}
#copyright
{
    width: 912px;
    text-align: center;
    padding: 5px;
    clear: both;
}

.B
{
    font-weight: bold;
}

.menu_ul
{
    line-height: 18px;
    direction: rtl;
}

