@charset "UTF-8";
/* CSS Document */

/* to compensate for v18 unbundling heading level from heading style */

h1{
	font-size:2.5rem;
	line-height:2.8125rem
}

h2 {
	font-size:1.875rem;
	line-height:2.1875rem
}

h3 {
	font-size:1.5625rem;
	line-height:1.875rem
}

h4{
	font-size:1.25rem;
	line-height:1.5625rem
}

.res-researcher-image {
	display: inline-block;
    width: 80px;
    height: 80px;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.res-researcher-photo {
    /*margin: 0 auto;*/
    height: 100%;
	width: 100%;
    /*width: auto;*/
}

.res-researcher-name {
	position: relative;
	top: -10px;
	font-size: 90%;
	color: #323232;
}

.res-researcher-name:hover {
	border-bottom: 4px solid #386BAC;
}

.res-author-cross-link {
	color: #3E76C0;
	text-decoration: underline;
}

.res-author-cross-link:visited {
	color: #3E76C0;
	text-decoration: underline;
}

.res-group-name {
	position: relative;
	top: -10px;
	font-size: 90%;
	color: #323232;
}

.res-group-name:hover {
	border-bottom: 4px solid #386BAC;
}


/* ------- in-place editing ------- */


.res-header {
	position: relative;
	top: 10px; 
	left: 160px;
}

.res-header-item-research {
	font-size: 150%;
}

.res-header-item-research a {
	color: gray;
}

.res-header-item-research a:hover {
	color: #3E76C0;
	text-decoration: none;
}

.res-header-item {
	font-size: 100%;
}

.res-header-item a {
	color: gray;
}

.res-header-item a:hover {
	color: #3E76C0;
	text-decoration: none;
}


/* ------- in-place editing ------- */

.res-instructions {
	font-style: italic;
}

.res-instructions-left {
	margin-left:-80px;
	padding-bottom:10px;
}

.res-alert {
	margin-left:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-style:italic;
	color: #FF0000;
}

.res-alert-left {
	margin-left:-80px;
	padding-bottom:10px;
	color: #FF0000;
	font-style: italic;
}

.res-contact-edit {
	position: relative;
	width: 900px;
	height: 200px;
	padding: 6px;
	border-width: thin;
	border-style: dotted;
}

.res-group-edit {
	position: relative;
	width: 700px;
	height: 80px;
	padding: 6px;
	border-color:#666;
	border-width: thin;
	border-style: dotted;
}

.res-person-name-edit {
	font-size:190%;
	padding-bottom:10px;
}

.res-group-name-edit {
	font-size:190%;
	padding-bottom:10px;
}

.res-person-contact-edit {
	font-size:130%;
	width:96%;
}

.res-instructions-editable {
	padding-left: 3px;
	padding-right: 3px;
	border-width: thin;
	border-style: dotted;
	background: #F9FFF9;
	font-style: normal;
}

.res-editable {
	padding-left: 3px;
	padding-right: 3px;
	border-width: thin;
	border-style: dotted;
	background: #F9FFF9;
	cursor: pointer;
}

.res-editable:hover {
	background-color: #FFFFCF;
}

.res-tabs-edit {
	height: 98px;
	margin-bottom: -32px;
	padding: 6px;
	border-width: thin;
	border-style: dotted;
}

.res-tabs-edit-buttons {
	position: relative;
	top: -6px;
}

.res-tab-unpublished {
	/*color: #BBBBBB;*/
	color:#FF0000;
	font-style: italic;
	text-decoration: underline;
}

.res-tab-unpublished-string {
	color: #FF0000;
	font-style: italic;
	text-decoration: underline;
	font-weight: bolder;
	padding: 3px;
}

.res-group-unpublished {
	color:#FF0000;
	font-style: italic;
	text-decoration: underline;
}

.res-group-unpublished-note {
	color:#FF0000;
	font-size: smaller;
	font-style: italic;
}

.res-area {
	margin-left: 25px;
	font-size: 60%;
}

/* jtr005 start */
.res-group-photo-edit {
	float: left;
	margin: 2px 2px 2px 2px;
	border-style:solid;
	border-width: 2px;
	border-color: #DDD;
}

.res-group-photo-edit-not-externalized {
	float: left;
	margin: 2px 2px 2px 2px;
	border-style:solid;
	border-width: 2px;
	border-color: #F00;
}

.res-group-people-photo-edit {
	margin: 2px 2px 2px 2px;
	border-style:solid;
	border-width: 2px;
	border-color: #DDD;
}

.res-group-people-photo-edit-not-externalized {
	margin: 2px 2px 2px 2px;
	border-style:solid;
	border-width: 2px;
	border-color: #F00;
}
/* jtr005 end */

/* ------- common ------- */

.res-intro {
	font-size: 150%;
	font-family: Arial, Helvetica, sans-serif;
}

.res-indented {
	margin-left: 20px;
}

.res-critical {
	font-weight: bold;
	color: red;
}

.res-exit {
	color: #FF1111;
	font-weight: bolder;
	font-size: large;
}

.ibm-landing-page #x-ibm-content-body {
	float: inherit;
	padding-top: 0;
	background-color: #fbfbfb;
	box-shadow:	0 0 10px #bcbcbc;
	border-radius: 10px;
}

