/**
 * @file
 * NIH stylesheet
 */
* {
  margin: 0;
  padding: 0;
}

body {
  background: url(file:///C|/Users/steelyk/AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Content.Outlook/images/bg.png) repeat top left transparent;
  color: #202020;
  font-size: 12px;
  font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
}

/**
 * Typography ==================================================================
 */
h1 {
  font-size: 26px;
  padding: 6px 0;
}

h2 {
  font-size: 20px;
  padding: 6px 0;
}

h3 {
  font-size: 16px;
  padding: 6px 0;
}

p {
  padding: 6px 0;
}

a,
li a.active {
  color: #1E4193;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* Lists */
ul,
ol {
  margin: 0;
  padding: 0.5em 0 0.5em 2em;
}

ul li,
ol li {
  padding: 0.25em 0;
}

ul {
  padding-left: 0;
}

ul li {
  padding-left: 15px;
  list-style: none;
  list-style-image: none;
  background: url(file:///C|/Users/steelyk/AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Content.Outlook/images/li-arrow.png) no-repeat left 5px transparent;
}

.menu li,
.main-menu li,
.tabs li,
.contextual-links li {
  background-image: none;
  padding-left: 0;
}

dl {
  margin: 0.5em 0;
}

dl dt {
  margin: 0 0 0.5em 0;
}

dl dd {
  margin: 0 0 1em 0;
}

/**
 * Main elements ===============================================================
 */
#page-wrapper {
  background: url(file:///C|/Users/steelyk/AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Content.Outlook/images/very-top-bg.png) repeat-x left top transparent;
  padding-top: 5px;
}

#page {
  background-color: #fff;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  padding-bottom: 12px;
}

#header {
  margin-bottom: 20px;
  position: relative;
}

#block-search-form {
  position: absolute;
  top: 45px;
  right: 1px;
}

#block-search-form .form-text.blur {
  color: #999;
}

#block-search-form .form-text {
  width: 250px;
  margin-right: 6px;
  float: left;
}

#block-search-form .form-submit {
  padding: 0 14px;
}

#block-search-form .blur {
  font-weight: bold;
}

#container {

}

.region-content-top {
  background-color: #efefef;
  padding: 12px;
  border: solid 1px #f8f8f8;
  -moz-box-shadow: 0 0 0 1px #dadada;
  -webkit-box-shadow: 0 0 0 1px #dadada;
  box-shadow: 0 0 0 1px #dadada;
  margin-left: 1px;
  width: 933px;
  margin-bottom: 20px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

#main-wrapper {

}

#main {

}

#content {
  padding-left: 12px;
}

.page-content {
  clear: both;
  overflow: hidden;
}

#sidebar-left {

}

#sidebar-right {

}

#footer-wrapper {
  background: url(file:///C|/Users/steelyk/AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Content.Outlook/images/footer-bg.png) repeat-x left top #b7b7b7;
  width: 961px;
  margin: 0 auto;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  padding: 15px;
  padding-bottom: 0;
  clear: both;
  overflow: hidden;
}

#footer {
  position: relative;
}


/**
 * Header ======================================================================
 */
#logo,
#logo img {
  display: block;
}

#logo {
  position: relative;
  top: 23px;
  width: 500px;
  font-size: 18px;
}

/* Print view adjustments */
.print-logo #logo {
  width: auto;
  top: 0;
}


#logo img {
  float: left;
  margin-right: 10px;
}

#logo span {
  display: block;
  font-size: 24px;
  position: relative;
  left: -2px;
}

#logo .site-name-slogan {
  position: relative;
  top: 10px;
  font-size: 14px;
}

#logo:hover {
  text-decoration: none;
}

#logo .slogan {
  color: #202020;
  font-size: 12px;
  position: relative;
  left: 1px;
}

/**
 * Content elements ============================================================
 */
.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

.element-invisible.element-focusable:active,
.element-invisible.element-focusable:focus {
  position: static !important;
  clip: auto !important;
}

#skip-link a,
#skip-link a:visited {
  display: block;
  width: 100%;
  padding: 2px 0 3px 0;
  text-align: center;
  background-color: #666;
  color: #fff;
}

.breadcrumb {

}

.breadcrumb,
.breadcrumb a {
  color: #1e4193;
}

.node {
  padding-bottom: 1em;
}

