/*  TABBED CONTENT (e.g. used by portlets/footer/socialprofiletemplates/wallitems.html and possibly others) */


/* Contains the entire tabbed section */
.tabbed {
	width:100%;
	margin-top:15px;
	padding-left:10px;
	}

/* List of tabs */


.tabbed h4 {
	height: 32px;
	margin: 0;
	position: relative;
	top: 1px;
}

.tabbed h4 span.current {
	display: inline;
	background: #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	z-index: 2;
}

.tabbed h4 span {
	cursor: pointer;
	background: #d0d8e8;
	border: 1px solid #999;
	padding: 5px;
	display: block;
	float: left;
	height: 20px;
	margin-right: 5px;
}

/* The content shown when a tab is selected */
.tabbed div {
	display: block;
	width:96%;
}

#communityexplorer_findpeople,
#communityexplorer_skillschart,
#communityexplorer_skillscloud,
#communityexplorer_industriescloud,
#communityexplorer_vendorscloud,
#communityexplorer_rolescloud,
#communityexplorer_report
{
	width: 100%;
	border:1px solid #999;
	position:relative;
	padding:15px;
	padding-left:5px;
	margin-bottom:3px;
	overflow:hidden;
	background:#f2f2f2;
}

#socialprofile_activity, #socialprofile_friendrequests, #socialprofile_messages, #socialprofile_findpeople,#socialprofile_communityexpertise
{
	width: 100%;
	border:1px solid #999;
	position:relative;
	padding:15px;
	padding-left:5px;
	margin-bottom:3px;
	overflow:hidden;
	background:#f2f2f2;
}

#socialprofile_activity p{
	font-size:120%;	
}

/*     END TABBED CONTENT     */
     
     
/*     TYPEAHEAD / AUTOCOMPLETE    */  

.ac_input {
	width: 200px;
}
.ac_results {
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: Window;
	overflow: hidden;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}

.ac_results li {
	margin: 0px;
/*	margin-left:-116px;*/
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width: 250px;
	font: menu;
	font-size: 12px;
	overflow: hidden;
}
.ac_loading {
	/*background : url('/jquery/img/indicator.gif') right center no-repeat;*/
}
.ac_over {
	background-color: Highlight;
	color: HighlightText;
}

/*    END OF TYPEAHEAD / AUTOCOMPLETE   */