.forumText
{
    font-family: Arial;
    font-size: 14px;
    color: #000000;
}

#forumContentContainer
{
    padding-top: 30px;
    font-family: Arial;
    font-size: 14px;
    color: #000000;
}

#forumContentContainer2
{
    padding-top: 10px;
    font-family: Arial;
    font-size: 14px;
    color: #000000;
}

#contentWrapperForum
{
    margin-left: 8px;
    background-image: url(/images/forumBG.gif);
    background-repeat: repeat-y;
}

#forumFooter
{
    width: 1028px;
    height: 109px;
    margin: auto;
    margin-bottom: 50px;
    background-image: url(/images/insideFooterForum.gif);
}

.smallText
{
    font-size: 12px;
    color: #666666;
}

#pageHeader
{
    clear: both;
    margin-bottom: 40px;
    width: 865px;
    margin-left: 40px;
}

#pageHeader2
{
    clear: both;
    font-family: Arial;
    font-size: 22px;
    color: #000000;
    font-weight: bold;
    margin-left: 40px;
    width: 865px;
}

#crumbContainer
{
    clear: both;
    margin-bottom: 20px;
    margin-left: 40px;
}

.crumbText
{
    font-size: 14px;
    color: #666666;
}

a.crumbText
{
    color: #666666;
    text-decoration: none;
}

a.crumbText:hover
{
    color: #ff0067;
    text-decoration: none;
}

.loginRegister
{
    color:#000000;
    font-size:14px;
}

a.loginRegister
{
    text-decoration: underline;
    
}

a.loginRegister:hover
{
    color: #ff0067;
    text-decoration: underline;
}

.formLine
{
    clear: both;
    margin-bottom: 8px;
}

.homeLeftColumn
{
    width: 100px;
    float: left;
    padding-top: 3px;
}

.homeRightColumn
{
    width: 765px;
    float: left;
}

.forumTextBox
{
    width: 400px;
    font-family: Arial;
    font-size: 14px;
    color: #000000;
}

.forumTextBoxLarge
{
    width: 550px;
    font-family: Arial;
    font-size: 14px;
    color: #000000;
}

.forumTextBoxLarge2
{
    width: 650px;
    font-family: Arial;
    font-size: 14px;
    color: #000000;
}

.logoutButton
{
    font-family: Arial;
    font-size: 14px;
    color: #000000;
}

.submitFormLine
{
    clear: both;
    padding-top: 20px;
    padding-bottom: 20px;
    background-image: url(../images/seperatorLine.gif);
    background-repeat: repeat-x;
    background-position: center;
}

/************************************************************************
FORUM DISPLAY
************************************************************************/

.categoryHeader
{
    clear: both;
    background-image: url(../images/forum/categoryHeader.gif);
    background-repeat: no-repeat;
    margin-left: 9px;
    height: 46px;
}

.categoryHeaderL
{
    clear: both;
    background-image: url(../images/forum/categoryHeaderL.gif);
    background-repeat: no-repeat;
    margin-left: 9px;
    height: 64px;
}

.replyContainer
{
    width: 132px;
    float: left;
    text-align: right;
    padding-top: 16px;
}

.categorySpacer
{
    clear: both;
    height: 30px;
}

.repeaterHeader
{
    clear: both;
    padding: 8px;
    font-size: 16px;
}

