
    /* Element level classes 

    body
    {
        color: #000000;
        font-size: 73.5%;
        font-family: Arial,;
        background-color: #eee;
    }
       
*/
/*IE5.x workaround */
table td {
    vertical-align: top;
}


.currentmsg {
  font-weight: bold;
  color: #990000;
}


table#threadlist {
   width: 100%;
   margin-top: 2em;
   margin-bottom: 2em;
   font-size: 1em;   
}


    /* 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 #bbd17e; 
        color: #000000; 
        background-color: #eeeeee; 
        font-size: 1em; 
        font-family: Arial,; 
        vertical-align: middle; 
    }    
    
    .PhorumTitleText
    {
        float: right;
    }

    .PhorumStdBlock
    {
        font-size: 1em;
        font-family: Arial,;
        background-color: White;
        border: 1px solid #bbd17e;
/*        width: 100%; */
        padding: 0.3em;       
    }

    .PhorumStdBlockHeader
    {
        font-size: 1em;
        font-family: Arial,;
        background-color: #eeeeee;
/*        width: 100%; */
        border-left: 1px solid #bbd17e;
        border-right: 1px solid #bbd17e;
        border-top: 1px solid #bbd17e;
        padding: 0.3em;
    }

    .PhorumHeaderText
    {
        font-weight: bold;
    }

    .PhorumNavBlock
    {
        font-size: 1em;
        font-family: Arial,;
        border: 1px solid #bbd17e;
        margin-top: 0.1em;
        margin-bottom: 0.1em;
/*        width: 100%; */
        background-color: #eeeeee;
        padding: 0.2em 0.3em 0.2em 0.3em;
    }

    .PhorumNavBlock div {
      width: 100%;
    }
    
    .PhorumNavHeading
    {
        font-weight: bold;
        color: #666666;
    }

    a.PhorumNavLink:visited, a.PhorumNavLink:link
    {
        color: black;
        text-decoration: none;
        font-weight: 500;
        font-family: Arial;
        font-size: 0.9em;
        border-style: solid;
        border-color: #eeeeee;
        border-width: 1px;
        padding: 0px 0.4em 0px 0.4em;
    }

    a.PhorumNavLink:hover
    {
        background-color: #dddddd;
        font-weight: 500;
        font-family: Arial;
        font-size: 0.9em;        
        border-style: solid;
        border-color: #bbd17e;
        border-width: 1px;
        color: #000000;
    }

    .PhorumFloatingText
    {
        padding: 1em;
    }

    .PhorumHeadingLeft
    {
        padding-left: 0.3em;
        font-weight: bold;
    }

    .PhorumUserError
    {
        padding: 1em;
        text-align: center;
        color: #ee0000;
        font-size: 1.1em;
        font-family: Arial;
        font-weight: bold;
    }

   .PhorumNewFlag
    {
        font-family: Arial,;
        font-size: 0.9em;
        font-weight: bold;
        color: blue;
    }

    .PhorumNotificationArea
    {
        float: right;
        border-style: dotted;
        border-color: #bbd17e;
        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: 7.5em;
    }

    .PhorumColumnFloatSmall
    {
        float: right; 
        width: 10em;
    }

    .PhorumColumnFloatMedium
    {
        float: right; 
        width: 15em;
    }

    .PhorumColumnFloatLarge
    {
        float: right; 
        width: 20em;
    }

    .PhorumColumnFloatXLarge
    {
        float: right; 
        width: 40em;
    }

    .PhorumRowBlock
    {
        background-color: White;
        border-bottom: 1px solid #bbd17e;
        padding: 0.5em 0px 0px 0px;
    }

    .PhorumRowBlockAlt
    {
        background-color: #dadada;
        border-bottom: 1px solid #bbd17e;
        padding: 0.5em 0px 0px 0px;
    }

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

    /* All that is left of the tables */
    
    
    /* work around odd behaviour in IE5 */
    div.stdTableContainer {
      width: 100%;
    }

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

    .PhorumTableHeader
    {
        background-color: #60742A;
        border-bottom-style: solid;
        border-bottom-color: #bbd17e;
        border-bottom-width: 1px;
        color: white;
        font-size: 0.8em;
        font-family: Verdana,;
        font-weight: 500;
        padding: 0.3em;
    }

    .PhorumTableRow
    {
        background-color: White;
        border-bottom-style: none;
        border-bottom-color: #bbd17e;
        border-bottom-width: 0px;
        color: #000000;
        font-size: 1em;
        font-family: Arial,;
        height: 21px;
        padding-left: 3px;
        padding-top: 0px;
        padding-bottom: 0px;

    }
    
    .PhorumTableRowAlt
    {
        background-color: #dadada;
        border-bottom-style: none;
        border-bottom-color: #bbd17e;
        border-bottom-width: 0px;
        color: #000000;
        font-size: 1em;
        font-family: Arial,;
        height: 21px;
        padding-left: 3px;
        padding-top: 0px;
        padding-bottom: 0px;
    }    

    #content .PhorumTableRow img, #content .PhorumTableRowAlt img {
       background: none;
       padding:0;	
       border:0;
    }

    table.PhorumFormTable td
    {
        height: 26px;
    }
    
    table#phorum-menu-table {
      width: 100%;
    }

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


    /* Read Page specifics */
    
    .PhorumReadMessageBlock
    {
        margin-bottom: 0.5em;
    }
    
   .PhorumReadBodySubject
    {
        color: Black;
        font-size: 1.1em;
        font-family: Arial;
        font-weight: bold;
        padding-left: 0.3em;
    }

    .PhorumReadBodyHead
    {
        padding-left: 0.5em;
    }

    .PhorumReadBodyText
    {
        font-size: 1em;
        font-family: Arial,;
        padding: 0.5em;
    }

    .PhorumReadBodyText img {
       mas-width: 55em;
    }

    .PhorumReadNavBlock
    {
        font-size: 1em;
        font-family: Arial,;
        border-left: 1px solid #bbd17e;
        border-right: 1px solid #bbd17e;
        border-bottom: 1px solid #bbd17e;
/*        width: 100%; */
        background-color: #eeeeee;
        padding: 0.2em 0.3em 0.2em 0.3em;
    }

    /********************/
    
    /* List page specifics */

    .PhorumListSubText
    {
        color: #666666;
        font-size: 0.9em;
        font-family: Verdana;
    }
    
    .PhorumListSubText a {
      color: #666666;
    }

    .PhorumListPageLink
    {
        color: #003366;
        font-size: 0.9em;
        font-family: Verdana;
    }

    .PhorumListSubjPrefix
    {
        font-weight: bold;
    }    

    .PhorumListModLink, .PhorumListModLink a
    {
        color: #666666;
        font-size: 0.9em;
        font-family: Verdana;
    }

    img
    {
        border-width: 0px;
        vertical-align: middle;
    }

#content #phorum-post-form img {
  background: none;
  padding:0;	
  border:0;
}

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

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

    .PhorumNarrowBlock
    {
        width: 100%;
    }

    .PhorumSmallFont
    {
        font-size: 0.9em;
    }    

    .PhorumLargeFont
    {
        color: #000000;
        font-size: 1.1em;
        font-family: Arial;
        font-weight: bold;
    }    


    .PhorumFooterPlug
    {
        margin-top: 1em;
        font-size: 0.9em;
        font-family: Verdana;
    }