body {
    margin: 7px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    min-width: 900px
}

.accordian-main {
}

.accordian-sidebar {
    font-size: 12.5px;
}

ul.accordion-list li {
    margin-bottom: 20px;
}

ul.accordion-list li > ul {
    margin-top: 20px;
}

.doctitle {
    font-weight: bold;
}

ul.accordion-list li a.doclink {
    color: #0094ff;
}

.docdate:before {
    content: "\0028";
}

.docdate:after {
    content: "\0029";
}

.docquote{display:block;font-style:italic;padding:10px 20px 10px 20px;}

.docquote:before {
    content: "\201D";
}

.docquote:after {
    content: "\201D";
}

.doccomment{display:block;}

table, th, td {
    border: 0px solid black;
    border-collapse: collapse;
}

th, td {
    padding: 1px;
    text-align: left;
    vertical-align: top;
}

ol.a {
    list-style-type: decimal;
    margin-bottom: 10px;
}

ol.b {
    list-style-type: lower-roman;
    margin-bottom: 10px;
}

ol.c {
    list-style-type: none;
}

.external-link {
    background-position: center right;
    background-repeat: no-repeat;
    background-image: linear-gradient(transparent, transparent), url(images/exit_disclaimer.jpg);
    padding-right: 13px;
}

ul.reference-list {
    list-style-type: none;
    padding: 0px;
    margin: 10px;
}

ul.reference-list li {
    margin-top: 10px;
    text-indent: -20px;
    margin-left: 30px
}

.sidebar-top {
    margin: 0px;
    margin-left: -10px;
}

.sidebar-itemx #newsHTML > ul > li{border-top:solid 1px #efefef;margin-top:5px;padding-top:5px;}
.sidebar-item #meetingsHTML > ul > li{border-top:solid 1px #efefef;margin-top:5px;padding-top:5px;}

/*
.sidebar-itemx div {
    border-style: solid;
    border-color: coral;
}
*/
.archive-list {
    float: left;
}

.archive-list h3 {
    text-align: center;
}

.archive-list ul {
    margin-top: 10px;
    margin-left: -20px;
}

.archive-list ul li {
    list-style-type: none;
    text-indent: 0px;
    margin-left: 0px;
    margin-top: 10px;
}

.archive-list ul li ul {
    margin-top: 3px;
}

.archive-list ul li ul li {
    list-style-type: disc;
    margin-left: 0px;
    text-indent: -10px;
    margin-top: 1px;
}

.archive-list a {
    text-decoration: underline;
}

.archive-list a:link {
    color: blue;
}

.archive-list a:visited {
    color: #551A8B;
}

.head1 {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #69F;
    color: white;
    text-align: center;
    padding: 1px;
    margin-bottom: 0px;
    margin-top: 0px;
    border: 2px solid grey;
}

.head2 {
    font-family: Arial, Helvetica, sans-serif;
    padding: 4px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 5px;
    font-size: 15px;
    font-style: bold;
}

#section {
    width: 350px;
    float: left;
    padding: 10px;
}

.highlight {
    background-color: yellow;
    font-size: 15px;
}

.footer {
    background-color: black;
    color: white;
    clear: both;
    text-align: left;
    padding: 5px;
    font-size: 14px;
}

.link-div {
    margin-left: 8px;
    border: 0px solid #8AC007;
}

.item-text {
    font-style: normal;
    font-size: 12px;
    font-family: verdana;
    font-weight: normal;
    color: darkgrey;
}

.post-text {
    font-style: normal;
    font-size: 12px;
    font-family: verdana;
    font-weight: normal;
    color: #757a82;
}

.post-text-lg {
    font-style: normal;
    font-size: 14px;
    font-family: verdana;
    font-weight: normal;
    color: #757a82;
}

/*css for the navigation menu*/


/*search bar*/
.navMenu {
    height: 36px;
    line-height: 36px;
    width: 100%;
    /* CSS 3 */
    background-image: linear-gradient(bottom, rgb(170,170,170) 11%, rgb(238,238,238) 77%);
    background-image: -o-linear-gradient(bottom, rgb(170,170,170) 11%, rgb(238,238,238) 77%);
    background-image: -moz-linear-gradient(bottom, rgb(170,170,170) 11%, rgb(238,238,238) 77%);
    background-image: -webkit-linear-gradient(bottom, rgb(170,170,170) 11%, rgb(238,238,238) 77%);
    background-image: -ms-linear-gradient(bottom, rgb(170,170,170) 11%, rgb(238,238,238) 77%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.11, rgb(170,170,170)), color-stop(0.77, rgb(238,238,238)) );
    border-radius: 1px;
}

