.forumline {
    margin-top: 10px;
    background-color: #A9B8C2;
    border: solid #D1D7DC 0px;
    border-top-width: 1px;
    font-size: 13px;
    font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
    width: 100%;
}

.forumline td {
    padding: 3px;
}

.forumline hr {
    border-color:#D1D7DC;
    border-style:solid;
    border-width:1px 0 0;
    height:0;
}

.forumline th {
    text-align: center;
    color: #FFA34F;
    letter-spacing:1px;
    font-size: 10px;
    font-weight: bold;
    background-color: #069;
    height: 25px;
    white-space:nowrap;
    /*background-image:   url(images/cellpic3.gif);*/
}

.forumline td.cat {
    background-color: #C7D0D7;
    /*background-image: url('images/cellpic1.gif'); */
    height: 22px;
    color:#006699;
    font-size:13px;
    font-weight:bold;
    letter-spacing:1px;
}

.forumline td.catHead {
    border-width:0;
    font-size:12px;
    background-color:#C7D0D7;
    /*background-image:url(images/cellpic1.gif);*/
    height:22px;
    color:#006699;
}

.forumline .post_details {
    font-size: 10px;
}

.row_30 { width: 30px; }
.row_50 { width: 50px; }
.row_100 { width: 100px; }
.row_150 { width: 150px; }

.forumline .rowpic {
    background-color:#FFFFFF;
    /*background-image:url(images/cellpic2.jpg); */
    background-repeat:repeat-y;
    height:22px;
}

.forumline .gensmall {
    color:#000000;
    font-size:11px;
}

.forumline .genmed {
    color:#000000;
    font-size:12px;
}

.forumline a.gensmall, .forumline a.genmed {
    color:#006699;
    text-decoration:none;
}

.forumline .help_text, .forumline .help_text a {
    font-size: 11px;
    color: #666;
}

.forumline .row1 {
    background-color:#EFEFEF;
}

.forumline .row2 {
    text-align: center;
    background-color:#DEE3E7;
}

.forumline .forumlink {
    font-size:13px;
    font-weight:bold;
    text-decoration:none;
    color:#0000FF;
}

.forumline .topictitle {
    color:#006699;
    text-decoration:none;
    font-size:11px;
    font-weight:bold;
}

.forumline .message{
    font-size:  12px;
    padding: 0 4px;
    margin:auto;
    position:   relative;
    min-height: 80px;
}

.forumline .message p {
    margin: 5px 0;
}

.forumline .name a {
    font-size:14px;
    font-weight:bold;
    color:#006699;
    text-decoration:none;
}

.forumline .signature{
    font-size:  10px;
    font-weight: bold;
    padding:    4px;
    position:   relative;
    width: 100%;
    margin:0 auto;
}

.forumline textarea.text_field{
    width:      90%;
    padding:    10px;
    margin:     10px;
    height:     140px;
}
.forumline blockquote {
    border:     solid #888 thin;
    color:      #787570;
    width:      95%;
    padding:    5px;
    margin:     5px;
    background: #fff;
}
.forum_pages {
    float: right;
}
.button {
    padding: 5px;
    border: 1px solid #88f;
    background: #eee;
    color: #338;
    display: block;
    margin: 4px;
}

.small_button {
    padding: 1px 3px;
    font-size: 11px;
    border: 1px solid #88f;
    background: #eee;
    color: #338;
    display: block;
    margin: 4px;
}

.forum_history {
    color:#FF6600;
    font-size:12px;
    font-weight:bold;
}

.forum_history a {
    color:#006699;
    text-decoration:none;
}


.left {float: left;}
.right {float: right;}
.clear {clear:both;}