ul.links,
ul.links.inline {
  display: block;
  padding: 1em 0;
  text-align: right;
}

ul.links li {
  padding: 0 1em;
}

.more-link a,
.node-readmore {
  padding: 3px 5px 2px 5px !important;
  background: none;
  background-color: #1f4296;
  border: 1px solid #27285e;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  text-shadow: -1px -1px 0 #000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.more-link a,
.node-readmore a {
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}

.more-link {
  text-align: right;
}

/**
 * Comments ====================================================================
 */
#comments {

}

.comment {

}

/**
 * Forms =======================================================================
 */
select,
textarea {
  border: 1px solid #ccc;
}

input,
select,
textarea {
  color: #555;
  font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding: 2px;
}

fieldset {
  border: 1px solid #ccc;
}

/**
 * Fields ======================================================================
 */

.field-label-inline .field-time-value {
  float: left;
}

/**
 * Admin tabs ==================================================================
 */
ul.primary {
  border: 0;
  line-height: 26px;
  margin: 0.5em 0;
  padding: 0;
  white-space: normal;
}

ul.primary li {
}

ul.primary li a,
ul.primary li.active a,
ul.primary li a:hover {
  border: 1px solid #ccc;
  padding: 2px 8px;
  line-height: 20px;
  white-space: nowrap;
}

ul.secondary {
  margin-left: 0;
  padding-bottom: 1em;
  padding-left: 0;
}

ul.secondary li {
  padding: 0 8px;
}

/**
 * Messages ====================================================================
 */
.messages ul {
  padding-left: 5px;
}

.messages ul li {
  background: none;
  display: inline;
  padding-left: 0;
}

div.messages {
  background: #BBDDFF none repeat scroll 0 0;
  border: 1px solid #AACCEE;
  color: #003366;
  margin: 0 0 10px;
  padding: 9px;
}

div.warning {
  background: #FFEE66 none repeat scroll 0 0;
  border-color: #EEDD55;
  color: #884400;
}

div.error {
  background: #EE6633 none repeat scroll 0 0;
  border-color: #DD5522;
  color: #FFFFFF;
}

div.status {
  background: #CCFF88 none repeat scroll 0 0;
  border-color: #BBEE77;
  color: #336600;
}

/**
 * Tables ======================================================================
 */
table {
  width: 100%;
}

table thead {
  background-color: #8ad1e7;
  border: 1px solid #14a1cc;
  color: #202020;
  text-shadow: 1px 1px 0 #e1f2f9;

  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

thead th {
  border: 0;
  border-bottom: 1px solid #14a1cc;
}

tbody {
  border: 1px solid #d5e8ee;
  border-top: none;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

th {
  padding: 5px;
}

td {
  padding: 10px 5px;
}

tr.even,
tr.odd,
tbody th {
  border: solid #d3e7f4;
  border-width: 1px 0;
}

tr.odd,
tr.info {
  background-color: #edf5fa;
}

tr.even {
  background-color: #f8fefe;
}

tr.drag {
  background-color: #edf7f9;
}

tr.drag-previous {
  background-color: #ffd;
}

tr.odd td.active {
  background-color: #ddecf5;
}

tr.even td.active {
  background-color: #e6f1f7;
}

td.region,
td.module,
td.container,
td.category {
  background-color: #d4e7f3;
  border-bottom: 1px solid #b4d7f0;
  border-top: 1px solid #fff;
  color: #455067;
  font-weight: bold;
}

/**
 * Menus =======================================================================
 */
#primary {

}

#main-menu {
  margin-top: 62px;
  z-index: 700;
  position: relative;

}

#main-menu ul {
  background-color: #17b4e3;
  border: 1px solid #1397bf;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 2px 2px 5px #4dcaef;
  -webkit-box-shadow: inset 2px 2px 5px #4dcaef;
  box-shadow: inset 2px 2px 5px #4dcaef;
  text-align: left;
  padding: 5px 0;
  padding-left: 25px;
}

#main-menu ul li a {
  color: #fff;
  font-weight: bold;
  text-shadow: -1px -1px 0 #1182a4;
  font-size: 14px;
  text-decoration: none;
/*  position: relative;
  top: 1px;*/
  z-index: 800;
}

#main-menu ul li {
  padding: 7px 20px 6px 20px;
  z-index: 801;
}

