﻿.introCopy {
  margin-right: 150px;
}

.secondaryHeader {
  font-size: 130%;
  line-height: 200%;
  margin-top: 10px;
}

.subHeader {
  font-size: 130%;
}

.dateRangeSeparator {
  margin: 0 10px;
}

.searchLink {
  display: block;
  float: left;
  margin-top: 20px;
  padding-right: 20px;
  font-size: 90%;
  color:#311554;
  height:30px;
  background: url(/images/faculty_pubs/arrowRight.gif) 100% 2px no-repeat;
}

#bodyCopy .searchLink, #bodyCopy .searchLink:link, #bodyCopy .searchLink:visited {
  color: #000;
}

.resultsTable td, .resultsTable th {
  padding: 0 15px 10px 0;
  margin: 0;
  vertical-align: top;
  border-right:0px;
  border-left:0px;
}

.resultsTable th {
  padding-bottom: 0;
  text-align: left;
}

.linkAsc, .linkDesc {
  padding-right: 13px;
  background-repeat: no-repeat;
  background-position: 100% 5px;
}

.linkAsc {
  background-image: url(/images/faculty_pubs/sort_asc.gif);
}

.linkDesc {
  background-image: url(/images/faculty_pubs/sort_desc.gif);
}

.hlSearchTerm { /* highlight search term */
  font-weight: bold;
}

.searchFunctions {
  padding-top: 20px;
}

.searchFunctions a {
  margin-right: 20px;
  font-weight: normal;
}

.pubDetails {
  margin-top: 25px;
  margin-right: 150px;
}

.pubDetails .title, #middleColumn .pubDetails h2 {
  font-size: 120%;
  line-height: 140%;
  font-weight: bold;
  color: #000;
}

.pubDetails .sectionTitle {
    color: #000;
    font-weight: bold;
    line-height: 25px;
}

.pubDetails .disclaimer {
  margin-top: 30px;
  font-size: 90%;
}

.pubDetailsAncillary {
  margin-top: 25px;
  width: 130px;
  float: right;
  text-align: right;
}

.pubDetailsAncillary .imgCover {
  border: solid 1px #000;
}

.pubDetailsAncillary img {
  display: inline;
}

.pubDetailsAncillary .buttons {
  margin-top: 10px;
}

.tableHeader img {
  margin: 7px 0px 0px 0px;
  padding: 0px 0px 0px 5px; 
}
