/*
 * General styles.
 */
body                              { color:#606060; background-color:#ffffff; margin:0px; padding:0px; direction:rtl; }
body,td,th,p,a,
span,input,textarea,select        { font-family:Tahoma; }
body,td,th                        { font-size:14px; color:#606060; text-align:justify; }
input,textarea,select             { border:solid 1px #b4b4b4; color:#606060; }
img                               { border:0px; }
a,a:visited                       { color:#000000; text-decoration:underline; }
a:hover                           { color:#3E7A3E; text-decoration:none; }
table                             { border-collapse:collapse; table-layout:fixed; }
table.non-fixed                   { border-collapse:collapse; table-layout:auto; }
.no-spacing                       { padding:0px; margin:0px; }
.no-border                        { border:0px; }
.center                           { text-align:center; }
.top                              { vertical-align:top; }
.middle                           { vertical-align:middle; }
.bottom                           { vertical-align:bottom; }
.justify                          { text-align:justify; }
.adjacent                         { padding:0px; margin:0px; }
.stretch                          { width:100%; }
.broaden                          { height:100%; }
.hide                             { display:none; visibility:hidden; }
.show                             { display:block; visibility:visible; }
.canvas                           { width:770px; }
.canvas-printer                   { width:650px; }
.page                             { padding:0px; margin:0px; padding-top:10px; padding-bottom:10px; } 
.rtl                              { direction:rtl; }
.ltr                              { direction:ltr; }
.opacity-90                       { filter:alpha(Opacity=90); -moz-opacity:0.9; opacity:0.9; }
.opacity-80                       { filter:alpha(Opacity=80); -moz-opacity:0.8; opacity:0.8; }
.opacity-70                       { filter:alpha(Opacity=70); -moz-opacity:0.7; opacity:0.7; }
.opacity-60                       { filter:alpha(Opacity=60); -moz-opacity:0.6; opacity:0.6; }
.opacity-50                       { filter:alpha(Opacity=50); -moz-opacity:0.5; opacity:0.5; }
.normal                           { text-align:right; }
.opposite                         { text-align:left; } 

/*
 * General links.
 */
.area-sayings                     { padding:10px; padding-top:0px; }
.text-sayings-saying              { font-size:14px; color:#a0a0a0; font-style:italic; font-weight:bold; }
.text-sayings-author              { font-size:12px; color:#D8D8D8; font-style:italic; }

/*
 * Language buttons.
 */
.lang-button                      { padding:0px; margin:0px; padding-bottom:10px; }

/*
 * Main menu.
 */
.text-menu-submenu                { font-size:13px; }
.menu-about-on                    { background-color:#fcddde; }
.menu-activities-on               { background-color:#feefdd; }
.menu-projects-on                 { background-color:#fffad9; }
.menu-gallery-on                  { background-color:#e1f0e4; }
.menu-donations-on                { background-color:#d9e9f4; }
.menu-contact-on                  { background-color:#e8e2f0; }
.menu-submenu-bg                  { padding:5px; border:1px #d8d8d8 solid; border-top:0px; }
.menu-about-off,
.menu-activities-off,
.menu-projects-off,
.menu-gallery-off,
.menu-donations-off,
.menu-contact-off                 { background-color:none; }
a.link-submenu,
a.link-submenu:visited            { color:#000000; text-decoration:none; }
a.link-submenu:hover              { color:#3E7A3E; text-decoration:none; }

/*
 * User Tools.
 */
#idPRINTER                        { padding:0px; margin:0px; }
.printer-head                     { background-color:#f0f0f0; }
.text-tools-title                 { font-weight:bold; color:#3e7a3e; }
a.link-tools,
a.link-tools:visited              { }
a.link-tools:hover                { color:#3E7A3E; }

/*
 * Community.
 */
.text-community-title             { font-weight:bold; color:#82d428; }
a.link-community,
a.link-community:visited          { }
a.link-community:hover            { color:#82D428; }

/*
 * Category links.
 */
.link-category-article,
.link-category-article:visited    { }
.link-category-article:hover      {color:#3E7A3E;  }

/*
 * Special thanks.
 */
.text-special-title               { font-weight:bold; color:#3e7a3e; }
a.link-special,
a.link-special:visited            { }
a.link-special:hover              { color:#3E7A3E; }

/*
 * Copyright.
 */
.copyright                        { padding:0px; margin:0px; margin-top:10px; font-size:10px; color:#a0a0a0; }
a.link-copyright,
a.link-copyright:visited          { color:#606060; }
a.link-copyright:hover            { color:#000000; }

/*
 * Category articles.
 */
.article-promo                    { }
.article-border                   { border:solid 1px #d8d8d8; width:96%; padding:10px; }
.article-heading                  { font-size:15px; }
p.article-heading                 { font-size:15px;color:#3e7a3e; }

.form-submit-button               { color: #ffffff; background: #f7931d; border: 1px #d8d8d8 solid; font-size: 11px; 
height:23px; width: 45px; }



/* new styles */

#phorum-index
{
    width: 100%;
    border: 1px solid #D8D8D8;
    border-bottom-width: 0px;
    text-align: left;
}

#phorum-index th
{
    border-bottom: 1px solid #D8D8D8;
    background-color: #F9F9F9;
    padding: 3px;
    color:#3E7A3E;
    font-size:12px;
    font-variant: small-caps;
}

#phorum-index th.forum-name
{
    padding-left: 15px;
}

#phorum-index td
{
    font-family: Arial, Verdana;
    background-color: White;
    padding: 3px;
    border-bottom: 1px solid #D8D8D8;
    font-size: 12px;
}

#phorum-index th.forum-name a
{
    color: Black;
}

#phorum-index th.forum-threads
{
    width: 120px;
    text-align: center;
    vertical-align: middle;
}

#phorum-index th.forum-posts
{
    width: 120px;
    text-align: center;
    vertical-align: middle;
}

#phorum-index th.forum-last-post
{
    padding: 3px 15px 3px 3px;
    vertical-align: middle;
}

#phorum-index td.forum-name
{
    font-family: Arial, Verdana;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 0 5px 15px;
}

#phorum-index td.forum-name p
{
    font-size: 14px;
    font-weight: normal;
    font-family: Arial, Verdana;
    margin: 0 15px 0 0;
}

#phorum-index td.forum-name small
{
    font-weight: normal;
    font-family: Arial, Verdana;
}

#phorum-index td.forum-threads
{
    width: 120px;
    text-align: center;
}

#phorum-index td.forum-posts
{
    width: 120px;
    text-align: center;
}

#phorum-index td.forum-last-post
{
    width: 120px;
    padding: 0 15px 0 0;
}

#phorum-menu-table
{
    width: 100%;
    border-width: 0px;
}

#phorum-menu
{
    padding: 5px 3px 0 0;
    vertical-align: top;
    width: 200px;
}

#phorum-content
{
    padding: 5px 0 0 2px;
    vertical-align: top;
}

div.phorum-menu
{
    font-size: 12px;
    font-family: Arial, Verdana;
    background-color: White;
    border: 1px solid #D8D8D8;
    padding: 3px;
}

div.phorum-menu ul
{
    font-weight: bold;
    list-style: none;
    padding: 0;
    margin: 0 0 10px 0;
    color:#3E7A3E;
}

div.phorum-menu li
{
    font-weight: bold;
    font-family: Arial, Verdana;
    font-size: 12px;
    padding: 0 0 0 15px;
    margin-top:3px;
    background-image: url('templates/default/images/square_bullet.png');
    background-repeat: no-repeat;
    background-position: 1px 2px;
    color:#3E7A3E;
}

div.phorum-menu a
{
    font-weight: normal;
    color: #000000;
}

div.phorum-menu a:hover
{
    color: #3E7A3E;
}

div.phorum-menu a.phorum-current-page
{
    font-weight: bold;
    color:#3E7A3E;
}

#phorum-post-form ul
{
    padding: 0 0 0 20px;
    margin: 3px 0px 8px 0px;
    font-size: 11px;
}

#phorum-post-form li
{
    margin-bottom: 3px;
}

#phorum-attachment-list td
{
    font-size: 11px;
}

    /* Standard classes for use in any page */
    /* PhorumDesignDiv - a div for keeping the forum-size size */
    .PDDiv
    {
        width: 100%;
        text-align: left;
    }
    /* new class for layouting the submit-buttons in IE too */
    .PhorumSubmit {
        border: 1px dotted #D8D8D8;
        color: Black;
        background-color: #F9F9F9;
        font-size: 12px;
        font-family: Arial, Verdana;
        vertical-align: middle;
    }

    .PhorumTitleText
    {
        float: right;
    }

    .PhorumStdBlock
    {
        font-size: 12px;
        font-family: Arial, Verdana;
        background-color: White;
        border: 1px solid #D8D8D8;
/*        width: 100%; */
        padding: 3px;
        text-align: left;
    }

    .PhorumStdBlockHeader
    {
        font-size: 12px;
        font-family: Arial, Verdana;
        background-color: #F9F9F9;
/*        width: 100%; */
        border-left: 1px solid #D8D8D8;
        border-right: 1px solid #D8D8D8;
        border-top: 1px solid #D8D8D8;
        padding: 3px;
        text-align: left;
    }

    .PhorumHeaderText
    {
        font-weight: bold;
        color:#3E7A3E;
    }

    .PhorumNavBlock
    {
        font-size: 12px;
        font-family: Arial, Verdana;
        border: 1px solid #D8D8D8;
        margin-top: 1px;
        margin-bottom: 1px;
/*        width: 100%; */
        background-color: #F9F9F9;
        padding: 2px 3px 2px 3px;
    }

    .PhorumNavHeading
    {
        font-weight: bold;
        color:#3E7A3E;
    }

    A.PhorumNavLink
    {
        color: #000000;
        text-decoration:underline;
        font-weight: normal;
        font-family: Arial, Verdana;
        font-size: 12px;
        border-style: solid;
        border-color: #F9F9F9;
        border-width: 1px;
        padding: 0px 4px 0px 4px;
    }

    .PhorumSelectedFolder
    {
        color: #000000;
        text-decoration: none;
        font-weight: normal;
        font-family: Arial, Verdana;
        font-size: 12px;
        border-style: solid;
        border-color: #F9F9F9;
        border-width: 1px;
        padding: 0px 4px 0px 4px;
    }

    A.PhorumNavLink:hover
    {
        font-weight: normal;
        font-family: Arial, Verdana;
        color: #3E7A3E;
    }

    .PhorumFloatingText
    {
        padding: 10px;
    }

    .PhorumHeadingLeft
    {
        padding-left: 3px;
        font-weight: bold;
        color:#3E7A3E;
    }

    .PhorumUserError
    {
        padding: 10px;
        text-align: center;
        color: Red;
        font-size: 16px;
        font-family: Arial, Verdana;
        font-weight: bold;
        color:#3E7A3E;
    }

    .PhorumOkMsg
    {
        padding: 10px;
        text-align: center;
        color: DarkGreen;
        font-size: 16px;
        font-family: Arial, Verdana;
        font-weight: bold;
        color:#3E7A3E;
    }

   .PhorumNewFlag
    {
        font-family: Arial, Verdana;
        font-size: 12px;
        font-weight: bold;
        color:#3E7A3E;
        color: #CC0000;
    }

    .PhorumNotificationArea
    {
        float: right;
        border-style: dotted;
        border-color: #D8D8D8;
        border-width: 1px;
    }

    /* PSUEDO Table classes                                       */
    /* In addition to these, each file that uses them will have a */
    /* column with a style property to set its right margin       */

    .PhorumColumnFloatXSmall
    {
        float: right;
        width: 75px;
    }

    .PhorumColumnFloatSmall
    {
        float: right;
        width: 100px;
    }

    .PhorumColumnFloatMedium
    {
        float: right;
        width: 150px;
    }

    .PhorumColumnFloatLarge
    {
        float: right;
        width: 200px;
    }

    .PhorumColumnFloatXLarge
    {
        float: right;
        width: 400px;
    }

    .PhorumRowBlock
    {
        background-color: White;
        border-bottom: 1px solid #F2F2F2;
        padding: 5px 0px 0px 0px;
    }

    .PhorumRowBlockAlt
    {
        background-color: #F9F9F9;
        border-bottom: 1px solid #F2F2F2;
        padding: 5px 0px 0px 0px;
    }

    /************/


    /* All that is left of the tables */

    .PhorumStdTable
    {
        border-style: solid;
        border-color: #D8D8D8;
        border-width: 1px;
        width: 100%;
    }

    .PhorumTableHeader
    {
        background-color: #F9F9F9;
        border-bottom-style: solid;
        border-bottom-color: #D8D8D8;
        border-bottom-width: 1px;
        color: #000000;
        font-size: 12px;
        font-family: Arial, Verdana;
        font-weight: bold;
        padding: 3px;
        color:#3E7A3E;
        font-variant: small-caps;
    }

    .PhorumTableRow
    {
        background-color: White;
        border-bottom-style: solid;
        border-bottom-color: #F2F2F2;
        border-bottom-width: 1px;
        color: Black;
        font-size: 14px;
        font-family: Arial, Verdana;
        height: 35px;
        padding: 3px;
    }

    .PhorumTableRowAlt
    {
        background-color: #F9F9F9;
        border-bottom-style: solid;
        border-bottom-color: #F2F2F2;
        border-bottom-width: 1px;
        color: #000000;
        font-size: 14px;
        font-family: Arial, Verdana;
        height: 35px;
        padding: 3px;
    }

    table.PhorumFormTable td
    {
        height: 26px;
    }

    /**********************/


    /* Read Page specifics */

    .PhorumReadMessageBlock
    {
        margin-bottom: 5px;
    }

   .PhorumReadBodySubject
    {
        color: #3E7A3E;
        font-size: 16px;
        font-family: Arial, Verdana;
        font-weight: bold;
        padding-left: 3px;
    }

    .PhorumReadBodyHead
    {
        padding-left: 5px;
    }

    .PhorumReadBodyTextLtr
    {
        font-size: 14px;
        font-family: Arial, Verdana;
        padding: 5px;
        text-align:left;
        direction:ltr;
    }

    .PhorumReadBodyTextRtl
    {
        font-size: 16px;
        font-family: Arial, Verdana;
        padding: 5px;
        text-align:right;
        direction:rtl;
    }

    .PhorumReadNavBlock
    {
        font-size: 12px;
        font-family: Arial, Verdana;
        border-left: 1px solid #D8D8D8;
        border-right: 1px solid #D8D8D8;
        border-bottom: 1px solid #D8D8D8;
/*        width: 100%; */
        background-color: #F9F9F9;
        padding: 2px 3px 2px 3px;
    }

    /********************/

    /* List page specifics */

    .PhorumListSubText
    {
        color: #707070;
        font-size: 12px;
        font-family: "Bitstream Vera Sans", Arial, sans-serif;
    }

    .PhorumListPageLink
    {
        color: #707070;
        font-size: 12px;
        font-family: "Bitstream Vera Sans", Arial, sans-serif;
    }

    .PhorumListSubjPrefix
    {
        font-weight: bold;
        color:#3E7A3E;
				text-align: left;
    }

    /********************/

    /* Posting editor specifics */

    .PhorumListModLink, .PhorumListModLink a
    {
        color: #707070;
        font-size: 12px;
        font-family: "Bitstream Vera Sans", Arial, sans-serif;
    }

    .PhorumAttachmentRow {
        border-bottom: 1px solid #F9F9F9;
        padding: 3px 0px 3px 0px;
    }

    /********************/

    /* PM specifics */

    .phorum-recipientblock
    {
        border: 1px solid black;
        position:relative;
        float:left;
        padding: 1px 1px 1px 5px;
        margin: 0px 5px 5px 0px;
        font-size: 11px;
        background-color: White;
        border: 1px solid #D8D8D8;
        white-space: nowrap;
    }

    .phorum-pmuserselection
    {
        padding-bottom: 5px;
    }

    .phorum-gaugetable {
        border-collapse: collapse;
    }

    .phorum-gauge {
        border: 1px solid #D8D8D8;
        background-color: #F9F9F9;
    }

    .phorum-gaugeprefix {
        border: none;
        background-color: white;
        padding-right: 10px;
    }

    /********************/

    /* Override classes - Must stay at the end */

    .PhorumSmallFont
    {
        font-size: 11px;
    }

    .PhorumLargeFont
    {
        color: Black;
        font-size: 16px;
        font-family: Arial, Verdana;
        font-weight: bold;
        color:#3E7A3E;
    }


    .PhorumFooterPlug
    {
        margin-top: 10px;
        font-size: 12px;
        font-family: "Bitstream Vera Sans", Arial, sans-serif;
    }



    /*   BBCode styles  */

    blockquote.bbcode
    {
        font-size: 11px;
        margin: 0 0 0 10px;
    }

    blockquote.bbcode div
    {
        margin: 0;
        padding: 5px;
        border: 1px solid #D8D8D8;
    }

    blockquote.bbcode strong
    {
        font-style: italic;
        margin: 0 0 3px 0;
    }

    #live-text {
      display:block;
      background-image: url(http://www.aswatgroup.org/Images/arabic/publications.gif);
      background-repeat: no-repeat;
      background-position:right;
      height:75px;
      width:191px;
      margin:10px 0 0 0;
      padding:6px 0 0 0;
			text-align:center;
			border:0px solid blue;
			position:relative;
			left:2px;
    }

/**
 *  Styles for the WYSIWYG object.
*/
.style2   { font-size:9px; }
.style3   { font-size:10px; }
.style4   { font-size:11px; }
.style5   { font-size:12px; }
.style6   { font-size:13px; }
.style7   { font-size:15px; }
.style8   { font-size:18px; }
.style9   { font-size:20px; }
.article-title { color:#f7931d; }
.article-heading { font-weight:bold; color:#82d428; }