#main-menu ul li:hover {
  background-color: #1b8fca;
}

div.contextual-links-wrapper {
  z-index: 1001;
}

/**
 * Messages ====================================================================
 */

#content .messages {
  background: url(file:///C|/Users/steelyk/AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Content.Outlook/images/messages-icons.png) no-repeat 10px 10px #e4fbcf;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#effbe3), to(#defac7));
  background: -webkit-linear-gradient(top, #effbe3, #defac7);
  background: -moz-linear-gradient(top, #effbe3, #defac7);
  background: -ms-linear-gradient(top, #effbe3, #defac7);
  background: -o-linear-gradient(top, #effbe3, #defac7);

  border: 1px solid #7ee72b;
  color: #336600;
  text-shadow: 1px 1px 0 #fff;

  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;

  clear: both;
  overflow: hidden;
}

#content .messages .icon {
  background: url(file:///C|/Users/steelyk/AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Content.Outlook/images/messages-icons.png) no-repeat 0 -89px transparent;
  width: 39px;
  height: 38px;
  float: left;
  margin: 5px;
  margin-right: 10px;
}

#content .messages.status {
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#dbf4fb), to(#d2f0fa));
  background: -webkit-linear-gradient(top, #dbf4fb, #d2f0fa);
  background: -moz-linear-gradient(top, #dbf4fb, #d2f0fa);
  background: -ms-linear-gradient(top, #dbf4fb, #d2f0fa);
  background: -o-linear-gradient(top, #dbf4fb, #d2f0fa);

  border: 1px solid #68ccff;
  color: #006699;
}

#content .messages.status .icon {
  background-position: 0 0;
  height: 39px;
}

#content .messages.warning {
  background: url(file:///C|/Users/steelyk/AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Content.Outlook/images/messages-icons.png) no-repeat 10px 10px #f8f898;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fffccf), to(#f8f898));
  background: -webkit-linear-gradient(top, #fffccf, #f8f898);
  background: -moz-linear-gradient(top, #fffccf, #f8f898);
  background: -ms-linear-gradient(top, #effbe3, #f8f898);
  background: -o-linear-gradient(top, #fffccf, #f8f898);

  border: 1px solid #e5e32c;
  color: #996600;
}

#content .messages.warning .icon {
  background-position: 0 -178px;
  height: 35px;
}


#content .messages.error {
  background: url(file:///C|/Users/steelyk/AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Content.Outlook/images/messages-icons.png) no-repeat 10px 10px #f9999a;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#feb6b7), to(#f9999a));
  background: -webkit-linear-gradient(top, #feb6b7, #f9999a);
  background: -moz-linear-gradient(top, #feb6b7, #f9999a);
  background: -ms-linear-gradient(top, #feb6b7, #f9999a);
  background: -o-linear-gradient(top, #feb6b7, #f9999a);

  border: 1px solid #cc3433;
  color: #330000;
}

#content .messages.error .icon {
  background-position: 0 -263px;
  height: 37px;
}

/**
 * Blocks ======================================================================
 */
#sidebar-left .block {

}

#sidebar-right .block {

}

/**
 * Publication
 */

.page-publications #block-nih-solr-publications-toggle .content,
.page-publications #block-apachesolr-sort .content {
   position: relative;
}

.page-publications #block-nih-solr-publications-toggle .content .print_html {
  float: right;
}

.page-publications #block-apachesolr-sort .content .print_html {
   position: absolute;
   right: 10px;
   top: 10px;
   z-index: 100;
}

.page-publications #block-nih-solr-publications-toggle .content ul,
.page-publications #block-nih-solr-publications-toggle .content ul li,
.page-publications #block-apachesolr-sort .content ul,
.page-publications #block-apachesolr-sort .content ul li {
  padding-left: 0;
  list-style: none;
  list-style-image: none;
  background: none;
  display: inline;
}

.page-publications .block-nih-solr .block-title-wrapper {
  display: block;
}

.node-publication .field-name-field-publication-year,
.node-publication .field-name-field-publication-year div {
  display: inline;
  float: none;
}

.node-publication .field-name-field-publication-year .field-item {
  color: #1e4296;
  font-weight: bold;
}

.node-publication .publication-authors {
  margin-top: 10px;
  font-weight: bold;
}

.node-publication .field-name-field-author div {
  display: inline;
  font-weight: bold;
}

.node-publication .field-name-body {
  border-top: 0;
  margin-top: auto;
}

.node-publication .field-name-field-pdf {
  text-transform: capitalize;
  position: relative;
  top: 1px;
}

.node-publication .field-name-field-pdf:after {
  content: "";
  display: inline;
}

.node-publication .field-name-field-pdf img {
  position: relative;
  top: 2px;
}

.search-results .node-publication .field-name-field-pdf img {
  display: none;
}

.node-publication .field-name-field-pdf,
.node-publication .field-name-field-pdf div,
.node-publication .field-name-field-pubmedid,
.node-publication .field-name-field-pubmedid div,
.node-publication .field-name-field-pubmedcid,
.node-publication .field-name-field-pubmedcid div {
  display: inline;
  float: none;
}

.search-result .node-publication .field-label {
  font-weight: normal !important;
}

.node-publication .publication-main-info,
.node-publication .publication-extra-info {
  margin-top: 4px;
}

.page-node .node-publication .publication-main-info {
  margin-top: 9px;
}

.page-node .node-publication .publication-extra-info {
  margin-top: 17px;
  margin-bottom: 10px;
}

.page-node .node-publication .publication-extra-info .p-url div {
  display: inline;
}

.node-publication .publication-main-info .field-name-field-author,
.node-publication .publication-main-info .field-name-field-journal,
.node-publication .publication-main-info .field-name-field-journal div {
  display: inline;
}

.node-publication .publication-main-info .title {
  color: #000;
  font-weight: bold;
}

.search-publication-title h2 {
  font-size: 16px;
}

.search-publication-title hr {
  border: 0;
  border-bottom: 1px solid #eaeaea;
  margin: 10px 0;
}

.search-publication-title .publication-extra-info {

}

/**
 * Events
 */
#block-menu-menu-calendar {
  border-bottom: 1px solid #E8E3E3;
  top: 4px;
  position: relative;
}

#block-views-calendar-exposed-calendar .block-content {
  border: 0;
  padding: 0;
}

#block-views-calendar-exposed-calendar .date-nav {
  height: 42px;
  margin: 0;
}

#block-views-calendar-exposed-calendar .date-heading {
  width: 280px;
  height: 52px;
  top: 8px;
  left: 15px;
  background-color: #dbdbdb;
}

#block-views-calendar-exposed-calendar .date-nav-wrapper {
  margin-top: 0;
}

#block-views-calendar-exposed-calendar .date-nav a {
  color: #282828;
  font-size: 15px;
  font-weight: bold;
}

