
/** General **/

.disabled {
	color: #939393;
}

.providerProfileSkillItemRow {
  text-align: left; 
  padding: 11px 0px 4px;
  font-size: 12px;
	vertical-align: top;
}

.providerProfileSkillItemTeamCount {
	font-weight: normal;
	font-size: 12px;
}

table.dataTable td {
	padding: 10px;
}


/** Team Styles **/

.team {
	width: 717px;
	margin-top: 20px;
}

.filterRow {
	margin-bottom: 5px;
}

.dataRowName {
	width: 210px;
	overflow: hidden;
}

.profileIcon {
	margin-right: 10px;
	width: 40px;
	height: 50px;
}

.teamName {
	width: 150px;
	overflow: hidden;
}
.teamName div {
	margin-bottom: 5px;
}
.teamName div.teamMemberName {
	font-size: 12px;
	margin-bottom: 15px;
}

.dataRowSkills {
	width: 310px;
	overflow: hidden;
}

.profileTeamSkillRow, .profileTeamSkillRowHR {
	width: 310px;
}
.profileTeamSkillRowUnderline {
	border-bottom: 2px dotted #DDDDDD;
}

.profileTeamSkillItemRow, .profileTeamSkillItemRowName, .profileTeamSkillItemRowAvg, .profileTeamSkillItemRowPercentile {
	float: left;
	height: 21px;
  margin: 10px 0px 1px;
	padding: 0px 4px 0px 0px;
  vertical-align: bottom; 
  font-size: 11px;
}
.profileTeamSkillItemRowName {
	width: 150px; 
	text-align: left;
}
.profileTeamSkillItemRowAvg {
	margin-top: 12px; 
	margin-bottom: 0px;
	height: 20px;
}

.profileTeamSkillItemRowPercentile {
 	width: 44px;
	margin: 6px 0px 4px 0px;
	padding: 0px 0px;
}

.underline {
	border-bottom: 1px dotted #B5B5B5;
}

/** end Team styles **/