@charset "UTF-8";
/* Necessities */
/*///////////
Client:
Last modified: 08/16/07
\\\\\\\\\\\\\\*

/*-------------------------------- Main Layout & Master Module 1-28 Controls -----------------*/
div#mainLayout {
	width:998px;
	padding:0px;
	margin:0px;
	text-align:left;
}
/*Removes gap that seperates profile from modules*/
div#profileBottom {
	margin-top:-20px;
	width:998px;
	background:url(Images/bgRepeater.jpg) repeat-y;
}


/*---------- 
Friends Section 
----------*/
div#friendContainer {
	height:572px;
	background:url(Images/bgFriends.jpg) no-repeat;
	margin:0 0 0 9px;
}
div#friendTop {
	height:140px;
}
div#friendContent {
	margin-left:100px;
}
div#friendContent .heading {
	display:none;
}
div#friendContainer img {
	max-width:70px;
	max-height:65px;
	width:expression((this.width > 80)? ((this.height > 75)? ((this.width/80 < this.height/75)? true : 80) : 80) :true);
	height:expression((this.height > 75)? ((this.width > 80)? ((this.height/75 < this.width/80)? true : 75) : 80) :true);
	margin-top:5px;
	border:1px solid #b35650;
}
div.friend {
	height:120px;
	margin-top:10px;
}
#profile_friends .redbtext {
	color:#1c98ab;
	font-weight:bold;
}
#profile_friends a:link, #profile_friends a:active, #profile_friends a:visited {
	color:#b35650;
	text-decoration:none;
	font-weight:bold;
}
#profile_friends a:hover {
	color:#b35650;
	text-decoration:underline;
	font-weight:bold;
}


/*---------- 
Comments Section 
----------*/
div#commentContainer {
	height:572px;
	background:url(Images/bgComments.jpg) no-repeat;
	margin:0 0 0 9px;
}
div#commentTop {
	height:100px;
}
div#commentContent {
	width:800px;
	margin:0 auto;
	height:375px;
	padding-right:25px;
	overflow:auto;
}
*html div#commentContent {
	margin-left:100px;
}
div#commentContent .heading {
	display:none;
}
/* 
comments: view/edit all comments 
*/
#profile_comments a:link, #profile_comments a:active, #profile_comments a:visited {
	color:#b35650;
	text-decoration:none;
}
#profile_comments a:hover {
	color:#b35650;
	text-decoration:underline;
}


