/*
 * Copyright (c) 2013 MyNetDiary, Inc.
 *
 * This document and the product to which it pertains are distributed under licenses restricting their use, copying, distribution, and decompilation.
 * This document may not be changed without prior written authorization of MyNetDiary and its licensors, if any.
 */

/* look-and-feel */

a.aMajorAction {
    display: block;
    margin: 0.5em 0 0.5em 0;
    font-size:1.5em;
}

.contentPageBody {
    background: white;
}

.textPart:hover, #h1ContentPageTitle:hover, .checkList li:hover {
    background-color: #ffffe0;
}

.pageTags, .upcomingBox, .pageListBox, #divFooter {
    font-size: 70%;
}

a.localAction {
    font-weight:normal;
    font-size: 0.9em;
    /*background-color: #b8d6c2;*/
    color: #0A9ACC;
    /*border: solid 1px #ffffff;*/
    padding: 0.2em 0.4em;

}

.border {
    padding: 5px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border: 1px solid #e8e8e6;
}

.borderBig {
    padding: 1.5em;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border: 1px solid #e8e8e6;
}

a.localAction:link {
}

a.localAction:visited {
    color: #0A9ACC;
}

a.localAction:hover {
    color: #000000;
    margin: 0;
}

a.localAction:active {
    background-color: #eeffdd;
}

td.number {
    text-align: right;
}

.errorMessage {
    color: #bf607e;
}

.error {
    color: #bf607e;
}

.rightLoadIndicator {
    float: right;
    width: 30em;
}

.leftLoadIndicator {
    float: left;
    clear: left;
    width: 30em;
    margin: 0.5em 0;
}

.signature {
    font-style: italic;
}
.footnote {
    font-size: 80%;
}

.clear {
    clear: both;
}

.newItem {
    position: relative;
}
.new {
    position: absolute;
    top: -0.6em;
    right: 0.2em;
    font-size: 0.8em;
    color: #ffffff;
    background-color: #fd6d39;
    padding: 0.1em 0.3em;
    display: inline;
}

.newItem .new {
    float: none;
    clear: none;
    margin: 0;
    top: -1em;
    right: -3em;
    font-weight: bold;
}

#ulTopNav li a span {
    position: relative;
}
#ulTopNav .new {
    display: inline;
    /*float: right;*/
}

label.error {
    color: #bf607e;
}

label em {
/*for access key indication*/
    font-style: normal;
    font-size: 90%;
    text-decoration: underline;
}

.windowContents {
    padding: 1em;
}

.windowContents h3 {
    margin: 0.5em 0 1em;
}

.windowContents li {
    margin: 0.5em 0 0.5em 0;
}

.windowContents p {
    margin-top: 2em;
}

.textNote {
    width: 98%;
    min-height: 3em;
    height: auto !important;
    height: 3em;
}

.inplaceeditor-saving {
    background: url( /img/hourglass.gif ) bottom right no-repeat;
}

form.inplaceeditor-form {
/* The form */
}

form.inplaceeditor-form input[type="text"] {
/* Input box */
}

form.inplaceeditor-form textarea {
/* Textarea, if multiple columns */
}

form.inplaceeditor-form input[type="submit"] {
/* The submit button */
    margin-left: 1em;
}

form.inplaceeditor-form a {
/* The cancel link */
    margin-left: 1em;
}

.currentStep {
    font-weight: bold;
}

/*
a:link {color: #5669e3;
text-decoration: underline;}

a:hover {
text-decoration: underline;}
*/

.badHighlight,.badHighlight>* {
    background-color: #ffff99;
}

.goodHighlight,.goodHighlight>*  {
    background-color: #9df698;
}

.intermediateHighlight,.intermediateHighlight>* {
    background-color: #98e2d1;
}


.action {
    background-color: #fff4bf;
    /*background-color: #ffe640;*/
}
a.action {
    font-weight:bold;
    color: #bf607e;
}
a.action:visited, #divWrapHome #divHeader a.action:visited {
    color: #bf607e;
}

.important {
    font-weight:bold;
}
.importantHighlight {
    font-weight:bold;
    color: #913c09;
}

.mynetdiary {
    font-weight:bold;
    color: #9fb634;
}

.supportText {
    font-size:0.8em;
}
/* tour layout */
body.home, body.tour {
    background: #ffffff;
}



#divWrapHome #divHeader {
    padding-top: 1em;
}

#aHeaderLogin {
    margin-left: 10em;
}
#divWrapHome #divHeader, #divWrapHome .divContents  {
    clear: both;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding-top:0.3em;
}


.tourSteps {
    margin: 20px 30px 0;
    height: 50px;
}

.tourSteps a {
    display: block;
    height: 32px;
    padding-top: 5px;
    font-weight: bold;
}

.tourSteps a.tourPrevious {
    float: left;
    background: url('img/green_arrow_left.gif') left no-repeat;
    padding-left: 40px;
}

.tourSteps a.tourNext {
    float: right;
    background: url('img/green_arrow_right.gif') right no-repeat;
    padding-right: 40px;
}

#tourSignup {
    clear: both;
    width: 500px;
    margin: 40px auto 30px auto;
    text-align:center;
    background-color: #fff4bf;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: solid 1px #f3f2db;
    padding: 20px;
}
/* application layout */
#divWrapNoTabs {
    background-color: white;
}

#divWrapNoTabs #divMainContent {
    width: 100%;
}

#divWrap, #divWrapNoSidebar {
/*max-width: 1200px;*/
    min-width: 750px;
    background: #e5e5e5;
}

#divWrap #divContainer {
    padding-right: 22em;

    min-height:500px;
    height:auto !important;
    height:500px;
}

#divWrapNoSidebar {
    min-height:500px;
    height:auto !important;
    height:500px;
}

#divWrap #divMainContent {
    min-height:500px;
    height:auto !important;
    height:500px;
    float: left;
    width: 100%;
    padding: 0 1em 1em 1em;
    background: url( "img/bg_contents.png" ) repeat-y right;
}


#divWrapNoSidebar #divMainContent {
    float: left;
    padding-left: 32px;
    background: #ffffff;
}


#divWrap #divSidebar {
    float: left;
    width: 19em;
    padding: 1em 0 0 1em;
    margin-right: -24.5em;
}

#divWrap #divSidebar h4 {
    font-size: 1em;
}

#divSidebarContainer {
    min-height: 600px;
    /*padding-left: 20px;*/
}

.notificationContainer {
    /*background-color: #ffffff;*/
    /*padding:0.4em;*/
    float: left;
}

html > body .notificationContainer {
    float: none;
}

.notificationBody {
    margin: 0 auto;
    width: 36em;
    padding: 0.5em 1em;
    color: #ffffff;
    background-color: #bf607e;
    border: solid 1px #994c65;
}

.notification {
    margin-top: 0.5em;
    /*background-color: #ffffff;*/
    /*width: 35em;*/
}

#divFooter {
    clear: both;
    padding-bottom: 1em;
    border-top: 1px solid #a8bfa4;
    text-align: center;
    background-color: #e5e5e5;
}

#divWrap #divMainContent.spaced {
    width: 50em;
}

#divWrap #divMainContent.spaced p {
    margin-top: 1em;
}

.popup, .popup body {
    background-color: #ffffff;
    background-image: none;
}
.popup h2 {
    color: #000000;
    margin-bottom: 1em;
}
.popup #divMainContent {
    padding: 0 1em;
}
/* top tab nav */
#divWrap #divHeader, #divWrapNoSidebar #divHeader {
    float: left;
    width: 100%;
    font-size: 93%;
    line-height: normal;
    background: #ffffff url( "img/bg_header.png" ) repeat-x bottom;
}

#divWrap .subnav#divHeader, #divWrapNoSidebar .subnav#divHeader {
    background: url( "img/bg_header_subnav.png" ) repeat-x bottom;
}


/* The following 2 lines are causing grid collapsing documented at ticket#4
#ulTopNav a:hover {
    background-position: 0% -151px;
}

#ulTopNav a:hover span {
    background-position: 100% -151px;
}
*/


ul.subnav {
    clear: both;
    float: left;
    font-size: 11px;
    padding: 10px 0 7px;
    list-style: none;
    width: 872px;
    height: 18px;
    background-color: #ffffff;
}

ul.subnav li {
    float: left;
    display: inline;
    margin-left: 2em;
    padding: 0;
    font-weight: bold;
    color: #913c09;
}
ul.subnav li a {
    color: #913c09;
    font-weight: normal;
}
ul.subnav li.activeSubNav a {
    font-weight: bold;
    text-decoration: none;
}

#divTdriveJohnDoe, #divTdrivePersonal {
    float: left;
    margin-left:40px;
    width: 258px;
    display: inline;
}

#divStartTestDrive {
    clear: left;
    width:630px;
}
#idTdriveError {
    display: block;
    margin-left:20px;
    margin-top:-120px;
    width:200px;

}

#divTdriveNotes {
    clear: left;
    padding-top:2em;
}


#tdriveLoadIndicator {
    float: left;
    margin-left:20px;
}

#divDlgMessage {
    padding: 1em;
}

#divDlgMessage ul {
    margin: 1em 2em;
    /*list-style-image: url('img/bullet_drop.gif');*/
}

/** html #ulTopActions a#aSignup {*/
	/*background-color: transparent;*/
	/*background-image: none;*/
	/*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="css/img/test_drive.png", sizingMethod="crop");*/
/*}*/

/*#ulTopActions li span {*/
    /*display: inline-block;*/
/*}*/


/* round box */

.dietContainer{
    margin-left: 20px;
}

.containerBody {
    margin: 0;
    padding: 0 0 0 13px;
    background: url( /img/rounded_left.gif ) bottom left no-repeat;
}

.containerBody div {
    display: block;
    padding: 0.3em 13px 13px 0;
    font-style: normal;
    background: url( /img/rounded_right.gif ) bottom right no-repeat;
}

.containerBody p {
    margin-top: 0.5em;
}
#inputSummaryContainer {
    height: 10em;
}

/* table styling */
.dataTable {
    padding: 10px /*background: #919191;*/
}

/*upgradeButton:start source: http://www.onextrapixel.com/2011/09/14/creating-slick-stylish-and-scalable-css3-buttons/*/
.gradientStyle {
    background-image: -moz-linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.3));
    background-image: -webkit-linear-gradient-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.3)));
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3));
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.3));
    background-image: -ms-linear-gradient(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.3));
    background-image: no-repeat;
    border: 1px solid rgba(0, 0, 0, 0.2);
}
.gradientStyle:hover {
    background-image: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.2));
    background-image: -webkit-linear-gradient-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.2)));
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.2));
    background-image: -ms-linear-gradient(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.2));
    background-image: no-repeat;
    border: 1px solid rgba(0, 0, 0, 0.2);
}
.gradientStyle:active {
    background-image: -moz-linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0));
    background-image: -webkit-linear-gradient-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0, 0, 0, 0,2)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0));
    background-image: no-repeat;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.top-bottom-margins {
    margin-top: .5em;
    margin-bottom: .5em;
}

/*
.btn.active,
.btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn {
    box-shadow: -1px 2px 2px rgba(0, 0, 0, .25);
    display: inline-block;
    *display: inline;
    padding: 4px 12px;
    margin-bottom: 0;
    *margin-left: .3em;
    font-size: 14px;
    line-height: 20px;
    *line-height: 20px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    *background-color: #e6e6e6;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #bbbbbb;
    *border: 0;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #a2a2a2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffffff', endColorstr = '#ffe6e6e6', GradientType = 0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    border-color: #c5c5c5;
    border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}

a.btn-success:visited{
    color: #ffffff;
}

.btn-success:hover {
    background: #4d8910;
}
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    color: #ffffff;
    background-color: #3d7900;
}

a.btn-success,
.btn-success {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    *background-color: #539700;
    background-image: -moz-linear-gradient(top, #7eb300, #3d7900);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7eb300), to(#3d7900));
    background-image: -webkit-linear-gradient(top, #7eb300, #3d7900);
    background-image: -o-linear-gradient(top, #7eb300, #3d7900);
    background-image: linear-gradient(to bottom, #7eb300, #3d7900);
    background-repeat: repeat-x;
    border-color: #345d01 #345d01 #345d01;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ff7eb300', endColorstr = '#ff3d7900', GradientType = 0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    drop-shadow: 0 1px 1px rgba(127, 127, 127, .75);
    text-decoration: none;
}

*/
.upgradeButton {
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px 6px;
    background-color: rgb(151,179,43);
    padding: 6px 12px;
    margin: 4px;
    text-decoration: none;
    text-shadow: 1px 1px 2px #000;
    font-size: 16px;
    /*tag_upgrade_button_text_color: for some reason text color cannot be defined here, it is inlined in html*/
}
/*upgradeButton:end*/

#divPayPalInstructions {
    margin-top: 2em;
}
#txtdiscountCode {
    width: 17em;
}
#frmSignupPaymentOptions #errgiftCardNumber {
    margin-left: 12.5em;
}
.stdform #divSignupMembershipLength {
    margin-bottom: 1.5em;
}
#divSignupNavigation span, #divSignupNavigation a {
    margin-right:0.5em;
}

div.diabetesExplanation {
    clear: both;
    margin-left:3em;
    margin-bottom:0.5em;
}

div.explanation {
    clear: both;
    margin-left:3em;
    margin-bottom:0.5em;
    width: 300px;
}

div.palExplanation {
    clear: both;
    margin-left:3em;
    margin-bottom:0.5em;
    width: 300px;
}

table.plain td, table.plain th {
    padding: 0.5em;
}

table.plain th {
    font-weight: bold;
}

table.plain .alter {
    background: #feffe8;
}

