@charset "UTF-8";
/* Necessities */
/*///////////
Client: Disney
Last modified: 08/16/07
\\\\\\\\\\\\\\*
/*----- Profile Body ------*/
#profile {
	background-color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#fff;
	font-weight:normal;
	font-style:normal;
}
/* master links */
a:link, a:active, a:visited {
	color:#fff;
	text-decoration:none;
}
a:hover {
	color:#fff;
	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:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:normal;
}
div#header {
	height:77px;
	}
div#topnav {
	height:5px;
	max-height:15px;
	margin-bottom:25px;
}
/* 
footer text/links 
*/
div#footer {
	color:#333;
}
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:850px;
	padding:0px;
	margin:0px;
}
/*
Removes gap that seperates profile from modules
*/
div#profileBottom {
	margin-top:-20px;
}
*html div#profileBottom {
	margin-top:-30px;
}

/*
Combined Values
*/
#profile_friends, #profile_forums {
	width:830px;
	padding:40px;
	padding-top:40px;
}

/*---------- 
Friends Section 
----------*/
div#friendContainer {
	height:300px;
	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:300px;
}
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;
}
div#commentContent {
	width:800px;
	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:#666;
	text-decoration:none;
}
#profile_comments a:hover {
	color:#fff;
	text-decoration:underline;
}



/*--------  Individual Link Properties --------*/

/* the web | myspace - search */
#header_search {
	color:#281206;
	display:none;
}
/* search form field */
#header_search .w150 {
	display:none;
}
/* search form button */
#header_search .button {
	display:none;
}
/* help | signout */
#header .right {
	color:#222120;
	font-weight:bold;
}
#header .right a:link, #header .right a:active, #header .right a:visited {
	color:#222120;
	font-weight:bold;
}
#header .right a:hover {
	color:#222120;
}

/* copyright link */
#copyRight:link, #copyRight:active, #copyRight:visited {
	font-size:11px;
	color:#333;
	text-decoration:none;
}
#copyRight:hover {
	font-size:11px;
	color:#ff2000;
	text-decoration:none;
}