﻿div.article {
    padding: 0px 8px;
}
div.article p {
    margin: 0 0 1em 0;
}
div.article h1 {
    font-size: 18pt;
    margin: 0;
    color: #152F50;
}
div.article h2 {
    font-size: 14pt;
    margin: 0;
    color: #152F50;
    font-weight: normal;
}
div.article h3 {
    font-size: 12pt;
    margin: 0;
    color: #152F50;
}
div.article h4 {
    font-size: 10pt;
    margin: 0;
    color: #152F50;
}

div.article p.author {
    font-style: italic;
}
div.article strong {
    color: #152F50;
}

div.article .checklist {
    list-style-type: none;
}
div.article .checklist li {
}

div.article ol.letteredlist {
    list-style-type: lower-alpha;
}
/*div.article .checklist input {
}
div.article .checklist label {
    display: inline-block;
    padding-left: 30px;
    top: -18px;
    min-height: 36px;
    position: relative;
    
}*/
div.article ul.checklist div {
    width: 12px;
    height: 12px;
    border: solid 1px black;
    display: inline-block;
    margin-right: 4px; 
}
div.article .imgleft {
    float: left;
    margin: 0px 10px 10px 0px;
}
div.article .imgright {
    float: right;
    margin: 0px 0px 10px 20px;
}

.stepcarousel{
    position: relative; /*leave this value alone*/
    border: 10px solid #afbfd8;
    border-width: 9px 10px;
    overflow: scroll; /*leave this value alone*/
    width: 628px; /*Width of Carousel Viewer itself*/
    height: 120px; /*Height should enough to fit largest content's height*/
    font-size: 10px;
}

.stepcarousel .belt{
    position: absolute; /*leave this value alone*/
    left: 0;
    top: 0;
}

.stepcarousel img {
    padding-bottom: 5px;
}

.stepcarousel .panel{
    float: left; /*leave this value alone*/
    overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
    margin: 5px 5px; /*margin around each panel*/
    width: 110px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}
.stepcarousel .panel a:hover {
    text-decoration: none;
}

.slidenav:hover {
    cursor: pointer;
}

.toc {
    margin: 4px;
    padding: 4px;
    margin-left: 20px;
    height: 40px;
    position: relative;
}
.toc .seperator {
    
    display: inline;
    background-color: #152F51;
    width: 1px;
    height: 100%;
    
    overflow: hidden;

}
.toc a {
    background-image: url('/js/opencircle.png');
    background-position: top center;
    background-repeat: no-repeat;
    height: 50px;
    min-height: 50px;
    position: relative;
    top: 8px;
    padding: 12px 8px 0px 8px;
}
.toc a:hover {
    background-image: url('/js/graycircle.png');
    
}
.toc .l {
    border-left: 1px solid #152F51;
}
.toc .r {
    border-right: 1px solid #152F51;
}