table.plain .data, table.plain .data input.checkbox {
    float: none;
    text-align: center;
}

#acceptance {
    float: left;
    clear: none;
    margin-top: 0.25em;
    margin-left: 0.5em;
}
.component .actionBar {
    float: right;
    margin-top: 0.25em;
    margin-right: 10.5px;
}

div.editTextForm form textarea {
    width: 450px;
}


.popupDialog {
    display: none;
    z-index: 100;
    position: absolute;
    border-style: solid;
    border-width: 1px;
    padding: 3px;
    background-color: #e5e5e5;
}

.popupDialog .header {
    background: darkgray;
    float: left;
}

.popupDialog a {
    float: right;
}

.popupDialog h4 {
    clear: both;
    font-size: 0.8em;
}

.popupDialog h3 {
    font-size: 0.9em;
    padding: 0.25em;
}

.suggestItem {
    background-color: #e3e5b8;
    border-bottom: 1px solid #a8bfa4;
    font-size: 12px;
    text-align: left;
    cursor: default;
}

.suggestItemContributed{
    background-color: #F8F8F8;
}

.suggestItemSelection {
/*this style takes precedence over suggestItem*/
    background-color: #ffe89f;  /*fffc80 */
}

.suggestDropDown {
    position: absolute;
    z-index: 101;
    overflow: auto;
    border: thin solid #a8bfa4;
    background-color: #e3e5b8;
}

.suggestDetails {
    position: absolute;
    z-index: 102;
    background-color: #e3e5b8;
    border: thin solid #a8bfa4;

}

.sughtrm {
    font-weight: bold;
}

.textAlignLeft {
    text-align: left;
}

.foodTreeStyle {
    width: 320px;
    height: 450px;
    background-color: aliceblue;
    border: thin solid silver;
    overflow: auto;
}

.minderButton {
    width: 90px;
}

.minderToolbar {
    margin: 0 0 0.2em;
}

.minderToolbar a {
    text-align: center;
    font-size: 0.8em;
    line-height: 1.1em;
    display: block;
    float: left;
    width: 33px;
    height: 42px;
    margin-right: 2em;
    padding-top: 38px;
    background-repeat: no-repeat;
    background-clip: padding-box;
    background-size: contain;

    background-position: top left;
}

.minderToolbar .aMealPlanner {
    background-image: url(//s3.amazonaws.com/img.mynetdiary.com/bs3/meal-planner.png);
}
.minderToolbar .aMealPlannerCook {
    text-shadow: 0 0 3px white, 0 0 3px white, 0 0 3px white, 0 0 3px white ;
    background: url("//s3.amazonaws.com/img.mynetdiary.com/mealplanner/cook.png") no-repeat 50% top;
}
.aMealPlannerCook span {
    background-color: white;
}

.aMyFoodsFoodDetails{
    text-align: center;
    font-size: 0.7em;
    display: block;
    float: right;
    margin-bottom:15px;
    width: 33px;
    height: 37px;
    padding-top: 34px;

    background-image: url(//s3.amazonaws.com/img.mynetdiary.com/bs3/food-details.png);
}

.minderToolbar a:link {
    color: #556655;
}

.minderToolbar a:visited {
    color: #556655;
}

.minderToolbar a:hover {
    color: #000000;
}

#pageLogon #aIphoneLogon {
    background-image: url(//s3.amazonaws.com/img.mynetdiary.com/src/iphone_home.png);
    background-repeat: no-repeat;
    background-position: 5px 0;
    display: block;
    width: 120px;
    height: 10px;
    padding-top: 220px;
    text-align: center;
}
#pageLogon #materials img {
    padding-top: 30px;
}
#pageLogon #materials #blackberryIcon {
    margin-left: 8px;
}

.logonMaterials{
    height:41px;
    margin-top:1em;
}

/* plan page */
#divNutrientTarget, #divActivityTarget, #divMeasurements, #measurementGrdCnt, #nutrTrgGrdCnt, #actTrgGrdCnt, #divEnergyBalance {
    clear: left;
    float: left;
    width: 100%;
}

#divActivityTarget {
    width: 700px;
}
#onlyAdditionalActivities{
    width: 700px;
}
.fixedWidthForm {
    width: 628px;
}

.fixedWidthForm div.field {
    width: 610px;
}

#idStartOver {
    margin-left: 8em;
}

.flexform .comment {
    color: #777777;
    font-size:0.85em;
    margin-left: 15em;
}
#nutrTrgGrdCnt {
    height: 14em;
}

#actTrgGrdCnt {
    height: 20em;
}

#aMeasurementsSelection, #aNutrientsSelection {
    float: left;
    margin: 0.5em 0;
}


#WATER {
    margin-top: 1em;
}


#divMeasurements {
    width: 600px;
}

#ACTIVITIES {
    width: 700px;
}

#divDailyFoodEntry,  #fdGrdCnt, #actGrdCnt {
    clear: left;
    float: left;
    width: 100%;
}

#divDailyFoodEntry {
    margin-top:14px;
}
#ACTIVITIES {
    margin-top: 1.2em;
}

#fdGrdCnt {
    height: 40em;
}

#fdGrdCnt .mealActions{
    float: right;
}
#actGrdCnt {
    height: 20em;
}

#measurementGrdCnt {
    height: 14em;
}

.aFoodTree {
    background-position: 0 -71px;
}

a.aFoodTree:hover {
    background-position: 0 0;
}

.aMyFoods {
    background-image: url(//s3.amazonaws.com/img.mynetdiary.com/bs3/my-foods.png) ;
}

.aNewFood {
    background-image: url(//s3.amazonaws.com/img.mynetdiary.com/bs3/new-food.png) ;
}

.aFoodDetails {
    background-image: url(//s3.amazonaws.com/img.mynetdiary.com/bs3/food-details.png) ;
}

.aFoodTreeFoodDetails {
    background-image: url(//s3.amazonaws.com/img.mynetdiary.com/bs3/meal-planner.png) ;
}
.aMyFoodsFoodDetails,.aFoodDetailsDisabled {
    background-image: url(//s3.amazonaws.com/img.mynetdiary.com/bs3/my-foods.png) ;
}
.minderToolbar a.aFoodDetailsDisabled {
    opacity: 0.5;
}

.aDeleteFood,.aDeleteFoodDisabled  {

    background-image: url(//s3.amazonaws.com/img.mynetdiary.com/bs3/delete.png) ;
}
.minderToolbar a.aDeleteFoodDisabled {
    opacity: 0.5;
}


.aDailyPrint {

    background-image: url(//s3.amazonaws.com/img.mynetdiary.com/bs3/print.png) ;
}
a.aDailySelectNutrients {

    background-image: url(//s3.amazonaws.com/img.mynetdiary.com/bs3/select-nutrients.png) ;
}

.aFoodVideo {

    background-image: url(//s3.amazonaws.com/img.mynetdiary.com/bs3/help-video.png);
}

.aToolbarHelp {

    background-image: url(//s3.amazonaws.com/img.mynetdiary.com/bs3/help.png) ;
}

.aUndoFoodChange,.aUndoFoodChangeDisabled {

    background-image: url(//s3.amazonaws.com/img.mynetdiary.com/bs3/undo.png) ;
}

.minderToolbar a.aUndoFoodChangeDisabled {
    opacity: 0.5;
}

.aRedoFoodChange,.aRedoFoodChangeDisabled {

    background-image: url(//s3.amazonaws.com/img.mynetdiary.com/bs3/redo.png) ;
}

.minderToolbar a.aRedoFoodChangeDisabled {
    opacity: 0.5;
}

.aActivityTree {
    background: url(//s3.amazonaws.com/img.mynetdiary.com/bs3/activity-catalog.png) ;
}

.aMyActivities {
    background: url(//s3.amazonaws.com/img.mynetdiary.com/bs3/my-activities.png);
}

.aNewActivity {
    width: 37px;
    background-image: url(//s3.amazonaws.com/img.mynetdiary.com/bs3/new-activity.png);
}

.aDeleteActivity,.aDeleteActivityDisabled {
    background-image: url(//s3.amazonaws.com/img.mynetdiary.com/bs3/delete.png) ;
}

.minderToolbar a.aDeleteActivityDisabled {
    opacity: 0.5;
}

.aUndoActivityChange,.aUndoActivityChangeDisabled {
    background-image: url(//s3.amazonaws.com/img.mynetdiary.com/bs3/undo.png) ;
}
.minderToolbar a.aUndoActivityChangeDisabled {
    opacity: 0.5;
}

.aRedoActivityChange,.aRedoActivityChangeDisabled {
    background-image: url(//s3.amazonaws.com/img.mynetdiary.com/bs3/redo.png) ;
}
.minderToolbar a.aRedoActivityChangeDisabled {
    opacity: 0.5;
}

.previousPopup {
    max-width: 25em;
}

.previousPopup ul {
    list-style-type: none;
}

.previousPopup li {
    margin-left: 0.5em;
}

#foodTreeDialog, #myFoodsDialog, #activityTreeDialog, #divMyActivitiesDialog, #divCustomActivityDialog {
    position: relative;
}

/*#foodTreeDialog #divFoodTreeFoodDetails {*/
/*margin: 1em 0 1em 0.25em;*/
/*float: left;*/
/*}*/

#foodTreeDialog .commandBar, #activityTreeDialog .commandBar, #myFoodsDialog .commandBar, #divMyActivitiesDialog .commandBar, #divCustomActivityDialog .commandBar {
    position: absolute;
    width: 11em;
    top: 0.25em;
    right: 0px;
    border: green;
}

#divFoodDetailsDialog .commandBar {
    float: right;
    width: 10.5em;
    margin-top: 0.25em;
}

/*#foodTreeDialog .commandBar, */
#weightEntryDialog .commandBar, #divCustomFoodDialog .commandBar, #divFoodEntryInstructions .commandBar, #divDlgMessage .commandBar, #divRecipeDialog .commandBar {
    float: right;
    width: 10em;
    margin-top: 0.25em;
}

#foodTreeDialog .entryPanel, #activityTreeDialog .entryPanel, #myFoodsDialog .entryPanel, #divMyActivitiesDialog .entryPanel, #divCustomActivityDialog .entryPanel {
    margin: 0.5em 14em 0 0.5em;
}

/*#foodTreeDialog .entryPanel, */
#divFoodDetailsDialog .entryPanel, #weightEntryDialog .entryPanel, #divCustomFoodDialog .entryPanel, #divFoodEntryInstructions .entryPanel, #divDlgMessage .entryPanel, #divRecipeDialog .entryPanel {
    float: left;
    margin-left: 0.5em;
    margin-top: 0.5em;
}

#divDlgMessage .entryPanel {
    width: 320px;
}

#myFoodsDialog .divMyInstructions, #divMyActivitiesDialog .divMyInstructions {
    margin-bottom: 0.5em;
}

#foodTreeDialog #foodTreeDialogSearch{
    width: 34.5em;
}

#activityTreeDialog #activityTreeDialogSearch {
    width: 29.2em;
}

#divFoodEntryInstructions .entryPanel {
    width: 295px;
}

#foodTreeDialog #divFoodTreeAnchor,
    #activityTreeDialog #divActivityTreeAnchor,
    #myFoodsDialog #divMyFoodsAnchor,
    #divMyActivitiesDialog #divMyActivitiesAnchor {
    margin-top: 0.5em;
    background-color: white;
    height: 30em;
    border: solid 1px #afafb8;
}


#divFoodDetailsDialog .submit {
    float: right;
    clear: both;
    width: 12em;
    margin-top: 0.25em;
    margin-bottom: 0.25em;
}

#foodTreeDialog .submit,
    #activityTreeDialog .submit,
    #weightEntryDialog .submit,
    #myFoodsDialog .submit,
    #divCustomFoodDialog .submit,
    #divMyActivitiesDialog .submit,
    #divFoodEntryInstructions .submit,
    #divDlgMessage .submit,
    #divRecipeDialog .submit {
    float: right;
    clear: both;
    width: 9em;
    margin: 0.25em;
    margin-right: 1em;
}

#myFoodsDialog #divMyFoodsDialogSearch, #divMyActivitiesDialog #divMyActivitiesDialogSearch {
    width: 19em;
}

#myFoodsDialog #divMyFoodsFilterLabel, #divMyActivitiesDialog divMyActivitiesFilterLabel {
    margin-bottom: 0.25em;
}

#myFoodsDialog .checkbox, #divMyActivitiesDialog .checkbox {
    float: left;
    margin-left: 0.5em;
}

#myFoodsDialog label.checkbox, #divMyActivitiesDialog label.checkbox {
    float: left;
    display: block;
    margin-left: .5em;
    width: 14em;
    text-align: left;
}
#imgMyFoodsDialogLoadHourglass {
    float: left;
}

#foodTreeDialog p, #myFoodsDialog p {
    clear: both;
    padding-top: 0.5em;
    height: 1.5em;
}

#myFoodsDialog br, #divMyActivitiesDialog br {
    clear: both;
}

#myFoodsDialog #cmdMyFoodNewFood, #divMyActivitiesDialog #cmdMyActivitiesNewActivity {
    margin-top: 2em;
}

#weightEntryDialog input, #weightEntryDialog select {
    float: left;
    width: 15em;
}

#weightEntryDialog select {
    clear: left;
}

#weightEntryDialog a {
    float: left;
    display: block;
    width: 1.4em;
    height: 1.4em;
    margin-left: 0.5em;
    border-width: 1px;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    background-color: white;
    border-color: black;
}

#weightEntryDialog a:link {
}

#weightEntryDialog a:visited {
}

#weightEntryDialog a:hover {
    color: white;
    background-color: forestgreen;
    border-color: black;
}

