﻿.loginForm
{
    margin:0 auto;
    width:300px;
    font-size:11px;
    padding:5px 0px 5px 5px;
    background-color:#D7D7D8;
}
.loginForm input, #loginForm select
{
    float:left;
    font-size:11px;
}
.loginForm label
{
    width:100px;
    float:left;
    font-size:11px;
}

.leftButtons
{
    padding:10px 0px;
    float:left;
    width:280px;
}
.leftButtons img
{
    margin-right:7px;
}
.rightButtons
{
    padding:10px 0px;
    float:right;
    width:280px;
    text-align:right;
}
.rightButtons img
{
    margin-left:7px;
}
.headerBg 
{
    /*background-color:Green;*/
    font-size:11px;
    font-weight:bolder;
    padding:3px 0px 3px 0px;
    color:White;
    background-color:Black;
    border:solid 1px white;
}
.tdInnerGreen
{
    font-size:11px;
    padding:5px 0px 5px 5px;
    background-color:#D7D7D8;
    border:solid 1px white;
}
.tdInnerGreen a:link, .tdInnerGreen a:active, .tdInnerGreen a:visited,
.tdInnerA a:link, .tdInnerA a:active, .tdInnerA a:visited,
.tdInnerS a:link, .tdInnerS a:active, .tdInnerS a:visited
{
    color:black;
}
.tdInnerA
{
    font-size:11px;
    padding:5px 0px 5px 5px;
    background-color:#f5c864;
    border:solid 1px white;
}
.tdInnerS
{
    font-size:11px;
    padding:5px 0px 5px 5px;
    background-color:#92dae8;
    border:solid 1px white;
}
.tblContent
{
    border:solid 2px #f21e23;
    border-bottom:none;
    font-size:11px;
    background-color:#D7D7D8;
}
.tblBottom
{
    color:White;
    background-color:Black;
    height:20px;
    border:solid 2px #f21e23;
    border-top:none;
    text-align:center;
    padding:7px;
}
.tblBottom a:link, .tblBottom a:active, .tblBottom a:visited
{
    color:White;
}

#profileAvatar
{
    width:200px;
    float:left;
    text-align:center;
}
#profileContent
{
    width:320px;
    float:left;
    text-align:left;
    padding:10px;
}
.rblIcons label
{
    width:20px;
}

#postIt_FirstPost
{
    width:434px;
    height:440px;
    margin:0 auto;
    background:url(/forum/images/postit.jpg) no-repeat center center;
    padding:30px 33px;
}
#FirstPostLeft
{
    width:150px;
    height:150px;
    float:left;
    margin:0px;
}
#FirstPostRight
{
    width:270px;
    float:left;
    height:150px;
    margin-left:10px;
}
#FirstPostRightLeft
{
    width:270px;
}
#FirstPostContent
{
    margin-top:10px;
    margin-bottom:20px;
    height:165px;
}
#FirstPostContentHeader
{
    margin-bottom:10px;
}
#FirstPostDateEditDelete
{
    margin-bottom:15px;
}
#FirstPostDateEditDelete
{
    width:420px;
}
#FirstPostDate
{
    width:250px;
    float:left;
}
#FirstPostContentWords
{
    overflow:auto;
    height:150px;
}
#FirstPostEditDelete
{
    float:right;
    text-align:right;
    width:170px;
}
.postPaging
{
    margin:20px 0px;
    padding:5px;
    width:550px;
}
.postPagingPages
{
    width:300px;
    float:left;
}
.postPagingPages a:link, .postPagingPages a:active, .postPagingPages a:visited,
.postPagingPostsPerPage a:link, .postPagingPostsPerPage a:active, .postPagingPostsPerPage a:visited
{
    font-weight:bolder;
}
.postPagingPostsPerPage
{
    width:250px;
    float:right;
    text-align:right;
}
.postDate
{
    float:left;
    width:265px;
    padding-left:5px;
    padding-top:2px;
}
.postEditDelete
{
    float:right;
    text-align:right;
    width:145px;
    padding-right:5px;
}
