#portlet_people_WAR_peopleportlet {
	border: none;
	
	.portlet-content {
		padding: 0;
	}
	
	.results-grid { 
		border: none;
	}
	
	.portlet-title {
		display: none;	
	}
	
	.taglib-search-iterator-page-iterator-top {
		display: none;
	}
	
	.delta-selector {
		display: none;
	}
	
	.portlet-section-header {
		display: none;
	}
	
	.lfr-template {
		display: none;
	} 
	
	.results-header th {
		display: none;
	}
}

/** tabs and wrapper **/

#portlet_people_WAR_peopleportlet .people-wrapper {
	-webkit-box-shadow: 0 2.5px 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 2.5px 5px rgba(0,0,0,0.2);
	box-shadow: 0 2px 5px rgba(0,0,0,0.15);
	
	.tabs {
		width: 984px;
		height: 50px;
		padding-top: 25px;
		display: inline-block;
		border: 1px solid #B7DBED;
		
		background-image: linear-gradient(bottom, #BADDEB 0%, #F4FCFD 75%);
		background-image: -o-linear-gradient(bottom, #BADDEB 0%, #F4FCFD 75%);
		background-image: -moz-linear-gradient(bottom, #BADDEB 0%, #F4FCFD 75%);
		background-image: -webkit-linear-gradient(bottom, #BADDEB 0%, #F4FCFD 75%);
		background-image: -ms-linear-gradient(bottom, #BADDEB 0%, #F4FCFD 75%);
		background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #BADDEB), color-stop(0.75, #F4FCFD) );
	}
	
}

#portlet_people_WAR_peopleportlet .aui-state-default {
	background: none;
	border: none;
	box-shadow: none;
	margin: 0px 2px;
}

#portlet_people_WAR_peopleportlet .aui-tab-content {
	border: none;
	box-shadow: none;
	background: #fff;

	.aui-tab-label {	
		box-shadow: 0 1px 1px #DDDDDD;
	    color: #E03800;
	    display: inline-block;
	    font-size: 11px;
	    font-weight: bold;
	    height: 23px;
	    line-height: 25px;
	    margin: 0;
	    padding: 0px 7px;
	    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.3);
	}
}

#portlet_people_WAR_peopleportlet .aui-tab-label {
	border: 1px solid #CCC;
}

#portlet_people_WAR_peopleportlet .aui-tab-active .aui-tab-label {
	background-color: #C2E1F0;
	color: #0A6089;
	border: 1px solid #83C6DF;
	text-shadow: 0 1px 2px rgba(255, 255, 255, 0.3);
}

#portlet_people_WAR_peopleportlet .aui-tab-active strong {
	font-weight: bold;
}

#portlet_people_WAR_peopleportlet .aui-tabview-list .first, .aui-tabview-list .aui-tab:first-child {
	border-left: none;
}

#portlet_people_WAR_peopleportlet .aui-tabview-list {
	margin: 0 auto;
	background: none;
	border: none;
	text-align: center;
	float:left;
	padding-left:50px;
}

/** end tabs and wrapper **/

#portlet_people_WAR_peopleportlet .activity-blue  {
	font-family: Arial, Helvetica, sans-serif, serif;
	font-size: 11px;
	text-shadow: 0 1px 2px rgba(255, 255, 255, 0.7);
	color: #777;
	float: left;
	padding-right: 3px;
	font-weight: bold;
	margin-left: 40px;
}

#portlet_people_WAR_peopleportlet .taglib-user-display { 
	padding: .5em;
	line-height: 1.6em;
	min-height: 90px;
	
	a {
		text-decoration: none;

		.user-name {
			font-size: 14px;
			margin-left: 40px;
			color: #4e9abf;
			text-decoration: none;
			text-transform: capitalize;
			padding-top: 12px;
			display: block;
			max-width: 140px;
			overflow: hidden;
			text-overflow: ellipsis;
			white-space: nowrap;
		}
	}
	
	.user-details {
		margin: 0;
	}
}



#portlet_people_WAR_peopleportlet .user-profile-image {
	float: none;
	display: block;
	position: relative;
	
	.featured-contributor-badge {
		position: absolute;
		left: 40px;
		top: 68px;
	}
}

#portlet_people_WAR_peopleportlet .join-date {
	font-size: 11px;
}

#portlet_people_WAR_peopleportlet .lfr-search-container {
	margin-top: -5px;
}

#portlet_people_WAR_peopleportlet .thread-user-last-post-date {
	font-size: 11px;
}