#weightEntryDialog a:active {
    color: white;
    background-color: forestgreen;
    border-color: black;
}

#divFoodDetailsDialog {
    padding: 0.5em;
}

#divFoodDetailsDialog .foodName {
/*font-size: 1.1em;*/
    padding: 0.25em 0.25em 0.75em 0.25em;
    width: 20em;
}

#divFoodDetailsDialog .foodName .label {
    font-weight: bold;
}

#divFoodDetailsDialog p {
    margin-top: 0.5em;
}

#divFoodDetailsDialog #allFoodDetails {
    margin-top: 0.5em;
}

/* custom food entry dialog */
#divCustomFoodDialog .foodDetailsTable, #divCustomFoodDialog .customServings table, #divCustomFoodDialog .customServings .instructions {
    width: 23em;
}

#divCustomFoodDialog .foodName .instructions {
    background-color: #fff4bf;
    margin-bottom: 0.5em;
}

#divCustomFoodDialog #imgCustomFoodDialogLoadHourglass {
    float: left;
}

#divFoodDetailsDialog .foodName label, #divCustomFoodDialog .foodName label, #divRecipeDialog label {
    width: 12em;
    display: block;
    float: left;
    clear: left;
    margin-bottom: 0.25em;
}

#divCustomFoodDialog label.required, #divRecipeDialog label.required {
    font-weight: bold;
}

#divCustomFoodDialog .foodName input.text, #divCustomFoodDialog .foodName select {
    width: 10em;
    float: left;
    margin-bottom: 0.25em;
}

#divFoodDetailsDialog .foodDetailsTable, #divCustomFoodDialog .foodDetailsTable {
    clear: left;
    margin-top: 0.75em;
}

#divCustomFoodDialog .foodDetailsTable label {
    float: left;
}

#divCustomFoodDialog .foodDetailsTable input {
    float: right;
    text-align: right;
    padding-right: 3px;
    width: 6em;
}

#divCustomFoodDialog .foodDetailsTable .leftCol, #divCustomFoodDialog .foodDetailsTable .rightCol {
    width: 11em;
}

#divCustomFoodDialog .otherNutrients input {
    width: 3em;
}

#divCustomFoodDialog .customServings .instructions {
    margin: 1em 0 0.5em;
}

#divCustomFoodDialog .customServings table {
    background-color: #ffffff;
    border: solid black 1px;
    border-collapse:collapse;
}

#divCustomFoodDialog .customServings th, #divCustomFoodDialog .customServings td {
    border: solid black 1px;
}

#divCustomFoodDialog .customServings th {
    font-weight: normal;
    padding-left: 0.5em;
}

#divCustomFoodDialog .customServings td {
    text-align: right;
}

#divCustomFoodDialog .customServings td.number {
    width: 15em;
}

#divCustomFoodDialog .customServings td.weight {
    width: 15em;
}

#divCustomFoodDialog .customServings td.weight, #divCustomFoodDialog .customServings .weight input {
    width: 6em;
}

#divCustomFoodDialog .customServings input {
    border: 0;
    padding: 0 0.25em;
}

#divCustomFoodDialog .customServings .weight input {
    text-align: right;
}

#divCustomFoodDialog #cmdCustomFoodToBreakfast {
    margin-top: 2em;
}

#divCustomFoodDialog #cmdCustomFoodToSnacks {
    margin-bottom: 2em;
}

/*#divCustomActivityDialog {*/
    /*float: left;*/
/*}*/
#divCustomActivityDialog #imgCustomActivityDialogLoadHourglass, #divCustomActivityDialog #divCustomActivityDialogLoading {
    float: left;
}
#divCustomActivityDialog label {
    float: left;
    clear: left;
    text-align: right;
    width: 5em;
    margin-right: 0.5em;
}

#divCustomActivityDialog input {
    width: 5em;
}

#divCustomActivityDialog #txtcustomActivityName, #divCustomActivityDialog select {
    width: 13.5em;
}

#divCustomActivityDialog select {
    float: left;
}
#divCustomActivityDialog #lblcustomActivityName, #divCustomActivityDialog #lblactivityGroupId {
    font-weight: bold;
    width: 12em;
}

#divCustomActivityDialog .submit {
    width: 8em;
}

#divCustomActivityDialog #divEnergy {
    float: left;
    clear: left;
    margin-top: 1.5em;
    margin-bottom: 1em;
    border: solid 1px #afafb8;
    padding: 1em;
    width: 25em;
}

#divCustomActivityDialog span, #divCustomActivityDialog input {
    float: left;
}

#divCustomActivityDialog #lblactivityEnergyDesc {
    clear: none;
    width: 3em;
}

#divCustomActivityDialog .field {
    float: left;
    margin-top: 0.5em;
    clear: left;
    width: 26.5em;
}

#frmPasswordChange .field {
    width: 560px;
}
/* food details table, used for nutriental data and custom foods */
.foodDetailsTable {
    padding: 0.5em;
    border: black 1px solid;
    background-color: white;
}

.foodDetailsTable h4 {
    font-size: 1.5em;
    font-weight: bold;
}

.foodDetailsTable h4, .foodDetailsTable .serving, .foodDetailsTable select, .foodDetailsTable .amount, .foodDetailsTable .nutrientRow, .foodDetailsTable .note {
    padding-left: 0.25em;
}

.foodDetailsTable .nutrientRow {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: black;
}

.foodDetailsTable .separator {
    height: 0.3em;
    background-color: black;
}

.foodDetailsTable .nutrientComponent {
    padding-left: 1em;
}

.foodDetailsTable .percentCaption {
    float: right;
    font-weight: bold;
}

.foodDetailsTable .name, .foodDetailsTable .keyName {
    float: left;
}

.foodDetailsTable .keyName {
    font-weight: bold;
}

.foodDetailsTable .percent {
    float: right;
    font-weight: bold;
}

.foodDetailsTable .percentCaption, .foodDetailsTable .percent, .foodDetailsTable .right {
    margin-right: 0.25em;
}

.foodDetailsTable .right {
    float: right;
}

.foodDetailsTable .otherNutrients {
    margin: 0 0.25em;
}

.foodDetailsTable .otherNutrients .rightCol {
    text-align: right;
}

#previousFoodsDialog h4 {
    padding: 0.25em;
}

#previousFoodsDialog input {
    margin-left: 0.5em;
}

#divRecipeDialog #divRecipeFoods {
    float: left;
    width: 12em;
}
.calendarNav {
    float: left;
    background-color: #52AA0B;
}

.calendarNav a:hover {
    background: #52A00C;
}

.calendarNav a {
    color: #ffffff;
    display:block;
    float: left;
    width:28px;
    height:26px;
}

.calendarNav #aPreviousMonth {
    text-align: center;
}
.calendarNav #aNextMonth {
    text-align: center;
}

.calendarNav #divMonth {
    float: left;
    width:135px;
    height:26px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}
.calendarNav #divMonth div {
    margin-top: 6px;
}


.calendarTable {
    border-collapse: collapse;
    font-size: 0.9em;
    border: solid 2px #dde0b4;
    /*border: solid 2px #225500;*/
}

.calendarTable td.day {
    text-align: right;
    background-color: #ffffff;
    width: 27px;
    height: 26px;
    border: solid 1px #dde0b4;
}

.calendarTable .daynames td {
    background-color: #DBF5C8;
    height: 26px;
    text-align: center;
}

.calendarTable .daynames td.weekend {
    color: #b33f60;
    border: solid 1px #dde0b4;
}

.calendarTable .day a {
    display: block;
    border: solid 1px #feffe8;
    text-decoration: none;
}

.calendarTable .day a:link {
    color: #556655;
}

.calendarTable .day a:visited {
    color: #556655;
}

.calendarTable .day a:hover {
    background-color: #ffe89f;
    border: solid 1px #afafb8;
}

.calendarTable .day a:active {
    background-color: #eeffdd;
}

/*
.calendarTable tbody td  {
    border: solid 1px #eeffee;
}
*/

.calendarTable td.past a {
    color: #afafb8;
}

.calendarTable td.weekend a {
    color: #b33f60;
}

/*
.calendarTable tbody td.current {
    background-color: white;
    font: bold black;
}
*/

.calendarTable tbody td.current span {
    display: block;
    color: black;
    border: solid 1px black;
    background-color: white;
}

.calendarTable td.today a {
    color: #bf607e;
    border: solid 1px #bf607e;
}

.calendarTable tbody td.today span {
    display: block;
    color: #bf607e;
    border: solid 1px #bf607e;
    background-color: white;
}

.calendarTable td.entered a, .calendarTable tbody td.entered span {
    font-weight: bold;
}

#divCalendar {
    clear:both;
}

#divDailyVitamins, #divDailyNotes {
    height: 5em;
}

#inputSummaryContainer {
    font-size: 1.2em;
    right: 1em;
    width: 19em;
    margin-top: 1em;
    margin-bottom: 1em;
}

#divAlertContainer {
    font-size: 1.2em;
    /*position: fixed;*/
    /*top: 28em;*/
    right: 1em;
    width: 19em;
    margin-top: 1em;
    margin-bottom: 1em;
}

#tipboxContainer {
    font-size: 1.2em;
    /*position: fixed;*/
    /*top: 42em;*/
    right: 1em;
    width: 19em;
    height: 10em;
}

#divAlertContainer table {
    font-size: 0.9em;
    width: 19em;
    text-align: center;
    margin-left: 5px;
    border-spacing: 0;
}

#divAlertContainer td {
    padding: 0.2em;
    text-align: right;
}

#divAlertContainer td.name {
    text-align: left;
    border-left: 0;
}

#divAlertContainer td.valueCol {
    border-left: 1px solid gainsboro;
    border-right: 1px solid gainsboro;
}

#divAlertContainer tr.header td {
    text-align: center;
    border-bottom: 1px solid gainsboro;
}

#divAlertContainer tr.alter td {
    background-color: honeydew;
}

#divAlertContainer td.valueAlert, #divAlertContainer td.averageAlert {
    color: #bf607e;
}

#divAlertContainer td.good, #divAlertContainer td.averageGood {
    color: green;
}

#loadIndicator {
    clear: both;
}
#loadIndicator #hourglassImg {
    float: left;
    martin-right:1em;
}

#labelAddFoodCalories {
    clear: both;
}

#divOpenNewWindow, #divRefreshChart{
    clear: both;
    margin-top: 2em;
}

/*.entCnt tr {*/
    /*background-color: pink;*/
/*}*/

.hdrBox {
    padding: 1px 0 0 1px;
    margin:0;
}

/*#tipboxContainer, #TIPBOX, #TIPBOX .actionBar, #TIPBOX .actionBar .tst {*/
    /*float: right;*/
/*}*/


/*#TIPBOX {*/
    /*overflow:auto;*/
    /*width: 100%;*/
/*}*/


/*.objbox img, .objbox a {*/
    /*float: left;*/
/*}*/

ul.supportOptions {
    margin: 1em;
    /*list-style-image: url('img/bullet_drop.gif');*/
}

.picture {
    margin: 2em 0;
}



#divOpenNewWindow {
    padding-top: 1em;
}
#divReportContainer {
    clear: both;
    overflow: auto;
}
#PAGEID_REPORTS #maincol, #divReportContainer #maincol {
    width: 98%;
}


#periodNav {
    margin-top: 1em;
    clear:both;
    width: 200em;
}

html.frolLayout {
    background-image: none;
}
.frolLayout #divFooter {
    font-size: 1.2em;
}

.frolServingDisabled{
    background-color: #d3d3d3;
}

.frolError {
    background-color: lightpink;
}

.frolWarning {
    background-color: lightpink;
    padding:10px;
}

.frolStatusInResearch{
    background-color: khaki;
}

.frolStatusComplete{
    background-color: yellow;
}

.frolStatusInReview{
    background-color: lime;
}
.frolStatusAccepted{
    background-color: yellowgreen;
}
.frolStatusRetired{
    background-color: lightpink;
}

.frolSelectedRow{
    background-color: lemonchiffon;
}

.frolThumbnail {
    margin: 0 15px 15px 0;
    display: inline-block;
    background-color: aliceblue;
}

#frolFoodList td.macroNutr{
    background-color: aliceblue;
    font-weight: bold;
}
#frolFoodList td.pctDvNutr{
    background-color: cornsilk;
}

#frolFoodList .nval{
    background-color: aliceblue;
}
#frolFoodList tr.colHeader{
    background-color: lightblue;
}
.frolPhotoFoodList{
    width: 1000px;
}
.frolPhotoFoodList th {
    background-color: #add8e6;
}
.frolPhotoFoodList td {
    padding-right: 0.5em;
}
.mainContentPhotoFood .photoFoodHidden {
    display: none;
}

.draggableDiv{
    position:relative;
    cursor: move;
}

.photofoodImage{
    max-height: 1000px;
    max-width: 1000px;
}

.photoFoodFrontImg {
    max-width: 100%;
    max-height: 600px;
}
.photoFoodNutrientsImg{
    max-width: 80%;
    float: right;
    width: 49%;
}
.photoFoodRotate90{
 display: block;
 rotation: 90deg;
 transform: rotate(90deg);
 -moz-transform: rotate(90deg);
 -webkit-transform: rotate(90deg);
}
.photoFoodRotate270{
 display: block;
 rotation: 270deg;
 transform: rotate(270deg);
 -moz-transform: rotate(270deg);
 -webkit-transform: rotate(270deg);
}
.photoFoodRotate180{
 display: block;
 rotation: 180deg;
 transform: rotate(180deg);
 -moz-transform: rotate(180deg);
 -webkit-transform: rotate(180deg);
}
.mainContentPhotoFood{
    width: 1100px;
}
.photoFoodRotateSpan{
    font-size: 16px;
    border: 1px solid #d3d3d3;
    color: gray;
    margin: 0.25em;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px 6px;
}
#photoFoodNutrientDiv {
    width: 49%;
    float: right;
}
.usdaFood {
    background-color: #ffb6c1;
}
.systemFood {
    background-color: #ffd080;
}
.systemNotPhotoFood {
    background-color: #84ceed;
}