#block-views-calendar-exposed-calendar .date-nav .ajax-progress {
  display: none;
}

#block-views-calendar-exposed-calendar .date-heading h3 {
  line-height: 52px;
}

#block-views-calendar-exposed-calendar .pager {
  width: 312px;
  left: -1px;
  position: relative;
  top: -52px;
}

#block-views-calendar-exposed-calendar .pager li {
  background: url(file:///C|/Users/steelyk/AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Content.Outlook/images/calendar-buttons.png) no-repeat left top transparent;
  width: 103px;
  height: 52px;
  line-height: 44px;
  text-align: center;
  margin: 0;
  margin-top: 8px;
}

#block-views-calendar-exposed-calendar .pager li a {
  float: none;
}

#block-views-calendar-exposed-calendar .pager li.date-next {
  background-position: right top;
}

#block-views-calendar-exposed-calendar table.mini {
  border: 1px solid #DBDBDB;
}

#block-views-calendar-exposed-calendar .mini {
  background-color: #dbdbdb;
}

#block-views-calendar-exposed-calendar .calendar-calendar thead,
#block-views-calendar-exposed-calendar .calendar-calendar tbody,
#block-views-calendar-exposed-calendar .calendar-calendar tr,
#block-views-calendar-exposed-calendar .calendar-calendar th {
  background: none;
  border: 0;
}

#block-views-calendar-exposed-calendar .calendar-calendar th {
  height: 25px;
  line-height: 25px;
  color: #000;
  font-size: 14px;
}

#block-views-calendar-exposed-calendar .calendar-calendar td {
  background: url(file:///C|/Users/steelyk/AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Content.Outlook/images/calendar-td.png) no-repeat center center transparent;
  width: 44px;
  height: 43px;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  color: #000;
  font-weight: bold;
  text-shadow: 0 1px 0 #f6f6f6;
}

