.tableBorderLeft
{
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    margin-bottom: 25px;
    margin-top: 25px;
}
.tableCellOne
{
    text-align: left;
    padding-left: 10px;
    vertical-align: middle;
    background: none;
    border-top: solid 1px #ccc;

}
.tableCellTwo
{
    text-align: left;
    padding-left: 10px;
    vertical-align: middle;
    border-top: solid 1px #ccc;
    background: whitesmoke;
    text-align: center;
}
.tableCellTwo a,
.tableCellTwo a:hover
{
    background: none;
}
.forumCategoryDescription,
.forumDescription
{
    text-align: left;
    margin-top: -15px;
    color: #999;
}
th
{
    font-size: 14px;
    padding: 8px;
    color: #666;
    background: #efefef;
}
#forumtoolbar
{
    margin-top:20px;
    text-align: left;
}
.privatemessagebox
{
    width: 600px;
    position: absolute;
    left: 350px;
    top: 15px;
    background: url(/images/20/panel-bottom.gif) bottom left no-repeat;
    padding-bottom: 10px;
}
.privatemessagebox table
{   
    padding: 10px;
    font-size: 90%;
    padding-bottom: 0px;
    background: url(/images/20/panel-top.gif) top left no-repeat;

}
#forumbreadcrumb
{
    background: url(/images/20/breadcrumb.png) top left no-repeat;
    line-height: 38px;
    text-align: left;
    font-size: 14px;
    width: 950px;
    padding-left: 20px;
    padding-right: 20px;
}
#forumbreadcrumb a,
#forumbreadcrumb a:hover
{
    background: none;
    color: #333;
}
#forumsearchbox
{
    margin-top: 20px;
}
#topBar
{
    margin-top: 15px;
    text-align: right;
}
.topBarLinks a
{
    text-transform: lowercase;
}
#forumheader
{
    background: url(/images/20/logo.png) top left no-repeat;
    height: 127px;
    margin-top: 10px;
    position: relative;
    top: 0px;
    left: 0px;
    
}
table.threadBorder
{
    margin-bottom: 20px;
}
table.threadBorder a
{
    margin-right: 20px;
}
table.border
{
    margin-top: 20px;
}
#searchinfo
{
    text-align: left;
}
.smallLinks
{
    color: #333;
    font-size: 11px;
    font-weight: normal;
}

.smallLinks a,
.smallLinks a:hover,
.smallLinks a:visited
{
    font-size: 11px;
    font-weight: normal;
}
div.menuHeadingBG
{
    margin-top: 50px;
}

/*** new forum styles ***/
.forumtoolbar
{
    text-align: right;
}
div.postrow
{
    clear: both;
    background: #efefef url(/images/20/forumprofile-bottom.gif) bottom left no-repeat;
    margin-right: 20px;
}
div.post
{
    margin-bottom: 25px;
    background: #fff;
    margin-left: 175px;
    padding-left: 10px;
}
div.postlinks
{
    clear: both;
    text-align: right;
    padding: 3px;
}

div.postauthorprofile
{
    width: 175px;
    float: left;
    margin-right: 10px;
    background: url(/images/20/forumprofile-top.gif) top left no-repeat;
    padding-top: 20px;
}

div.postinfo
{
    text-align: left;
    height: 24px;
    background: #ff9900 url(/images/20/postinfoback.gif) top left no-repeat;
    padding: 3px;
    color: #000;
    line-height: 24px;
    font-weight: bold;
    
}
div.postadminlinks
{
    margin: 0px;
    background: #fff;
    text-align: right;

}
.postIP
{
    padding-left: 20px;
}
div.postbody
{
    margin: 0px;
    text-align: left;
}
div.postbody img
{
    max-width: 750px;
    width: expression(this.width > 750 ? 750 : true);
}
div.authorrank,
div.posterstats
{
    text-align: left;
    padding-left: 20px;
}
div.postauthorlinks
{
    margin-top: 20px;
}
div.postauthorlinks a
{
    margin-right: 20px;
}
div#pager
{
    text-align: left;
}
div.paginateStat
{
    margin-right: 40px;
}
div.paginate,
div.paginateCur
{
    display: inline;
}
.topicTitle
{

   text-decoration: none;
    font-weight: 900;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 20px;
    letter-spacing: -2px;
    color: #0066cc;
    background: none;
    line-height: 25px;
    text-align: left;
}