* {
  margin: 0;
  padding: 0; }

body {
  font-family: Arial, Helvetica, sans-serif;
  background: url(/images/common/background_wallpaper.jpg) repeat;
  font-size: 1em;
  color: #2779aa;
  color: #2779aa;
  font-weight: bold; }

a, a:link, a:visited, a:active, a:hover {
  text-decoration: none;
  color: white; }

a:hover {
  text-decoration: underline; }

img {
  border: 0 none; }

table {
  border-collapse: collapse;
  width: 100%; }
  table tr td {
    vertical-align: top; }

label {
  font-size: 0.9em;
  display: inline; }

form input {
  font-size: 12px;
  font-weight: bold;
  color: #555555;
  border: 1px #aed0ea solid;
  padding: 6px; }
form textarea {
  border: 1px #aed0ea solid; }
form .example {
  font-size: 0.7em;
  margin-bottom: 10px;
  font-style: italic;
  color: #9f9b7d; }

.paper {
  background-color: white;
  padding: 20px;
  margin: 10px 0;
  border-left: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc; }

.content {
  margin: 0 auto;
  width: 760px;
  border-left: 1px #9f9b7d solid;
  border-right: 1px #9f9b7d solid;
  background: white; }

.alert {
  padding: 4px 15px;
  text-align: center;
  color: #f7941d;
  background: #fff799;
  font-size: 0.8em; }

.header {
  border: none; }
  .header .banner {
    height: 100px;
    background: url(/images/common/banner.jpg) no-repeat; }
  .header .nav {
    background: #9f9b7d;
    padding: 3px; }
    .header .nav ul {
      display: inline;
      margin-left: 10px; }
      .header .nav ul li {
        padding: 3px 26px;
        list-style: none;
        display: inline;
        line-height: 24px;
        font-weight: bold;
        font-size: 0.8em;
        color: white; }
  .header .headline {
    text-align: center;
    font-size: 0.8em;
    color: #9f9b7d;
    line-height: 25px;
    background: white; }
  .header .body {
    border: none; }

.total {
  text-align: right;
  margin-top: 10px; }
  .total .grand_total {
    border-top: 1px dotted #9f9b7d;
    padding-top: 4px;
    font-size: 18px; }

.paragraph {
  font-size: 0.85em;
  text-indent: 10px; }

.footer {
  border: none;
  height: 30px;
  line-height: 30px;
  background: #9f9b7d;
  text-align: center;
  font-size: 0.8em;
  color: white;
  clear: both; }

.ui-button-text {
  font-size: 13px; }

a.button {
  margin: 10px 0 0 2px;
  color: #2779aa;
  font-size: 1em; }

#flash_messages {
  text-align: center;
  font-size: 0.8em;
  margin: 0;
  padding: 0;
  margin-bottom: 15px; }
  #flash_messages p {
    margin: 0;
    padding: 0; }
  #flash_messages .error {
    border: 1px solid #9e0b0f;
    background: #ffcccc;
    color: #9e0b0f;
    margin: 10px;
    padding: 10px 8px; }
  #flash_messages .notice {
    border: 1px solid #f7941d;
    background: #fff799;
    color: #f7941d;
    margin: 10px;
    padding: 10px 8px; }

table.nutrition {
  line-height: 15px;
  border: 1px solid black;
  table-layout: fixed;
  width: 275px;
  margin: 0;
  background-color: white;
  color: black; }
  table.nutrition tr {
    border-bottom: 1px solid black; }
    table.nutrition tr#title {
      border: none;
      line-height: 20px; }
    table.nutrition tr#calories td {
      border-bottom: 4px solid black; }
      table.nutrition tr#calories td.right {
        text-align: right;
        padding: 0;
        float: none; }
    table.nutrition tr#servings td {
      border-bottom: 6px solid black; }
    table.nutrition tr#minerals td {
      border-top: 4px solid black; }
  table.nutrition th {
    padding: 3px;
    border: 0;
    font-family: Arial;
    font-size: large;
    font-weight: bolder; }
  table.nutrition td {
    padding: 3px;
    font-family: Arial;
    font-size: x-small;
    border: 0;
    text-align: left; }
    table.nutrition td.dv {
      font-weight: bold;
      text-align: right; }
    table.nutrition td.sub {
      text-indent: 10px;
      width: 60%; }
    table.nutrition td.disclaimer {
      font-size: xx-small; }
  table.nutrition strong {
    font-weight: x-bolder; }
