﻿body
{
    font-family: Arial;
    direction: rtl;
    margin-top: 0px;
    margin-right: 0px;
    color: #595959;
    background-image: url(images/bg_tile.gif);
    background-repeat: repeat-x;
    background-color: #ecdeeb;
}


h1
{
    margin-top: 0em;
    margin-bottom: 0em;
    color: #96448a;
  
}

.qPad
{
   padding:5px;
   
}

pre
{
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
}
.wrap
{
    white-space: pre-wrap; /* css-3 */
    word-break: break-all;
    word-wrap: break-word;
    overflow: hidden;
    width: auto;
    display: block;
}

.clrMenuTxt
{
    color: #2e2f2a;
    text-decoration: none;
    font-size: 13px;
}

.clrMenuBg
{
    background-color: #e3f3fd;
}

.bgLogo
{
    background-image: url(images/tile_1.gif);
    background-position: top right;
    background-repeat: repeat-x;
    width: 400px;
    padding-right: 40px;
}

.clrOrange
{
    color: #a97c61;
}

.clrOrange2
{
    color: #ff873f;
}

.clrPurple
{
    color: #8b458c;
}

.clrLightPurple
{
    color: #927c93;
}

.clrDarkBlue
{
    color: #0d3362;
}

.font1
{
    font-size: 13px;
}

.pad1
{
    padding-bottom: 10px;
    padding-top: 10px;
}

.tabTile
{
    background-image: url(images/tab_top_tile.gif);
    background-repeat: repeat-x;
    width: 212px;
    color: #ffffff;
    font-size: 13px;
}

.tabBg
{
    background-color: #f6f6f6;
    padding-right: 14px;
    padding-top: 14px;
    font-size: 12px;
    vertical-align: text-top;
}

.tabBotTile
{
    background-image: url(images/tab_bot_tile.gif);
    background-repeat: repeat-x;
}

.gray
{
    color: #595959;
}

.noU
{
    text-decoration: none;
}

.brd1
{
    border: solid 1px #c9c9c9;
    padding: 3px;
}
.top
{
    vertical-align: top;
}

.red
{
    color: #b03535;
    font-weight: bold;
    font-size: 12px;
}

