@charset "UTF-8";
/* Necessities */
/*///////////
Client:
Last modified: 10/28/08
\\\\\\\\\\\\\\*
/*----- Profile Body ------*/
#profile {
	background-color:#fcd901;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	font-weight:normal;
	font-style:normal;
}
/* master links */
a:link, a:active, a:visited {
	color:#009;
	text-decoration:none;
}
a:hover {
	color:#009;
	text-decoration:underline;
}
/*---------------------------- 
Page Header & Footer 
-----------------*/
/* Hidden
div#header, div#topnav {
	display:none;
}

/*
Hide google Bar
*/
div#ctl00_Header_ctl00_searchControls {display:none;}
/*
END Hide google Bar
*/

/* 
footer text/links 
*/
div#footer {
	color:#333;
}
div#footer a {
	color:#333;
	text-decoration:none;
	font-weight:normal;
}
div#footer a:hover {
	color:#666;
	text-decoration:none;
}

/*-------------------------------- Main Layout & Master Module 1-28 Controls -----------------*/
div#mainLayout {
	width:800px;
	padding:0px;
	margin:0px;
}
/*
Removes gap that seperates profile from modules
*/

div#profileBottom {
	margin-top: 30px;
}

/*
Combined Values
*/
#profile_friends, #profile_forums {
	width:800px;
	padding:20px;
	padding-top:20px;
}

/*---------- 
Friends Section 
----------*/
div#friendContainer {
	height:300px;
}
div#friendContainer img {
	width:70px;
	height:65px;
	border:1px solid #000;
}
div#friendContent .heading {
	color: #000;
}



/*---------- 
Forum Section 
----------*/
*html div#forumContainer {
	margin-top:-3px;
}
div#forumContainer {
	height:220px;
}
div#forumContainer .heading {
	margin-right:30px;
}
div#forumContent {
	padding-right:25px;
}
/* forum - post topic | view all topics */
#profile_forums .right a:link, #profile_forums .right a:active, #profile_forums .right a:visited {
	text-decoration:none;
	font-size:10px;
}
#profile_forums .right a:hover {
	text-decoration:underline;
}
div#forumContent .left {
	display:none;
}



/*---------- 
Comments Section 
----------*/
div#commentContainer {
	height:400px;
	background-repeat:no-repeat;
}
div#commentContent {
	width:800px;
	margin:0 auto;
	height:375px;
	padding-right:25px;
	overflow:auto;
}
*html div#commentContent {
	padding-left:25px;
}
div#commentContent .heading {
	color: #000;
	/*display:none;*/
}
/* 
comments: view/edit all comments 
*/
#profile_comments a:link, #profile_comments a:active, #profile_comments a:visited {
	text-decoration:none;
}
#profile_comments a:hover {
	text-decoration:underline;
}