#block-views-calendar-exposed-calendar .calendar-calendar td a {
  color: #1f4198;
  font-weight: bold;
  text-shadow: 0 1px 0 #f6f6f6;
  text-decoration: none;
}

#block-views-calendar-exposed-calendar .calendar-calendar {
  padding-bottom: 40px;
  background-color: #dbdbdb;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

#block-views-calendar-exposed-calendar label {
  font-size: 14px;
  color: #202020;
  text-indent: 13px;
  padding: 5px 0;
  margin-top: 15px;

  text-shadow: 1px 1px 0 #e1f2f7;
  text-transform: uppercase;

  border: 1px solid #14a1cc;

  background-color: #86cbdf;

  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;

  -moz-box-shadow: inset 0 1px 2px #a6deee;
  -webkit-box-shadow: inset 0 1px 2px #a6deee;
  box-shadow: inset 0 1px 2px #a6deee;
}

#block-views-calendar-exposed-calendar .views-widget {
  border: 1px solid #d5e8ed;
  border-top: 0;

  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;

  padding: 13px;
}

#block-views-calendar-exposed-calendar .views-widget label {
  background: none;
  border: 0;
  box-shadow: none;
  text-shadow: none;

  color: #202020;
  font-size: 12px;
  font-weight: bold;
  text-transform: capitalize;
  padding-left: 5px;
  line-height: 23px;
  position: relative;
  top: 1px;
}

.frontpage-top-text {
  text-align: center;
  margin: 20px 100px 0 100px;
}
.calendar-list .date-heading h3 {
  text-align: left;
}

.calendar-list .view-content li {
  background: none;
  padding-left: 0;
}

.calendar-list .date-nav-wrapper .date-nav {
  padding-bottom: 10px;
  margin-bottom: 0;
}

/* Frontpage Slideshow */

.view-frontpage-slideshow .skin-default {
  position: relative;
}
.view-frontpage-slideshow img {
  border: 1px solid #dadada;
}

.view-frontpage-slideshow .views-field-field-slideshow-link a {
  text-decoration: none;
  color: #204097;
  font-weight: bold;
  text-shadow: 1px 1px 0 #fbfbf9;
}

.view-frontpage-slideshow .views-slideshow-pager-field-item {
  background-color: #a7bdc8;
  border: 1px solid #92a6b1;
  float: left;
  margin-right: 10px;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  width: 17px;
  height: 17px;
  overflow: hidden;
  text-indent: -9999px;
  position: relative;
  z-index: 300;
}

.view-frontpage-slideshow .views-slideshow-pager-field-item.active {
  background-color: #1b8fca;
  border: 1px solid #177cb0;
}

.view-frontpage-slideshow .views-slideshow-controls-bottom {
  position: absolute;
  bottom: 5px;
  z-index: 100;
}

.view-frontpage-slideshow .slideshow-link {
  margin-top: 13px;
  margin-left: 137px;
  border-left: 1px solid #ccc;
  padding-left: 15px;
  display: block;
}

/**
 * Publications view
 */
.publication-list {

}

.publication-list .row {
  clear: both;
  margin-bottom: 13px;
  line-height: 14px;
}

.publication-list .row a,
.publication-list .row .title a {
  color: #1f4294;
  font-weight: bold;
  font-size: 12px;
}

.publication-list .clear {
  clear: both !important;
  overflow: hidden !important;
  line-height: 24px !important;
  padding-top: 2px !important;
  font-size: 12px !important;
  height: auto !important;
}

.publication-list .clear a {
  font-weight: normal;
}

