@charset "UTF-8";
/* Necessities */
/*///////////
Client:
Last modified: 08/16/07
\\\\\\\\\\\\\\*

/*-------------------------------- Main Layout & Master Module 1-28 Controls -----------------*/
div#mainLayout {
	width:850px;
	padding:0px;
	margin:0px;
	background:url(Images/bgRepeater.jpg) center repeat-y #fff;
}
div#profile_bottom {
	margin-top:-20px;
}

/*---------- 
Friends Section 
----------*/
div#friendContainer {
	width:720px;
	margin-left:60px;
}
div#friendContainer img {
	max-width: 70px;
	max-height: 65px;
	width:expression((this.width > 70)? ((this.height > 65)? ((this.width/70 < this.height/65)? true : 70) : 70) :true);
	height:expression((this.height > 65)? ((this.width > 70)? ((this.height/65 < this.width/70)? true : 65) : 70) :true);
	margin-top:3px;
	border:1px solid #ccc;
}
div.friend {
	width:93px;
	padding:0 !important;
	margin-top:5px;
}
div#friendTop {
	height:96px;
	background:url(Images/headerFriends.jpg) no-repeat center;
}
div#friendContent {
	margin:0 20px 0 40px;
}
div#friendContent h5 {
	color:#4f4f4f;
}
div#profile_friends a, div#profile_friends a:link {
	color:#fff !important;
	text-decoration:none !important;
	font-weight:normal;
}
div#profile_friends a:hover {
	color:#fff !important;
	text-decoration:underline !important;
}



/*---------- 
Forum Section 
----------*/
div#forumContainer {
	width:720px;
	margin-left:60px;
	padding-bottom:15px;
}
div#forumContainer .heading {
	margin-right:30px;
}
div#forumContent {
	padding-right:25px;
	padding-left:18px;
}
div#forumTop {
	height:98px;
	background:url(Images/headerForums.jpg) no-repeat center;
}
/* forum - post topic | view all topics */
#profile_forums  a, #profile_forums  a:link {
	color:#fff;
}
#profile_forums .right {
	padding-bottom:10px;
}
#profile_forums .right a:link, #profile_forums .right a:active, #profile_forums .right a:visited {
	color:#df2624;
	text-decoration:none;
	font-size:10px;
}
#profile_forums .right a:hover {
	color:#df2624;
	text-decoration:underline;
}
#profile_forums .left {
	color:#df2624;
}
div#forumContent .left {
	display:none;
}



/*---------- 
Comments Section 
----------*/
div#commentContainer {
	height:525px;
	width:710px;
	margin-left:60px;
}
div#commentContent {
	width:680px;
	margin:0 auto;
	height:395px;
	padding-right:25px;
	padding-left:18px;
	overflow:auto;
}
*html div#commentContent {
	padding-left:25px;
}
div#commentTop {
	height:93px;
	background:url(Images/headerComments.jpg) no-repeat center;
	margin-bottom:10px;
}
div#commentContent .heading {
	display:none;
}
/* 
comments: view/edit all comments 
*/
#profile_comments a:link, #profile_comments a:active, #profile_comments a:visited {
	color:#fff;
	text-decoration:none;
}
#profile_comments a:hover {
	color:#fff;
	text-decoration:underline;
}