#divDuplicateCandidates {
    width: 900px;
}
#frolDuplicateCandidatesTable tr:first-child {
    background-color: #dDFFe6;
}
#frolDuplicateCandidatesTable tr:first-child input {
    display: none;
}
#frolDuplicateCandidatesTable tr:first-child .actionLink, #frolDuplicateCandidatesTable tr:last-child .actionLink{
    display: none;
}
#idFrolFoodNutrients table.nutrientInputTable {
	table-layout: fixed;
	width: 480px;
}

/* Modal html dialogs are implemented by windows.js and replace hard-to-test alert() and confirm() browser methods*/
#modalDialogId {
	background-color: rgb( 243, 245, 206 );
	border-style: solid;
	border-color: rgb( 140, 186, 54 );
}
#modalDialogId .alert_message {
    font-size: 1.2em;
    margin: 0 10px;
}
#modalDialogId .alert_message input {
    margin-top: 5px;
}
#modalDialogId .modalButtonClass { margin:10px;padding:1px; width:100px; }
#modalDialogId .ok_button { margin-left:4em;}



/* new design */

/* general styles *************************************************************/
html#home {
	background: #fff url('/img/bg-html-home.gif') repeat-x;
}
a:hover {
	text-decoration: none;
}
img {
	border: none;
	vertical-align: middle;
}
ul,
ol {
	list-style: none;
}
address {
	font-style: normal;
}
.wrap {
	width: 100%;
	overflow: hidden;
}
.left {
	float: left !important;
	display: inline;
}
.right {
	float: right !important;
	display: inline;
}
.leftalign {
	text-align: left;
}
.rightalign {
	text-align: right;
}
.centeralign {
	text-align: center;
}
#home #background {
	background: url('/img/bg-header-home.jpg') no-repeat 50% 0;
	position: absolute;
	width: 100%;
	height: 350px;
	left: 0;
	top: 0;
	/*z-index: 1;*/
}
#half {
	background: url('/img/bg-half.gif') repeat-x 0 113px;
	/*width: 50%;*/
	/*height: 100%;*/
	/*left: 0;*/
	/*top: 0;*/
	/*z-index: 1;*/
	height: 5px;
}
#home #half {
	background: url('/img/bg-half.gif') repeat-x 0 320px;
}

/* page holder ****************************************************************/
#container {
	width: 960px;
	overflow: hidden;
	margin: 0 auto;
	/*position: relative;*/
	/*z-index: 2;*/
	padding: 0 ;
}

/* header *********************************************************************/
#header {
	width: 750px;
	overflow: hidden;
	padding: 0 0 15px;
	/*position: relative;*/
}
#header.tallheader {
    height: 91px;
}
#header.wideHeader {
    width: 883px;
    margin: 0 auto;
}
.seo {
	float: left;
	width: 280px;
	height: 58px;
	overflow: hidden;
	background: url('/img/logo.gif') no-repeat;
	text-indent: -9999px;
}
.seo a {
	display: block;
	height: 58px;
}
#upgrade .seo {
	float: left;
	width: 600px;
	height: 96px;
	overflow: hidden;
	background: url('//s3.amazonaws.com/img.mynetdiary.com/src/logo_maximum.png') no-repeat;
	text-indent: -9999px;
}
#upgrade .seo a {
	display: block;
	height: 96px;
}
#header .headerTitle {
    float: left;
    font: bold 2.3em Tahoma, Arial, sans-serif;
    color: #f6f7d8;
    margin: 20px 0 0 5px;
    min-width: 240px;
}
#header .headerTitle a {
    display:block;
    float: left;
    margin: 7px 7px 0 7px;
}
#header .headerTitle div {
    float: left;
}

#header .tools {
	float: right;
	overflow: hidden;
	margin: 30px 0 0;
}
#header .tools li, #header #aSignoffDaily {
    font: bold 1.2em Verdana, Arial, sans-serif;
}
#header .tools li {
	float: left;
	padding: 0 15px;
	margin-left: -1px;
	background: url('/img/spr3.gif') no-repeat 0 50%;
}
#header .tools li a, #header #aSignoffDaily {
	color: #cfd853;
}
#header #aSignoffDaily {
    font-weight: normal;
    float: right;
    display: block;
    margin: 15px 12px 0 0;
}

#header #aSignup {
    display: block;
    float: right;
    width: 283px;
    height: 55px;
    margin: 3px 10px 0 0;
    text-indent: -9999px;
    background: url('/img/test_drive.png') no-repeat 0 50%;
}

#header #divDayTotals {
    float: left;
    overflow: hidden;
    margin: 6px 0 0 10px;
    padding: 2px 0 1px 0;
    font-size:1.2em;
    background: url('img/bg_day_counts.png') no-repeat; 
}
#header #dayTotalsTable {
    color: #ffffff;
}
#header #dayTotalsTable th, #header #dayTotalsTable td {
    padding:0 6px;
    text-align: center;
}
#header #dayTotalsTable th {
    font-weight: normal;
}
#header #dayTotalsTable td {
    font-weight: bold;
}
#header #dayTotalsTable .highlight {
    color: #ffffb9;
}

#navigation {
    clear: left;
    float: left;
    /*position: absolute;*/
	left: 0;
	top: 58px;
	/*z-index: 3;*/
	width: 100%;
}
#navigation li {
	float: left;
}
#navigation a {
	float: left;
	height: 23px;
	color: #606259;
	font: bold 1.1em/23px Tahoma, Arial, sans-serif;
	padding: 15px 0 0;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
}
#navigation .nav-learnmore:hover,
#navigation .nav-learnmore-active,
#navigation .current_tab,
#navigation li a:hover {
	background: url('/img/navigation.gif') no-repeat -493px -38px;
}

#navigation .nav-home {
	width: 124px;
	background: url('/img/navigation.gif') no-repeat;
}
#navigation em {
    font-style:normal;
    text-decoration: underline;
}
#navigation .nav-home:hover,
#navigation .nav-home-active {
	background: url('/img/navigation.gif') no-repeat 0 -38px;
}
#navigation .nav-weightloss {
	width: 123px;
	background: url('/img/navigation.gif') no-repeat -124px 0;
}
#navigation .nav-weightloss:hover,
#navigation .nav-weightloss-active {
    background: url('/img/navigation.gif') no-repeat -124px -38px;
}

#navigation li a,
#navigation .nav-learnmore {
	width: 123px;
	background: url('/img/navigation.gif') no-repeat -493px 0;
}
#navigation .nav-iphone {
	width: 123px;
	background: url('/img/navigation.gif') no-repeat -370px 0;
}
#navigation .nav-iphone:hover,
#navigation .nav-iphone-active {
	background: url('/img/navigation.gif') no-repeat -370px -38px;
}
#navigation .nav-livesuccess {
	width: 123px;
	background: url('/img/navigation.gif') no-repeat -493px 0;
}
#navigation .nav-livesuccess:hover,
#navigation .nav-livesuccess-active {
	background: url('/img/navigation.gif') no-repeat -493px -38px;
}
#navigation .nav-signup {
	width: 123px;
	background: url('/img/navigation.gif') no-repeat -616px 0;
}
#navigation .nav-signup:hover,
#navigation .nav-signup-active {
	background: url('/img/navigation.gif') no-repeat -616px -38px;
}

#navigation #aPlanPage {
	width: 97px;
	background: url('/img/navigation2.gif') no-repeat;
}
#navigation #aPlanPage:hover,
#navigation #aPlanPage.nav-narrow_current {
	background: url('/img/navigation2.gif') no-repeat 0 -38px;
}
#navigation #aDailyPage {
	width: 97px;
	background: url('/img/navigation2.gif') no-repeat -97px 0;
}
#navigation #aDailyPage:hover,
#navigation #aDailyPage.nav-narrow_current {
    background: url('/img/navigation2.gif') no-repeat -97px -38px;
}
#navigation #aDailyExercisePage {
	width: 96px;
	background: url('/img/navigation2.gif') no-repeat -194px 0;
}
#navigation #aDailyExercisePage:hover,
#navigation #aDailyExercisePage.nav-narrow_current {
    background: url('/img/navigation2.gif') no-repeat -194px -38px;
}
#navigation .nav-narrow {
	width: 97px;
	background: url('/img/navigation2.gif') no-repeat -290px 0;
}
#navigation .nav-narrow:hover,
#navigation .nav-narrow_current {
    width: 97px;
    background: url('/img/navigation2.gif') no-repeat -290px -38px;
}


#fake-banner {
	height: 193px;
	margin: 0 0 3px 0;
    background: url('/img/bg-header-home.jpg') no-repeat;
    position: relative;
    overflow: visible;
    top: -15px;
    left: -80px;
    z-index: 1;
}
#fake-banner * {
	position: absolute;
	top: -3333px;
	visibility: hidden;
}

/* main content area **********************************************************/
#content {
	width: 100%;
	margin: 5px 0 0;
	overflow: hidden;
	background: url('/img/bg-half.gif') repeat-x;
    text-align: center;
    vertical-align: top;
}
.frolLayout #maincol {
    width: 1024px;
    overflow-x: visible;
}
.frolLayout #content {
    overflow: auto;
}
.frolLayout .mconsoleContent {
    width: 100%
}

.appLayout #content {
    background: none;
}

/* sidebar ********************************************************************/
#sidebar {
	float: right;
	width: 313px;
	margin: 0 0 -9999px;
	padding: 0 0 9999px;
	background: #fff url('/img/bg-sidebar.gif') no-repeat;
}
.appLayout #sidebar {
    padding: 0 0 9999px 20px;
    width: 293px;
}

#sidebar #materials {
    padding: 20px 0 0 40px;
    font-size: 1.2em;
}
/*#sidebar #materials .container {*/
    /*margin-top: 20px;*/
/*}*/
#sidebar.hcd {
	background-position: 0 350px;
}
.featured-box {
	background: #f8f9e8 url('/img/bg-featured-in.png') no-repeat;
    height: 259px;
    overflow: hidden;
}
.facts-box {
	background: #f8f9e8 url('/img/bg-factsbox.jpg') no-repeat;
	margin: 0 0 1px;
    height: 225px;
    overflow: hidden;
}
.facts-box div {
    color:#ffffff;
    font: bold 1.6em/1.8em Verdana, Arial, sans-serif;
    padding: 60px 20px 20px 40px;
}
.community-box h3 {
	height: 64px;
	overflow: hidden;
	background: url('/img/hd-community.png') no-repeat;
	text-indent: -9999px;
}
.social-box {
    background: #f8f9e8 url('/img/bg-socialnetbox.png') no-repeat;
    margin: 0 0 1px;
    height: 185px;
}
.social-box ul {
    padding: 95px 27px 10px 57px;
}
.social-box ul li {
	padding: 0 0 10px 38px;
	color: #406057;
	font: bold 1.2em/1.5em Verdana, Arial, sans-serif;
	min-height: 35px;
}
* html .social-box ul li {
	height: 35px;
}
.guarantee-box {
	background: #f8f9e8 url('/img/bg-guaranteebox.png') no-repeat;
	margin: 0 0 1px;
}
.guarantee-box h3 {
	height: 64px;
	overflow: hidden;
	background: url('//s3.amazonaws.com/img.mynetdiary.com/src/hd-guarantee.png') no-repeat;
	text-indent: -9999px;
}
.guarantee-box ul {
	padding: 10px 27px 10px 37px;
}
.guarantee-box ul li {
	padding: 0 0 10px 38px;
	color: #406057;
	background: url('/img/tick-onblue.gif') no-repeat;
	font: bold 1.2em/1.5em Verdana, Arial, sans-serif;
	min-height: 25px;
}
* html .guarantee-box ul li {
	height: 25px;
}
.secure-box, .community-box {
	background: #f2f6f5 url('/img/bg-securebox.jpg') no-repeat;
}
.secure-box h3 {
	height: 64px;
	overflow: hidden;
	background: url('/img/hd-secure.png') no-repeat;
	text-indent: -9999px;
}
.secure-box ul, .community-box ul {
    padding: 10px 27px 10px 37px;
}
.secure-box ul li, .community-box ul li {
	padding: 0 0 10px 38px;
	color: #406057;
	background: url('/img/tick-onblue.gif') no-repeat;
	font: bold 1.2em/1.5em Verdana, Arial, sans-serif;
	min-height: 25px;
}
* html .secure-box ul li, * html .community-box ul li {
	height: 25px;
}