.res-stub {
	font-style: italic;
	color: #0099CC;
}

.res-feedback-link {
	position:relative;
	top: -16px;
	font-size: 50%;
}

.res-edit-feedback-link {
	position:relative;
	top: 3px;
	left: 150px;
	font-size: 120%;
}

.res-intro-link {
	font-size:150%;
}

.res-left-head {
	font-size:125%;
	font-weight:bold;
}

.res-name {
	font-size:190%;
	padding-bottom:10px;
}

.res-left {
	width:70%;
}

.res-right {
	margin-top:28px;
}

.res-action-button {
	margin-left:20px;
}

.res-hr {
	color: #EEE;
	background-color: #EEE;
	height: 1px;
}

.res-photo {
	float:left;
	margin-bottom:17px;
}

.res-image-left {
	float:left;
	margin-right:10px;
}

.res-image-right {
	float:right;
	margin-left:10px;
}

.res-h1 a {
	text-decoration:none;
	color:#000000;
}

.res-h1 a:visited {
	color:#000000;
}		

.res-h1 a:hover {
	color:#05386B;
	text-decoration:underline;
}

.res-indentedAlert {
	margin-left:30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style:italic;
	color: #FF0000;
}

.res-lastUpdated {
	padding-top: 15px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

.res-subpage-name {
	font-size: 120%;
}

/* ------- directories ------- */

#res-pcon {
	margin:0px;
	padding:10px 0px 0px 200px;
}

#res-indentedp {
	margin-left:20px;
	margin-right:20px;
	font-size: 0.76em;
	font-size: 0.86em;
}

.res-pic-list {
	margin-top:-40px;
}

.res-people-directory {
	margin-top:18px;
}

.res-people-results {
	font-size:190%;
}

.res-pic-people-results {
	font-size:160%;
}

table.res-person-cell td  {
	vertical-align:top;
	padding:2px 2px 2px 2px;
}

.res-facet-header {
	font-size: 110%;
	font-weight:bold;
}

.res-faint-letter {
	color:#CCCCCC;
}

.res-alpha-bar {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight:bold;
}

.res-alpha-bar a {
	font-weight:bold;
	text-decoration:underline;
	color:#293D6B;
}		

.res-alpha-bar a:hover {
	font-weight:bold;
	color:#0000FF;
}	

.res-alpha-bar a:visited {
	color:#293D6B;
}

.res-pic-alpha-bar {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight:bold;
}

.res-pic-alpha-bar a {
	font-weight:bold;
	text-decoration:underline;
	color:#293D6B;
}		

.res-pic-alpha-bar a:hover {
	font-weight:bold;
	color:#0000FF;
}	

