@charset "UTF-8";
/* Necessities */
/*///////////
Client:
Last modified: 08/16/07
\\\\\\\\\\\\\\*
/*----- Profile Body ------*/
/* master links */
a:link, a:active, a:visited {
	color:#ccc;
	text-decoration:none;
}
a:hover {
	color:#ccc;
	text-decoration:underline;
}
/*---------------------------- 
Page Header & Footer 
-----------------*/
div#footer {
	color:#ccc;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin-top:-15px;
	background:#1d1d1d; 
	border-left:1px solid #323232;
	border-right:1px solid #323232;
}
*html div#footer {
	margin-left:5px;
	width:869px;
}
div#footer a, div#footer a:link {
	color:#ccc;
	text-decoration:none;
	font-weight:normal;
}
div#footer a:hover {
	text-decoration:underline;
}

/*-------------------------------- Main Layout & Master Module 1-28 Controls -----------------*/
div#mainLayout {
	width:867px !important;
	padding:0px;
	margin:-3px 0 0 0;
}
div#profileBottom {
	position:relative;
}
/*---------- 
Friends Section 
----------*/
div#friendContainer {
	width:478px;
	height:370px;
	position:absolute;
	top:-1070px;
	margin:10px 0 0 15px;
	background:#000;
	border-left:1px solid #323232;
	border-right:1px solid #323232;
	border-bottom:1px solid #323232;
	text-align:left;
}
*html div#friendContainer {
	top:-1055px;
	left:-431px;
	height:360px;
}
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);
}
div.friend {
	height:110px;
	margin-top:5px;
}
div#friendTop {
	height:31px;
	background:url(Images/headerFriends.jpg) no-repeat;
}
div#friendContent {
	background:url(Images/friendsBg.jpb) no-repeat;
	padding:5px 20px 0 20px;
}
div#friendContent h5 {
	color:#000;
}
div#profile_friends a, div#profile_friends a:link {
	color:#ccc !important;
	text-decoration:none !important;
}
div#profile_friends a:hover {
	text-decoration:underline !important; 
}
div#profile_friends .clear {
	display:none;
}
div#ctl00_Main_ctl00_ctl03_pnlAllFriendsLink, div#ctl00_Main_ctl00_ctl04_pnlAllFriendsLink, div#ctl00_Main_ctl00_ctl05_pnlAllFriendsLink {
	clear:both;
	font-size:9px;
}
#profile_friends_13, #profile_friends_12, #profile_friends_11, #profile_friends_10, #profile_friends_9, #profile_friends_8 {
	display:none;
}

/*---------- 
Comments Section 
----------*/
div#commentContainer {
	width:478px;
	height:660px;
	position:absolute;
	top:-675px;
	margin:0 0 10px 15px;
	background:#000;
	border-left:1px solid #323232;
	border-right:1px solid #323232;
	border-bottom:1px solid #323232;
}
*html div#commentContainer {
	left:-431px;
}
div#commentTop {
	height:31px;
	background:url(Images/headerComments.jpg) no-repeat;
}
div#commentContent {
	width:450px;
	margin:10px 0 0 0;
	height:600px;
	padding:10px 5px 0 15px;
	overflow:auto;
}
div#commentContent .heading {
	display:none;
}
/* 
comments: view/edit all comments 
*/
#profile_comments a:link, #profile_comments a:active, #profile_comments a:visited {
	color:#ccc;
	text-decoration:none;
}
#profile_comments a:hover {
	color:#ccc;
	text-decoration:underline;
}



