 .PhorumStdTable
    {
        border-style: solid;
        border-color: #808080;
        border-width: 1px;
        width: 100%;
    }

    .PhorumTableHeader
    {
        background-color: #EEEEEE;
        border-bottom-style: solid;
        border-bottom-color: #808080;
        border-bottom-width: 1px;
        color: #000000;
        font-size: 12px;
        font-family: Lucida Sans Unicode, Lucida Grande, Arial;
        font-weight: bold;
        padding: 3px;
    }

    .PhorumTableRow
    {
        background-color: White;
        border-bottom-style: solid;
        border-bottom-color: #F2F2F2;
        border-bottom-width: 1px;
        color: Black;
        font-size: 12px;
        font-family: Lucida Sans Unicode, Lucida Grande, Arial;
        height: 35px;
        padding: 3px;
    }
    
    .PhorumTableRowAlt
    {
        background-color: #EEEEEE;
        border-bottom-style: solid;
        border-bottom-color: #F2F2F2;
        border-bottom-width: 1px;
        color: #000000;
        font-size: 12px;
        font-family: Lucida Sans Unicode, Lucida Grande, Arial;
        height: 35px;
        padding: 3px;
    }    

    table.PhorumFormTable td
    {
        height: 26px;
    }
	
	
	/*test ovenover*/


.PDDiv{
    width: 753px;
    text-align: left;
}
.PhorumSubmit { 
    border: 1px solid #b3b4b4; 
    color: #000000; 
    background-color: #e8ebf2; 
    font-size: 10px; 
    font-family: Verdana, Arial, Helvetica, sans-serif;
    vertical-align: middle; 
}
.PhorumTitleText{
    float: right;
}
.PhorumStdBlock{
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #FFFFFF;
    border: 1px solid #b3b4b4;
    padding: 3px;
}
.PhorumStdBlockHeader{
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #e8ebf2;
    border-left: 1px solid #b3b4b4;
    border-right: 1px solid #b3b4b4;
    border-top: 1px solid #b3b4b4;
	color: #000000;
    padding: 3px;
}
.PhorumHeaderText{
    font-weight: bold;
}
.PhorumNavBlock{
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    border: 1px solid #b3b4b4;
    margin-top: 1px;
    margin-bottom: 1px;
    background-color: #e8ebf2;
    padding: 2px 3px 2px 3px;
}
.phorum_topic{
	font-size: 13px;
	font-weight: bold;
}
.PhorumNavHeading{
    font-weight: bold;
}
A.PhorumNavLink{
    color: #000000;
    text-decoration: none;
    font-weight: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    border-style: solid;
    border-color: #e8ebf2;
    border-width: 1px;
    padding: 0px 4px 0px 4px;
}
A.PhorumNavLink:hover{
    background-color: #e8ebf2;
    font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;        
    border-style: solid;
    border-color: #b3b4b4;
    border-width: 1px;
    color: #000000;
}

.PhorumFloatingText{
    padding: 10px;
}

.PhorumHeadingLeft
{
    padding-left: 3px;
    font-weight: bold;
}

.PhorumUserError
{
    padding: 10px;
    text-align: center;
    color: #ff0000;
    font-size: 13px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.PhorumNewFlag
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: {newflagcolor};
}

.PhorumNotificationArea
{
    float: right;
    border-style: dotted;
    border-color: #b3b4b4;
    border-width: 1px;
}   

.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: #ffffff;
    border-bottom: 1px solid #F2F2F2;
    padding: 5px 0px 0px 0px;
}

.PhorumRowBlockAlt
{
    background-color: #e8ebf2;
    border-bottom: 1px solid #F2F2F2;
    padding: 5px 0px 0px 0px;
}
.PhorumStdTable
{
    border-style: solid;
    border-color: #b3b4b4;
    border-width: 1px;
    width: 100%;
}

.PhorumTableHeader
{
    background-color: #e8ebf2;
    border-bottom-style: solid;
    border-bottom-color: #b3b4b4;
    border-bottom-width: 1px;
    color: #000000;
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding: 3px;
}

.PhorumTableRow
{
    background-color: {backcolor};
    border-bottom-style: none;
    border-bottom-color: #b3b4b4;
    border-bottom-width: 1px;
    color: #000000;
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    height: 35px;
    padding: 3px;
}

.PhorumTableRowAlt
{
    background-color: {altbackcolor};
    border-bottom-style: solid;
    border-bottom-color: {listlinecolor};
    border-bottom-width: 1px;
    color: {altlisttextcolor};
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    height: 35px;
    padding: 3px;
}    

table.PhorumFormTable td
{
    height: 26px;
}
.PhorumReadMessageBlock
{
    margin-bottom: 5px;
}

