html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    display: block;
}

body {
    background: #655555;
    font-family: "Noto Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    margin: 0;
    display: block;
    box-sizing: border-box;
}

.content {
    margin: 10px auto;
    width: fit-content;
    border: 1px solid #FFFCFC;
    background: #FFFCFC;
    border-radius: 5px;
    padding: 15px 25px;
    box-sizing: border-box;
    display: block;
}

#masthead {
    margin-left: -3px;
    /* width: 860px; */
    background: #FFFCFC url(/img/header.png) no-repeat center;
    height: 168px;
}

#masthead2 {
    margin-left: -3px;
    /* width: 860px; */
    background: #FFFCFC url(/img/header2.png) no-repeat center;
    height: 168px;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    display: block;
    box-sizing: border-box;
}

.navbar {
    border-radius: 4px;
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    display: block;
    box-sizing: border-box;
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808;
}

::selection {
    background: rgb(102, 51, 51);
    text-shadow: none;
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
    box-sizing: border-box;
}

nav li a {
    float: left;
    display: block;
    color: white;
    text-align: center;
    position: relative;
    padding: 15px 15px;
    text-decoration: none;
    box-sizing: border-box;
}

nav li a:hover:not(.active) {
    background-color: #111;
}

.active {
    background-color: #80A0D0;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h2, .h2 {
    font-size: 30px;
}

h4, .h4 {
    font-size: 18px;
}

p {
    margin: 0 0 10px;
    box-sizing: border-box;
    display: block;
}

footer {
    clear: both;
 /*   width: 850px;  */
    height: 55px;
    background: #222222;
    border: 1px solid;
    border-radius: 6px;
    position: relative;
    color: #9d9d9d;
    padding: 1px;
    margin-top: 20px;
    box-sizing: border-box;
}

.footer_left {
    padding-top: 15px;
    padding-left: 15px;
    width: 50%;
    float: left;
    box-sizing: border-box;
}

.footer_right {
    padding-top: 15px;
    padding-right: 15px;
    width: 50%;
    text-align: right;
    float: left;
    box-sizing: border-box;
}

a.footer_right-link {
    color: #80A0D0;
}

a.footer_right-link:link {
    color: #80A0D0;
}

a.footer_right-link:visited {
    color: #80A0D0;
}

a.footer_right-link:hover {
    color: #A0C0E0;
}


.left_column {
    box-sizing: border-box;
    color: #333333;
    display: block;
    float: left;
    width: 25%;
    padding: 0 7px 15px 0;
}

.left_column, .right_column {
    content: "";
}

.left_column:after {
    clear: both;
}

.right_column {
    box-sizing: border-box;
    color: #333333;
    display: block;
    overflow: hidden;
    padding: 0 0 15px 8px;
    width: 75%;
    float: left;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    box-sizing: border-box;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-default {
    color: #333333;
    border-color: #ddd;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
}

.panel-heading {
    background-color: #f5f5f5;
    padding: 10px 15px;
    border-bottom-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    box-sizing: border-box;
}

.panel-body {
    padding: 15px;
    background-color: transparent;
    box-sizing: border-box;
}

.list-group {
    margin: 0;
    padding: 0;
}

.first-list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-top: 0;
    margin-bottom: -1px;
    background-color: #fff;
    border-top: transparent;
    box-sizing: border-box;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-top: 0;
    margin-bottom: -1px;
    background-color: #fff;
    border-top: 1px solid #ddd;
    box-sizing: border-box;
}

a {
    color: rgb(102, 51, 51);
    text-decoration: none;
    cursor: pointer;
    font-size: 13px;
    padding: 0;
}

a.link {
    color: rgb(102, 51, 51);
    text-decoration: none;
    text-decoration-color: rgb(102, 51, 51);
    font-size: 13px;
    padding: 0;
}

a.link:link {
    color: rgb(102, 51, 51);
}

a.link:visited {
    color: rgb(102, 51, 51);
}

a.link:hover {
    color: rgb(204, 153, 153);
}

#TOCPage {
    position: relative;
    margin: 25px auto;
    background-color: #faefd4;
    height: fit-content;
    width: 850px;
    -moz-border-radius:16px;
    -khtml-border-radius:16px;
    -webkit-border-radius:16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.tocLeftColumn
{
    float:left;
    width: 11%;
    padding: 0 7px 15px 0;
    font-family: 'Noto Sans', Arial, sans-serif;
    box-sizing: border-box;
    display: inline-block;
}