.payments-box {
    background: #f8f9e8 url('//s3.amazonaws.com/img.mynetdiary.com/src/bg-payments.png') no-repeat;
    width: 339px;
    height: 136px;    
}
.signup-process {
	background: #f8f9e8 url('//s3.amazonaws.com/img.mynetdiary.com/src/bg-signupprocess.gif') repeat-y;
	color: #4B5B15;
}
.signup-process h3 {
	height: 57px;
	background: url('/img/hd-signupprocess.gif') no-repeat;
	overflow: hidden;
	text-indent: -9999px;
}
.signup-process .txt {
	padding: 25px;
	font: 1.2em/1.5em Verdana, Arial, sans-serif;
}
.box {
	overflow: hidden;
}
.box img.right {
	float: right;
	margin: 35px 0 0;
}
.box p,
.box ul,
.box h2 {
	width: 325px;
}
#contentcol .box {
}
#contentcol .box img.right {
	margin: 55px -13px 2px 0;
	display: inline;
	position: relative;
}
#contentcol .box img.ip-img {
	margin: 0;
}
#contentcol .featured img.right {
	margin-top: 35px;
}
#contentcol .box p,
#contentcol .box ul,
#contentcol .box h2 {
	width: 380px;
}
#content .box ul {
	margin: 0 0 15px;
}
#contentcol h3 {
    margin: 1.5em 0 1em 0;
}
#contentcol .box .screenshot {
background: url("//s3.amazonaws.com/img.mynetdiary.com/screenshots/iphone_screenshot_bg.png") no-repeat scroll 0 0 transparent;
    left: 0;
    width: 340px;
    height: 410px;
    overflow: hidden;
    top: 0;
    float: right;
}

#contentcol .box .screenshot img {
    padding-top: 1px;
    padding-left:50px;
}
#contentcol .box .description p {
    width:280px;
}

.featured {
	background: url('/img/bg-featured.gif') no-repeat 0 25px;
}
.featured .inner {
	background: url('/img/bg-featured-inner.gif') no-repeat 0 100%;
	width: 478px;
	padding: 0 15px;
	margin: 0 -15px;
	position: relative;
	overflow: hidden;
}
#contentcol .featured {
	background: url('/img/bg-featured-cc.gif') no-repeat 0 25px;
}
#contentcol .featured .inner {
	width: 598px;
	padding: 0 15px;
	margin: 0 -15px;
	background: url('/img/bg-featured-inner-cc.gif') no-repeat 0 100%;
}
.recommended-box {
	background: #f5f7f4 url('/img/bg-recommended.gif') repeat-y;
	padding: 25px;
	font: 1.2em/1.5em Verdana, Arial, sans-serif;
}
.recommended-box h4 {
	color: #56708F;
	font: bold 1.66em Tahoma, Arial, sans-serif;
}
.iphone-box {
	background: #f2f6f5 url('/img/bg-iphone.gif') repeat-y;
	margin: 0 0 1px;
	color: #406057;
	font: 1.2em/1.5em Verdana, Arial, sans-serif;
}
.iphone-box a {
	color: #406057;
}
.iphone-box .txt {
	padding: 25px;
}
.iphone-box h3 {
	height: 64px;
	background: url('/img/hd-iphone.gif') no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
.access-box {
	background: #f8f9e8 url('/img/bg-access.gif') repeat-y;
}
.access-box h3 {
	background: url('/img/hd-access.gif') no-repeat;
	height: 57px;
	overflow: hidden;
	text-indent: -9999px;
}
.access-box .txt {
	padding: 25px 25px 15px;
	font: 1.2em/1.5em Verdana, Arial, sans-serif;
	color: #4B5B15;
}
.access-box ul {
	margin: 10px 0 0;
}
.access-box ul li {
	padding: 0 0 10px 38px;
	background: url('/img/tick-onblue.gif') no-repeat;
	font-weight: bold;
	min-height: 25px;
}
* html .access-box ul li {
	height: 25px;
}

/* main column ****************************************************************/
#maincol {
    display: inline-block;
    text-align: left;
    vertical-align: top;
	width: 525px;
    padding-left: 10px;
}
#maincol, #contentcol, .smartColumn, .getMaximum {
    /*font-size: 1.3em;*/
    line-height:1.5em;    
}
#simple {
    margin: 40px 0 10px;
    height: 72px;
	background: url('/img/to_lose_a_pound.png') no-repeat 0 100%;
	font: 1.33em Tahoma, Arial, sans-serif;
	color: #913C09;
}

table.studyFactsBorder {
    width: 596px;
    border-collapse: collapse;
    table-layout:fixed;
}

table.studyFactsBorder .studyHeader td {
    width: 298px;
    height: 51px;
    font: bold 1.33em Tahoma, Arial, sans-serif;
    color: #4d4d4d;
}
table.studyFactsBorder .studyHeader td span {
    padding-left: 30px;
}
table.studyFactsBorder .studyHeader #facts {
    background: url('/img/facts_header_bg1.png') no-repeat;
}

table.studyFactsBorder .studyHeader #answer {
    background: url('/img/facts_header_bg2.png') no-repeat 0 100%;
    width: 298px;
}

table.studyFactsBorder .studyBody {
    background: url('/img/facts_table_bg.png') 0 100%;
    border-right: 1px solid #cbccc9;
}

table.studyFactsBorder .studyFacts {
    margin: 0 8px;
    border-collapse: collapse;
}

table.studyFactsBorder .studyFacts tr {
    background: #ffffff;
    height: 136px;
}
table.studyFactsBorder .studyFacts td {
    border-bottom:1px solid #cbccc9;
}
table.studyFactsBorder .studyFacts tr.note {
    height: 50px;
}
table.studyFactsBorder .studyFacts tr.note td {
    padding-left: 20px;
    border-left: 1px solid #cbccc9;
    border-right: 1px solid #cbccc9;
}
table.studyFactsBorder .studyFacts td.text {
    padding: 0 10px;
}
table.studyFactsBorder .studyFacts td.text2 {
    padding: 0 10px;
    border-right: 1px solid #cbccc9;
}
table.studyFactsBorder .studyFacts .fact1{
    width: 55px;
    background: url('/img/study_fact1.png') 0 100%;
}
table.studyFactsBorder .studyFacts .fact2{
    width: 55px;
    background: url('/img/study_fact2.png') 0 100%;
}
table.studyFactsBorder .studyFacts .fact3{
    width: 55px;
    background: url('/img/study_fact3.png') 0 100%;
}
table.studyFactsBorder .studyFacts .arrow1{
    width: 45px;
    background: url('/img/study_fact1_arrow.png') 0 100%;
}
table.studyFactsBorder .studyFacts .arrow2{
    width: 45px;
    background: url('/img/study_fact2_arrow.png') 0 100%;
}
table.studyFactsBorder .studyFacts .arrow3{
    width: 45px;
    background: url('/img/study_fact3_arrow.png') 0 100%;
}


td.modern {
    width: 596px;
    height: 228px;
    background: url('/img/mynetdiary_comprehensive.png') no-repeat 0 100%;
}
#slides {
    height: 366px;
}
p.bigger {
	color: #6B7A23;
	font: 1.66em Verdana, Arial, sans-serif;
}
#maincol ul
{
	margin: 1em 0;
	line-height: 2em;
}
.dialog_content ul
{
	line-height: 1.2em;
}
#wndWhyPay_content ul li {
    display: inline-block;
}
#upgrade h1 {
    margin-bottom: 0;
}
#forIpad {
    margin-top: 50px;
}

#ghPopup {
    padding: 15px;
}
#ghPopup h1 {
    background: none;
    margin: 15px 0 0 0;
    font-weight: normal;
    font-size: 1.2em;
    color: #da6a05;
    
}
#ghPopup ul {
    margin: 0 15px;
}
#ghPopup ul li {
    padding: 10px 0 5px 40px;
    background: url('/img/check_bullet_sm.png') no-repeat 0 10px;
}
#ghPopup #gh_mnd_signup {
    background: url('/img/gh_mnd_signup.png') no-repeat;
    display: block;
    clear: both;
    float: left;
    width: 224px;
    height: 55px;
    overflow: hidden;
}
#ghPopup #or {
    float: left;
    margin: 18px 7px 0 7px;
    font-size: 1.2em;
    color: #999999;
}
#ghPopup #gh_signup {
    background: url('/img/gh_signup.png') no-repeat;
    display: block;
    float: left;
    width: 252px;
    height: 55px;
    overflow: hidden;
}
#ghPopup #gh_microsite {
    display: block;
    clear: both;
    float: left;
    margin-top: 20px;
}

.gh-box {
	background: #f8f9e8 url('/img/gh_connect.png') no-repeat;
	margin: 0 0 1px;
    height: 69px;
    overflow: hidden;
}

#pageWhyDiary h2{
    background-repeat:no-repeat;
    background-image: url('//s3.amazonaws.com/img.mynetdiary.com/src/landing/section_separator.png');
    padding-top: 20px;
}

#pageWhyDiary .separator {
    background-repeat:no-repeat;
    background-image: url('//s3.amazonaws.com/img.mynetdiary.com/src/landing/section_separator2.png');
    height:13px;
}


#pageWhyDiary .arg {
    background-repeat:no-repeat;
    padding-left: 50px;
}
#pageWhyDiary #arg1 {
    background-image: url('//s3.amazonaws.com/img.mynetdiary.com/src/landing/arg_1.png');
}
#pageWhyDiary #arg2 {
    background-image: url('//s3.amazonaws.com/img.mynetdiary.com/src/landing/arg_2.png');
}
#pageWhyDiary #arg3 {
    background-image: url('//s3.amazonaws.com/img.mynetdiary.com/src/landing/arg_3.png');
}
#pageWhyDiary #arg4 {
    background-image: url('//s3.amazonaws.com/img.mynetdiary.com/src/landing/arg_4.png');
}

.promobox {
	width: 508px;
	background: url('/img/promobox-top.gif') no-repeat;
	overflow: hidden;
}
.promobox .txt {
	float: left;
	padding: 0 0 0 15px;
	width: 325px;
}
.promobox h2 {
	margin: 20px 0 0;
}
.promobox img.right {
	display: inline;
	margin: 12px 21px 0 0;
	padding: 0 0 1px;
}
.promobox .submit {
	clear: both;
	overflow: hidden;
	height: 51px;
	background: url('/img/promobox-bottom.gif') no-repeat;
}
.promobox .button {
	display: block;
	margin: 11px 0 0 204px;
	width: 98px;
	height: 29px;
	text-indent: -9999px;
	overflow: hidden;
}
.next {
	background: url('/img/but-next.gif') no-repeat;
}
.requirments {
	margin: 50px 0;
	font-size: 0.91em;
}
#maincol h3 {
	color: #913c09;
	font: bold 1.18em Tahoma, Arial, sans-serif;
	margin: 1em 0;
}
#maincol .requirments ul {
	margin: 0 0 1em;
}

h3.step {
    background: url('/img/bg_steps.png') no-repeat;
    color: #ffffff;
    height: 40px;
    font-weight:normal;
    padding: 5px 0 0 10px;
}
h3.step .important {
    color: #fff9bf;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#contentcol ul.big li {
    padding: 10px 0 5px 40px;
    margin-top: 5px;
    background: url('/img/check_bullet.png') no-repeat 0 10px;
}

#maincol .signform ul li {
	float: left;
	width: 100%;
	padding: 0;
	background: none;
	padding: 5px 0;
	font-weight: bold;
}
.signform .leftcell {
	float: left;
	width: 191px;
	text-align: right;
	line-height: 1.5em;
}
.signform .rightcell {
	float: right;
	width: 307px;
	line-height: 1.25em;
}
.signform .text {
	width: 136px;
	height: 21px;
	overflow: hidden;
	background: url('/img/text.gif') no-repeat;
}
.signform .text input {
	float: left;
	display: inline;
	background: none;
	margin: -1px;
	width: 126px;
	height: 17px;
	padding: 2px 5px;
	border: 1px solid #fff;
	font: 13px Verdana, Arial, sans-serif;
}
.signform a {
	color: #444;
}
.special {
	margin: 25px 0;
	background: #809c28 url('/img/bg-special.gif') no-repeat 0 100%;
	width: 508px;
	color: #fff;
	font-weight: bold;
}
.requirements {
    font-size:0.91em;
    margin:50px 0;
}

#contentcol .special {
	width: 628px;
	background: #809c28 url('/img/bg-special-cc.gif') no-repeat 0 100%;
}
.special h2 {
	margin: 0;
	background: #a5bc36 url('/img/bg-special-hd.gif') no-repeat;
	font: bold 2.1em Tahome, Arial, sans-serif;
	padding: 10px 15px;
}
#contentcol .special h2 {
	background: #a5bc36 url('/img/bg-special-hd-cc.gif') no-repeat;
}
.special a {
	color: #fff;
}
.special .txt {
	padding: 1px 15px;
}
#contentcol {
	float: right;
	width: 628px;
	background: #fff;
	overflow: hidden;
	padding: 0 95px 0 27px;
}
#navcol {
	float: left;
	width: 190px;
}
#navcol ul {
	width: 100%;
	overflow: hidden;
}
#navcol ul li {
	margin: 0 0 1px;
	float: left;
	width: 100%;
	background: url('/img/bg-nav.gif') no-repeat;
}
#navcol ul a {
	display: block;
	background: url('/img/bg-nav-a.gif') no-repeat 0 100%;
	padding: 0 0 0 15px;
	font: 1.6em/41px Tahoma, Arial, sans-serif;
	color: #fff;
	text-decoration: none;
}
#navcol ul li a:hover {
	text-decoration: underline;
}
#navcol ul ul {
	background: #fff;
}
#navcol ul ul li {
	margin: 1px 0 0;
	background: url('/img/bg-subnav.gif') no-repeat;
}
#navcol ul ul a {
	background: url('/img/bg-subnav-a.gif') no-repeat 0 100%;
	padding: 0 0 0 30px;
	font: 1.2em/21px Verdana, Arial, sans-serif;
	color: #5B5B5B;
}

#navcol ul ul a.current {
    color: #ffffff;
}

#navcol #sidebarLeftTail {
    width: 190px;
    height: 228px;
    background: url("img/sidebar_left_tail.png") no-repeat top right;
}

