@charset "UTF-8";
/* Necessities */
/*///////////
Client: ABC
Last modified: 08/16/07
\\\\\\\\\\\\\\*
/*----- Profile Body ------*/
#profile {
	background-color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#fff !important;
	font-weight:normal;
	font-style:normal;
}
/* master links */
a:link, a:active, a:visited {
	color:#fff !important;
	text-decoration:none;
}
a:hover {
	color:#fff !important;
	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
*/

div#header, div#topnav, div#footer {
	color:#fff;
	font-size:8px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
}

table#headerTable,
table#headerTable tr,
table#headerTable td {
	background-color:#333;
	margin:0;
	padding:0;
}
ul#leftNav li a:hover,
ul#rightNav li a:hover,
ul#subNav0 li,
ul#subNav1 li,
ul#subNav2 li,
ul#subNav3 li {
	background-color:#333;
}

/* Makes the "More" button match other buttons (match bg color to above 'ul' style */
ul#leftNav li a#nav0,
ul#leftNav li a#nav1,
ul#leftNav li a#nav2,
ul#leftNav li a#nav3,
ul#subNav0 li,
ul#subNav1 li,
ul#subNav2 li,
ul#subNav3 li {
	background-color:#333;
	background-image:url(http://x.myspacecdn.com/modules/common/static/img/header/bkg_menubar.png);
	border:none;
}

/* Hides the gradient overlay when the 'More' button is in a hover state */
ul#leftNav li a#nav0:hover,
ul#leftNav li a#nav1:hover,
ul#leftNav li a#nav2:hover,
ul#leftNav li a#nav3:hover,
ul#subNav0 li a:hover,
ul#subNav1 li a:hover,
ul#subNav2 li a:hover,
ul#subNav3 li a:hover {
	background-color:#333;
	background-image:none;
}

/* Controls the text (must leave in 'important' */
ul#leftNav li a,
ul#leftNav li a:hover,
ul#rightNav li a,
ul#rightNav li a:hover,
ul#leftNav li a#nav0,
ul#leftNav li a#nav0:hover,
ul#leftNav li a#nav0 small,
ul#leftNav li a#nav1,
ul#leftNav li a#nav1:hover,
ul#leftNav li a#nav1 small,
ul#leftNav li a#nav2,
ul#leftNav li a#nav2:hover,
ul#leftNav li a#nav2 small,
ul#leftNav li a#nav3,
ul#leftNav li a#nav3:hover,
ul#leftNav li a#nav3 small,
ul#leftNav li a.open,
ul#subNav0 li a,
ul#subNav1 li a,
ul#subNav2 li a,
ul#subNav3 li a {
	color:#fff!important;
}

div#header {
	height:77px;
	}

/* 
/* 
footer text/links 
*/
div#footer {
	color:#fff;
	width: 798px;
}
div#footer a{
	font-size: 10px !important;
	letter-spacing: -0.5px;
	word-spacing: -1px;
}

*html div#footer a{
	font-size: 9px !important;
}
/*
div#footer a {
	color:#fff;
	text-decoration:none;
	font-weight:normal;
}
div#footer a:hover {
	color:#fff;
	text-decoration:none;
}*/

/*-------------------------------- Main Layout & Master Module 1-28 Controls -----------------*/
div#mainLayout {
	width:798px;
	padding:0px;
	margin:0px;
}
/*
Removes gap that seperates profile from modules
*/
div#profileBottom {
	margin-top:-10px;
}
*html div#profileBottom {
	margin-top:-20px;
}

/*
Combined Values
*/
#profile_friends, #profile_forums {
	width:798px;
	padding:20px;
	padding-top:20px;
	color: #fff !important;
}

/*---------- 
Friends Section 
----------*/
div#friendContainer {
	height:260px;
	background-image:url();
	background-repeat:no-repeat;
}
div#friendContainer img {
	width:70px;
	height:65px;
	border:1px solid #000;
}
div#friendContent {
}
div#friendTop {
}
div#friendContent .heading {
	display:none;
}



/*---------- 
Forum Section 
----------*/
*html div#forumContainer {
	margin-top:-3px;
}
div#forumContainer {
	background-image:url();
	background-repeat:no-repeat;
	height:200px;
}
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 {
	color:#fff;
	text-decoration:none;
	font-size:10px;
}
#profile_forums .right a:hover {
	color:#fff;
	text-decoration:underline;
}
#profile_forums .left {
	color:#fff;
}
div#forumContent .left {
	display:none;
}



/*---------- 
Comments Section 
----------*/
div#commentContainer {
	height:400px;
	background-image:url();
	background-repeat:no-repeat;
	color: #fff;
}
div#commentContent {
	width:750px;
	margin:0 auto;
	height:375px;
	padding-right:25px;
	overflow:auto;
}
*html div#commentContent {
	padding-left:25px;
}
div#commentContent .heading {
	display:none;
}
/* 
comments: view/edit all comments 
*/
#profile_comments a:link, #profile_comments a:active, #profile_comments a:visited {
	color:#999;
	text-decoration:none;
}
#profile_comments a:hover {
	color:#fff;
	text-decoration:underline;
}


