/* Yahoo Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,iframe { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
    border:0;
}
/* Yahoo Base */
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;  
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	border:1px solid #000;
	padding:0.5em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated marking to match cell's padding*/
	margin-bottom:0.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table {
	/*so things don't run into each other*/
	margin-bottom:1em;
}
/* Layout */
body{
    background-color:#333;
    font-family:sans-serif;
    padding-bottom:10px;
    position:relative;
}
p {
    width:530px;
}
ul,ol {
    font-size:small;
    color:#666;
    line-height:2em;
}
p ul,
p ol {
    padding-left:198px;
}
.content-containerfg{
    background:white;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    overflow:auto;
}
.headingfg{
    background:black;
    color:#eee;
    font-weight:bold;
    font-size:small;
    padding:5px 0 5px 15px;
    -webkit-border-top-right-radius:5px;
    -moz-border-radius-topright:5px;
    -webkit-border-top-left-radius:5px;
    -moz-border-radius-topleft:5px;
}
.headingfg .repid {
    font-weight:normal !important;
}
#nav_area {
    padding:15px 0 2px 15px;
    font-size:x-small;
    font-weight:bold;
}
#nav_area a {
    text-decoration:none;
    margin:5px;
    padding:5px 10px;
}
#nav_area a:link,
#nav_area a:visited {
    color:#ccc;
}
#nav_area a:hover,
#nav_area a:active {
    color:#666;
    background-color:#eee;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
}
#nav_area a.active{
    background-color:#808080;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    color:white;
}
#nav_area #article_search {
    position:absolute;
    top:0px;
    right:0px;
    padding:6px 20px 0 0;
}
input {
    color:#666;
    border:none;
    background-color:#eee;
    padding:3px 10px 4px 10px;
    margin:2px 2px 1px 2px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    width:130px;
}
button {
    color:white;
    background-color:#808080;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border:none;
    cursor:pointer;
    text-decoration:none;
    margin:1px 0 1px 3px;
    padding:5px 10px;
    font-size:x-small;
    font-weight:bold;
}
#nav_area form img{
    vertical-align:middle;
    display:none;
}
#main-content-wrapper {
    margin:10px 20px;
}
#header {
    height:95px;
    position:relative;
    background:#e8f2f9 url(/assets/images/banners/BlueMountain_Skinny.png) no-repeat;
    -webkit-border-top-left-radius:5px;
    -moz-border-radius-topleft:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-radius-topright:5px;
}
#header img {
    margin:0 25px;
}
#notify-wrapper {
    background-color:#bdbdbd;
    position:relative;
    padding:10px 30px 10px 0;
    font-size:small;
    text-align:right;
    background:#bdbdbd url(/assets/images/down_dropshadow.png) top left repeat-x;
}
#notify-wrapper p, #notify-wrapper div{
    display: inline;
}
#col1 { /* context info */
    float:left;
    width:200px;
    position:relative;
    background-color:#E5E5E5;
    -webkit-border-bottom-left-radius:5px;
    -moz-border-radius-bottomleft:5px;
}
#col2 { /* main content */
    margin-left:200px;
    background-color:white;
    padding:1em;
    min-height:300px;
    position:relative;
    -webkit-border-bottom-right-radius:5px;
    -moz-border-radius-bottomright:5px;
}
span#language-choice {
    color: lightslategray;
    font-size: x-small;
    text-align: right;
    position:absolute;
    right:30px;
    top:5px;
}
span#language-choice span {
    padding: 0 3px;
    cursor: pointer !important;
}
span#language-choice .current {
    font-weight:bold;
}
.section {
    margin:0 5px;
    border-top:1px solid white;
    border-bottom:1px solid #CCC;
    padding:10px;
    font-size:small;
}
.section .info{
    font-weight:bold;
    color:black;
    font-size:x-small;
    line-height:160%;
}
.section .comment {
    color:#666;
    font-size:xx-small;
}
.section img {
    padding-left:5px;
}
.section a {
    color:#666;
    text-decoration:none;
    padding-left:10px;
}
.section a:hover,
.section a:active {
    color:black;
}
.section a.here{
    background-image:url(/assets/images/right_tri.png);
    background-repeat:no-repeat;
    background-position:left;
}
.section ul {
    display:none;
}
.section li {
    font-style:italic;
    padding:2px 0;
    list-style:none;
    font-size:1.2em;
}
.section ul.here{
    display:block;
}
.section li.here {
    list-style:disc;
}
.section .menu {
    cursor:pointer;
    padding-left:10px;
    /*background: url(/assets/images/right_tri.png) left no-repeat;*/
}
.section .open {
    background: url(/assets/images/down_tri.png) left no-repeat;
}
table.article-wrapper {
    margin-bottom: 1.5em;
}
table.article-wrapper,
table.article-wrapper td {
    border:none;
}
.article-wrapper .date{
    width:75px;
    border-right:1px solid #ccc;
    text-align:center;
    float:left;
    padding:0;
}
.article-wrapper .date,
.article-wrapper .title-wrapper{
    margin:10px;
    padding:3px;
    vertical-align:top;
}
.article-wrapper .date .day,
.article-wrapper .title-wrapper .title{
    font-weight:bold;
    font-size:1.4em;
    color:orange;
}
.article-wrapper .date .month,
.article-wrapper .date .year{
    font-weight:bold;
    font-size:0.6em;
    color:#666;
}
.article-wrapper .title-wrapper{
    padding-left:10px;
    width:90%;
}
.article-wrapper .title-wrapper .title,
.edu .title{
    padding-top:10px;
    color: #333;
    font-size:1.2em;
}
.article-wrapper .author,
.edu .tagline {
    padding-top:3px;
    color:#666;
    font-size:0.7em;
    font-style:italic;
}
.article-wrapper img{
    float:left;
    margin:0 25px 10px 0;
}
#col2 p{
    line-height:160%;
    font-size:0.75em;
    color:#222222;
    font-family:"Lucida Grande","Lucida Sans Unicode",helvetica,clean,sans-serif;
}
.article-wrapper .article{
    border-bottom:none/*1px solid #ccc*/;
    border-top:1px solid #ccc;
    padding-bottom:0;
}
.article-wrapper .article .top-section .downloads,
.article-wrapper .article .top-section table,
.article-wrapper .article .nav {
    display:none;
}
.article-wrapper .tags{
    color:#A9A9A9;
    font-size:0.6em;
    text-align:left;
}

