.divAddPhorum {
    background-color: #0E7AA9;
}

#divSearchForm {
    width: 650px;
    padding-bottom: 10px;
}

#divSearchForm form {
    margin: 0px;
    padding: 0px;
}

#divSearchFormHead {
    height: 30px;
    line-height: 30px;
    margin-bottom: 5px;
    padding-left: 5px;
    color: #ffffff;
    font-weight: bold;
}

.divSearchFormHeadPhorum {
    background: #0300CB url(/images/bg-menu.jpg) repeat-x left;
}

.tblFormPhSearch {
    width: 100%
}

#search_word {
    width: 450px;
}

#search_word-label {
    width: 100px;
}

.tblFormPhSearch .buttons {
    text-align: right;
}

.tblFormPhorum {
    width: 650px;
}

#title-label {
    width: 80px;
}

#title {
    width: 550px;
}

#content {
    width: 550px;
}

#display_name {
    width: 200px;
}

#email-label {
    width: 50px;
}

#email {
    width: 200px;
}

.tblPhorums {
    width: 650px;
}

.tblPhorums a {
    color: #FF0000;
    font-weight: bold;
}

.tblPhorums a:href {
    color: #FF0000;
    font-weight: bold;
}

.tblPhorums div {
    float: none;
    padding: 0;
    margin: 0;
}

.tblPhorums .row {
    float: right;
    width: 650px;
    height: 18px;
    padding-top: 4px;
    border-bottom: 1px #0300CB solid;
}

.tblPhorums .date {
    float: left;
    width: 90px;
    padding-left: 4px;
}

.tblPhorums .title {
    float: left;
    width: 300px;
}

.tblPhorums .author {
    float: left;
    width: 170px;
}

.tblPhorums .count {
    float: left;
    width: 70px;
    text-align: center;
}

#tblPhorumsTitle {
    background: #0300CB url(/images/bg-menu.jpg) repeat-x left;
    height: 25px;
    padding-top: 8px;
    color: #ffffff
}

#tblPhorumsTitle .date {
    font-weight: bold;
    padding-left: 4px;
}

#tblPhorumsTitle .title {
    font-weight: bold;
}

#tblPhorumsTitle .author {
    font-weight: bold;
}

#tblPhorumsTitle .count {
    font-weight: bold;
}

.phorumDetail {
    position: relative;
    width: 642px;
    background-color: #DCF2FC;
    padding: 4px;
    margin-bottom: 5px;
}

.phorumDetail .divEditButtons {
    position: absolute;
    top: 5px;
    right: 5px;
}

.phorumDetail .title {
    font-weight: bold;
}

#phorumDetail {
    background-color: #A9E0F8;
    margin-bottom: 5px;
}

.phorumDetail div {
    float: none;
    padding: 0;
    margin: 0;
}

#divPhorumFooter {
    float: left;
    width: 650px;
    
}

#divPhorumFooterContent {
    width: 642px;
    padding: 4px;
}

#divPhorumFooterContent a {
    color: #FF0000;
}

#divPhorumFooterContent a:href {
    color: #FF0000;
}

#divPhorumFooterContent .left {
    float: left;
}

#divPhorumFooterContent .right {
    text-align: right;
}

