div.personProfile {
	margin: 12px 75px 0px 75px;
}

.phoneView div.personProfile {
	margin: 0px;
}


/* PROFILE MAIN INFO */
div.profileMainInfo {
	background-color: hsla(0, 0%, 0%, 0.25);
	padding: 12px;
	border: solid 1px hsl(205, 50%, 50%);
	overflow: hidden;
	/*format: offset_left, offset_top, blur radius, spread, color+alpha*/
	/*
	-moz-box-shadow: 3px 3px 3px 1px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 3px 3px 3px 1px rgba(0, 0, 0, 0.4);
	box-shadow: 3px 3px 3px 1px rgba(0, 0, 0, 0.4);
	*/
}

table.profileMainInfo td.portrait {
	padding-right: 12px;
}

img.profilePortrait {
	width: 198px;
	height: 260px;
	background-color: #083f66;
	border: solid 1px #ffffff;
}

.phoneView img.profilePortrait {
	width: 160px;
	height: 210px;
	background-color: #083f66;
	border: solid 1px #ffffff;
}

table.profileMainInfo td.info {}

table.profileMainInfo td.dept {
	padding-left: 12px;
}



p.profileFullName {
	font-size: 36px;
	font-weight: bold;
	padding: 0px 0px 4px 0px;
}

div.title {
	padding-bottom: 8px;
}

p.profileJobTitle {
	color: #fd9025;
	font-size: 20px;
	line-height: 125%;
	padding: 4px 0px 4px 0px;
}

p.profileAcademicTitle {
	color: #d87f29;
	font-size: 16px;
	font-style: italic;
	line-height: 125%;
	padding: 4px 0px 4px 0px;
}

p.profileSubhead {
	color: #e3e0b6;
	font-size: 18px;
	font-weight: bold;
	padding: 8px 0px 0px 0px;
}



div.profileDepartment, a.profileDepartment {
	display: block;
	padding: 6px;
	margin-left: 20px;
}

.phoneView div.profileDepartment, .phoneView a.profileDepartment {
	margin-left: 0px;
}

a.profileDepartment:hover {
	text-decoration: none;
}

.standardView a.profileDepartment:hover {
	background-color: hsla(0, 0%, 0%, 0.25);
	padding: 5px;
	border: solid 1px #0b5487;
}

p.profileDeptName {
	color: #ffffff;
	font-size: 16px;
	padding: 4px 4px 4px 12px;
}

img.profileDeptImg {
	display: block;
	border: solid 1px #ffffff;
	/*format: offset_left, offset_top, blur radius, spread, color+alpha*/
	-moz-box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.4);
	box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.4);
}



p.profileLocation, p.profileEmail, p.profilePhone, p.profileAplStartDate {
	color: #ffffff;
	font-size: 16px;
	padding: 3px 0px 3px 16px;
	line-height: 135%;
}

.phoneView p.profileLocation, .phoneView p.profileEmail, .phoneView p.profilePhone, .phoneView p.profileAplStartDate {
	padding-left: 5px;
	line-height: 145%;
}



/* PROFILE SECTIONS */
div.profileSections {

}

div.profileSection {
	border-top: solid 1px #5b91b9;
	padding: 12px 0px;
}

.phoneView div.profileSection {
	border-top: none;
}

div.profileSection:first-child {
	border-top: none;
}

p.sectionHead {
	color: #e3e0b6;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 6px;
	line-height: 100%;
}

p.sectionHeadNote, span.sectionHeadNote {
	color: #a2ab9a;
	font-size: 12px;
	font-weight: normal;
	line-height: 100%;
}

p.sectionHeadNote {
	margin-bottom: 6px;
	padding-right: 6px;
}

p.profileInterests {
	color: #ffffff;
	font-size: 15px;
	line-height: 135%;
	margin-left: 24px;
}

p.profileBio {
	color: #ffffff;
	font-size: 15px;
	line-height: 135%;
	margin-left: 24px;
}

p.profileEducation {
	color: #ffffff;
	font-size: 15px;
	line-height: 135%;
	margin-left: 24px;
}

.phoneView p.profileInterests, .phoneView p.profileBio, .phoneView p.profileEducation {
	margin-left: 5px;
	line-height: 145%;
}

