﻿.profilebox {
    padding:3px;
    border:1px solid #cccccc;
    width:482px;
}
.profileTxt {
    width:419px;
    float:left;
    margin-right:3px;
}
.profilebox:hover {
    background-color:#c7e8f7;
    cursor:pointer;
}
.profileusername {
    font-weight:bold;
}
.profiledescription {
    font-weight:normal;
}
.profileimage {
    width:59px;
    float:left;
    border-style:none;
}
.profileArea {
    clear:left;
    margin-top:3px;
}
.profileMembername {
    font-size:12px;
    font-weight:bold;
    height:18px;
    display:block;
    padding:3px 0px 0px 3px;
    border:1px solid #cccccc;
}
.profilepersonal {
    width:365px;
    float:left;
    padding:3px;
    background:url(../images/panelmiddle.gif) repeat-x;
    margin-bottom:3px;
}
.pparea {
    clear:left;
    margin-bottom:5px;
}
.pparea p {
    margin:0px;
    padding:0px;
}
.ppersonalsm {
    clear:left;
    width:80px;
    float:left;
}
.ppersonalbig {
    float:left;
}
.ppersonalwide {
    clear:left;
}
.profiletech {
    width:100px;
    float:right;
    padding:3px;
    border:1px solid #cccccc;
    background:url(../images/panelmiddle.gif) repeat-x;
}
.profiletech p {
    margin:0px;
    padding:0px;
    font-size:11px;
}

/* Forum */
.forumTextBox {
    width: 487px;
    border: 1px solid #cccccc;
}
.forumPosterBox {
    width: 50px;
    background: #f5f5f5;
    padding: 5px 5px 5px 5px;
    text-align: left;
    font-size: 11px;
    float: left;
}
.forumcomment {
    width: 400px;
    padding: 5px 5px 5px 5px;
    float: left;
}
.postCommentBox {
    width: 144px;
}

.membtn {
    margin:0px 0px 0px 0px;
    padding:2px 0px 0px 0px;
    border: none;
    height:16px;
    color: #000000;
    background:url(../images/selectionbg.gif) repeat-x;
    float:right;
    text-align: center;
}
.membtn:hover {
    background:url(../images/selectionbgon.gif) repeat-x;
}
.membtnblack {
    margin:0px 0px 0px 0px;
    padding:2px 0px 0px 0px;
    border: none;
    height:16px;
    color: #000000;
    background:url(../images/selectionbg.gif) repeat-x;
    float:right;
    text-align: center;
}
.membtnred {
    margin:0px 0px 0px 0px;
    padding:2px 0px 0px 0px;
    border: none;
    height:16px;
    color: #ff0000;
    background:url(../images/selectionbg.gif) repeat-x;
    float:right;
    text-align: center;
}
.membtnblack:hover {
    background:url(../images/selectionbgon.gif) repeat-x;
}
.membtnred:hover {
    background:url(../images/selectionbgon.gif) repeat-x;
}
.rightmembtn {
    margin:0px 0px 0px 0px;
    padding:2px 0px 0px 0px;
    border:1px solid #cccccc;
    height:16px;
    width: 145px;
    color: #000000;
    background:url(../images/selectionbg.gif) repeat-x;
    float:right;
}
.rightmembtn:hover {
    background-image:none;
    background-color:#00bff3;
    color:#FFFFFF;
}
.groupicon {
    margin-right: 5px;
    margin-top:1px;
    margin-left:1px;
    width:50px;
    float: left;
}

/* Blog */
.blogdate {
    width: 50px;
    margin: 0px 0px 0px 0px;
    padding: 18px 13px 0px 5px;
    background: url(../images/blog-date-pad.jpg) no-repeat top left;
}
.blogdatenum {
    font-size: 30px;
    font-weight: bold;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 50px;
    height: 30px;
    text-align: center;
    color: #ff0000;
}
.blogdatemonth {
    font-size: 10px;
    text-align: center;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #ff0000;
    width: 50px;
    height: 35px;
}
.blogtitle {
    float: left;
    width: 415px;
    font-size: 16px;
    padding: 0px 0px 0px 5px;
    font-weight: bold;
    margin: 20px 0px 10px 0px;
    border-bottom: 1px solid #cccccc;
}
.blogtext {
    width: 415px;
    float: left;
    padding: 0px 0px 0px 5px;
}
.blogusername {
    font-weight:bold;
}
.blogbuttons {
    width: 100px;
}
.blogleftside {
    width: 60px;
    float: left;
}
.blogbtn {
    margin:0px 0px 5px 0px;
    padding:0px 0px 0px 0px;
    border:1px solid #cccccc;
    height:16px;
    color: #000000;
    text-align: center;
    background:url(../images/selectionbg.gif) repeat-x;
    float: left;
}
.blogbtn:hover {
    background:url(../images/selectionbgon.gif) repeat-x;
}
.blogTextBox {
    width: 480px;
    border: 1px solid #cccccc;
}
.blogPosterBox {
    width: 50px;
    background: #f5f5f5;
    padding: 5px 5px 5px 5px;
    text-align: left;
    font-size: 11px;
    float: left;
}
.blogcomment {
    width: 410px;
    padding: 5px 5px 5px 5px;
    float: left;
}
.bloginputbox {
    width: 400px;
    border: 1px solid #cccccc;
}
.invisible {
    width: 0px;
    display: none;
}