.res-pic-alpha-bar a:visited {
	color:#293D6B;
}

.res-red {
	color:#FF0000;
}

.res-facet {
	font-size:smaller;
}


/* ------- researchers ------- */

.res-person-photo {
	padding-bottom:10px;
}

.res-person-name {
	margin-left:-146px;
	font-size:190%;
	padding-bottom:10px;
}

.res-person-contact {
	margin-left:-146px;
	font-size:130%;
	width:96%;
}

.res-contact-link a {
	text-decoration: none;
}

.res-person-name-left {
	margin-top: 1px;
	margin-left:-90px;
	font-size:150%;
	padding-bottom:10px;
}

.res-person-name-right {
	margin-left:0px;
	font-size:190%;
	padding-bottom:10px;
}

.res-person-contact-left {
	margin-left:-90px;
	font-size:130%;
	width:96%;
}

.res-person-contact-right {
	margin-left:0px;
	font-size:130%;
	width:96%;
}

.res-person-name-2 {
	font-size:190%;
	padding-bottom:10px;
}

.res-person-contact-2 {
	font-size:130%;
	width:96%;
}

.res-contact-ico {
	position: relative;
	top: 2px;
}

.res-person-content {
	margin-left:-80px;
	width:106%;
}

.res-person-description {
	width:96%;
}

.res-person-description-left {
	margin-left:-90px;
	width:106%;
}

.res-person-description-left p {
	font-size: 18px;
	line-height: 24px;
}

.res-person-description-right {
	margin-left:0px;
	width:100%;
}

.res-description {
	margin-top:63px;
	width:96%;
}

.res-description hr {
	color: #EEE;
	background-color: #EEE;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.res-contact {
	font-size:130%;
	width:96%;
}

.res-photo-left {
	float:left;
	margin-top:10px;
	margin-right:10px;
}

.res-atSign {
	position:relative;
	top:2px;
	border-width:0px;
}

.res-dash {
	position:relative;
	top:-1px;
	border-width:0px;
}

.res-person-subpage-description {
}

.res-pub-listxxx {
	margin-top:68px;
	width:96%;
}
.res-pub-list {
	width:96%;
}

.res-person-navigation {
	margin-top:125px;
}

.res-section {
	margin-top:-8px;
}

.res-page-name {
	margin-top:-110px;
	margin-left:10px;
	font-size:180%;
}

.res-page-description {
	margin-top:68px;
	font-size:larger;
	line-height: 1.3;
}

.res-page-description hr {
	color: #EEE;
	background-color: #EEE;
	height: 1px;
	width:94%;
	margin-left:10px;
	margin-top: 10px;
	margin-bottom: 15px;
}

.res-more-information-active-link {
	font-style: italic;
	font-weight: bold;
}

/* ------- groups ------- */

.res-group-photo {
	float: left;
	margin: 1px 1px 1px 1px;
}

.res-group-name-one-column {
	margin-left: 40px;
	font-size:220%;
	padding-bottom:10px;
}

.res-group-name-two-columns {
	margin-left:-80px;
	font-size:220%;
	padding-bottom:10px;
}

.res-group-description-one-column {
	margin-left: 40px;
	width:106%;
}

.res-group-description-two-columns {
	margin-left:-80px;
	width:106%;
}

.res-group-sections {
	width:80%;
}

.res-group-description hr {
	color: #EEE;
	background-color: #EEE;
	height: 1px;
	width:94%;
	margin-left:10px;
	margin-top: 10px;
	margin-bottom: 15px;
}

.res-group-page-name {
	margin-top:-50px;
	margin-left:10px;
	font-size:180%;
}

.res-group-page-description {
	margin-top:12px;
	font-size:larger;
	line-height: 1.3;
}

.res-group-subpage-description {
	margin-top:16px;
	font-size:larger;
	line-height: 1.3;
}

.res-group-pub-list {
	margin-top:20px;
	width:96%;
}

