@import url('//fonts.googleapis.com/css?family=Open+Sans:400,300,600');
@import url("//fonts.googleapis.com/css?family=Sanchez&text=MyFoodDiary");
/* LESS Variables */
/* Colors */
body {
  font-size: 15px;
  color: #222222;
  margin: 0;
  line-height: 150%;
  font-family: 'Open Sans', Sans-Serif;
}
input {
  font-size: 15px;
}
a {
  color: #326e99;
}
header {
    background-color: #144c85;
}
a.header {
  font-family: Verdana, Sans-Serif;
  color: #fff;
  text-decoration: none;
  float: right;
  font-size: 0.9em;
  padding: 0.6em 0;
  white-space: nowrap;
  margin: 0 1em;
}
a#mfd {
  font-family: Sanchez, Serif;
  text-decoration: none;
  float: left;
  font-size: 1.9em;
  color: #fff;
  display: inline;
  font-weight: normal;
  padding: 0;
  margin-right: 0.8em;
}
.logoColor {
  color: #fff;
}
h2#affProg {
  font-family: Verdana, Sans-Serif;
  float: left;
  text-transform: capitalize;
  color: #e8e8e8;
  padding: 0.4em 0;
  font-size: 1em;
  display: inline;
  font-weight: normal;
  white-space: nowrap;
}
div#grayout {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.62);
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
div#mainContainer {
  max-width: 930px;
  margin: 0 auto;
  padding: 35px 25px;
}
h1 {
  font-weight: 400;
  font-size: 1.7em;
  color: #ee9933;
  margin: 0;
  padding: 0 0 0.5em 0;
}
h2 {
  font-weight: 400;
  font-size: 1.5em;
  margin: 0;
}
h3 {
  font-weight: 600;
  font-size: 1.3em;
  margin: 0;
}
h4 {
  font-weight: 600;
  font-size: 1.1em;
  margin: 0;
}
.error {
  color: #cc0000;
}
.errorBox {
  border: 1px #cc0000 solid;
  padding: 1em 1.5em;
  max-width: 35em;
  background-color: #fddfde;
  margin-bottom: 2em;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
}
table.tabularData th {
  text-align: left;
  border-bottom: 1px solid #222222;
  padding: 0.2em 1.3em 0.2em 0;
}
table.tabularData td {
  border-bottom: 1px solid #cccccc;
  margin: 0;
  padding: 0.2em 1.3em 0.2em 0;
}
.btnOrange2Big,
a.btnOrange2Big {
  display: inline-block;
  font-size: 1.1em;
  border: 1px solid #d16900;
  -moz-border-radius: 0.4em;
  -webkit-border-radius: 0.4em;
  border-radius: 0.4em;
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5);
  background: #d26900 url('/IMG/buttons/bg_orange_35.png') repeat-x;
  cursor: pointer;
  padding: .4em 1em;
}
.btnOrange2Big:active,
a.btnOrange2Big:active {
  background-position: 0 -3px;
  background-position-y: -3px;
}
.btnBlue2,
a.btnBlue2 {
  display: inline-block;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5);
  border: 1px #326e99 solid;
  -moz-border-radius: 0.4em;
  -webkit-border-radius: 0.4em;
  border-radius: 0.4em;
  background: #114577 url('/IMG/buttons/bg_blue_30.png') repeat-x;
  padding: .3em .8em;
}
.btnBlue2:active,
a.btnBlue2:active {
  background-position: 0 -2px;
  background-position-y: -2px;
}
.tabBlue2,
a.tabBlue2 {
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5);
  padding: 0.3em 0.8em;
  border: 1px #326e99 solid;
  -moz-border-radius: 0.4em 0.4em 0 0;
  -webkit-border-radius: 0.4em 0.4em 0 0;
  border-radius: 0.4em 0.4em 0 0;
  background: #114577 url('/IMG/buttons/bg_blue_30.png') repeat-x;
  float: left;
  margin-right: 0.3em;
}
.tabBlue2:active,
a.tabBlue2:active {
  background-position: 0 -2px;
  background-position-y: -2px;
}
.tabLtBlue,
a.tabLtBlue {
  cursor: pointer;
  background: #adc6dd url('/IMG/buttons/bg_ltblue_26.png') repeat-x;
  text-decoration: none;
  color: #0f2f4f;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
  padding: 0.3em 0.8em;
  border: 1px solid #adc6dd;
  -moz-border-radius: 0.4em 0.4em 0 0;
  -webkit-border-radius: 0.4em 0.4em 0 0;
  border-radius: 0.4em 0.4em 0 0;
  float: left;
  margin-right: 0.3em;
  display: inline;
}
.tabLtBlue:active,
a.tabLtBlue:active {
  background-position: 0 -2px;
  background-position-y: -2px;
}
div.boxPrimary {
  border: 1px #326e99 solid;
  background-color: #f2f6fa;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  border-radius: 0.8em;
  padding: 8px 15px;
}
div.boxAccent {
  border: 1px #ee9933 solid;
  background-color: #ffd9ab;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  border-radius: 0.8em;
  padding: 8px 15px;
}
/* Modal Window Styles */
div#mw {
  z-index: 40;
  display: none;
  position: absolute;
  width: 350px;
}
div#mwTitle {
  color: #fff;
  font-weight: 600;
  text-align: center;
  -moz-border-radius: 0.3em 0.3em 0 0;
  -webkit-border-radius: 0.3em 0.3em 0 0;
  border-radius: 0.3em 0.3em 0 0;
  background: #114577 url('/IMG/buttons/bg_blue_30.png') repeat-x;
  padding: .7em .8em .3em .8em;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5);
}
div#mwBody {
  clear: both;
  background-color: #fff;
  overflow: auto;
  padding: 18px;
  -moz-border-radius: 0 0 8px 8px;
  -webkit-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
  font-size: 0.9em;
}
iframe#mwFrame {
  clear: both;
  background-color: #fff;
  border: 0;
  width: 100%;
  height: 300px;
}
a#mwWinClose {
  color: #0f2f4f;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
  font-size: 0.9em;
  font-family: Verdana, Sans-Serif;
  font-weight: bold;
  padding: 0 0.2em 0.2em 0.2em;
  margin: 0.1em 0;
  width: 1.1em;
  border: 1px solid #326e99;
  -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  border-radius: 0.3em;
  text-decoration: none;
  float: right;
  text-align: center;
  background: #adc6dd url('/IMG/buttons/bg_ltblue_26.png') repeat-x;
}
div#mwInfo {
  background-color: #fff;
  overflow: auto;
  padding: 18px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
img#mwInfoClose {
  position: relative;
  top: 18px;
  left: -18px;
  cursor: pointer;
  width: 30px;
  height: 30px;
}
img#mwLoadImg {
  float: left;
  width: 32px;
  height: 32px;
}
div#mwLoadTxt {
  font-weight: bold;
  color: #369;
  font-size: 1.2em;
  margin: 7px 13px;
  display: inline-block;
}
/* End Modal Window Styles */
ol {
  margin: 0; padding:0;
}
li {
  margin-top: 0.5em; margin-left:22px;}.indent {margin-left:3.5em;}