.tocRightColumn
{
    overflow:hidden;
    padding: 0 0 15px 8px;
    width: 87%;
    float: left;
    font-family: 'Noto Sans', Arial, sans-serif;
    box-sizing: border-box;
    display: inline-block;
}

.divisionShortcuts {
    padding-left: 15px;
    font-weight: bold;
}

table.toc {
    border-width: 0;
    border-spacing: 0;
    border-collapse: collapse;
    table-layout: fixed;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 4px;
    width: 100%;
}

tr.toc {
    text-align: left;
    vertical-align: top;
    font-size: 11px;
    cursor: pointer;
}

th.toc {
    vertical-align: top;
    padding-bottom: 4px;
}

td.tocDesc {
    padding-right: 10px;
    padding-bottom: 3px;
}

td.tocPage {
    padding-left: 9px;
}

.decade-left {
    display: block;
    box-sizing: border-box;
    padding-top: 2px;
    padding-left: 3px;
    width: 49%;
    text-align: left;
    float: left;
}

.decade-right {
    display: block;
    box-sizing: border-box;
    padding-top: 2px;
    padding-right: 3px;
    width: 49%;
    text-align: right;
    float: left;
    font-size: 10px;
}

.decade-right-link {
    text-decoration: none;
    text-decoration-color: rgb(102, 51, 51);
    cursor: pointer;
    color: rgb(102, 51, 51);
    padding: 0;
    font-size: 10px;
    text-align: right;
}

.toc-link {
    text-decoration: none;
    text-decoration-color: rgb(102, 51, 51);
    cursor: pointer;
    color: rgb(102, 51, 51);
    padding: 0;
    border-bottom: none;
    text-align: left;
    vertical-align: top;
    font-size: 11px;
}

a.toc-link:link {
    color: rgb(102, 51, 51);
}

a.toc-link:visited {
    color: rgb(102, 51, 51);
}

a.toc-link:hover {
    color: rgb(204, 153, 153);
}

.PageControl {
    position: relative;
    margin: 0 auto;
    font-family: tahoma, arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #999999;
    /* width: 850px; */
    height: 44px;
    -moz-border-radius:9px;
    -webkit-border-radius:9px;
    border-radius:9px;
    box-sizing: border-box;
    background-color: #faefd4;
}

.PageControlToc {
    position: absolute;
    left: 20px;
    top: 13px;
    text-align: left;
}

.PageControlPage {
    position: absolute;
    top: 13px;
    text-align: center;
    width: 40px;
    border: 1px;
    border-color: #00AAAA;
}

a.TDLink:link {
    color: #774444;
    text-decoration: none;
    cursor: hand;
    padding: 0;
    border-bottom: none; }

a.TDLink:visited {
    color: #774444;
    text-decoration: none;
    cursor: hand;
    padding: 0;
    border-bottom: none;
}

a.TDLink:hover {
    color: #110000;
    text-decoration: none;
    cursor: hand;
    padding: 0;
    border-bottom: none;
}

.tooltip {
    position:relative; /* making the .tooltip span a container for the tooltip text */
    border-bottom:1px dashed rgb(102, 51, 51); /* little indicator to indicate it's hoverable */
}

/* Stamp Album Page */

#AlbumPage {
    position: relative;
    margin: 25px auto;
    border: 1px solid #999999;
    background-color: #faefd4;
    height: 1100px;
    width: 850px;
    -moz-border-radius:16px;
    -khtml-border-radius:16px;
    -webkit-border-radius:16px;
    border-radius:16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#AlbumPageOS {
    position: relative;
    margin: 25px auto;
    border: 1px solid #999999;
    background-color: #faefd4;
    height: 1150px;
    width: 1000px;
    -moz-border-radius:16px;
    -khtml-border-radius:16px;
    -webkit-border-radius:16px;
    border-radius:16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#AlbumPageTopHole {
    position: absolute;
    border-width: 0;
    top: 112px;
    left: 18px;
}

#AlbumPageTopHoleOS {
    position: absolute;
    border-width: 0;
    top: 137px;
    left: 18px;
}

#AlbumPageMidHole {
    position: absolute;
    border-width: 0;
    top: 536px;
    left: 18px;
}

#AlbumPageMidHoleOS {
    position: absolute;
    border-width: 0;
    top: 561px;
    left: 18px;
}

#AlbumPageBotHole {
    position: absolute;
    border-width: 0;
    top: 961px;
    left: 18px;
}

#AlbumPageBotHoleOS {
    position: absolute;
    border-width: 0;
    top: 986px;
    left: 18px;
}

