body {
    margin:0;
    padding: 100px 0 0 225px;
    background-color: #d6d4d4;
    font-family: verdana, arial, sans-serif;
    font-size: 13px;
}
br {
    line-height: 2px;
}
span.center {
    text-align: center;
}
h1 {
    display: none;
}

h1.unprocessed {
    height: 61px; /* header image + 15px from margin */
    line-height: 80px; /* hack to vertically align with unc logo */
    font-size: 36px;
    display: block;
    text-align: center;
}

div#rightheader.unprocessed {
    color: #ffffff;
}

div#rightheader.unprocessed ul#pagemenu li{
    background-color: #ffffff;
}
div#rightheader.unprocessed ul#pagemenu li a{
    color: #000000;
    background-color: #ffffff;
}
#eadmenu li h5.unprocessed {
    text-align: center;
}

div#restriction-notice {
    text-align: center;
    background-color: #ffffcc;
    width: 100%;
    padding: 20px;
    border-bottom: 1px solid #cccccc;
}

div#pageheader {
    position:absolute;
    top:0;
    left:225;
    right: 0;
    width:100%;
    height:100px;
    background-color: #a4a5a5;
    border-bottom: 1px solid #a4a5a5;
}
div#uncliblogo {
    background-color: #a4a5a5; /* Dark gray */
    height: 101px;
}

div#uncliblogo img {
    padding: 20px 0 0 10px;
}
div#leftside {
    position:absolute;
    top:0;
    left:0;
    width:225px;
    height:100%;
    background-color: #d6d4d4; /* light gray */
/*
  background-image: url(https://cdn.lib.unc.edu/faids/mss/inv_images/lsidebg.jpg);
  background-repeat: repeat-x;
  background-position: top left;
 */
}
@media screen {
    /*
      body>div#pageheader{
      position:fixed;
      }
     */
    body>div#leftside {
        position:fixed;
    }
}
* html body {
    overflow:hidden;
}
* html div#eadcontent {
    height:100%;
    overflow:auto;
}
div#eadcontent {
    padding: 20px 40px 20px 20px;
    background-color: #ffffff;
    background-image: url(https://cdn.lib.unc.edu/faids/mss/inv_images/eadbg.jpg);
    background-repeat: repeat-x;
    font-size: 1em;
}
/* -- end styles affecting entire page setup -- */
div#leftside a, div#pageheader a {
    text-decoration: none;
    color: purple;
}
div#rightheader {
    position: relative;
    padding: 0;
    padding-left: 240px;
/* add #'s above 225 to adjust left padding on header content */
    width: auto;
    display: block;
    height: 100px;
    background-color: #b1b2b2; /* medium gray */
}
img.headerimg {
    margin: 20px 0 0 10px;
}
#topimage img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#topimage p {
    text-align:center;
}
ul#pagemenu {
    height: 30px;
    top: 65px;
    left: 0px;
    width: 100%;
    min-width: 700px;
}
/* TOP NAV BAR */
ul#pagemenu li {
    background-color:#d6d4d4;
    display:block;
    float:left;
    height:15px;
    padding:8px 5px 8px 5px;
    width:auto;
    margin-left: 5px;
}
* html ul#pagemenu li {
    width: 155px;
    text-align: center;
}
ul#pagemenu li:hover {
    background-color: white;
}
ul#pagemenu li.dot:hover {
    background-color:#CCCCCC;
}
ul#eadmenu, ul#search, ul.ti {
    background-color: #ffffff;
    padding: 20px 20px;
    position: relative;
    margin: 20px 0 0 10px;
    width: 175px;
    background-image: url(https://cdn.lib.unc.edu/faids/mss/inv_images/menubg.jpg);
    background-position: top right;
    background-repeat: repeat-y;
}
#searchOnThisPage {
    padding: 5px;
}
ul.sohp li a {
    font-size: .9em;
}
ul#eadmenu li a:hover, ul.ti li a:hover, ul#search li a:hover {
    color: #191970;
}
ul#eadmenu li {
    padding: 0 20px 5px 0;
}
ul#eadmenu li.options {
    font-size: 10px;
    font-weight: bold;
    line-height: 16px;
    margin: 5px 0 0 0;
}
ul#eadmenu li h5 {
    font-weight: bold;
    font-size: 14px;
    margin: 0 0 5px 0;
}
ul.ti li h5, ul#search li h5 {
    color: purple;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
}
lh {
    color:#404042;
    font-weight: bold;
    display: block;
    padding-top: 20px;
    padding-bottom: 5px;
}
div#eadcontent p, div#eadcontent dl {
    font-size: 1em;
    line-height: 16px;
    padding: 5px 20px;
}
div#eadcontent #dsc p {
    padding: 5px 0px 5px 0px;
}
/* This is to create tooltips */
#leftside a.tooltip span {
    display:none;