.res-group-page-description hr {
	color: #EEE;
	background-color: #EEE;
	height: 1px;
	width:94%;
	margin-left:10px;
	margin-top: 10px;
	margin-bottom: 15px;
}

.res-grppubs-description {
	margin-top:-15px;
	margin-left:10px;
}

/* ------- groups ------- */

.res-blog-name-two-columns {
	margin-left:-80px;
	font-size:220%;
	padding-bottom:10px;
}

.res-blog-name-two-columns a {
	text-decoration: none;
	color: #000;
}

.res-blog-name-one-column {
	margin-left: 40px;
	font-size:220%;
	padding-bottom:10px;
}

.res-blog-name-one-column a {
	text-decoration: none;
	color: #000;
}

.res-blog-hr { 
	border: 0; 
	height: 1px; 
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.1), rgba(0,0,0,0.5), rgba(0,0,0,0.1)); 
	background-image: -moz-linear-gradient(left, rgba(0,0,0,0.1), rgba(0,0,0,0.5), rgba(0,0,0,0.1)); 
	background-image: -ms-linear-gradient(left, rgba(0,0,0,0.1), rgba(0,0,0,0.5), rgba(0,0,0,0.1)); 
	background-image: -o-linear-gradient(left, rgba(0,0,0,0.1), rgba(0,0,0,0.5), rgba(0,0,0,0.1));
}

.res-post-title {
	font-size: 120%;
}

.res-post-description {
	font-size: 100%;
}

.res-post-uplink {
	font-size: 75%;
}

.res-post-byat {
	font-size: 75%;
}

.res-blog-post-edit {
	font-size: 14px;
	font-weight: normal;
	text-decoration: underline;
}

/* ------- gscholar ------- */

.res-reference-details {
	font-family:Arial, Helvetica, sans-serif;
	color: #888888;
	font-size:x-small;
}
.res-title {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: x-small;
}
.res-author {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color: green;
	font-size:x-small;
}
.res-tags-and-abs {
	font-family:Arial, Helvetica, sans-serif;
	font-size:x-small;
}

/* ------- publications and patents ------- */

/*
.publication {
    color: #5a4c4c;
    font-family: 'Verdana-Bold', 'Verdana', 'Verdana Bold', 'sans-serif';
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 17px;
    margin: 0 auto;
    margin-bottom: 17px;
    margin-left: 25px;
    margin-right: 36px;
    margin-top: 0px;
    opacity: 1.00;
    padding-bottom: 0px;
    padding-top: 0px;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
}
*/
.publication {
    font-size: 16px;
    padding-bottom: 0px;
    padding-top: 0px;
    text-align: left;
    text-indent: 0px;
    text-transform: none;
}

.pubtitle {
    color: #5a4c4c;
    font-size: 13px;
    font-weight: bold;
    line-height: 15px;
}

a.pubtitle {
    text-decoration: underline;
}

a.pubtitle:hover {
    text-decoration: underline;
}

.pubyear {
    text-align: left;
    font-size: larger;
    font-weight: bolder;
    /*margin-bottom: 15px;*/
}

.pubspan {
    /*font-size: 13px;
    line-height: 15px;*/
}
 
.publicationsYear {
	font-size:large;
	font-weight:bolder;
}

/* ------- PICs ------- */

.res-pic-description {
   margin-left:10px;
}

.res-picpubs-description {
   margin-top:16px;
   margin-left:10px;
}

.row {
   clear:both;
}

.leftColumn {
    float:left; 
    width:35%;
}

.rightColumn {
    float:right; 
    width:64%; 
}

.rightSideImage {
    float:right; 
    margin:0 0 10px 10px;
}
/* -------------- builder styles -------------- */

.res-bcg {
	width: 930px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.res-builderSection {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style:italic;
	margin-top:10px;
	margin-bottom:15px;
}

.res-builderHint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style:italic;
}

.res-builderFieldName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

.res-builderPickListLevel0 {
	text-indent:2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
}

.res-builderPickListLevel1 {
	text-indent:22px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
}