
    input[type=text], input[type=password], input[type=file], select
    {
/*        border: 10px solid #ffffff; */
        background-color: White;
        color: Black;
        font-size: 12px;

        vertical-align: middle;

    }

    textarea
    {
        background-color: #fff;
        color: Black;
        font-size: 12px;

    }
    
        input[type=submit]
        {
        border: 1px dotted #ffffff;
        background-color: #EEEEEE;
        font-size: 12px;
        vertical-align: middle;
        }

        input
        {
        vertical-align: middle;
        }

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

    .PhorumStdBlock
    {
        font-size: 12px;
        background-color: #8FC4C8;
        border: 1px solid #ffffff;
        /* width: 100%; */
        padding: 1px;           
    }

    .PhorumStdBlockHeader
    {
        font-size: 12px;
        background-color: #8FC4C8;
        /* width: 100%; */
        border-left: 1px solid #ffffff;
        border-right: 1px solid #ffffff;
        border-top: 1px solid #ffffff;
        padding: 3px;
    }

    .PhorumHeaderText
    {
        font-weight: bold;
    }

    .PhorumNavBlock
    {
        font-size: 12px;
        border: 1px solid #ffffff;
        margin-top: 1px;
        margin-bottom: 1px;
        /* width: 100%; */
        background-color: #e5e5e5;
        padding: 2px 3px 2px 3px;
    }

    .PhorumNavBlock2
    {
        font-size: 12px;
        border: 1px solid #ffffff;
        margin-top: 1px;
        margin-bottom: 1px;
        /* width: 100%; */
        background-color: #DDD7C2;
        padding: 2px 3px 2px 3px;
    }

    .PhorumNavHeading
    {
        font-weight: bold;
    }

    A.PhorumNavLink
    {
        color: #336699;
        text-decoration: none;
        font-weight: normal;
        font-size: 11px;
        padding: 0px 4px 0px 4px;
    }

    A.PhorumNavLink:hover
    {
        font-weight: normal;
        font-size: 11px;        
        color: #336699;
    }

    .PhorumFloatingText
    {
        padding: 0px;
    }

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

    .PhorumUserError
    {
        padding: 10px;
        text-align: center;
        color: Red;
        font-size: 16px;
        font-weight: bold;
    }

   .PhorumNewFlag
    {
        font-size: 10px;
        font-weight: bold;
        color: #CC0000;
    }

    .PhorumNotificationArea
    {
        float: right;
        border-style: dotted;
        border-color: #ffffff;
        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: 70px;
    }

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

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

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


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

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

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

    /* All that is left of the tables */

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

    .PhorumTableHeader
    {
        background-color: #8FC4C8;
        border-bottom-style: solid;
        border-bottom-color: #ffffff;
        border-bottom-width: 1px;
        color: #000000;
        font-size: 12px;
        font-weight: bold;
        padding: 3px;
    }

    .PhorumTableRow
    {
        background-color: #D5E8E9;
        border-bottom-style: solid;
        border-bottom-color: #FFF;
        border-bottom-width: 1px;
        color: Black;
        font-size: 12px;
        height: 35px;
        padding: 3px;
    }
    
    .PhorumTableRowAlt
    {
        background-color: #E9F3F4;
        border-bottom-style: solid;
        border-bottom-color: #FFF;
        border-bottom-width: 1px;
        color: #000000;
        font-size: 12px;
        height: 35px;
        padding: 3px;
        
    }    

    table.PhorumFormTable td
    {
        height: 26px;
        
    }

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


    /* Read Page specifics */
    
    .PhorumReadMessageBlock
    {
        margin-bottom: 5px;
    }
    
   .PhorumReadBodySubject
    {
        color: Black;
        font-size: 14px;
        font-weight: bold;
        padding: 5px 5px 5px 5px;
    }

    .PhorumReadBodyHead
    {
        padding-left: 5px;
    }

    .PhorumReadBodyText
    {
        font-size: 12px;
        padding: 5px;
    }

    .PhorumReadNavBlock
    {
        font-size: 12px;
        border-left: 1px solid #ffffff;
        border-right: 1px solid #ffffff;
        border-bottom: 1px solid #ffffff;
		/* width: 100%; */
        background-color: #DDD7C2;
        padding: 2px 3px 2px 3px;
    }

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

    .PhorumListSubText
    {
        color: #707070;
        font-size: 10px;

    }

    .PhorumListPageLink
    {
        color: #707070;
        font-size: 10px;
        
    }

    .PhorumListSubjPrefix
    {
        font-weight: bold;
    }    

    .PhorumListModLink, .PhorumListModLink a
    {
        color: #336699;
        font-size: 10px;
        
    }
    /********************/

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

    .PhorumNarrowBlock
    {
        width: 600px;
    }

    .PhorumSmallFont
    {
        font-size: 11px;
    }    

    .PhorumLargeFont
    {
        font-size: 14px;
        font-weight: bold;
    }    


    .PhorumFooterPlug
    {
        margin-top: 10px;
        font-size: 10px;
        
    }