#testimonialsSide {
    background-image: url("//s3.amazonaws.com/img.mynetdiary.com/src/landing/testimonials_bg.png");
    font-size: 1.15em;
}
#testimonialsSide #testimonialsHeader {
    height: 39px;
    background: url("//s3.amazonaws.com/img.mynetdiary.com/src/landing/testimonials_header.png") no-repeat top left;
}
#testimonialsSide .testimonial {
    padding: 15px 10px 10px 15px;
    line-height:1.3em;
}
#testimonialsSide .testimonial .title {
    font-weight: bold;
    color: #913c09;
}


#testimonialsSide .signature {
    color: #56708f;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.95em;
}
#testimonialsSide .separator {
    background: url("//s3.amazonaws.com/img.mynetdiary.com/src/landing/testimonials_separator.png") no-repeat center left;
    height: 1px;
}
#testimonialsSide a {
    background: url("/img/arrow.gif") no-repeat top left;
    display: block;
    padding-left: 10px;
}

.reviewText {
    font-style: italic;
    margin-bottom: 1em;
}

/* footer *********************************************************************/
#footer {
	padding: 30px 0 20px;
	height: 43px;
    margin-top: 20px;
}
.copy {
	float: left;
	color: #949494;
	text-align: right;
	width: 250px;
	padding: 0 25px 0 0;
	display: inline;
	font: 11px Tahoma, Arial, sans-serif;
}
.copy strong {
	color: #913c09;
	display: block;
	font: 20px Tahoma, Arial, sans-serif;
}
#footer ul {
	float: left;
	border-left: 1px solid #dbdbdb;
	margin: 5px 0;
	padding: 0 11px;
}
#footer ul li {
	float: left;
	padding: 0 11px;
	font: 1.2em/29px Tahoma, Arial, sans-serif;
	background: url('/img/spr2.gif') no-repeat 0 50%;
}
#footer ul li a {
	color: #7d7d7d;
	text-decoration: none;
}
#footer ul li a:hover {
	text-decoration: underline;
}
.first {
	background: none !important;
}

/* Off state for a ARC checkbox */
.checkboxOff {
	display: inline;
	margin: 0px;
	padding: 2px;
	padding-left: 20px;
	background-image: url(/img/checkbox_off.gif);
	background-repeat: no-repeat;
	background-position: 0% 2px;
	border: 0px;
}
/* On state for a ARC checkbox */
.checkboxOn {
	display: inline;
	margin: 0px;
	padding: 2px;
	padding-left: 20px;
	background-image: url(/img/checkbox_on.gif);
	background-repeat: no-repeat;
	background-position: 0% 2px;
	border: 0px;
}
/* Off state for a ARC radio button */
.radioOff {
	display: inline;
	margin: 0px;
	padding: 2px;
	padding-left: 20px;
	background: transparent url(/img/off.gif) no-repeat 0% 50%;
}
/* On state for a ARC radio button */
.radioOn {
	display: inline;
	margin: 0px;
	padding: 2px;
	padding-left: 20px;
	background: transparent url(/img/on.gif) no-repeat 0% 50%;
}
/* use CSS to full effect with hover states. Ohhh, perty! */
.radioOn:hover {
	background-image: url(/img/on_hover.gif);
}
.radioOff:hover {
	color: #333 !important;
	background-image: url(/img/off_hover.gif);
}

/* social */

.htrmFound{
    font-weight: bold;
}

td.center {
    text-align: center;
}

.socialMessage {
    color: #333333;
    width: 573px;
    margin: 7px 2px;
    padding-bottom: 6px;
}

.socialMessageEven {
    background: url('community/topic_bottom_even.png') no-repeat 0 bottom;
}
.socialMessageOdd{
    background: url('community/topic_bottom_odd.png') no-repeat 0 bottom;
}

.socialMessageHeader {
    font-style: italic;
    width: 538px;
    height: 28px;
    padding: 6px 18px 0;
}
.socialMessageHeaderEven {
    background: url('community/topic_top_even.png') no-repeat 0 0;
}
.socialMessageHeaderOdd {
    background: url('community/topic_top_odd.png') no-repeat 0 0;
}

.socialMessageContent {
    line-height:1.2em;
    padding: 15px 18px 10px 18px;
    border-left: 1px solid #e6e7de;
    border-right: 1px solid #e6e7de;
}

.socialMessageContentEven {
    background-color: #f5f7f2;
}

.socialMessageContentOdd {
    background-color: #edeee8;
}

.socialTopicListRow a{
	text-decoration: none;
}
.socialTopicListRow a:hover {
	text-decoration: underline;
}

.socialMessageHeader .postInfo {
    display: inline-block;
    width: 340px;
}

.socialMessageHeader .rate a {
    color: #444444;    
}
.socialSidebar {
    text-align: left;
    vertical-align: top;
    font: 1.2em/1.5em Verdana, Arial, sans-serif;
}
#socialSidebarContainer {
    display: inline-block;
    text-align: left;
    vertical-align: top;
}


#contentcol ul.articleList li {
    background: url('//s3.amazonaws.com/img.mynetdiary.com/src/landing/article_icon.png') no-repeat;
    padding-left: 25px;
    margin-top: 5px;
}

.notmarkedlist {
    margin-left:100px;
}

.article h2 {
    background-repeat:no-repeat;
    background-image: url('//s3.amazonaws.com/img.mynetdiary.com/src/landing/section_separator.png');
    padding-top: 20px;
}
.articleTable {
    margin: auto auto 10px auto;
    border-collapse: collapse;
    border: 1px solid #C3C3C3;
    width:95%;
}

.articleTable td {
    background-color: #f3f4d5;
    border: 1px solid #C3C3C3;
    padding: 10px;
    font-size: 0.9em;
}

.articleTable th {
    color: #ffffff;
    background-color: #adc061;
    border-right: 1px solid #ffffff;
    padding: 3px;
}
.articleTable th.rightmost {
    border-right: 1px solid #C3C3C3;
}

.articleTable th.rowHeader {
    border-bottom:1px solid #c3c3c3;
}
.articleTable td.highlighted {
    background-color: #99ff99;
}
.articleStartImage {
    float:left;
    padding: 0 2.5em 0 0;
}

.articleStartImageRight {
    float:right;
    padding: 0 2.5em 0 1em;
}

.articleFormula{
    text-align:center;
    margin:2em;
    font-size: 1.5em;
}

.articleTagline {
    color: #913C09;
    font: 1.2em Tahoma, Arial, sans-serif;
    margin: 1.5em 0 0.5em 0;
}

.disclaimer {
    font-style:italic;
    padding: 1.5em;
}



.articleSecondaryTable {
    margin: auto auto 10px auto;
    border-collapse: collapse;
    border: 1px solid #C3C3C3;
    width:95%;
}

.articleSecondaryTable td {
    background-color: #f4f4eb;
    border: 1px solid #C3C3C3;
    padding: 3px;
    font-size: 0.9em;
}

.articleSecondaryTable th {
    color: #ffffff;
    background-color: #bdc496;
    border-right: 1px solid #ffffff;
    padding: 1px;
    font-size: 0.9em;
}
.articleSecondaryTable th.rightmost {
    border-right: 1px solid #C3C3C3;
}

.articleSecondaryTable th.rowHeader {
    border-bottom:1px solid #c3c3c3;
}
.articleSecondaryTable td.highlighted {
    background-color: #99ff99;
}

#contentcol.article h3 {
    color: #ffffff;
    padding: 20px 0 0 70px;
    height: 39px;
    margin-bottom:0;
}
.article h3.timeHeader {
    background: url('//s3.amazonaws.com/img.mynetdiary.com/src/landing/article_h_clock.png') no-repeat;
}
.article h3.noteHeader {
    background: url('//s3.amazonaws.com/img.mynetdiary.com/src/landing/article_h_note.png') no-repeat;
}
.article h3.pencilHeader {
    background: url('//s3.amazonaws.com/img.mynetdiary.com/src/landing/article_h_pencil.png') no-repeat;
}
.article h3.mndHeader {
    background: url('//s3.amazonaws.com/img.mynetdiary.com/src/landing/article_h_mnd.png') no-repeat;
}
.article h3.tapeHeader {
    background: url('//s3.amazonaws.com/img.mynetdiary.com/src/landing/article_h_tape.png') no-repeat;
}
.article h3.scaleHeader {
    background: url('//s3.amazonaws.com/img.mynetdiary.com/src/landing/article_h_scale.png') no-repeat;
}
#contentcol.article .conclusion h2 {
    background: url('//s3.amazonaws.com/img.mynetdiary.com/src/landing/article_conclusion_header.png') no-repeat;
    padding: 15px 0 10px 80px;
}
.article .conclusion ul {
    padding: 0 1.5em;
}
.article .conclusion {
    background-color: #f3f4d5;
}
.article .conclusion p {
    padding: 0 20px;
}
.article .conclusion .footer {
    background: url('//s3.amazonaws.com/img.mynetdiary.com/src/landing/article_conclusion_footer.png') no-repeat;
    height: 6px;
}

/* SIBERS STYLES --------------------------------------------------------------- */
a * {cursor: pointer;}
/* Accounts ----------------------------- */
.accounts {
	background: url(/img/accounts.jpg) no-repeat;
	width: 628px;
	height: 434px;
	margin: 0 0 27px;
}
#container #content .accounts li {
	padding: 0;
	width: 201px;
	position: relative;
	float: left;
	margin: 0 8px 0 0;
	display: inline;
	height: 434px;
	background: transparent;
	text-align: center;
}
/* FREE Account ----------------------------- */
.accounts li h2 {
	position: relative;
	margin: 0;
	height: 60px;
}
.accounts li h2 span {
	background: url(/img/accounts.jpg) no-repeat;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 201px;
	height: 60px;
}
.account-text {
	padding: 0 15px;
	font-size: .83em;
	height: 85px;
	margin: 10px 0 0;
}
.account-rounds {
	position: absolute;
	top: 162px;
	left: 15px;
	width: 172px;
	height: 45px;
}
.account-rounds span {
	background: url(/img/accounts.jpg) no-repeat -15px -162px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.account-label {
	position: absolute;
	top: 262px;
	left: 46px;
	width: 136px;
	height: 45px;
}
.account-label span {
	background: url(/img/accounts.jpg) no-repeat -46px -262px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.account-button {
	position: absolute;
	top: 366px;
	left: 15px;
	width: 173px;
	height: 53px;
}
.account-button span {
	background: url(/img/accounts.jpg) no-repeat -15px -366px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
/* PRO Account ----------------------------- */
.accounts li.account-pro h2 span {background-position: -209px 0;}
.account-pro .account-rounds span {background-position: -224px -162px;}
.account-pro .account-label span {background-position: -255px -262px;}
.account-pro .account-button span {background-position: -224px -366px;}
/* MAXIMUM Account ----------------------------- */
.accounts li.account-maximum h2 span {background-position: -418px 0;}
.account-maximum .account-rounds span {background-position: -433px -162px;}
.account-maximum .account-label span {background-position: -464px -262px;}
.account-maximum .account-button span {background-position: -433px -366px;}

.banner-wrapper {margin: 0 0 27px;}


.smallLabelOnForm{
    font-size:0.8em;
    margin-left:1.5em;
}

.partner_logo{
    padding:1em;
    float:left;
    max-width:185px;
}
.fitbit_logo{
    padding: 0 1em 2em 1em;
    width: 185px;
    float: left;
    clear: left;
}
.withings_logo{
    margin: 0 1em;
    width: 185px;
    float: left;
    clear: left;
}

img.image-inline {
    max-height: 1.25em;     
}
.diabetesMargin {
    margin: 0 2em;
}
.trackerChartImg {
    margin-bottom: 40px;
}
.displayInlineBlock {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.mconsoleContent{
    width: 1024px;
    margin-right:2em;
}

.mconsoleRedAlert{
    background-color: pink;
    margin-top: 0.5em;
}

.mconsoleYellowAlert{
    background-color: yellow;
    margin-top: 0.5em;
}

.shadow {
 max-width: 100%;
 border-radius: 6px;
 border: 1px solid #d3d3d3;
 box-shadow: #d3d3d3 1px 3px 7px;
}
.mconsoleHideFildLink{
    display: block;
    float: left;
    margin-right: 1em;
    margin-top: 0.1em;
    text-align: right;
    width: 11em;
}

-/*** open food catalog */

#foodDetailsTableContainer {
    width: 30em;
}

#foodSearchResults {
    float: left;
    width: 40em;
}

.foodSearchResultsEntry {
    padding: 1em;
}

.foodSearchResultsEntryHover {
    cursor: pointer;
}

.foodSearchResultsUnderlined {
    text-decoration: underline;
}

.baseNutrients {
    color: #4d4d4d;
    font-size: 11px;
}

.foodSearchEntryDesc {
}

#foodSearchFoodDetails {
    float: right;
    width: 20em;
    font-size: 11px;
}

#foodSearchBottom {
    clear: both;
}

.foodDetails {
    position: absolute;
}

.nutrLine {
    margin-bottom: 0.3em;
    border-bottom: 1px dashed #d3d3d3;
}

.nutrTitle {
    float: left;
}

.nutrValue {
    float: right;
}

#foodDetailsFoodLabel{
    float: left;
}

#foodDetailsOtherUrls {
    float: right;
    right: 1em;
    width: 15em;
    padding: 1em;
    margin: 1em;
    background: white;
}

#openCatalogItems {
    float: left;
    padding: 1em;
    width: 40em;
}

#openCatalogItemsContent {
}

#openCatalogFoodDetails {
    float: right;
    width: 25em;
}

#openCatalogPagination {
    clear: both;
}

#foodDetailsDiv {
    width:500px;
}

.openCatalogItem {
    padding: 3px;
}