.publication-list .abstract {
  background: url(file:///C|/Users/steelyk/AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Content.Outlook/images/icons/text-plain.png) no-repeat left center transparent;
  float: left;
  padding-left: 20px;
}

.view-project-publications .abstract {
  background: none;
  padding-left: 0;
}

.publication-list .pmid,
.publication-list .pmcid {
  background: url(file:///C|/Users/steelyk/AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Content.Outlook/images/icons/pmid.png) no-repeat left center transparent;
  padding-left: 20px;
  color: #1f4294;
}

.view-project-publications .pmid,
.view-project-publications .pmcid {
  background: none;
  padding-left: 0;
}


.publication-list .pmid .label,
.publication-list .pmcid .label {
  font-weight: bold;
  color: #333;
}

.publication-list .file-icon {
  position: relative;
  top: 4px;
}

.view-project-publications .file-icon {
  display: none;
}

.publication-list .row .authors a {
  font-weight: normal;
}

/**
 * Search page styling
 */
li.search-result {
  margin-bottom: 10px;
}

.apachesolr_search-results .node-publication {
  padding-bottom: 0;
}

.publication-list .row .publication-extra-info a {
  font-weight: normal;
}

.page-publications #block-system-main {
  border: 1px solid #ccc;
  margin-top: -1px;
  position: relative;
  top: 0;
  padding: 5px 15px 0 15px;
  z-index: 1;
}

.page-publications #block-apachesolr-sort {
  z-index: 2;
}

.page-publications #block-apachesolr-sort .block-title-wrapper .title {
  font-size: 18px;
  margin: 10px 5px 5px 5px;
}

.page-publications #block-apachesolr-sort .block-content ul {
  margin-left: 5px;
}

.page-publications #block-apachesolr-sort .block-content li,
.page-publications #block-apachesolr-sort .block-content li a {
  padding: 4px 0 2px 0;
  line-height: 20px;
  background: url(file:///C|/Users/steelyk/AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Content.Outlook/images/sort-bg.png) no-repeat right top transparent  !important;
}

.page-publications #block-apachesolr-sort .block-content li {
  padding-right: 10px;
  margin-left: 5px;
}

.page-publications #block-apachesolr-sort .block-content li img {
  display: none;
}

.page-publications #block-apachesolr-sort .block-content li a {
  background-position: left top !important;
  padding-left: 27px;
  color: #999;
  font-weight: bold;
}

.page-publications #block-apachesolr-sort .block-content li a.descending {
  background-position: left bottom !important;
  color: #333;
}

.page-publications #block-apachesolr-sort .block-content li a.ascending {
  background-position: -74px bottom !important;
  color: #333;
}

.page-publications #block-apachesolr-sort .block-content li a {
  background-position: left top !important;
}

.page-publications div.search-facet li {
  clear: both;
  overflow: hidden;
  margin-bottom: 4px !important;
}

.page-publications div.search-facet li input {
  float: left;
}

.page-publications div.search-facet li a {
  width: 260px;
}

/* Current search block */
.page-publications div.search-facet.current-search li a {
  float: none;
  display: inline;
}

.page-publications div.search-facet ul .item-list {
  clear: both;
  overflow: hidden;
}

.page-publications div.search-facet ul .item-list li a {
  width: 250px;
}

/* Research Area Projects */

#block-views-research-area-projects-block-1 .block-title-wrapper {
  border: 1px solid #ebebeb;
  -webkit-border-top-left-radius: 7px;
  -webkit-border-top-right-radius: 7px;
  -moz-border-radius-topleft: 7px;
  -moz-border-radius-topright: 7px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  position: relative;
  border-bottom: 1px solid #fff;
  top: 1px;
  width: 84px;
}

#block-views-research-area-projects-block-1 .block-content {
  border: 1px solid #ebebeb;
  padding: 6px 13px;
}

#block-views-research-area-projects-block-1 .page-listing-view .row {
  border-bottom: 1px dotted #ebebeb;
}

#block-views-research-area-projects-block-1 .page-listing-view .views-row-last {
  border: 0;
}

/* xiaohui add branch projects on March 7th 2013*/
/* block-1 for cgsb */
#block-views-branch-projects-block-1 .block-title-wrapper {
  border: 1px solid #ebebeb;
  -webkit-border-top-left-radius: 7px;
  -webkit-border-top-right-radius: 7px;
  -moz-border-radius-topleft: 7px;
  -moz-border-radius-topright: 7px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  position: relative;
  border-bottom: 1px solid #fff;
  top: 1px;
  width: 84px;
}

#block-views-branch-projects-block-1 .block-content {
  border: 1px solid #ebebeb;
  padding: 6px 13px;
}

#block-views-branch-projects-block-1 .page-listing-view .row {
  border-bottom: 1px dotted #ebebeb;
}

#block-views-branch-projects-block-1 .page-listing-view .views-row-last {
  border: 0;
}