#AlbumPageOutBdrAll {
    position: absolute;
    border: 3px solid #000000;
    left: 62px;
    top: 36px;
    height: 1026px;
    width: 750px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#AlbumPageOutBdrAllOS {
    position: absolute;
    border: 3px solid #000000;
    left: 62px;
    top: 36px;
    height: 1076px;
    width: 900px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#AlbumPageOutBdrNone {
    position: absolute;
    border: 0px solid #000000;
    left: 62px;
    top: 36px;
    height: 1026px;
    width: 750px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#AlbumPageOutBdrNoneOS {
    position: absolute;
    border: 0px solid #000000;
    left: 62px;
    top: 36px;
    height: 1076px;
    width: 900px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#AlbumPageOutBdrHoriz {
    position: absolute;
    border-style: solid;
    border-color: #000000;
    border-width: 3px 0px 3px 0px;
    left: 62px;
    top: 36px;
    height: 1026px;
    width: 750px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#AlbumPageOutBdrHorizOS {
    position: absolute;
    border-style: solid;
    border-color: #000000;
    border-width: 3px 0px 3px 0px;
    left: 62px;
    top: 36px;
    height: 1076px;
    width: 900px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#AlbumPageOutBdrVert {
    position: absolute;
    border-style: solid;
    border-color: #000000;
    border-width: 0px 3px 0px 3px;
    left: 62px;
    top: 36px;
    height: 1026px;
    width: 750px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#AlbumPageOutBdrVertOS {
    position: absolute;
    border-style: solid;
    border-color: #000000;
    border-width: 0px 3px 0px 3px;
    left: 62px;
    top: 36px;
    height: 1076px;
    width: 900px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#AlbumPageInBdrAll {
    position: absolute;
    border: 1px solid #333333;
    left: 68px;
    top: 42px;
    height: 1014px;
    width: 738px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#AlbumPageInBdrAllOS {
    position: absolute;
    border: 1px solid #333333;
    left: 68px;
    top: 42px;
    height: 1064px;
    width: 888px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#AlbumPageInBdrNone {
    position: absolute;
    border: 0px solid #333333;
    left: 68px;
    top: 42px;
    height: 1014px;
    width: 738px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#AlbumPageInBdrNoneOS {
    position: absolute;
    border: 0px solid #333333;
    left: 68px;
    top: 42px;
    height: 1064px;
    width: 888px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#AlbumPageInBdrHoriz {
    position: absolute;
    border-style: solid;
    border-color: #333333;
    border-width: 1px 0px 1px 0px;
    left: 62px;
    top: 42px;
    height: 1014px;
    width: 750px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#AlbumPageInBdrHorizOS {
    position: absolute;
    border-style: solid;
    border-color: #333333;
    border-width: 1px 0px 1px 0px;
    left: 62px;
    top: 42px;
    height: 1064px;
    width: 900px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#AlbumPageInBdrVert {
    position: absolute;
    border-style: solid;
    border-color: #333333;
    border-width: 0px 1px 0px 1px;
    left: 68px;
    top: 36px;
    height: 1026px;
    width: 738px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#AlbumPageInBdrVertOS {
    position: absolute;
    border-style: solid;
    border-color: #333333;
    border-width: 0px 1px 0px 1px;
    left: 68px;
    top: 36px;
    height: 1076px;
    width: 888px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#AlbumPageTitle {
    font-weight: 500;
    font-size: 22px;
    color: #000000;
    position: absolute;
    left: 78px;
    top: 39px;
    width: 718px;
    margin-top: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#AlbumPageTitleOS {
    font-weight: 500;
    font-size: 22px;
    color: #000000;
    position: absolute;
    left: 78px;
    top: 39px;
    width: 868px;
    margin-top: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#AlbumPagePageNum {
    font-size: 12px;
    position: absolute;
    text-align: center;
    font-weight: bold;
    left: 397px;
    top: 1072px;
    width: 80px;
    color: #000000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#AlbumPagePageNumOS {
    font-size: 12px;
    position: absolute;
    text-align: center;
    font-weight: bold;
    left: 472px;
    top: 1122px;
    width: 80px;
    color: #000000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.AlbumPageSeriesTitle {
    text-align: center;
    font-weight: normal;
    line-height: 1.3;
    color: #000000;
    position: absolute;
}

.AlbumPageSeriesDate {
    text-align: center;
    font-weight: normal;
    line-height: 1.2;
    color: #333333;
    position: absolute;
}

.StampLabel {
    font-family: verdana, arial, Helvetica, sans-serif;
    font-weight: normal;
    text-align: center;
    font-size: 11px;
    position: absolute;
}

