
    /* Element level classes */
/*
    body
    {
        color: #000000;
        font-size: 100%;
        font-family: Verdana,;
        background-color: #ffffff;
        margin: 0px auto;
        width: 800px;
        text-align: center;
    }
*/
/*IE5.x workaround */
table td {
    vertical-align: top;
}

    div.maincontentholder {
        width: 800px;
        align: center;
    }

    td, th
    {
        color: #000000;
        font-size: 100%;
        font-family: Verdana,;
    }

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

    a
    {
        color: #333333;
        text-decoration: none;
    }
    a:active
    {
        color: #333333;
        text-decoration: none;
    }
    a:visited
    {
        color: #333333;
        text-decoration: none;
    }        

    a:hover
    {
        color: #333333;
        text-decoration: underline;
    }

    input[type=text], input[type=password], input[type=file], select
    {
/*        border: 1px solid #56436B; */

        background-color: White;
        color: #000000;
        font-size: 100%;
        font-family: Verdana,;

        vertical-align: middle;

    }

    textarea
    {
        background-color: White;
        color: #000000;
        font-size: 100%;
        font-family: Lucida;
    }
    
    input[type=submit]
    {
        border: 1px dotted #56436B;
        background-color: #ffffff;
        font-size: 100%;
        font-family: Verdana,;
        vertical-align: middle;
    }

    input
    {
        vertical-align: middle;
    }



/* classes and ids for 
QTRA specifically */

a#toptitle {
  color: #D7D7D7;
}


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

.feedlink a {
  text-decoration: underline;
}

#spamhurdles_captcha label {
 float: none;
 display:inline;
 text-align: right;
}

table#threadlist {
/*    width: 580px;
*/
}

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

td#phorum-menu {
  padding-right: 4px;
}

/* end qtra specifics */

    /* 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 #56436B; 
        color: #000000; 
        background-color: #ffffff; 
        font-size: 100%; 
        font-family: Verdana,; 
        vertical-align: middle; 
    }    
    
    .PhorumTitleText
    {
        float: right;
    }

    .PhorumStdBlock
    {
        font-size: 100%;
        font-family: Verdana,;
        background-color: White;
        border: 1px solid #56436B;
/*        width: 100%; */
        padding: 3px;       
    }

    .PhorumStdBlockHeader
    {
        font-size: 100%;
        font-family: Verdana,;
        background-color: #ffffff;
/*        width: 100%; */
        border-left: 1px solid #56436B;
        border-right: 1px solid #56436B;
        border-top: 1px solid #56436B;
        padding: 3px;
    }

    .PhorumHeaderText
    {
        font-weight: bold;
    }

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

    .PhorumNavHeading
    {
        font-weight: bold;
    }

    a.PhorumNavLink
    {
        color: black;
        text-decoration: none;
        font-weight: 500;
        font-family: Arial;
        font-size: 80%;
        border-style: solid;
        border-color: #ffffff;
        border-width: 1px;
        padding: 0px 4px 0px 4px;
    }

    a.PhorumNavLink:hover
    {
        background-color: #C1BACA;
        font-weight: 500;
        font-family: Arial;
        font-size: 80%;        
        border-style: solid;
        border-color: #56436B;
        border-width: 1px;
        color: #000000;
    }

    .PhorumFloatingText
    {
        padding: 10px;
    }

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

    .PhorumUserError
    {
        padding: 10px;
        text-align: center;
        color: #ee0000;
        font-size: 100%;
        font-family: Arial;
        font-weight: bold;
    }

   .PhorumNewFlag
    {
        font-family: Verdana,;
        font-size: 90%;
        font-weight: bold;
        color: blue;
    }

    .PhorumNotificationArea
    {
        float: right;
        border-style: dotted;
        border-color: #56436B;
        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 #56436B;
        padding: 5px 0px 0px 0px;
    }

    .PhorumRowBlockAlt
    {
        background-color: #C1BACA;
        border-bottom: 1px solid #56436B;
        padding: 5px 0px 0px 0px;
    }

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

    /* All that is left of the tables */

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

    .PhorumTableHeader
    {
        background-color: #56436B;
        border-bottom-style: solid;
        border-bottom-color: #56436B;
        border-bottom-width: 1px;
        color: white;
        font-size: 1em;
        font-family: Verdana,;
        font-weight: 500;
        padding: 3px;
    }

    .PhorumTableRow
    {
        background-color: White;
        border-bottom-style: none;
        border-bottom-color: #56436B;
        border-bottom-width: 0px;
        color: #000000;
        font-size: 100%;
        font-family: Verdana,;
        height: 21px;
        padding-left: 3px;
        padding-top: 0px;
        padding-bottom: 0px;

    }
    
    .PhorumTableRowAlt
    {
        background-color: #C1BACA;
        border-bottom-style: none;
        border-bottom-color: #56436B;
        border-bottom-width: 0px;
        color: #000000;
        font-size: 100%;
        font-family: Verdana,;
        height: 21px;
        padding-left: 3px;
        padding-top: 0px;
        padding-bottom: 0px;
    }    

    table.PhorumFormTable td
    {
        height: 26px;
    }

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


    /* Read Page specifics */
    
    .PhorumReadMessageBlock
    {
        margin-bottom: 5px;
    }
    
   .PhorumReadBodySubject
    {
        color: Black;
        font-size: 100%;
        font-family: Arial;
        font-weight: bold;
        padding-left: 3px;
    }

    .PhorumReadBodyHead
    {
        padding-left: 5px;
    }

    .PhorumReadBodyText
    {
        font-size: 100%;
        font-family: Verdana,;
        padding: 5px;
    }

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

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

    .PhorumListSubText
    {
        color: #56436B;
        font-size: 90%;
        font-family: Verdana;
    }

    .PhorumListPageLink
    {
        color: #56436B;
        font-size: 90%;
        font-family: Verdana;
    }

    .PhorumListSubjPrefix
    {
        font-weight: bold;
    }    

    .PhorumListModLink, .PhorumListModLink a
    {
        color: #666666;
        font-size: 90%;
        font-family: Verdana;
    }
    /********************/

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

    .PhorumNarrowBlock
    {
        width: 100%;
    }

    .PhorumSmallFont
    {
        font-size: 80%;
    }    

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


    .PhorumFooterPlug
    {
        margin-top: 10px;
        font-size: 90%;
        font-family: Verdana;
    }

