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

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

/*---------- 
Friends Section 
----------*/
div#friendContainer {
	background:url(Images/friendsBg.jpg) no-repeat;
	height:493px;
}
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;
}
div#friendTop {
	height:95px;
}
div#friendContent {
	text-align:left;
	margin:25px 0 0 80px;
}
div#friendContent .heading {
	display:none;
}
div.friend {
	width:115px;
	margin:10px 0 20px 0;
}
div#friendContainer img {
	max-width:75px;
	max-height:70px;
	width:expression((this.width > 75)? ((this.height > 70)? ((this.width/75 < this.height/70)? true : 75) : 75) :true);
	height:expression((this.height > 70)? ((this.width > 75)? ((this.height/70 < this.width/75)? true : 70) : 75) :true);
	margin-top:5px;
}
div#profile_friends a {
	color:#e47608 !important;
}
.redtext, .redbtext, .redlink friendtext {
	color:#01aef0;
	font-weight:bold;
}



/*---------- 
Comments Section 
----------*/
div#commentContainer {
	background:url(Images/commentsBg.jpg) no-repeat;
	height:554px;
}
#profile_comments {
	font-family:Arial, Helvetica, sans-serif;
}
#profile_comments h4 {
	color:#e47608;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0 0 5px 0;
}
div#commentTop {
	height:95px;
}
div#commentContent {
	width:800px;
	margin:0 auto;
	height:375px;
	padding-right:25px;
	overflow:auto;
	text-align:left;
}
*html div#commentContent {
	padding-left:25px;
	width:850px;
}
div#commentContent .heading {
	display:none;
}
/* 
comments: view/edit all comments 
*/
#profile_comments a:link, #profile_comments a:active, #profile_comments a:visited {
	color:#e47608;
	text-decoration:none;
}
#profile_comments a:hover {
	color:#e47608;
	text-decoration:underline;
}


