#sideBar {
	float: left;
	width: 220px;
	margin: 5px 0px 5px 5px;
}
#mainArea {
	float: right;
	width: 700px;
	margin: 0px 5px 5px 0px;
}
#userImage {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 3px;
}
#userImage img {
	border: 2px solid #FFF;
}
#imageChange {
	font-size: 9px;
	margin-left: 15px;
	margin-bottom: 10px;
}
#userName {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 8px;
	margin-top: 7px;
}
.lastestCommentsTitle {
	font-size: 10px;
	font-weight: bold;
}
.lastestCommentsTitle h3 {
	display: block;
	font-size: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
.commentArea {
	background-image: url(/images/comment-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 53px;
	width: 484px;
	font-size: 12px;
	padding: 18px 8px 18px 8px;
}
.teamEdit {
	float:right;
	font-weight: normal;
}
.teamEdit a:hover, .teamEdit a {
	text-decoration: none;
}
.teamEdit a:hover {
	font-weight: bold;
}
.postTitle {
	font-size: 12px;
	margin-left: 35px;
	margin-bottom: 15px;
}
.postTitleArea {
	font-size: 12px;
	margin-bottom: 5px;
	margin-left: 15px;
}
.noComments {
	font-size: 12px;
	font-weight: bold;
	margin-left: 15px;
}
.noCommentsTeams { 
	font-size: 12px;
	margin-left: 15px;
}
.uploadPictures, .uploadAlbums {
	width: 500px;
	height: 300px;
	background: #FFF;
	z-index: 22;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -150px;
	margin-top: -250px;
	overflow: hidden;
}
.friend {
	width: 60px;
	text-align: center;
	float: left;
	margin: 0px 4px 8px 4px;
}
#becomeFanButton {
	margin-top: 10px;
	text-align: center;
}
#deFanButton {
	font-size: 8px;
	margin-left: 10px;
	margin-top: 7px;
	float: left;
	width: 100px;
}
#messageButton {
	margin-top: 3px;
	margin-left: 7px;
	float: right;
	width: 100px;
}
#statusUpdate {
	width: 460px;
	margin-bottom: 7px;
}
#statusInput textarea#textInput {
	width: 450px;
	height: 20px;
	border: 2px solid #000;
	padding: 5px;
	font-family: Tahoma, sans-serif;
}
#albumFormArea textarea#albumInput {
	width: 300px;
	height: 20px;
	border: 2px solid #000;
	padding: 5px;
	font-family: Tahoma, sans-serif;
}
#albumFormArea input#albumInput {
	width: 300px;
	height: 20px;
	border: 2px solid #000;
	padding: 5px;
	font-family: Tahoma, sans-serif;
}
.statusReplyArea textarea#textInput {
	width: 250px;
	height: 10px;
	border: 2px solid #000;
	padding: 5px;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
}
.imageCommentArea textarea#textInput {
	width: 250px;
	height: 10px;
	border: 2px solid #000;
	padding: 5px;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	margin-top: 10px;
}
.imageCommentArea {
	width: 275px;
	margin-left: 50px;
}
#formSubmitter {
	margin-left: 370px;
	display: none;
}
.statusOne {
	margin-bottom: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	padding-top: 7px;
	width: 500px;
}
.statusImage {
	float: left;
	width: 60px;
	text-align: center;
}
.statusMessage {
	font-size: 14px;
}
.statusInfo {
	float: left;
	margin-left: 10px;
	width: 430px;
}
.statusDate {
	font-size: 9px;
	color:#333;
	margin-top: 7px;
}
.deleteMessage {
	float: right;
	width: 30px;
	margin-left: 10px;
	margin-bottom: 7px;
	font-size: 8px;
}
#albumFormArea {
	text-align: center;
}
#addAlbumForm {
	text-align: center;
	font-size: 12px;
	margin-top: 30px;
	width: 350px;
	margin-left: 30px;
}
#addAlbum {
	text-align: center;
	font-size: 12px;
	margin-top: 15px;
	width: 220px;
	float: left;
}
#albumSubmitter {
	margin-left: 240px;
}
#addPictures {
	margin-left: 580px;
	font-size: 12px;
}
.albumImages {
	width: 140px;
	float: left;
	height: 140px;
}
.albumImages img {
	border: #FFF 2px solid;
}
.albumImage {
	float:left;
	width: 50px;
}
.albumText {
	float:right;
	width: 150px;
	overflow: hidden;
	font-size: 10px;
	font-weight: bold;
	margin-top: 12px;
}
.albumListing {
	margin-bottom: 10px;
	margin-left: 10px;
}
.swfupload {
	position: absolute;
	z-index: 1;
}
#imageArea {
	text-align: center;
}
#imageNavigation #next {
	float: right;
	width: 150px;
	margin-right: 60px;
	text-align: right;
}
#imageNavigation #previous {
	float: left;
	width: 150px;
	margin-left: 60px;
	text-align: left;
}
#imageNavigation  {
	margin-bottom: 7px;
	font-size: 12px;
	margin-top: 15px;
}
#backAlbum {
	text-align:center;
	font-size: 12px;
	float: left;
	margin-left: 100px;
}
#imageMenu {
	float: right;
	font-size: 10px;
	margin-top: 10px;
	margin-right: 50px;
	text-align:right;
	cursor: pointer;
}
#imageMenu .link {
	margin-top: 7px;
}
#imagesupdates {
	text-align: center;
	font-size: 10px;
}
.statusDate a {
	cursor: pointer;
}
.statusReply {
	padding: 0 0 10px 0;;
	width: 350px;
	background-image: url(/images/status-reply-bg.png);
	background-repeat: repeat;
}
.statusReplyForm {
	padding: 0 0 10px 0;;
	width: 350px;
}
.statusReply .statusImage { 
	float:left;
	text-align:center;
	width:40px;
}
.statusReply .statusMessage { 
	font-size: 12px;
}
.statusReply .replyTop {
	background-image: url(/images/status-reply-top.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 10px;
	margin-bottom: 5px;
}
#replySubmitter {
	margin-left:180px;
}
.infoLabel {
	font-size: 12px;
	float: left;
	width: 120px;
	color:#333;
	margin-left: 25px;
	margin-bottom: 7px;
}
.infoData {
	font-size: 12px;
	float: left;
	width: 300px;
	font-weight: bold;
	margin-bottom: 7px;
}
.infoLabel-change {
	font-size: 12px;
	float: left;
	text-align: right;
	width: 140px;
	color:#333;
	margin-left: 25px;
	margin-bottom: 7px;
	padding-top: 2px;
}
.infoData-change {
	font-size: 12px;
	float: left;
	width: 300px;
	font-weight: bold;
	margin-bottom: 7px;
	margin-left: 3px;
}
.infoExample-change {
	font-size: 8px;
	float: left;
	width: 300px;
	font-weight: bold;
	margin-bottom: 7px;
	margin-top: -4px;
	margin-left: 170px;
}
.infoData-change input, .infoData-change select {
	font-size: 10px;
	font-weight: bold;
}
.infoData-change textarea {
	font-size: 10px;
	font-weight: bold;
	height: 50px;
	width: 400px;
}
#formUpdater {
	margin-left: 250px;
	margin-top: 25px;
}
.error {
	text-align: center;
	color:#F00;
}
#profileArea {
	float:left;
	width: 525px;
}
#messageArea {
	float:left;
	width: 675px;
}
#searchArea {
	float:left;
	width: 725px;
	padding: 7px;
	margin: 7px;
}
#AdArea {
	float: left;
	width: 150px;
	margin-left: 12px;
	text-align: center;
}
#AdArea #ad {
	margin-left: 15px;
	margin-top: 30px;
	width: 120px;
	margin-bottom: 10px;
}
#AdAreaSearch {
	float: right;
	width: 150px;
	margin-left: 12px;
	margin-right: 20px;
	text-align: center;
	margin-top: 15px;
}
#AdAreaSearch #ad {
	margin-left: 15px;
	margin-top: 30px;
	width: 120px;
	margin-bottom: 10px;
}
#passwordChange {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color:#F00;
	margin-bottom: 15px;
}
#pagnation {
	font-size: 10px;
	margin-top: 15px;
}
#pagnation #nextPage {
	width: 100px;
	float: right;
}
#pagnation #prevPage {
	width: 100px;
	float: left;
}
.viewall {
	font-size: 8px;
	text-align: right;
	margin-right: 7px;
	font-weight: normal;
}
.fanPosse {
	width: 80px;
	margin-left: 5px;
	float: left;
	margin-bottom: 25px;
}
.posseImage {
	text-align: center;
}
.posseName {
	text-align: center;
	font-size: 10px;
	margin-top: 3px;
}
.return {
	text-align: center;
}
#searchTearm {
	margin-bottom: 15px;
	font-weight: bold;
}
#noReuslts {
	text-align: center;
	margin: 15px;
}
.albumDisplay {
	margin-top: 25px;
	margin-left: 50px;
}
.albumDisplay .Image {
	float: left;
	width: 150px;
	text-align: center;
}
.albumDisplay .Image img {
	border: #FFF solid 3px;
}
.albumDisplay .Name {
	float: left;
	width: 310px;
	margin-left: 7px;
}
.albumDisplay .Date {
	float: left;
	width: 310px;
	margin-left: 7px;
	font-size: 10px;
	margin-top: 6px;
}
.albumDisplay .Delete {
	float: right;
	margin-right: 7px;
	font-size: 8px;
}
#imageComments {
	margin-left: 35px;
}
#posseTitle {
	font-size: 12px;
	font-weight: bold;
	margin-left: 7px;
	margin-bottom: 7px;
}
#imageInfo {
	float: left;
	width: 300px;
	font-size: 10px;
}
#dateAdded {
	font-size: 10px;
	color:#333;
	margin: 7px 30px;
}
.thumbArea {
	float: right;
	width: 230px;
	font-size: 10px;
	text-align: center;
}
.comment .thumbArea {
	float: left;
	margin-left: 10px;
	width: 230px;
	font-size: 10px;
	text-align: center;
}
.pingback .thumbArea {
	float: left;
	margin-left: 10px;
	width: 230px;
	font-size: 10px;
	text-align: center;
}
#PostthumbArea {
	float: left;
	margin-left: 10px;
	width: 430px;
	font-size: 10px;
	text-align: center;
	margin-top: 10px;
}
#PostthumbArea #thumbData {
	float:left;
	width: 260px;
	margin-left: 10px;
	margin-top: 5px;
	text-align: left;
}
.thumbUp {
	float: left;
	width: 25px;
	text-align: center;
	cursor: pointer;
}
.thumbDown {
	float: left;
	width: 25px;
	margin-left: 3px;
	text-align: center;
	cursor: pointer;
}
#thumbData {
	float:left;
	width: 160px;
	margin-left: 10px;
	margin-top: 10px;
	text-align: left;
}