/* block-2 for apdb */
#block-views-branch-projects-block-2 .block-title-wrapper {
  border: 1px solid #ebebeb;
  -webkit-border-top-left-radius: 7px;
  -webkit-border-top-right-radius: 7px;
  -moz-border-radius-topleft: 7px;
  -moz-border-radius-topright: 7px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  position: relative;
  border-bottom: 1px solid #fff;
  top: 1px;
  width: 84px;
}

#block-views-branch-projects-block-2 .block-content {
  border: 1px solid #ebebeb;
  padding: 6px 13px;
}

#block-views-branch-projects-block-2 .page-listing-view .row {
  border-bottom: 1px dotted #ebebeb;
}

#block-views-branch-projects-block-2 .page-listing-view .views-row-last {
  border: 0;
}

/* block-3 for ceb */
#block-views-branch-projects-block-3 .block-title-wrapper {
  border: 1px solid #ebebeb;
  -webkit-border-top-left-radius: 7px;
  -webkit-border-top-right-radius: 7px;
  -moz-border-radius-topleft: 7px;
  -moz-border-radius-topright: 7px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  position: relative;
  border-bottom: 1px solid #fff;
  top: 1px;
  width: 84px;
}

#block-views-branch-projects-block-3 .block-content {
  border: 1px solid #ebebeb;
  padding: 6px 13px;
}

#block-views-branch-projects-block-3 .page-listing-view .row {
  border-bottom: 1px dotted #ebebeb;
}

#block-views-branch-projects-block-3 .page-listing-view .views-row-last {
  border: 0;
}

/* block-4 for csb */
#block-views-branch-projects-block-4 .block-title-wrapper {
  border: 1px solid #ebebeb;
  -webkit-border-top-left-radius: 7px;
  -webkit-border-top-right-radius: 7px;
  -moz-border-radius-topleft: 7px;
  -moz-border-radius-topright: 7px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  position: relative;
  border-bottom: 1px solid #fff;
  top: 1px;
  width: 84px;
}

#block-views-branch-projects-block-4 .block-content {
  border: 1px solid #ebebeb;
  padding: 6px 13px;
}

#block-views-branch-projects-block-4 .page-listing-view .row {
  border-bottom: 1px dotted #ebebeb;
}

#block-views-branch-projects-block-4 .page-listing-view .views-row-last {
  border: 0;
}

/* block-5 for ohpcc */
#block-views-branch-projects-block-5 .block-title-wrapper {
  border: 1px solid #ebebeb;
  -webkit-border-top-left-radius: 7px;
  -webkit-border-top-right-radius: 7px;
  -moz-border-radius-topleft: 7px;
  -moz-border-radius-topright: 7px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  position: relative;
  border-bottom: 1px solid #fff;
  top: 1px;
  width: 84px;
}

#block-views-branch-projects-block-5 .block-content {
  border: 1px solid #ebebeb;
  padding: 6px 13px;
}

#block-views-branch-projects-block-5 .page-listing-view .row {
  border-bottom: 1px dotted #ebebeb;
}

#block-views-branch-projects-block-5 .page-listing-view .views-row-last {
  border: 0;
}

/* block-6 for od */
#block-views-branch-projects-block-6 .block-title-wrapper {
  border: 1px solid #ebebeb;
  -webkit-border-top-left-radius: 7px;
  -webkit-border-top-right-radius: 7px;
  -moz-border-radius-topleft: 7px;
  -moz-border-radius-topright: 7px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  position: relative;
  border-bottom: 1px solid #fff;
  top: 1px;
  width: 84px;
}

#block-views-branch-projects-block-6 .block-content {
  border: 1px solid #ebebeb;
  padding: 6px 13px;
}

#block-views-branch-projects-block-6 .page-listing-view .row {
  border-bottom: 1px dotted #ebebeb;
}

#block-views-branch-projects-block-6 .page-listing-view .views-row-last {
  border: 0;
}

/* xiaohui add end */


/* Facet search block */
.search-facet ul.expanded {
  padding-top: 3px;
}

/* Site last updated */
#site-last-update {
  font-size: 11px;
  line-height: 19px;
  font-weight: bold;
}

/* Staff Directory */
.page-staff #content {
  padding-left: 0;
}

.page-staff .breadcrumb,
.page-staff .page-title {
  padding-left: 12px;
}

.view-staff-directory {
   position: relative;
}

