.DV-description{
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  font-weight: normal;
  color:#333;
  display:block;
  line-height:16px;
  margin-bottom: 15px;
}

.DV-supplemental{
  margin-top: 15px;
  padding: 8px 0 0 14px;
  border-top:1px solid #ccc;
}
  .DV-supplemental.DV-noNavigation {
    margin: 0;
    padding: 0;
    border: 0;
  }
  .DV-supplemental.DV-noNavigationMargin {
    margin: 0;
    padding: 0 0 0 14px;
    border: 0;
  }

.DV-storyLink,
.DV-pdfLink,
.DV-printNotesLink {
  padding-left: 0;
  padding-bottom: 4px;
}

.DV-storyLink a,
.DV-pdfLink a,
.DV-printNotesLink a,
.DV-contributor {
  font: normal 11px Arial, sans-serif;
  text-decoration: none;
}

.DV-contributor {
  padding-top: 3px;
  color: #333;
}

.DV-storyLink a:hover,
.DV-pdfLink a:hover,
.DV-printNotesLink a:hover {
  text-decoration:underline;
}

.DV-previous, .DV-next {
  border: 1px solid #bbb; border-top-color: #ccc; border-bottom-color: #999;
  background-image:url(../../../images/DV/embed/controlsArrows.png);
  background-repeat: no-repeat;
  width:32px; height:22px;
  position:absolute;
  top: 0px;
  cursor:pointer;
  text-indent:-1000em;
  -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
}

.DV-previous{
  background-position: 0 0;
  left:10px;
}

.DV-previous:hover{
  background-position: -32px 0;
}

.DV-previous:active {
  background-position: -64px 0;
}

.DV-previous:focus {
  outline: 0;
}

.DV-next{
  background-position: -96px 0;
  right: 10px;
}

.DV-next:hover{
  background-position: -128px 0;
}

.DV-next:active{
  background-position: -160px 0;
}

.DV-next:focus {
  outline: 0;
}

.DV-pageNumberContainer{
  width:154px;
  text-align:center;
  margin: 0 auto;
}

.DV-ie .DV-pageNumberContainer{
  margin-top:5px;
}

.DV-currentPagePrefix,
.DV-currentPageSuffix,
.DV-currentAnnotationPrefix{
  font-family:Arial,Helvetica,sans-serif;
  font-size:12px;
  color:#333;
}

.DV-ie .DV-currentPagePrefix,
.DV-ie .DV-currentPageSuffix,
.DV-ie .DV-currentAnnotationPrefix{
  vertical-align:top;
}

.DV-currentPage{
  background-color:#fff;
  text-align:center;
  font-family:Arial,Helvetica,sans-serif;
  font-size:12px;
  color:#333;
  border:1px solid #d7d7d7;
  border-left:1px solid #aaa;
  border-top:1px solid #aaa;
  padding:4px 8px;
  width:27px;
  display:-moz-inline-stack;
  display:inline-block;
  margin-left:5px;
  margin-right:5px;
  position:relative;
}

.DV-ie .DV-currentPage{
  margin-top:-5px;
}

.DV-well .DV-navControls {
  position: relative;
  height: 40px;
  background-position: 0 bottom;
}

.DV-navigation{
  padding: 10px;
}

.DV-contentsHeader,
.DV-descriptionHead{
  text-transform:uppercase;
  color:#666;
  font-family:Arial,Helvetica,sans-serif;
  font-size:12px;
  margin: 0 0 5px;
  padding:0;
  font-weight:bold;
  clear:left;
  display:block;
}

.DV-chapter,
.DV-annotationMarker {
  margin: 0 0 12px 0;
  padding: 0;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  font-weight: bold;
}
  .DV-collapsed .DV-annotationMarker {
    display: none;
  }

.DV-annotationMarker{
  margin-left: 14px;
}

.DV-annotationMarker .DV-navPageNumber {
  visibility: hidden;
}

.DV-annotationMarker .DV-trigger:hover .DV-navPageNumber {
  visibility:visible;
}

.DV-chapter .DV-annotationMarker{
  margin-left: 14px;
}

.DV-hasChildren .DV-annotationMarker{
  margin:0 0 4px;
  padding:0 0 0 8px;
  background: transparent url(../../../images/DV/embed/bullet4x4.gif) no-repeat 0 4px;
  font-family:Arial,Helvetica,sans-serif;
  font-size:11px;
  font-weight:normal;
  margin-left:12px;
}

.DV-ie .DV-annotationMarker{
  margin-bottom:3px;
}

.DV-chapter div.DV-first{
  margin: 0 0 3px 0;
  background:none;
  display:block;
  padding:0;
  font-weight:bold;
}

.DV-chapter div.DV-first:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.DV-chapter div.DV-first {
  display: inline-block;
}

.DV-navigation .DV-noChildren{
  margin-left:14px;
}

.DV-navigation div.DV-first span.DV-trigger{
  font-size: 12px;
  float: left;
  display: inline;
  width: 210px;
  margin-left: 5px;
}

.DV-navigation .DV-noChildren div.DV-first span.DV-trigger{
  margin-left:0px;
}

.DV-descriptionToggle, .DV-navigation div.DV-first span.DV-expander {
  background: url(../../../images/DV/embed/expanders.png) no-repeat 0 5px;
}

.DV-navigation div.DV-first span.DV-expander{
  width:7px;
  height:13px;
  padding-right:0;
  text-indent:-1000em;
  float:left;
  display:inline;
  margin:0; padding:0;
}

.DV-navigation div.DV-collapsed div.DV-first span.DV-expander{
  background-position: 0 -31px;
}

.DV-navigation div span{
  text-decoration:none;
  color:#004276;
}

.DV-navigation div span:focus {
  outline:0;
}

.DV-navigation .DV-trigger:hover .DV-navAnnotationTitle {
  text-decoration:underline;
}

.DV-navigation .DV-navPageNumber {
  color:#666;
  font-size:10px;
  padding-left:4px;
  font-weight:normal;
}

.DV-navigation .DV-selected span{
  color:#000;
  font-weight:bold;
}

.DV-descriptionToggle{
  float:left;
  display:inline;
  text-decoration:none;
  text-indent:-1000em;
  width:7px;
  height:13px;
  margin-right:6px;
  background-position: 0 -31px;
}

.DV-descriptionToggle.DV-showDescription{
  background-position: 0 5px;
}

.DV-descriptionText{
  clear:left;
  padding:14px;
  background-color:#f7f7f7;
}
/* ---------------------------------------------------- page number text entry*/
.DV-pageNumberContainer input{
  background-color:#FFFFFF;
  border-color:#7b9ed3 #d2deef #d2deef #7b9ed3;
  border-style:solid;
  border-width:1px;
  color:#333333;
  display:inline-block;
  font-family:Arial,Helvetica,sans-serif;
  font-size:12px;
  margin-left:5px;
  margin-right:5px;
  padding:4px 8px;
  position:relative;
  text-align:center;
  width:27px;
  margin-top:0;
}

.DV-ie .DV-pageNumberContainer input{
  margin-top:-5px;
}