.PhorumReadBodySubject
{
    color: #000000;
    font-size: 13px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding-left: 3px;
}

.PhorumReadBodyHead
{
    padding-left: 5px;
}

.PhorumReadBodyText
{
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    padding: 5px;
}
.PhorumReadNavBlock{
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    border-left: 1px solid #b3b4b4;
    border-right: 1px solid #b3b4b4;
    border-bottom: 1px solid #b3b4b4;
    background-color: {navbackcolor};
    padding: 2px 3px 2px 3px;
}

.PhorumListSubText
{
    color: {listpagelinkcolor};
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.PhorumListPageLink
{
    color: {listpagelinkcolor};
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.PhorumListSubjPrefix
{
    font-weight: bold;
}    

.PhorumListModLink, .PhorumListModLink a
{
    color: {listmodlinkcolor};
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.PhorumNarrowBlock
{
    width: 753px;
}

.PhorumSmallFont
{
    font-size: {smallfontsize};
}    

.PhorumLargeFont
{
    color: #000000;
    font-size: 15px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}    


.PhorumFooterPlug
{
    margin-top: 10px;
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}




















/*test*/



   
    /************/
    

    /* All that is left of the tables */

    .PhorumStdTable
    {
        border-style: solid;
        border-color: #808080;
        border-width: 1px;
        width: 100%;
    }

    .PhorumTableHeader
    {
        background-color: #EEEEEE;
        border-bottom-style: solid;
        border-bottom-color: #808080;
        border-bottom-width: 1px;
        color: #000000;
        font-size: 12px;
        font-family: Lucida Sans Unicode, Lucida Grande, Arial;
        font-weight: bold;
        padding: 3px;
    }

    .PhorumTableRow
    {
        background-color: White;
        border-bottom-style: solid;
        border-bottom-color: #F2F2F2;
        border-bottom-width: 1px;
        color: Black;
        font-size: 12px;
        font-family: Lucida Sans Unicode, Lucida Grande, Arial;
        height: 35px;
        padding: 3px;
    }
    
    .PhorumTableRowAlt
    {
        background-color: #EEEEEE;
        border-bottom-style: solid;
        border-bottom-color: #F2F2F2;
        border-bottom-width: 1px;
        color: #000000;
        font-size: 12px;
        font-family: Lucida Sans Unicode, Lucida Grande, Arial;
        height: 35px;
        padding: 3px;
    }    

    table.PhorumFormTable td
    {
        height: 26px;
    }

    /**********************/


    /* Read Page specifics */
    
    .PhorumReadMessageBlock
    {
        margin-bottom: 5px;
    }
    
   .PhorumReadBodySubject
    {
        color: Black;
        font-size: 16px;
        font-family: Trebuchet MS,Verdana, Arial, Helvetica, sans-serif;
        font-weight: bold;
        padding-left: 3px;
    }

    .PhorumReadBodyHead
    {
        padding-left: 5px;
    }

    .PhorumReadBodyText
    {
        font-size: 12px;
        font-family: Lucida Sans Unicode, Lucida Grande, Arial;
        padding: 5px;
    }

    .PhorumReadNavBlock
    {
        font-size: 12px;
        font-family: Lucida Sans Unicode, Lucida Grande, Arial;
        border-left: 1px solid #808080;
        border-right: 1px solid #808080;
        border-bottom: 1px solid #808080;
/*        width: 100%; */
        background-color: #EEEEEE;
        padding: 2px 3px 2px 3px;
    }

    /********************/
    
    /* List page specifics */

    .PhorumListSubText
    {
        color: #707070;
        font-size: 10px;
        font-family: Arial, Helvetica, sans-serif;
    }

    .PhorumListPageLink
    {
        color: #707070;
        font-size: 10px;
        font-family: Arial, Helvetica, sans-serif;
    }

    .PhorumListSubjPrefix
    {
        font-weight: bold;
    }    

    .PhorumListModLink, .PhorumListModLink a
    {
        color: #707070;
        font-size: 10px;
        font-family: Arial, Helvetica, sans-serif;
    }
    /********************/

    /* Override classes - Must stay at the end */

    .PhorumNarrowBlock
    {
        width: 600px;
    }

    .PhorumSmallFont
    {
        font-size: 11px;
    }    

    .PhorumLargeFont
    {
        color: Black;
        font-size: 16px;
        font-family: Trebuchet MS,Verdana, Arial, Helvetica, sans-serif;
        font-weight: bold;
    }    


    .PhorumFooterPlug
    {
        margin-top: 10px;
        font-size: 10px;
        font-family: Arial, Helvetica, sans-serif;
    }</STYLE>