/* Causes tooltip text to be "hidden" until hovered over */
    padding:2px 3px;
    margin-left:70px;
    width:105px;
    font-size: .9em;
    text-align: left;
    font-weight:normal;
    text-transform: none;
    text-decoration: none;
}
#leftside ul.ti a.tooltip span {
    width:75px;
}
#eadcontent a.tooltip span.tt, #pageheader #rightheader #pagemenu a.tooltip span.tt {
    display:none;
/* Causes tooltip text to be "hidden" until hovered over */
    padding:2px 3px;
    margin-left:8px;
    width:110px;
    font-size: 10pt;
    text-decoration: none;
}

#leftside a.tooltip:hover span.tt, #eadcontent a.tooltip:hover span.tt, #pageheader #rightheader #pagemenu a.tooltip:hover span.tt {
    display: block;
    position:absolute;
    background:#ffffff;
    border:1px solid #cccccc;
    color:#6c6c6c;
    z-index: 100;
/* This causes tooltip elements to appear in front of all other elements on the page (high number = further forward */
    font-variant: normal;
}

/* We decided to deactivate the breadcrumbs in the Container List on 2/8/2012. If you want to reactivate them, delete the section below */
#eadcontent #dsc a.tooltip:hover span.tt {
    display: none;
}

div#digitalcontentyes {
    background-image: url('https://cdn.lib.unc.edu/faids/mss/inv_images/content.png');
    background-repeat: no-repeat;
    background-position: top center;
    padding: 20px 2px 6px 171px;
    width: 350px;
    height: 65px;
    font-size: 12px;
    color: #444;
    text-align: left;
    margin: 0px auto 0px auto;
}

/* Causes tooltip text not to inherit the small caps font-varient of the navication menus */
#eadcontent h4 a.tooltip span.tt, #eadcontent h5 a.tooltip span.tt, #eadcontent dt a.tooltip span.tt {
    display:none;