div.profileCv, a.profileCv {
	display: block;
	padding: 6px;
	margin-left: 20px;
}

.phoneView div.profileCv, .phoneView a.profileCv {
	margin-left: 0px;
}

a.profileCv:hover {
	text-decoration: none;
}

.standardView a.profileCv:hover {
	background-color: hsla(0, 0%, 0%, 0.25);
	padding: 5px;
	border: solid 1px #0b5487;
}

p.profileCv {
	color: #ffffff;
	font-size: 16px;
	padding: 4px 4px 4px 12px;
}

span.provileCvDim {
	color: #cdd8df;
	font-size: 13px;
}

img.profileCv {
	display: block;
	/*format: offset_left, offset_top, blur radius, spread, color+alpha*/
	-moz-box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.4);
	box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.4);
}



a.profilePersonalWebsite {
	display: block;
	margin-left: 20px;
	padding: 6px;
}

.phoneView a.profilePersonalWebsite {
	margin-lefT: 0px;
}

a.profilePersonalWebsite:hover {
	text-decoration: none;
}

.standardView a.profilePersonalWebsite:hover {
	background-color: hsla(0, 0%, 0%, 0.25);
	padding: 5px;
	border: solid 1px #0b5487;
}

p.profilePersonalWebsite {
	color: #ffffff;
	font-size: 14px;
	line-height: 135%;
}



div.profileMoreInfoContainer {
	overflow: hidden;
	/*
	margin-left: 60px;
	margin-right: 250px;
	*/
}

div.profileMoreInfoContents {
	padding-top: 6px;
	padding-bottom: 1px;
}



td.profileResearchItemThumbTd {
	border: solid 1px hsl(0, 0%, 100%);
	background-size: cover;
	background-position: center;
  background-repeat: no-repeat;
}

img.profileResearchItemThumb {
	display: block;
	border: none;
}

img.profileResearchItemThumbInvis {
}

p.profileResearchItemDate {
	color: #ff9326;
	font-size: 13px;
	white-space: nowrap;
	text-align: right;
	line-height: 130%;
}



div.profileProjects, a.profileProjects {
	display: block;
	margin-left: 20px;
	padding: 6px;
}

.phoneView div.profileProjects, .phoneview a.profileProjects {
	margin-left: 0px;
}

a.profileProjects:hover {
	text-decoration: none;
}

.standardView a.profileProjects:hover {
	background-color: hsla(0, 0%, 0%, 0.25);
	padding: 5px;
	border: solid 1px #0b5487;
}

p.profileProjectTitle {
	color: #ffffff;
	font-size: 14px;
	line-height: 135%;
}

p.profileProjectSummaryBrief {
	color: #84bdd9;
	font-size: 12px;
	line-height: 135%;
	padding-bottom: 2px;
}

p.profileProjectSummary {
	color: #aee4ff;
	font-size: 12px;
	line-height: 135%;
}



div.profileVideos, a.profileVideos {
	display: block;
	margin-left: 20px;
	padding: 6px;
}

.phoneView div.profileVideos, .phoneview a.profileVideos {
	margin-left: 0px;
}

a.profileVideos:hover {
	text-decoration: none;
}

.standardView a.profileVideos:hover {
	background-color: hsla(0, 0%, 0%, 0.25);
	padding: 5px;
	border: solid 1px #0b5487;
}

p.profileVideoTitle {
	color: #ffffff;
	font-size: 14px;
	line-height: 135%;
}

p.profileVideoSummaryBrief {
	color: #84bdd9;
	font-size: 12px;
	line-height: 135%;
	padding-bottom: 2px;
}

p.profileVideoSummary {
	color: #aee4ff;
	font-size: 12px;
	line-height: 135%;
}



div.profilePublications, a.profilePublications {
	display: block;
	margin-left: 20px;
	padding: 6px;
}

.phoneView div.profilePublications, .phoneview a.profilePublications {
	margin-left: 0px;
}

a.profilePublications:hover {
	text-decoration: none;
}

.standardView a.profilePublications:hover {
	background-color: hsla(0, 0%, 0%, 0.25);
	padding: 5px;
	border: solid 1px #0b5487;
}