.navMenu a {
    color: #333;
    border-right: 1px solid rgba(255,255,255,.5);
    display: inline-block;
    float: left;
    font-size: 13px;
    font-weight:;
    padding: 0 15px;
    text-align: center;
    text-shadow: 0 2px 2px #FFF;
    text-transform: uppercase;
    text-decoration: none;
    width: 115px;
    /* CSS3 */
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.navMenu a:hover {
    background-color: rgba(0, 0, 0,.05)
}

.navMenu input {
    /*background: url(http://cssdeck.com/uploads/media/items/4/4yK4Jqj.jpg) 5px center no-repeat #FFF;*/
    background: url(../images/4yK4Jqj.jpg) 5px center no-repeat #FFF;
    border: 1px solid #AAA;
    color: #666;
    float: right;
    font-size: 12px;
    margin: 7px 32px 0 0;
    opacity: 0.9;
    outline: none;
    padding: 3px 5px 3px 20px;
    width: 120px;
    /* CSS3 */
    border-radius: 5px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.navMenu input:hover {
    opacity: 1
}

.navMenu input:focus {
    opacity: 1;
    width: 180px;
}

/*for the jQuery tooltip*/
label {
    display: inline-block;
    width: 5em;
}

.ui-tooltip, .arrow:after {
    background: black;
    border: 2px solid white;
}

.ui-tooltip {
    padding: 10px 20px;
    color: white;
    border-radius: 20px;
    font: 12px "Helvetica Neue", Sans-Serif;
    /*text-transform: uppercase;*/
    box-shadow: 0 0 7px black;
    max-width: 800px;
    width: 800px;
}

.arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
}

.arrow.top {
    top: -16px;
    bottom: auto;
}

.arrow.left {
    left: 20%;
}

.arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.arrow.top:after {
    bottom: -20px;
    top: auto;
}

/* BEGIN: SEM additions */
.jumbotron{border:solid 1px #cccccc;}
.jumbotron img{height:90px;margin-bottom:3px;}
.section-hdr{margin-top:20px;font-size:18px;}
.res-item{margin-bottom:10px;}
.lbl-link{font-weight:bold;}
.lbl-link::after{content:":";}
.file-info{font-size:11px;font-style:italic;}
.section-subhdr{margin:10px 0px 10px 25px;border-bottom:solid 1px #ababab;}
ul.res-list li{margin-bottom:10px;}
ul.res-list li.section-top{border-top:solid 1px #dedede;padding-top:8px;}
ul.res-list li.section-bottom{border-bottom:solid 1px #dedede;padding-bottom:8px;}
.ext-link {
    background-position:top right;
    background-repeat:no-repeat;
    background-image:linear-gradient(transparent, transparent), url(images/exit_disclaimer.jpg);
    padding-right:15px;
}
.img-inset{margin:10px 0px 10px 0px;}

#I20220209 ul{list-style:disc;font-size:12px;}
#I20220209 ul > li{padding-left:.5em;}
#I20220209 ul > li:nth-child(1){list-style:none;font-size:14px;padding:2px 0px 2px 0px;}

#I20220819 ul{list-style:disc;font-size:12px;}
#I20220819 ul > li{padding-left:.5em;}
#I20220819 ul > li:nth-child(1){list-style:none;font-size:14px;padding:2px 0px 2px 0px;}
#I20220819 ul > li:nth-child(5){list-style:circle;margin-left:2em;}
#I20220819 ul > li:nth-child(6){list-style:circle;margin-left:2em;}
#I20220819 ul > li:nth-child(7){list-style:circle;margin-left:2em;}
#I20220819 ul > li:nth-child(9){list-style:circle;margin-left:2em;}
#I20220819 ul > li:nth-child(10){list-style:circle;margin-left:2em;}
#I20220819 ul > li:nth-child(11){list-style:circle;margin-left:2em;}

#meetingsHTML ul > li{padding-left:.25em;}
#meetingsHTML ul > li a.pres{color:#00aa00;}
#meetingsHTML ul > li a.vid{font-weight:bold;}