.subCategory
{
    clear: both;
    background-image: url(/images/forum/seperatorLine.gif);
    background-repeat: repeat-x;
    background-position: bottom;
    width: 865px;
    margin-left: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.nameColumn
{
    width: 489px;
    text-align: left;
    float: left;
}

.nameHeader
{
    width: 489px;
    text-align: left;
    float: left;
    padding-top: 8px;
    font-size: 22px;
    color: #ffffff;
    padding-left: 31px;
}

.nameHeaderL
{
    width: 760px;
    text-align: left;
    float: left;
    padding-top: 18px;
    font-size: 22px;
    color: #ffffff;
    padding-left: 31px;

}

.numTopicsHeader
{
    width: 80px;
    text-align: center;
    float: left;
    font-size: 16px;
    color: #9c9c9c;
    padding-top: 11px;
}

.numPostsHeader
{
    width: 80px;
    text-align: center;
    float: left;
    font-size: 16px;
    color: #9c9c9c;
    padding-top: 11px;
}

.lastPostHeader
{
    width: 200px;
    text-align: left;
    float: left;
    font-size: 16px;
    color: #9c9c9c;
    padding-top: 11px;
    padding-left: 15px;
}

.numTopicsColumn
{
    width: 80px;
    text-align: center;
    float: left;
}

.numPostsColumn
{
    width: 80px;
    text-align: center;
    float: left;
}

.lastPostColumn
{
    width: 200px;
    text-align: left;
    float: left;
    padding-left: 15px;
}

a.topicLink
{
    text-decoration: underline;
    color: #000000;
}

a.topicLink:hover
{
    text-decoration: underline;
    color: #ff0067;
}

/************************************************************************
TOPIC DISPLAY
************************************************************************/
.topicNameColumn
{
    float: left;
    width: 400px;
    text-align: left;
}

#newTopicContainer
{
    clear: both;
    width: 865px;
    margin-left: 40px;
    margin-bottom: 20px;
}

/************************************************************************
POST DISPLAY
************************************************************************/
.postContainer
{
    clear: both;
    padding-bottom: 40px;
    background-color: #ffffff;
    border: solid 1px #d8d8d8;
    width: 825px;
    margin-left: 40px;
    margin-top: 20px;
    padding: 20px;
}

.postHeader
{
    clear: both;
    padding: 8px;
    background-color: #eeeeee;
}

.postScreenName
{
    float: left;
    width: 449px;
    font-size: 18px;
    font-weight: bold;
}

.postDate
{
    float: left;
    width: 400px;
    text-align: right;
    padding-top: 2px;
}

.profilePhotoContainer
{
    float: left;
    
}

.profileStats
{
    clear: both;
    padding-top: 5px;
    font-size: 12px;
    color: #666666;
}

.profileStats a
{
    color: #666666;
    text-decoration: none;
}

.profileStats a:hover
{
    color: #ff0067;
}

.photoAndName
{
    padding: 0px;
    background-color: #be0000;
    color: #FFFFFF;
}

.profileStatsName
{
    margin-top: 5px;
    margin-left:5px;
}

.postBody
{
    width: 645px;
    float: right;
    padding-top: 8px;
}

.seperatorLine
{
    clear: both;
    padding-top: 12px;
    padding-bottom: 12px;
    background-image: url(../images/seperatorLine.gif);
    background-repeat: repeat-x;
    background-position: center;
}

.datePostedText
{
    color: #666666;
    font-size: 12px;
}

/************************************************************************
PROFILE
************************************************************************/
#galleryContainer
{
    padding-top: 40px;
}

.lightGrey
{
    color: #a4a4a4;
}

.thumbContainer
{
    float: left;
    width: 60px;
    height: 60px;
    background-position: center center;
    margin-right: 10px;
    cursor: pointer;
}

#profileContentContainer
{
    clear: both;
    width: 825px;
    margin-left: 40px;
    margin-top: 20px;
    background-color: #ffffff;
    border: solid 1px #d8d8d8;
    padding: 20px;
}

#profileIcons
{
    clear: both;
    margin-top: 5px;
}

.profileIconContainer
{
    float: left;
    margin-right: 5px;
}

.profileInfo
{
    clear: both;
    margin-bottom: 10px;
}

.profileInfoQuestion
{
    float: left;
    padding: 5px;
    background-color: #e5e5e5;
    margin-right: 8px;
}

.profileInfoAnswer
{
    float: left;
    padding-top: 5px;
}


/************************************************************************
BUTTONS
************************************************************************/
.logoutBTNForum
{
    width: 118px;
    height: 37px;
    background-image: url(../images/forum/logoutBTN.gif);
    border: 0px;
    cursor: pointer;
}

.logoutBTNForum:hover
{
    background-image: url(../images/forum/logoutBTNR.gif);
}

.newTopicBTN
{
    width: 125px;
    height: 28px;
    background-image: url(../images/forum/newTopic.gif);
    background-position: top;
    border: 0px;
    cursor: pointer;
}

.newTopicBTN:hover
{
    background-image: url(../images/forum/newTopic.gif);
    background-position: bottom;
}

.bottomReplyBtn
{
    width: 111px;
    height: 36px;
    background-image: url(../images/forumreply.gif);
    background-position: top;
    border: 0px;
    cursor: pointer;
}

.replyBTN
{
    width: 92px;
    height: 28px;
    background-image: url(../images/forum/replyBTN.gif);
    background-position: top;
    border: 0px;
    cursor: pointer;
}



.replyBTN:hover
{
    background-position: bottom;
}

.deleteBTN
{
    color: #be0000;
    text-decoration: none;
    font-weight: bold;
}

.deleteBTN:hover
{
    color: #000000;
}

/************************************************************************
POST REPLY/TOPIC
************************************************************************/
#formContainer
{
    width: 865px;
    margin-left: 40px;
}

.submitBTN
{
    width: 92px;
    height: 28px;
    background-image: url(../images/forum/submitBTN.gif);
    background-position: top;
    border: 0px;
    cursor: pointer;
}

.submitBTN:hover
{
    background-position: bottom;
}

#replyContainer
{
    width: 100px;
    clear: both;
    margin-left: 40px;
    margin-top: 20px;
}

.replyTextBox
{
    width: 865px;
    height: 200px;
    font-family: Arial;
    font-size: 14px;
    color: #000000;
}

.reportPost
{
    font-size: 11px;
    font-style: italic;
    color: #666666;
    background: none;
    border: 0;
    cursor: poiter;
    padding: 0;
    margin: 0;
}

a.reportPost
{
    text-decoration: none;
}

a.reportPost:hover
{
    color: Red !important;
}

.floatRight
{
    float: right;
}