/* Causes tooltip text to be "hidden" until hovered over */
    padding:2px 3px;
    margin-left:50px;
    width:200px;
    font-size: .9em;
    font-weight:normal;
}
ul#search h5 {
    padding-bottom: 5px;
}
dd {
    padding: 3px 0px 10px 0px;
    margin-left: 2em;
}
dl {
    padding: 5px;
}
dt {
    font-weight: bold;
    padding-top: 3px;
}
#eadcontent ul {
    padding: 3px 0px;
    margin-left: 2em;
}
#overview ul {
    margin-left: 0px;
}
#eadcontent li {
    padding: 5px;
}
th {
    font-weight: bold;
    font-size: 1.2em;
    color: black;
    padding: 15px 0px 15px 0px;
}
#eadcontent table {
    table-layout: fixed;
    margin-left: 25px;
    margin-bottom: 5px;
}
#eadcontent #bioghist table {
    margin-left: 40px;
    padding-top: 10px;
    padding-bottom: 20px;
}
#eadcontent #bioghist table td {
    padding: 5px 10px;
}
#eadcontent #dsc table {
    border-color: #e8e8e8;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
}
#eadcontent #dsc table.chronlist {
    border: none;
}
#eadcontent table td {
    padding: 8px 5px 8px 0px;
    line-height: 16px;
}
#eadcontent #dsc table td p {
    padding: 0px 0px 5px 0px;
}
#eadcontent table td.label {
    font-weight: bold;
    padding-left: 40px;
    width: 120px;
}
#eadcontent #dsc table td {
    width: 80%;
}
#eadcontent #dsc table td.container {
    padding-left: 10px;
    width: 120px;
}
#eadcontent #dsc table td.chron, #eadcontent table td.chron {
    width: 120px;
    padding: 10px;
}
#eadcontent table.c03table {
    margin-left: 35px;
}
#eadcontent table.c04table {
    margin-left: 55px;
}
#eadcontent table.c05table {
    margin-left: 65px;
}
#eadcontent table.c06table {
    margin-left: 75px;
}
#eadcontent table.c07table {
    margin-left: 85px;
}
#eadcontent table.c08table {
    margin-left: 95px;
}
#eadcontent table.c09table {
    margin-left: 105px;
}
#eadcontent table.c10table {
    margin-left: 115px;
}
#eadcontent table.c11table {
    margin-left: 125px;
}
#eadcontent a {
    text-decoration: underline;
    color: #635398;
    font-weight: normal;
}

/* make all the digital content folder links appear in color*/
#eadcontent a.folderlink {
    color: #635398;
}

#arrangement a {
    text-decoration: underline;
}
#arrangement dl dt {
    padding-bottom: 3px;
}
#eadcontent a:hover {
    background-color: transparent;
}
h3 {
    font-size: 1.2em;
    padding:35px 10px 10px 0px;
    font-weight: bold;
    color: #404042;
}
h3.c01subgrphead {
    font-size: 1.2em;
}
h3.c02head {
    font-size: 1.1em;
    margin-left: 20px;
}
h3.c03head {
    font-size: 1.1em;
    margin-left: 40px;
}
h3.c04head {
    font-size: 1em;
    margin-left: 60px;
}
h3.c05head {
    font-size: 1em;
    margin-left: 80px;
}
h3.c06head {
    font-size: 1em;
    margin-left: 60px;
}
h3.c07head {
    font-size: 1em;
    margin-left: 70px;
}
h3.c08head {
    font-size: 1em;
    margin-left: 80px;
}
h3.c09head {
    font-size: 1em;
    margin-left: 90px;
}
h3.c10head {
    font-size: 1em;
    margin-left: 100px;
}
h3.c11head {
    font-size: 1em;
    margin-left: 110px;
}
h3.c12head {
    font-size: 1em;
    margin-left: 120px;
}
.c01 p a {
    font-size: 1.3em;
}
#dsc .c01sc, #dsc .c02sc, #dsc .c03sc, #dsc .c04sc, #dsc .c05sc, #dsc .c06sc, #dsc .c07sc, #dsc .c08sc, #dsc .c09sc, #dsc .c10sc, #dsc .c11sc {
    padding-bottom: 5px;
}
#dsc .c01sc {
    margin-left: 25px;
}
#dsc .c02sc {
    margin-left: 40px;
}
#dsc .c03sc {
    margin-left: 60px;
}
#dsc .c04sc {
    margin-left: 80px;
}
#eadcontent #dsc table tr div.c05sc p {
    margin-left: 60px;
}
#dsc .c06sc {
    margin-left: 70px;
}
#dsc .c07sc {
    margin-left: 80px;
}
#dsc .c08sc {
    margin-left: 90px;
}
#dsc .c09sc {
    margin-left: 100px;
}
#dsc .c10sc {
    margin-left: 110px;
}
#dsc .c11sc {
    margin-left: 120px;
}

