﻿.forumArea .listItems
{
    width: 100%;
    border-collapse: inherit;
}
.forumArea a
{
    color: #8A327C;
    text-decoration: none;
}
.forumArea a:hover
{
    text-decoration: underline;
}
.forumArea .listItems th
{
    border-bottom: 2px solid #8A327C;

}
.forumArea .listItems td
{
    padding-bottom: 10px;
    padding-top: 5px;
    border-bottom: 1px solid #8A327C;

}
.forumArea .forumTitle a
{
    font-size: 16px;
    font-weight: bold;
}
.forumArea .Stats
{
    color: #666666;
}
#LoginView
{
    text-align: right;
}
.forumArea .button_area a
{
    font-size: 16px;  
}
.forumArea .quote {
    background-color:#EEEEEE;
    border:1px solid #CCCCCC;
    font-style:italic;
    margin:0pt 0pt 20px;
    padding:20px 30px;
}
.forumArea .fUserInfo 
{
    float:left;
    width:130px;
}
.forumArea .fPostCont 
{
    margin:0pt 20px 0pt 150px;
}

.forumArea .listHeader
{
    border-bottom: 2px solid #8A327C;
}
.forumArea .listHeader a
{
    float: right;
}
.forumArea .fUserInfo dt  
{
    font-size:14px;
    font-weight:bold;
    color: #8A327C;
}
.forumArea .fPostCommands {
    border-bottom:1px solid #CCCCCC;
    margin:10px 0pt;
    padding:0pt 0pt 5px;
    text-align:right;
}
.LoginForm
{
    width: 300px;
    text-align: right;
    padding-top: 20px;
}
.LoginForm div
{
    padding: 5px;
}
.LoginForm .RembMe
{
    padding-right: 50px;
}
.LoginForm .Fail
{
    color: Red;
    font-weight: bold;
    text-align: left;
}
.LoginForm .Button
{
    padding-right: 100px;
}
.LoginSection
{
    padding: 10px; 
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #efefef;
    width: 400px;
}
.LoginSection h4
{
    margin: 0px;
    margin-bottom: 8px;
    border-bottom: 1px solid #dddddd;
}