/* new class for layouting the submit-buttons in IE too */
td {
    margin: 0;
    padding: 0;
    border: none;
}
tr {
    margin: 0;
    padding: 0;
}
.PhorumSubmit { 
    border: 0px;
    background-color: #000000;
    color: #FFFFFF;
    vertical-align: middle;
}    

.PhorumTitleText {
    float: right;
}

.PhorumStdBlock {
    background-color: #ffffff;
    border-bottom: 1px solid #000000;		
}

.PhorumStdBlockHeader {
    background-color: #FFFFFF;
    border-bottom: 1px solid #000000;
}

.PhorumHeaderText {
    font-weight: bold;
}

/* foorumi list */

.PhorumNavBlock {
    margin-top: 1px;
    margin-bottom: 1px;
    padding-bottom: 3px;
    padding-top:14px;
    border-bottom: 2px solid #000000;
}

.PhorumNavHeading {
    font-weight: normal;
}

A.PhorumNavLink {
    text-decoration: none;
    font-weight: normal
}
.PhorumFloatingText {
    padding: 10px;
}

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

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

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

/* 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 {
    border-bottom: 1px solid;
    padding: 5px 0px 0px 0px;
}

/* All that is left of the tables */

.PhorumStdTable {
    margin-top: 23px;
    width: 515px;   
}
.PhorumStdTablekitsas {
    width: 100%;
}
.PhorumTableHeader {
    background: #ad5328;
    color: #fff;
    padding: 3px 3px 3px 3px;
    font-weight: 400;
}
.GrayPhorumTd {
    color: #6c6e70;
}
.PhorumTableRow {
    padding: 3px;
}
.PhorumTableRowRead {
    padding: 0 0 25px 3px;
}
.PhorumTableRowAlt {
    padding: 3px;
}    

table.PhorumFormTable td {
    height: 26px;
}

/* Read Page specifics */

.PhorumReadMessageBlock {
    margin-bottom: 5px;
}

.PhorumReadBodySubject {
    color: Black;
    font-size: 16px;
    font-weight: bold;
    padding-left: 3px;
}

.PhorumReadBodyHead {
    padding-left: 5px;
}

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

.PhorumReadNavBlock {
    border-bottom: 1px solid #000000;
    background-color: #ffffff;
    padding: 2px 3px 2px 3px;
}

/* List page specifics */

.PhorumListSubText {

}

.PhorumListPageLink {
}

.PhorumListSubjPrefix{
    font-weight: bold;
}    

.PhorumListModLink, .PhorumListModLink a {
}

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

.PhorumNarrowBlock {
}

.PhorumSmallFont {
}    

.PhorumLargeFont {
    font-weight: bold;
}    


.PhorumFooterPlug {
    margin-top: 10px;
}