#eadcontent h2 {
    text-align:center;
    font-size: 1.6em;
    padding: 30px 0px 20px 0px;
    color: black;
    font-weight: normal;
}
#eadcontent a.top {
    padding: 15px 0px 20px 0px;
    display: block;
    text-decoration:underline;
}
#eadcontent .smaller, ul#search li.smaller {
    font-size: 10px;
}
#eadcontent p#restrictionstatement {
    text-align: center;
    color: #bd0a06;
}
.bold {
    font-weight: bold;
}
.italic {
    font-style: italic;
}
#eadcontent #dsc table h4 a .italic {
    font-weight: bold;
}
#eadcontent div.chron {
    display: block;
    padding: 10px;
}
h4 {
    font-weight: bold;
}
h4.rangeitem {
    padding: 3px;
}
/* hides contenddm blowout item ranges */
h4.rangeitem {
    display:none;
}
#headings h4 {
    padding-top: 10px;
}
.x6 {
    margin-left: 15px;
}
.x7 {
    margin-left: 30px;
}
.x8 {
    margin-left: 45px;
}
.x9 {
    margin-left: 60px;
}
.x10 {
    margin-left: 75px;
}
.x11 {
    margin-left: 90px;
}
.restricted {
    color: #bd0a06;
}
#eadcontent a.tooltip {
    text-decoration: none;
}
#eadcontent h4 a {
    color: black;
    font-weight: bold;
}
#eadcontent h4 a span {
    color: black;
    font-weight:normal;
}
#dsc table div.c04 {
    margin-left:30px;
}
#arrangement a.subgrplink {
    font-weight: bold;
    font-size: 1.1em;
    padding-top: 10px;
    display: block;
}
.mod1 {
    background-color:#e8e8e8
}
#dsc td h5 a {
    padding: 8px 0px 0px 0px;
    color: black;
    font-weight: bold;
    display: block;
}
#dsc td h5.c03 a {
    margin-left: 20px;
}
#dsc td h5.c04 a {
    margin-left: 40px;
}
#dsc td h5.c05 a {
    margin-left: 60px;
}
#dsc td h5.c06 a {
    margin-left: 80px;
}
#dsc td h5.c07 a {
    margin-left: 100px;
}
#dsc td h5.c08 a {
    margin-left: 120px;
}
#dsc td h5.c09 a {
    margin-left: 140px;
}
#dsc td h5.c10 a {
    margin-left: 160px;
}
#dsc td h5.c11 a {
    margin-left: 180px;
}
#dsc td h5.c12 a {
    margin-left: 200px;
}

#eadcontent #dsc table tbody tr td p.c03 {
    margin-left: 20px;
}
#eadcontent #dsc table tbody tr td p.c04 {
    margin-left: 40px;
}
#eadcontent #dsc table td p.c05 {
    margin-left: 60px;
}
#eadcontent #dsc table td p.c06 {
    margin-left: 80px;
}
#eadcontent #dsc table td p.c07 {
    margin-left: 100px;
}
#eadcontent #dsc table td p.c08 {
    margin-left: 120px;
}
#eadcontent #dsc table td p.c09 {
    margin-left: 140px;
}
#eadcontent #dsc table td p.c10 {
    margin-left: 160px;
}
#eadcontent #dsc table td p.c11 {
    margin-left: 180px;
}
#eadcontent #dsc table td p.c12 {
    margin-left: 200px;
}
/*
  make unexploded ranged invisible
  .rangelist h4 {
  display: none;
  }
 */

#digital-content-banner {
   margin-left: auto;
   margin-right: auto;
   width: 400px;
   height: 50px;
   border: 1px solid #820084;
   border-radius: 5px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
}
#digital-content-banner .header {
   background-color: #E0BFDC;
   border-top-left-radius: 5px;
   border-bottom-left-radius: 5px;
   -webkit-top-left-border-radius: 5px;
   -moz-border-bottom-left-radius: 5px;
   border-right: 1px solid #820084;
   color: #820084;
   float: left;
   width: 35%;
   line-height: 50px;
   font-size: large;
   padding-left: 5px;
   padding-right: 5px;
}
#digital-content-banner .body {
   float: right;
   width: 60%;
   margin-right: 5px;
   margin-top: 5px;
   text-align: justify;
   font-size: smaller;

}