.article-wrapper .tags a {
    color:#A9A9A9;
    text-decoration:none;
}
.article-wrapper .tags a:hover{
    color:#666;
}
#col2 iframe {
    margin-top:10px;
    width:100%;
    height:100%;
    border:0;
}
#col2 #iframe-holder{
    width:100%;
}
.edu .top-section {
    overflow:auto;
    height:100%;
}
.edu .vid-player {
    float:left;
    margin:0 10px 10px 0;
    width:340px;
    height:220px;
    clear:bottom;
    background-color:black;
}
.edu table,
.edu td {
    border:none;
    margin:0;
    padding:0;
}
.edu table{
    margin-left:350px;
    margin-bottom:10px;
}
.edu .icon {
    border-right:1px solid #ccc;
    padding:0 18px 0 12px;
}
.edu .title{
    padding-left:8px;
    vertical-align:top;
    white-space:nowrap;
    font-weight:bold;
}
.edu .tagline {
    font-weight:lighter;
    font-size:0.5em;
}
.edu .downloads{
    border-top:1px solid #ccc;
}
.edu .downloads h3{
    font-size:14px;
    margin-bottom:3px;
}
.edu .downloads div{
    background-color:#e8f2f9;
    padding:10px;
    margin:0 0 10px 350px;
}
.edu .desc{
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    padding:10px 0 0 0;
    position:relative;
}
.edu .nav{
    margin-top:10px;
}
.edu .nav a{
    text-decoration:none;
    padding:8px 10px;
    margin-right:10px;
    white-space:nowrap;
    background-color:#ddd;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    font-size:0.6em;
}
.edu .nav a:link,
.edu .nav a:visited{
    color:black;
}
.edu .nav a:hover,
.edu .nav a:active{
    color:black;
    background-color:#ccc;
}
.edu .nav img {
    vertical-align:10%;
}
h2.event-date {
    text-align:right;
    color:white;
    background:#999 url(/assets/images/down_dropshadow.png) top left repeat-x;
    padding:3px 10px;
}
.event table {
    border:none;
    background-color:#eee;
    width:100%;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
}
.event td {
    border:none;
}
.event .head {
    cursor:pointer;
}
.event .location {
    color:#999;
}
.event .add-info{
    display:none;
    background:url(/assets/images/right_tri.png) top left no-repeat;
    padding-left:20px;
}
.event .add-info div{
    padding: 3px 5px;
}
.event .minor{
    color:#999;
}
table.download-data {
    border:none;
    margin-top:10px;
    width:100%;
}
table.download-data th, table.download-data td {
    border:none;
    border-left:1px solid #CCC;
}
table.download-data th {
    font-size:x-small;
	color: #eee;
	border: 1px solid #CCC;
	letter-spacing: 2px;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background:#666;
}
table.download-data td {
	border-right: 1px solid #CCC;
	border-bottom: 1px solid /*#C1DAD7*/#CCC;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
	font-size:x-small;
}
table.download-data td.alt {
	background: #F5FAFA;
	color: #797268;
}
#footer {
    position:relative;
    padding:0 20px;
    color:#eee;
    font-size:64%;
}
#footer img {
    float:left;
    margin-top:-5px;
}
#footer #dsa_text {
    float:left;
    width:200px;
    padding:2px 0 0 2px;
}
#footer #foot-nav {
    float:right;
}
#footer #foot-nav a:link,
#footer #foot-nav a:visited {
    color:#eee;
}
#loading {
    position:absolute;
    top: 50%;
    left: 50%;
    z-index:10;
}
#keep_alive {display:none;}
#password-clear {display:none;}
/* Dashboard */
.md {
    background: #FFF none repeat scroll 0 0;
    border: 1px solid #C7CAB7;
    margin: 0 0 10px;
    position:relative;
    float:left;
    width:350px;
    margin:10px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
}
.hd {
    background-color: #FFF;
    border-color:#B0BEC7 #B0BEC7 #93A6B4;
    border-style:solid;
    border-width:1px;
    color:#16397B;
    background-image:url(/assets/images/dash_gfx.gif);
    background-position:0 -916px;
    background-repeat:repeat-x;
    margin:-1px -1px 0;
    position:relative;
    -webkit-border-radius-topleft:5px;
    -moz-border-radius-topleft:5px;
    -webkit-border-radius-topright:5px;
    -moz-border-radius-topright:5px;
}
.hd h2 {
    border-bottom:1px solid #FFFFFF;
    font-size:75%;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:bold;
    line-height:normal;
    padding:5px 11px;
    position:relative;
    margin:0;
}
.hd a:link, .hd a:visited {
    text-decoration: none;
    color:black;
}
.bd {
    padding:5px 10px 10px;
    overflow:auto;
    position:relative;
    height:150px;
}
.bd ul, .bd td {
    font-size:72%;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    height:4em;
    line-height:normal;
    /*margin:0 0 0.5em;*/
}
.bd li {
    margin-bottom:1px;
    padding-left:8px;
}
.bd th, .bd td {
    border:none;
    padding:5px;
}
.bd th {
    border-bottom:1px solid #ccc;
    font-size:x-small;
    color:#666;
}
.bd td {
    height:auto;
}
#time-frame {
    font-size:x-small;
    color:lightslategray;
    margin-left:10px;
}
#time-frame a,
#time-frame a:link,
#time-frame a:visited {
    text-decoration:none;
    color:lightslategray;
}
#time-frame a.current {
    font-weight:bold;
}
.error {
    font-family:monospace;
    font-size:small;
    color:darkred;
}
.product-title{
    color:#5a8fd2;
    font-size:large;
    font-family:sans-serif;
    margin-top:0;
}
.product-subtitle{
    color:#5a8fd2 !important;
    font-size:medium !important; 
    font-family:sans-serif !important;
    margin-top:25px !important;
}
.superfood{
    font-family:sans-serif;
    font-size:small;
    margin-bottom:30px;
}
.superfood img{
    float:left;
    margin-top:-20px;
}
.superfood h3{
    font-weight:normal;
    color:black;
    margin-top:10px;
    margin-bottom:-10px;
}
.superfood ul{
    color:#5a8fd2;
    margin-left:110px;
    font-style:italic;
    line-height:1.2em;
}
.superfood ul li {
    padding:0;
    margin:0;
}
table.product-explanation {
    color:#666;
    font-size:small;
}
table.product-explanation th {
    border:0;
}
table.product-explanation th.head {
    background-color:#666;
    color:#eee;
    border:1px solid #666;
}
table.product-explanation td {
    border: 1px solid #666;
    margin:0;
    padding:5px;
}
table.product-explanation td.fill{
    font-family:monospace;
    font-weight:bold;
    text-align:center;
    font-size:medium;
}
div.promo {
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border: 1px solid #ccc;
}
.numbers {
    text-align:right;
}
