﻿/* Styles for the forums */

.forum-border-right
{
    border-right:1px solid;
}
.forum_h1 a
{
    text-decoration:none;
    color:#003399;
}
.forum_name
{
    font-size:150%;
    color:#003399;
    text-decoration:none;
    font-weight:bold;
}
.forum_name a
{
    text-decoration:none;
    color:#003399;
}
.add_new_topic
{
    float:right;
    padding:0px;
    margin:0px 0px 5px 0px;
}
.add_new_topic a
{
    padding:2px 5px 2px 5px;
    background-color:#006699;
    border:1px solid #000000;
    color:#FFFFFF;
    margin:0px 0px 5px 0px;
    text-decoration:none;
    line-height:20px;
}

.add_new_topic a:hover
{   
    background-color:#000000;
}

.reply_font
{   
    font-size:120%;
}
.reply_font p
{
    padding:0px;
    margin:0px;
}
.reply_hr
{
    margin:0px 0px 5px 0px;
    padding:0px;
    clear:both;
    height:1px;
    color:#006699;
}
.reply_edit_link
{
    float:right;
    padding:0px;
    margin:0px;
}
.reply_edit_image
{
    border:0px;
    padding:0px;
    margin:0px;
    height:18px;
    width:18px;
}