@charset "utf-8";
/* CSS Document */

.memberProfileLeft { float: left; }
.memberProfileRight { float: right; width: 420px; }
.memberProfile h2 { margin-top: 0px; padding-top: 0px; }
.memberProfile h3 { font-size: 14px; padding-top: 10px; font-weight: bold; }
.memberProfile h4 { font-size: 18px; color: #B3B3B3; }
.memberProfileAvatar img { border: 2px solid #b3b3b3; margin: 0 10px 10px 0; }
.sendMessage { height: 40px; background: url(/images/profile/button-message.png) no-repeat; padding-left: 60px; margin-top: 12px; }
.becomeFriend { height: 40px; background: url(/images/profile/button-fan.png) no-repeat; padding-left: 60px }
.alreadyFriend { height: 40px; background: url(/images/profile/button-friended.png) no-repeat; padding-left: 60px }
.gamingRig { margin-top: 18px; }
.myFriends { margin-top: 12px; text-align: center;}

.profileXpBar { margin: 0 10px 10px 0; width: 186px; }
.profileXpHeader { width: 100%; height: 13px; }
.profileXpLevel { float: left; }
.profileXpLeft { float: right; }
.profileXpTotal { float: right;  }
.profileXpFooter { width: 100%; height: 13px; }
.profileXpContainer { clear:both; }

.chatWall { width: 300px; }
.commentBox_even { float: left; width: 100%; margin-bottom: 4px;}
.commentBox_odd { float: left; width: 100%; background: #131313; margin-bottom: 4px; }
.commentWrapper { margin: 4px 6px 4px 6px; float: left; }
.commentAvatar { float: left; text-align: center; margin-right: 4px; width: 32px; }
.commentAvatar img { border: 1px solid #B3B3B3; margin: 0 auto; }
.myCommentMessage { color: #169bf9; font-weight: bold; width: 268px; }
.otherCommentMessage { width: 268px; }