#portlet_people_WAR_peopleportlet .featured-contributor {
	font-size: 11px;
	margin-left: 40px;
	font-weight: bold;
}

#portlet_people_WAR_peopleportlet .avatar-border {
	margin-left: 40px;
	width: 72px;
	height: 72px;
	border: 7px solid #F0F0F0;
}

#portlet_people_WAR_peopleportlet img.avatar {
	display: flex;
	align-items: center;
	margin: 0 auto;
	height: auto;
	width: auto;
	max-height: 72px;
	max-width: 70px;
	//opacity: .7;
}

#portlet_people_WAR_peopleportlet .avatar-spacer {
	width: 72px;
	height: 72px;
	background: #F0F0F0;
	display: table-cell;
	vertical-align: middle;
}

#portlet_people_WAR_peopleportlet .results-row  td {
	border: none;
	clear: none;
	padding: 0px;
}

#portlet_people_WAR_peopleportlet tr {
	display: block;
	float: left;
	width: 197px;
	/*Add !important here to prevent the value set in the database to override it*/
	height: 172px !important; 
	font-size: 12px;
	color: #777;
	background-color: white;
	clear: none;
	padding: 14px 0px;
}

#portlet_people_WAR_peopleportlet tr {
	-webkit-transition: background-color .3s;
	-moz-transition: background-color .3s;
	-o-transition: background-color .3s;
	-ms-transition: background-color .3s;
	transition: background-color .3s;

	a .user-name {
		-webkit-transition: color .3s;
		-moz-transition: color .3s;
		-o-transition: color .3s;
		-ms-transition: color .3s;
		transition: color .3s;
	}
	
	img.avatar {
		-webkit-transition: opacity .3s;
		-moz-transition: opacity .3s;
		-o-transition: opacity .3s;
		-ms-transition: opacity .3s;
		transition: opacity .3s;
	}
	
	.avatar-border {
		-webkit-transition: border .3s;
		-moz-transition: border .3s;
		-o-transition: border .3s;
		-ms-transition: border .3s;
		transition: border .3s;
	}
	
	.avatar-spacer {
		-webkit-transition: background .3s;
		-moz-transition: background .3s;
		-o-transition: background .3s;
		-ms-transition: background .3s;
		transition: background .3s;	
	}

}
#portlet_people_WAR_peopleportlet tr:hover {
	background-color: #F9F9F9;
	
		a .user-name {
			color: #0A6089;
		}
		
		img.avatar {
			opacity: 1;
		}
		
		.avatar-border {
		 	border: 7px solid #DCDCDC;
		}
		
		.avatar-spacer {
			background: #DCDCDC;
		}
}

#portlet_people_WAR_peopleportlet select {
	
}

#portlet_people_WAR_peopleportlet option:hover {
	font-family: 'Arial';
	font-size: 11px;
	color: #e03800; 
}



#portlet_people_WAR_peopleportlet .aui-fieldset {
	float:left;
	padding: 20px 20px 20px 50px;
	width: 75px;
}

/* dropdown */
#people-dropdown {
	font-family: 'Arial';
	font-size: 11px;
	color: #777777;
	float: left;
	width: 70px;
	margin-left: 50px;
	margin-top: 2px;
	
	.people-currently-selected {
		border-style:solid;
		border-width:1px;
		border-color: #CCC;
		float:left;
		width: 70px;
		height:20px;
		background-color: #FFF;
		cursor:pointer;
		box-shadow: 0 1px 1px #DDDDDD;
	}
	
	.people-currently-selected-arrow {
		display: inline-block;
		text-align:center;
		padding-top: 2px;
		width:20px;
		height:18px;
		color: #e03800;
		background-color: #F0F0F0;
		float:right;
	}
	
	.people-currently-selected-text {
		padding-top: 2px;
		width:40px;
		display: inline-block;
		margin-left: 3px;
	}
	
	.people-dropdown-option {
		padding-left:3px;
		padding-top: 2px;
		padding-bottom: 2px;
		cursor: pointer;
	}
	
	.people-dropdown-option:hover {
		background-color: #f6f6f6;
		color: #e03800;
	}
	
	.people-dropdown-options {
		background-color: #FFF;
		border-style:solid;
		border-width:1px;
		border-top-width:0px;
		border-color: #CCC;
		width: 70px;
		float:left;
		padding: 0px;
		display: none;
		
		position: relative;
		z-index: 2;
	}
}