.catalogPath {
    font-size: 12px;
    padding-bottom: 1em;
}

.catalogGroupDetails{
    color: #4d4d4d;
    font-size: 11px;
}

.catalogFoodDetails{
    color: #4d4d4d;
    font-size: 11px;
}

.lastInCatalogPath {
    color: gray;
}

.contributedItem {
    background-color: #ffe89f;
}

.subarticle_h2 {
	color: #913C09;
	font: 1.30em Tahoma, Arial, sans-serif;
	margin: 1.5em 0 0.5em 0;
    padding-left: 1em;
}

.sub_subarticle_h2 {
	color: #913C09;
	font: 1.1em Tahoma, Arial, sans-serif;
	margin: 1.5em 0 0.5em 0;
    padding-left: 1em;
}


.subarticle_p {
    margin: 1.5em 0 0.5em 0;
    padding-left: 1em;
}

.foodLabelTitle {
    font: 1.2em Tahoma, Arial, sans-serif;
    font-weight: bold;
}
.getMaximum {
    font-size: 13px;
    line-height: 20px;
}
.adsTopMargin{
    margin-top: 20px;
}
.adsense_160x600{
    width: 160px;
    background-color: #fdfdfd;
}

.godaddyseal > img.light {
    width: auto;
    height: auto;
}
.godaddyseal > img {
    width: 0;
    height: 0;
}
.nobr {
    display: inline-block;
}

/*div.gridbox table.obj td  {*/
    /*box-sizing: border-box;*/
    /*padding-left: 5px;*/
    /*padding-right: 4px;*/
/*}*/
/*div.gridbox table.hdr td {*/
    /*box-sizing: border-box;*/
/*}*/
/*div.gridbox table.obj td:first-child  {*/
    /*padding-left: 0px;*/
    /*padding-right: 0px;*/
    /*box-sizing: content-box;*/
/*}*/
/*div.gridbox table.hdr td:first-child {*/
    /*box-sizing: content-box;*/
/*}*/
/*#measurementGrdCnt table.obj td:first-child {*/
    /*padding-left: 5px;*/
    /*padding-right: 4px;*/
    /*box-sizing: border-box;*/
/*}*/

/*#measurementGrdCnt table.hdr td {*/
    /*box-sizing: border-box;*/
/*}*/

input.filehide {
  position: absolute;
  width: 150px;
  -moz-opacity:0;
  filter:alpha(opacity: 0);
  opacity: 0;
  z-index: 2;
}

input.fakefile {
  z-index:1;
  width:150px;
}

.uploadbtn {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	text-indent:0;
	border:1px solid #A29E9E;
	display:inline-block;
	color:#4d3e4d;
	font-family:Lucida Grande;
	font-size:11px;
	font-weight:normal;
	font-style:normal;
	height:18px;
	line-height:18px;
	width:156px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
}
.uploadbtn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
    cursor: pointer;
}.uploadbtn:active {
	position:relative;
	top:1px;
}

.directionsbtn {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	text-indent:0;
	border:1px solid #A29E9E;
	display:inline-block;
	color:#4d3e4d;
	font-family:Lucida Grande;
	font-size:11px;
	font-weight:normal;
	font-style:normal;
	height:20px;
	line-height:18px;
	width:220px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
}
.directionsbtn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
    cursor: pointer;
}.directionsbtn:active {
	position:relative;
	top:1px;
}


.foodPicture {
    width: 140px;
    height: 140px;
    background-color: #d3d3d3;
    vertical-align: bottom;
    overflow: hidden;
}

.foodPicture>img {
    max-width: 100%;
}

.adminManualChangeSection {
    padding-top: 10px;
    padding-bottom: 10px;
}

.iconPictureSection {
    padding:20px;
}

.textLink {
    cursor:pointer;
    color:blue;
    text-decoration:underline;
}

.textLink:hover {
    text-decoration:none;
    text-shadow: 1px 1px 1px #555;
}

.frolFoundFood:hover {
    background-color: #cfebf5;
}

.releasedPhoto {
    border: 1px solid gray;
    padding: 4px;
}

.releasedPhoto .photoTypeTitle {
    color: black;
    font-size: large;
}

.submittedPhoto {
    border: 3px solid orange;
    padding: 4px;
    margin-right: 8px;
}

.submittedPhoto .photoTypeTitle {
    color: darkorange;
    font-size: large;
    font-weight: bold;
}/*
 * Copyright (c) 2013 MyNetDiary, Inc.
 *
 * This document and the product to which it pertains are distributed under licenses restricting their use, copying, distribution, and decompilation.
 * This document may not be changed without prior written authorization of MyNetDiary and its licensors, if any.
 */

.overlay_dialog {
	background-color: #85BBEF;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.overlay___invisible__ {
  background-color: #666666;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

.top_draggable, .bottom_draggable {
  cursor:move;
}

.status_bar {
  font-size:12px;
}
.status_bar input{
  font-size:12px;
}
/* DO NOT CHANGE THESE VALUES*/
.dialog {
	display: block;
	position: absolute;
}

.dialog table.table_window  {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
	margin: 0px;
	padding:0px;
}

.dialog table.table_window td , .dialog table.table_window th {
  padding: 0;
}

.dialog .title_window {
  -moz-user-select:none;
}


.dialog_nw {
  background: transparent url(window/TL.png) no-repeat 0 0;
  width:31px;
  height:33px;
}

.dialog_n {
  background: transparent url(window/T.png) repeat-x 0 0;
  height:33px;
}

.dialog_ne {
  background: transparent url(window/TR.png) no-repeat 0 0;
  width:31px;	  
  height:33px;
}

.dialog_w {
  background: transparent url(window/L.png) repeat-y top left;
  width:16px;
}

.dialog_e {
  background: transparent url(window/R.png) repeat-y top right;
  width:16px;
}

.dialog_sw {
  background: transparent url(window/BL.png) no-repeat 0 0;
  width:31px;
  height:40px;
}

.dialog_s {
  background: transparent url(window/B.png) repeat-x 0 0;
  height:40px;
}

.dialog_se, .dialog_sizer  {
  background: transparent url(window/BR.png) no-repeat 0 0;
  width:31px;
  height:40px;
}

.dialog_sizer {
	cursor:se-resize;	
}

.dialog_close {
	width: 23px;
	height: 23px;
	background: transparent url(window/button-close-focus.gif) no-repeat 0 0;
	position:absolute;
	top:10px;
	right:19px;
	cursor:pointer;
	z-index:1000;
}

.dialog_minimize {
	width: 23px;
	height: 23px;
	background: transparent url(window/button-min-focus.gif) no-repeat 0 0;
	position:absolute;
	top:10px;
	right:63px;
	cursor:pointer;
	z-index:1000;
}

.dialog_maximize {
	width: 23px;
	height: 23px;
	background: transparent url(window/button-max-focus.gif) no-repeat 0 0;
	position:absolute;
	top:10px;
	right:41px;
	cursor:pointer;
	z-index:1000;
}

.dialog_title {
	float:left;
	height:1.1em;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	margin-top:8px;
	width:100%;
	color:#ffffff;
}

.dialog_content {
    font-size:13px;
	overflow:auto;
	color: #222;
	background:#FFF;
}

/* FOR IE */
* html .dialog_nw {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="css/window/TL.png", sizingMethod="crop");
}

* html .dialog_n {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="css/window/T.png", sizingMethod="scale");
}

* html .dialog_ne {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="css/window/TR.png", sizingMethod="crop");
}

* html .dialog_w {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="css/window/L.png", sizingMethod="scale");
}

* html .dialog_e {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="css/window/R.png", sizingMethod="scale");
}

* html .dialog_sw {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="css/window/BL.png", sizingMethod="crop");
}

* html .dialog_s {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="css/window/B.png", sizingMethod="scale");
}

* html .dialog_se {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="css/window/BR.png", sizingMethod="crop");
}

* html .dialog_sizer {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="css/window/BR.png", sizingMethod="crop");
}

/*
 * Copyright (c) 2013 MyNetDiary, Inc.
 *
 * This document and the product to which it pertains are distributed under licenses restricting their use, copying, distribution, and decompilation.
 * This document may not be changed without prior written authorization of MyNetDiary and its licensors, if any.
 */

.trackers_list_item {
    padding: 0.7em 0;
    margin: 0.5em;
}
.trackers_list_item:hover {
    background-color: #fff1ab;
}
.trackers_list_item_show {
    width:10%;
}

.trackers_list_item_hide {
    width:10%;
}

.trackers_list_move_options {
    width:10%;
}
.trackers_list_edit_option {
    width:10%;
}
.trackers_list_tracker_icon {
    width:3%;
}

.trackers_list_tracker_title {
    width:52%;
    font-size: small;
    font-weight: bold;
}

.tracker_name {
    cursor: pointer;
}

.daily_tracking_tracker_title {
    color: #913C09;
    font: 16px Tahoma, Arial, sans-serif;
    font-weight: bolder;
    line-height: 1.5em;
}


.entry_form_left_block {
    float:left;
}

.entry_form_center_block {
    width: 30%;
    float:left;
}

.entry_form_label_input {
    clear:both;
}

.entry_form_label_input_left {
    shfloat: left;
}

.entry_form_label_input_right {
}

.entry_form_right_block {
}

.entry_form_actual_value, .entry_form_time_minutes {
    width: 16em;
}
.trackerValueTimeDiv{
    float: left;
}

.entry_form_time_minutes {
}

.entry_form_notes {
}

.tracker_section {
    padding-bottom: 40px;
}
.tracker_entry{
    background-color: #F4F5DA;
}
.tracker_entry:hover {
    background-color: #FFF1AB;
}
.tracker_entry_column {
    padding: 5px;
    font-size: small;
    vertical-align: top;
    display: inline-block;
    zoom: 1;
    ;*display: inline;
}

.insulin_entry_value {
    width: 15%;
}

.tracker_entry_value {
    width: 6%;
}
.tracker_entry_time {
    width: 5%;
}
.tracker_entry_labels {
    width: 21%;
}
.tracker_entry_notes {
    width: 21%;
}

.tracker_entry_options{
    visibility: hidden;
}

.tracker_entry_options_hover {
    visibility: visible;
}
.entry_label {
    background-color: #fff8dc;
    padding: 2px;
    margin: -2px 3px 4px 0;
    white-space: nowrap;
    border-radius: 2px;
    display: inline-block;
    ;*display: inline;
}

.glucose_target {
    clear: both;
}

.glucose_target_range_labels{
    float: left;
    clear: both;
}
.glucose_target_fieldset {
    border: 1px solid gray;
    background-color: #fafad2;
    border-radius: 6px;
    margin: 1em;
    padding: 0.5em;
}
.glucose_target_fieldset > legend {
    padding: 0 0.3em;
    margin: 0 1.2em;
    background-color: white;
}
.firstColumn, .sameWidthColumn {
    text-align: right;
    display: inline-block;
    margin: 0 0.5em;
    vertical-align: top;
}

.glucose_target_range_input {
    display: inline-block;
    width: 20em;
    ;*display: inline;
}
.glucose_target_range_input input {
    max-width: 7em;
}

.glucose_auto_labels {
    clear: both;
}
.box_tr_clr {
    width: 1em;
    height: 1em;
    display: inline-block;
}

.tr_clr_color1 {
    background-color: rgb(204,17,0);
}
.tr_clr_color2 {
    background-color: #68037b;
}
.tr_clr_color3 {
    background-color: #006666;
}
.tr_clr_color4 {
    background-color: #670000;
}
.tr_clr_color5 {
    background-color: #1f00ff;
}
.tr_clr_color6 {
    background-color: #008100;
}

#reportPeriodNav {
}

#reportFilterOptions_trackers {
    padding-bottom: 10px;
}

#reportFilterOptions_labels {
}

#reportFilterOptions {
    float: left;
    padding-right: 10px;
}

#reportTable {
}

.report_item_hypo, .report_item_high {
    display: block;
    padding: 3px;
    margin: 2px -3px -3px -3px;
}
.report_item_high {
    background-color: #ff6666;
}

.report_item_hypo {
    background-color: #ffff99;
}

#dayPartsReportHeader {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

#divDayPartsTable {
    padding-top: 10px;
    clear: both;
}
.frmEditTracker_71 .trackerName, .frmEditTracker_71 .trackerAbbr, .frmEditTracker_71 .trackerColor{
    display: inline;
    white-space: nowrap;
}
#frmEditTracker .firstColumn {
    width: 10em;
}
.frmEditTracker_71 .trackerMedication {
    display: none;
}

.glucose_target_option {
    float: right;
}
.frmEditTracker_71 .glucose_target_label, .frmEditTracker_71 .glucose_target_range_labels ul {
    display: inline;
    white-space: nowrap;
}

.remove_target_label {
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}

#frmEditTracker .field, #frmEditTracker .commandBar {
    margin: 0.3em 1em 0.3em 0.5em;
}
.newLine {
    margin: 0.5em 0;
    vertical-align: text-top;
}
.separateLine {
    margin: 1em 0;
    vertical-align: text-top;
}
#frmEditTracker .field label {
    display: inline-block;
}
#frmEditTracker ul.smartUl li {
    padding-left: 0;
    background: none;
}
.rangeLabelsComment {
    display: inline-block;
    max-width: 383px;
    margin-left: 1em;
    font-size: 90%;
}
#addNewGlucoseTargetDiv {
    padding: 0 1em;
    margin: 1em 0;
}

