﻿/* fact sheets */

#fsReadingLevels {
	padding:0px;
	/* position:absolute; */
	right:0px;
	/* font-size:10px; */
	width: auto;
}

#fsReadingLevels ul{
	padding:0px;
	margin:0px;
	height:16px;
}

#fsReadingLevels li{
	float:right;
	border-width:1px;
	border-style:solid;
	border-top:0px;
	/* border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; */
	height:16px;
	padding:5px 10px;
	line-height:16px;
	position:relative;
	width:auto;
	list-style-type:none;
	background:#fff;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

#fsReadingLevels li.selected{
	color:#FFF;
}

#fsReadingLevels li.first{
	/* margin-left:0px; */
}

#fsReadingLevels li img{
	position:absolute;
	bottom:0px;
	right:-16px;
}

#fstitle {
	/* background: White; #f8f4ee;*/
	width: 100%;
/*	The following removed 16NOV11 for help with Compatibility View in IE.
	height: 60px;
	margin-bottom: 20px; */
	position: relative;
}

#fstitleborder {
	border-bottom:5px solid rgb(32, 85, 138); /*rgb(130, 92, 38);*/
}

#fstitle H1 {
	text-transform: none;
	font-size: 32px;
	margin: 0px 0px 5px 0px;
    line-height: 1em;
}


h1.fsTitle, .fsSuperTitle {
	color: rgb(32, 85, 138); /*rgb(130, 92, 38);*/
}
h1.fsTitle {
    clear: right;
}

#fstitle .fssupertitle {
	font-size: 16px;
}

#fsReadingLevels li {
	border-color:rgb(32, 85, 138); /*rgb(130, 92, 38);*/
}

#fsReadingLevels li.selected {
	background-color:rgb(32, 85, 138); /*rgb(130, 92, 38);*/
}

#fsReadingLevels li.selected a {
	color: White;
}

#fsReadingLevels a {
	color: rgb(32, 85, 138); /*rgb(130, 92, 38);*/
    text-decoration: none !important;
}

#content h3 {
	color: #762A34;
}

h3 {
    margin-top: 0;
}

h4 {
    margin: .5em 0 !important;
    line-height: 150%;
    font-style: italic;
}

.factsheet-toc {
    padding: 5px;
    float:left;
    width:250px;
    background-color: #eaeaea;
    border: 1px solid #999;
    margin: 0 15px 10px 0;
}
    .factsheet-toc h3 {
        font-size: 13px;
        margin: 5px 0;
    }

.factsheet-toc.nowrap {
    float:inherit;
    clear: right;
    margin: auto;
    width: auto;
}

/* showterm.aspx -- Glossary term pop-up; font not otherwise specified */
.glossaryterm {
    font-family: TexGyreHeros, 'Neue Helvetica', Helvetica, Arial, sans-serif; /* req'd */
}

H2.glossaryterm {
	font-size: 130%;
}

TABLE.glossaryterm TH {
	text-align: right;
	font-weight: bold;
    font-size: 80%;
    line-height: 1.5em;
}

TABLE.glossaryterm TD {
    font-size: 80%;
    line-height: 1.5em;
}

/* ----------------------------------------
/* INGREDIENTS TABLE: color #719500 (green)
/* ----------------------------------------*/
.center TABLE.ingredients {
    width: 100%;
    background: white;
}

.center TABLE.ingredients TH {
    font-weight: bold;
    font-size: 14px;
    background-color: #719500;
    color: #fff;
    height: 26px;
    width: 190px;
    vertical-align: middle !important;
    padding-left: 10px;    
    border-right: 1px solid #fff !important;
}
    .center TABLE.ingredients TH:last-of-type {
        border-right:none;
    }
.center TABLE.ingredients TR {
    border-bottom: none;
}
.center TABLE.ingredients TD {
    font-size: 1em;
    line-height: 1.5em;
    color: #000;
    height: 18px;
    width: 188px;
    padding:4px 4px 4px 8px;
    /* border-right: 1px solid #fff !important; */
}
.center TABLE.ingredients TD span.title {
    font-weight: bold;
    font-size: 1em;
    color: #20558a;
}

.center UL, .center OL {
	overflow: hidden;
}

.collapsed {
    display:none;
    border-top: 1px solid #719500;
    border-bottom: 1px solid #719500 !important;  
}
.open {
    
}
.expand, .collapse {
    padding-left: 20px;
    padding-bottom: 1px;
    cursor:pointer;
}
.expand {
    background: url('/images/icon-plus.png') no-repeat;
}
.collapse {
    background: url('/images/icon-minus.png') no-repeat;
}
.collapsed {
    background-color: #fff !important;
}
.dot {
    background: url('/images/icon-dot.png') no-repeat;
    padding-left: 20px;
    padding-bottom: 1px;
}
.light {
    background-color: rgba(113, 149, 0, 0.1) !important;
}
.dark {
    background-color: rgba(113, 149, 0, 0.3) !important;
}
.center TABLE.ingredients TD span.h {
    font-weight: bold;
    font-size: 1em;
    color: #719500;
}

/* end ingredients table */

.changedate {
    width:100%;
    float:left;
    padding:5px 5px 5px 10px;
    background-color:rgba(216, 202, 165, 0.5);
    font-weight:bold;
}
.change {
    float:left;
    padding:5px 5px 20px 10px;
}
.m4 {
    display:none;
}
@media (max-width:400px) {
    .th4, .col4 {
        display: none;
    }
    .m4 {
        display:table-cell;
    }
}