p.pubTitle, p.pubReference {
	color: #ffffff;
	font-size: 14px;
	line-height: 135%;
}

p.pubRefSub {
	color: #84bdd9;
	font-size: 12px;
	line-height: 135%;
	padding-bottom: 2px;
}

p.profilePubAbstract {
	color: #aee4ff;
	font-size: 12px;
	line-height: 135%;
}



div.profileNews, a.profileNews {
	display: block;
	margin-left: 20px;
	padding: 6px;
}

.phoneView div.profileNews, .phoneview a.profileNews {
	margin-left: 0px;
}

a.profileNews:hover {
	text-decoration: none;
}

.standardView a.profileNews:hover {
	background-color: hsla(0, 0%, 0%, 0.25);
	padding: 5px;
	border: solid 1px #0b5487;
}

p.profileNewsTitle {
	color: #ffffff;
	font-size: 14px;
	line-height: 135%;
}

p.profileNewsSourceInfo {
	color: #e3e0b5;
	font-size: 12px;
	line-height: 135%;
	padding-bottom: 2px;
}

p.profileNewsCredits {
	color: #69c1d2;
	font-size: 12px;
	line-height: 135%;
	padding-bottom: 2px;
}

p.profileNewsSummaryBrief {
	color: #84bdd9;
	font-size: 12px;
	line-height: 135%;
	padding-bottom: 2px;
}

p.profileNewsSummary {
	color: #aee4ff;
	font-size: 12px;
	line-height: 135%;
}



div.profileInventions, a.profileInventions {
	display: block;
	margin-left: 20px;
	padding: 6px;
}

.phoneView div.profileInventions, .phoneview a.profileInventions {
	margin-left: 0px;
}

a.profileInventions:hover {
	text-decoration: none;
}

.standardView a.profileInventions:hover {
	background-color: hsla(0, 0%, 0%, 0.25);
	padding: 5px;
	border: solid 1px #0b5487;
}

p.profileInventionTitle {
	color: #ffffff;
	font-size: 14px;
	line-height: 135%;
}

p.profileInventionType {
	color: #84bdd9;
	font-size: 14px;
	text-align: right;
	line-height: 135%;
}

p.profileInventionNumber {
	color: #e3e0b5;
	font-size: 12px;
	line-height: 135%;
	padding-bottom: 2px;
}

p.profileInventionCredits {
	color: #69c1d2;
	font-size: 12px;
	line-height: 135%;
	padding-bottom: 2px;
}

p.profileInventionSummaryBrief {
	color: #84bdd9;
	font-size: 12px;
	line-height: 135%;
	padding-bottom: 2px;
}

p.profileInventionSummary {
	color: #aee4ff;
	font-size: 12px;
	line-height: 135%;
}



div.profileMoreEntriesDiv {
	overflow: hidden;
}



/* PREV-NEXT BUTTONS */
div.prevNextBtnContainer {
	position: relative;
}

div.prevBtn {
	position: absolute;
	right: 6px;
	top: -20px;
}

div.nextBtn {
	position: absolute;
	left: 6px;
	top: -20px;
}

a.prevBtn, a.nextBtn {
	display: block;
	width: 130px;
	padding: 6px 6px;
}

a.prevBtn:hover {
	text-decoration: none;
}

.standardView a.prevBtn:hover {
	background-image: url("/people/images/prev_btn_bg_gradient.png");
	background-position: right top;
	background-repeat: repeat-y;
}

a.nextBtn:hover {
	text-decoration: none;
}

.standardView a.nextBtn:hover {
	background-image: url("/people/images/next_btn_bg_gradient.png");
	background-position: left top;
	background-repeat: repeat-y;
}

a.prevBtn p, a.nextBtn p {
	color: #4094ce;
	white-space: nowrap;
}

p.firstNamePrev, p.firstNameNext {
	font-size: 12px;
}

p.lastNamePrev, p.lastNameNext {
	font-size: 14px;
	margin-top: 4px;
}

p.firstNamePrev, p.lastNamePrev {
	text-align: right;
}

.standardView a.prevBtn:hover p, .standardView a.nextBtn:hover p {
	color: #9bd1f6;
}