.splitColumn {
    display: inline-block;
}
.tracker_entry{
    vertical-align: top;
}
#frmAccountDiabetes{
    background-color: #feffe8;
}
#frmAccountDiabetes fieldset {
    border-width: 0 1px;
}
#cmdCancelTrackerEntry, #cmdSaveTrackerEntry {
    margin: 0.5em 0 0.5em 3em;
    vertical-align: middle;
}
.divSelectedLabelsPanel{
    display: inline-block;
}
.diabetesChartIcon{
    height: 1em;
    margin-right: 0.5em;
    vertical-align: middle;
}
.add_tracker_entry{
    color: #005f98;
}
a.diabetesActionLink:visited, .diabetesActionLink {
    color: #005f98;
    text-decoration: underline;
}
a.disabledDiabetesActionLink, a.disabledDiabetesActionLink:hover {
    text-decoration: none;
    color: gray;
}

.daily_tracking_tracker_options{
    vertical-align: middle;
    opacity: 0;
    background-color: #f2f6f5;
    margin-left: 18em;
    ;*visibility: hidden;
}

.daily_tracking_tracker_options_hover {
    opacity: 1;
    transition: opacity 1s ease-out 0s;
    -webkit-transition: opacity 1s ease-out 0s;
    -moz-transition: opacity 1s ease-out 0s;
    -ms-transition: opacity 1s ease-out 0s;
    -o-transition: opacity 1s ease-out 0s;
    ;*visibility: visible;
}

.daily_tracking_tracker {
    margin-bottom: 1em;
}
.daily_tracking_tracker_div {
    vertical-align: top;
}


.tracker_settings_link {
    background: url('img/icon_settings_small.png') no-repeat;
    padding: 2px 0 10px 25px;
}
#divDayPartsTable {
    min-width: 70em;
}
.dayPartReportLabel,#reportFilterOptions_labels, #reportFilterOptions_trackers{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 13em;
}
#reportFilterOptions_labels, #reportFilterOptions_trackers{
    max-width: 13em;
}
h2.likeTableHeader{
    background-color: #f1f2cc;
    padding: 0.5em;
}
.diabetesReport th{
    background-color: #E3E6C3;
    border: 1px solid transparent;
    padding: 3px;
    font-weight: normal;
}
.daily_tracking_tracker_title>.diabetesIcon {
    position: relative;
    top: 0.15em;
}
.diabetesIcon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("//s3.amazonaws.com/img.mynetdiary.com/src/diabetes/diabetic_icons.png");
    vertical-align: text-top;
    margin-right: 0.5em;
    zoom: 1;
    ;*display: inline;
}
.trackerGreen {
    background-position: 16px top;
}
.trackerOrange {
    background-position: 32px top;
}
.trackerNotes {
    background-position: 48px top;
}
.apple {
    background-position: 64px top;
}
.running {
    background-position: 80px top;
}
.medication {
    background-position: 96px top;
}
.insulin {
    background-position: 112px top;
}
.plusIcon {
    color: #b5c54a;
    font-weight: bold;
    content: "+";
}


#diabetesSummary {
    float: right;
    right: 1em;
    width: 22em;
    background: white;
}

#diabetesPopup {
    float: right;
    right: 1em;
    width: 18em;
    border-radius: 6px;
    border: 1px solid #d3d3d3;
    padding: 1em;
    margin: 1em;
    box-shadow: #d3d3d3 1px 3px 7px;
    background: white;
}

#daySummary {
    float: right;
    right: 1em;
    width: 18em;
    border-radius: 6px;
    border: 1px solid #d3d3d3;
    padding: 1em;
    margin: 1em;
    box-shadow: #d3d3d3 1px 3px 7px;
    background: white;
}

.daySummaryLine {
    margin-bottom: 1em;
    border-bottom: 1px dashed #d3d3d3;
}
.daySummaryTitle {
    float: left;
}
.daySummaryValue {
    float: right;
}
.paymentForm{
	margin-top: 30px;
	padding-top: 70px;
	border-top: 1px solid #ccc;
}

.paymentForm p{
	font-size: 18px;
}

.paymentRow {
    margin-bottom: 15px;
}

.paymentForm .row {
    margin-bottom: 10px;
}

.cardsLogos{
	padding-left: 15px;
}

.creditCardPayment {
    display: none;
    padding-bottom: 10px;
}

.paymentForm .btn-submit{
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius: 3px;
}

@media screen and (max-width: 991px) {
	.paymentForm .pp{
		text-align: left;
	}
}
.page-features{margin: -20px -20px 0; background-color: #fff; color: #474747;}

.leadbox{
	padding-top: 140px;
	font-size: 17px;
	background: url("/img/features-lead.jpg") 50% 50% no-repeat;
	background-size: cover;
	color: #fff;
	line-height: 1.5;
}

	.leadbox h1{margin-top: 10px; margin-bottom: 50px; padding: 0; font-size: 60px; color: #fff; font-weight: 700; line-height: 1;}
	.leadbox .lead{margin-bottom: 50px; font-size: 20px; line-height: 1.5; font-weight: 400;}
	.leadbox .btn-flat{margin-top: 50px;}
	.leadbox .nav-tabs{margin: 150px 0 0 0; text-align: center; border: none;}
		.leadbox .nav-tabs li{float: none; display: inline-block; width: 40%; font-size: 30px; margin-bottom: 0;}
			.leadbox .nav-tabs li a{
				padding-top: 30px; 
				padding-bottom: 30px;
				margin-right: 8px;
				color: #fff;
				border: none;
				background: #a9cc3e; /* Old browsers */
				background: -moz-linear-gradient(top,  #a9cc3e 0%, #afe700 1%, #ade200 3%, #a2d301 31%, #86ae03 77%, #7ea304 99%, #719a00 100%); /* FF3.6-15 */
				background: -webkit-linear-gradient(top,  #a9cc3e 0%,#afe700 1%,#ade200 3%,#a2d301 31%,#86ae03 77%,#7ea304 99%,#719a00 100%); /* Chrome10-25,Safari5.1-6 */
				background: linear-gradient(to bottom,  #a9cc3e 0%,#afe700 1%,#ade200 3%,#a2d301 31%,#86ae03 77%,#7ea304 99%,#719a00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9cc3e', endColorstr='#719a00',GradientType=0 ); /* IE6-9 */				
			}
			.leadbox .nav-tabs > .active > a, 
			.leadbox .nav-tabs > .active > a:hover, 
			.leadbox .nav-tabs > .active > a:focus{
				background: #fff;
				color: #191919;		
				border: none;		
			}

.get-max{
	margin-top: 60px;
	padding-top: 440px;
	padding-bottom: 95px;
	background: url(/img/features-online-mobile.jpg) 50% 0 no-repeat;
	font-size: 20px;
	line-height: 1.5;
}			
	.get-max p{margin-bottom: 30px;}

.healthy-eating{
	background: url(/img/healthy-eating.jpg) 50% 50% no-repeat;
	background-size: cover;
	color: #fff;
}
.healthy-eating.section{
	padding-top: 0;
	padding-bottom: 0;
}

	.healthy-eating .text{position: relative; margin-left: -10%; z-index: 0; background: rgba(21, 6, 1, 0.43);}
	.healthy-eating .figure{position: relative; z-index: 1;}
	.healthy-eating .h-section{color: #fff;}
	.healthy-eating .inner{padding: 135px 120px 135px 150px;}

.premium-experience{
	background: url(/img/jumping-girl.jpg) 50% 50% no-repeat;
	background-size: cover;	
	color: #fff;
	line-height: 1.5;
}	
.premium-experience.section{
	padding-bottom: 50px;
}
	.premium-experience .heading{margin-bottom: 40px; padding: 0; font-size: 60px; color: #fff; line-height: 1;}
	.premium-experience .hlight{color: #ffeec5;}
	.premium-experience .btn-flat{margin-top: 30px; margin-bottom: 100px;}

.get-premium-experience{
	color: #a0acbf; 
	text-align: center;
	background: url(/img/get-premium-experience.jpg) 50% 50% no-repeat;
	background-size: cover;
}
.get-premium-experience.section{font-size: 14px;}

	.get-premium-experience .h-section{font-size: 50px; color: #5a6686; line-height: 1.1;}
	.get-premium-experience .hlight{color: #28b015;}
	.get-premium-experience .btn-flat{display: inline-block; width: 100%;}
	.get-premium-experience .buttons{margin-top: 20px; margin-bottom: 70px;}

.blood-glucose{
	background: url(/img/blood-glucose-chart.png) 50% 100px no-repeat;
}			

.plans{
	color: #8590a2;
	text-align: center;
}	
.plans.section{font-size: 15px;}

.pricebox{
	position: relative;
	margin: 10px 10% 60px;
	padding: 40px 30px 85px;
	min-height: 300px;
	background: #fff;
	color: #474747;
	box-shadow: 0 28px 32px -20px rgba(14, 42, 87, 0.35);
}	
	.pricebox .btn-flat{
		position: absolute;
		bottom: 35px;
		left: 9%;
		display: inline-block;	
		width: 82%;
	}

	.pricebox .lead{font-size: 18px; font-weight: 400;}
	.pricebox .cost{
		position: relative;
		display: inline-block;
		font-size: 68px;
		font-weight: 700;
		line-height: 1.1;
	}
		.pricebox .cost::before{
			position: absolute;
			top: 20px;
			left: -17px;
			font-size: 20px;
			color: #949494;
			font-weight: 200;
			content: '$';
		}
		.pricebox hr{
			margin: 25px 43%;
			padding: 0;
			border: none;
			border-bottom: 2px solid #77b900;
		}

.section{
	padding-top: 100px;
	padding-bottom: 100px;
	font-size: 20px;
	line-height: 1.5;
}	
	.section p{margin-bottom: 30px;}
	.section .media{
	    margin: 0;
	    font-size: 16px;
	}  

.section.alt{background-color: #e5efff;}

.btn-flat{
	box-sizing: border-box;
	box-shadow: none;
	text-shadow: none;
}

.btn-flat.btn-warning{
	background: #fe7e00;
}

.btn-flat.btn-success{
	background: #28b015;
}

.btn-flat.btn-warning:hover,
.btn-flat.btn-warning:focus{
	background-color: #fea100;
}

.btn-flat.btn-success:hover,
.btn-flat.btn-success:focus{
	background-color: #39c725;
}

.btn-max{
	padding: 30px 80px;
	font-size: 30px;
	font-weight: 700;
	text-shadow: none;
}

.btn-large{
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 22px;
}

.vertical-center{
	display: flex;
	align-items: center;
}  

.vertical-bottom{
	display: flex;
	align-items: flex-end;
}  

.h-section{padding: 0 0 40px; font-size: 38px; color: #191919; font-weight: 700;}

.table-comparison{
	font-size: 20px;
	color: #474747;
}
	.table-comparison th,
	.table-comparison td{border: none !important;}
	.table-comparison th{padding: 10px 15px 35px 35px; font-weight: 700; color: #2f2f2f !important;}
	.table-comparison td{padding: 15px 15px 15px 35px;}
	.table-comparison .none{color: #ccc; font-size: 70px; font-weight: 200;}
	.table-comparison .heading td{padding: 35px;}
	.table-comparison .col-short{width: 20%;}

/* Large Devices, Wide Screens */
@media (max-width : 1200px) {
	.get-max{
		padding-top: 385px;
		background-size: contain;
	}

	.blood-glucose{
		padding-top: 385px;
		background-size: contain;
	}	

	.healthy-eating .text{
		margin-left: 5%;
	}

	.healthy-eating .inner{
		padding: 60px 60px 60px 80px;
	}
}

/* Medium Devices, Desktops */
@media (min-width : 768px) and (max-width : 979px) {
	.page-features{margin: -20px 0 0;}
}

/* Medium Devices, Desktops */
@media (max-width : 978px) {
	.get-max{padding-top: 205px; padding-bottom: 50px; font-size: 16px; line-height: 1.4;}
		.get-max p{margin-bottom: 25px;}	
	.h-section{padding-bottom: 30px; font-size: 30px;}
}

/* Small Devices, Tablets */
@media (max-width : 767px) {
	.leadbox{
		padding-top: 60px;
		font-size: 14px;
		line-height: 1.2;
	}
		.leadbox h1{margin-bottom: 30px; font-size: 40px;}
		.leadbox .lead{margin-bottom: 20px; font-size: 16px;}
		.leadbox .btn-flat{margin-top: 30px;}
		.leadbox .nav-tabs{margin-top: 80px;}
			.leadbox .nav-tabs li{width: 48%;}
				.leadbox .nav-tabs li a{padding-top: 20px; padding-bottom: 20px; font-size: 18px;}

	.get-max{position: relative; padding-top: 335px; padding-bottom: 20px;}
		.get-max .figure{position: absolute; top: 30px; right: 20px; height: 305px;}

	.blood-glucose.section{position: relative; padding-top: 425px;}
		.blood-glucose .figure{position: absolute; top: 30px; right: 20px; height: 395px;}		

	.premium-experience{
		font-size: 14px;
		line-height: 1.2;
	}
		.premium-experience h1{margin-bottom: 30px; font-size: 40px;}
		.leadbox .btn-flat{margin-bottom: 50px;}		

	.healthy-eating .text{margin: 0;}
	.healthy-eating .inner{padding: 30px;}		

	.table-comparison .col-short{width: 25%;}

	.section{padding-top: 50px; padding-bottom: 50px;}
		.section p{margin-bottom: 25px; font-size: 16px; line-height: 1.4;}	

	.btn-max{font-size: 25px; padding: 25px 50px;}	
	.vertical-center,
	.vertical-bottom{
		display: block;
		align-items: stretch;
	}  
}

@media (max-width : 667px) {
}

/* Extra Small Devices, Phones */ 
@media (max-width : 480px) {
}

/* Custom, iPhone Retina */ 
@media (max-width : 320px) {
        
}	