#thumbLike {
	text-align: left;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 12px;
}
#albumBack {
	text-align: center;
	margin-top: 15px;
}
#qsSubmitter {
	margin-left: 10px;
}
#searchInput {
	font-size: 10px;
	width: 90px;
}
#newUsers {
	text-align: left;
	font-weight: bold;
	margin-top: 5px;
	font-size: 18px;
}
.newUser {
	margin-bottom: 7px;
	margin-left: 10px;
}
.newUserName {
	font-size: 12px;
	font-weight: bold;
	float: left;
	margin-left: 7px;
	margin-top: 17px;
}
.newUserImage {
	float: left;
	width: 50px;
}
#statusArea {
	float: left;
	width: 530px;
}
#fanRank, #fanPoints {
	margin-left: 15px;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 7px;
}
.messageInput input {
	font-size: 16px;
	font-weight: bold;
	width: 400px;
}
.messageInput textarea {
	font-size: 16px;
	font-weight: bold;
	height: 125px;
	width: 650px;
}
.messageInput {
	margin-bottom: 10px;
}
.messageTitle {
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 3px;
}
#messageSender {
	margin-left: 575px;
}
#addressMessage {
	font-size: 10px;
	margin: 3px 0px 7px 45px;
	font-weight: bold;
}









.darkenBackground {
	background-color: rgb(0, 0, 0);
	opacity: 0.7; /* Safari, Opera */
	-moz-opacity:0.70; /* FireFox */
	filter: alpha(opacity=70); /* IE */
	z-index: 20;
	height: 100%;
	width: 100%;
	background-repeat:repeat;
	position:fixed;
	top: 0px;
	left: 0px;
}