.view-staff-directory .view-header {
  position: absolute;
  top: -23px;
  right: 0;
  width: 170px;
}

.view-staff-directory table {
  border-collapse: collapse;
  border-spacing: 0;
}

.view-staff-directory table thead {
  -moz-box-shadow: inset 0 1px 2px #a6deee;
  -webkit-box-shadow: inset 0 1px 2px #a6deee;
  box-shadow: inset 0 1px 2px #a6deee;
}

.view-staff-directory th {
  padding: 7px 10px;
  border-top: 1px solid #14A1CC;
  -moz-box-shadow: inset 0 2px 1px #a6deee;
  -webkit-box-shadow: inset 0 2px 1px #a6deee;
  box-shadow: inset 0 2px 1px #a6deee;
}

.view-staff-directory td {
  padding: 10px;
  border-left: 1px solid #d5e8ee;
}

.view-staff-directory th,
.view-staff-directory th a,
.view-staff-directory td a {
  color: #1d4398;
}

.view-staff-directory table th:first-child {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  border-left: 1px solid #14A1CC;
}

.view-staff-directory table tr:last-child td {
  border-bottom: 1px solid #d5e8ee;
}

.view-staff-directory table tr td:last-child  {
  border-right: 1px solid #d5e8ee;
}

.view-staff-directory table th:last-child {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  border-right: 1px solid #14A1CC;
}

.view-staff-directory tr.even,
.view-staff-directory tr.odd {
  border-bottom: 0;
  border-width: 0;
}

.view-staff-directory th img {
  margin-left: 5px;
}

#block-views-exp-staff-directory-page-1 #edit-field-investigator-value-wrapper {
  border-top: 1px solid #d5e8ee;
  margin-top: 10px;
}

#block-views-exp-staff-directory-page-1 input.form-checkbox {
  float: left;
}

#block-views-exp-staff-directory-page-1 label {
  display: block;
  margin-left: 20px;
  font-weight: bold;
}

#block-views-exp-staff-directory-page-1 .form-type-checkbox {
  margin-bottom: 10px;
}

/* Pulibcations block */
#block-views-project-publications-block h2.title {
  text-indent: 0;
}

.page-events-calendar h2.page-title {
  display: none;
}

/* Collapsed blocks */
#block-facetapi-auu-cgl-qxhfnjithgjajwprj1criziw .block-content,
#block-facetapi-3-bx4k3ooplrrnv58qkcwyf-vxrrkck- .block-content {
  display: none;
}

#block-facetapi-auu-cgl-qxhfnjithgjajwprj1criziw .title,
#block-facetapi-3-bx4k3ooplrrnv58qkcwyf-vxrrkck- .title {
  background: url('file:///C|/Users/steelyk/AppData/Local/Microsoft/Windows/Temporary Internet Files/Content.Outlook/images/collapse-arrow.png') no-repeat 61px 11px transparent;
  cursor: pointer;
}

#block-facetapi-3-bx4k3ooplrrnv58qkcwyf-vxrrkck- .title {
  background-position: 118px 11px;
}

.page-node-moderation ul li {
  background: none;
}

.page-publications #autocomplete {
  background-color: white;
}

#block-menu-menu-search-menu {
  position: absolute;
  top: 12px;
  right: -16px;
}

#block-menu-menu-search-menu .block-content .menu,
#block-menu-menu-search-menu .block-content .menu li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  padding-right: 5px;
}

#block-menu-menu-search-menu .block-content .menu li.leaf:after {
  content: "|";
  padding-left: 7px;
  color: #696969;
  position: relative;
  left: 0;
  top: -1px;
}

#block-menu-menu-search-menu .block-content .menu li.last:after {
  content: "";
}

#block-views-frontpage-slideshow-block {
  background-color: #EFEFEF;
  padding: 9px;
  border: solid 1px #F8F8F8;
  -moz-box-shadow: 0 0 0 1px #dadada;
  -webkit-box-shadow: 0 0 0 1px #dadada;
  box-shadow: 0 0 0 1px #dadada;
  margin-top: 1px;
  margin-bottom: 20px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}


div.semblock { background:#C0C0C0;  color:black; margin: 1em; padding: 0 1em 0 1em;
            border-width: 1px; border-style: solid; border-color:gray; }

li.courier {font-family: courier}