.nui {
  display: none; }

.nui-bar, .nui-panel .nui-bar, .nui-window-frame .nui-bar {
  background-image: url("../ninjaui/images/gradient-outset.png");
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(0, 0, 0, 0.125));
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.25)), to(rgba(0, 0, 0, 0.125)));
  background-position: bottom center;
  background-repeat: repeat-x;
  border: 1px solid #d8d8d8;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topleft: 6px;
  -webkit-border-top-left-radius: 6px;
  border-radius-top-left: 6px;
  -moz-border-radius-topright: 6px;
  -webkit-border-top-right-radius: 6px;
  border-radius-top-right: 6px;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  font-size: 12px;
  background-image: url("../ninjaui/images/gradient-outset.png");
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(0, 0, 0, 0.125));
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.25)), to(rgba(0, 0, 0, 0.125)));
  background-position: bottom center;
  background-repeat: repeat-x;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-shadow: white 0 1px 1px;
  background-color: white;
  color: black;
  display: block;
  height: 26px;
  line-height: 26px;
  padding: 0 10px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap; }
  .nui-bar:focus, .nui-panel .nui-bar:focus, .nui-window-frame .nui-bar:focus {
    outline: 0; }
  .nui-bar .nui-icon, .nui-panel .nui-bar .nui-icon, .nui-window-frame .nui-bar .nui-icon {
    margin: 5px 0; }
  .nui-bar .nui-button, .nui-panel .nui-bar .nui-button, .nui-window-frame .nui-bar .nui-button {
    margin: -1px; }

.nui-button {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #d8d8d8;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  font-size: 12px;
  background-image: url("../ninjaui/images/gradient-outset.png");
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(0, 0, 0, 0.125));
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.25)), to(rgba(0, 0, 0, 0.125)));
  background-position: bottom center;
  background-repeat: repeat-x;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-shadow: white 0 1px 1px;
  background-color: white;
  color: black;
  cursor: pointer;
  height: 26px;
  line-height: 26px;
  outline: 0;
  overflow: visible;
  padding: 0 10px;
  position: relative;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
  margin: 0 5px 10px 0; }
  .nui-button:active {
    background-image: url("../ninjaui/images/gradient-inset.png");
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.125), rgba(255, 255, 255, 0.25));
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.125)), to(rgba(255, 255, 255, 0.25)));
    background-position: top center;
    background-repeat: repeat-x; }
  .nui-button:focus {
    outline: 0; }
  .nui-button:hover {
    color: black;
    text-decoration: none; }
  .nui-button::-moz-focus-inner {
    border: 0;
    padding: 0; }
  .nui-button .nui-icon {
    margin: 5px 0; }

.nui-drawers {
  font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  font-size: 12px;
  display: block; }
  .nui-drawers .nui-drawer-handle {
    border: 1px solid #d8d8d8;
    -ms-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
    font-size: 12px;
    background-image: url("../ninjaui/images/gradient-outset.png");
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(0, 0, 0, 0.125));
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.25)), to(rgba(0, 0, 0, 0.125)));
    background-position: bottom center;
    background-repeat: repeat-x;
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-shadow: white 0 1px 1px;
    background-color: white;
    color: black;
    cursor: pointer;
    height: 26px;
    line-height: 26px;
    outline: 0;
    overflow: visible;
    padding: 0 10px;
    position: relative;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    display: block;
    position: relative;
    text-align: left;
    z-index: 222; }
    .nui-drawers .nui-drawer-handle:active {
      background-image: url("../ninjaui/images/gradient-inset.png");
      background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.125), rgba(255, 255, 255, 0.25));
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.125)), to(rgba(255, 255, 255, 0.25)));
      background-position: top center;
      background-repeat: repeat-x; }
    .nui-drawers .nui-drawer-handle:focus {
      outline: 0; }
    .nui-drawers .nui-drawer-handle:hover {
      color: black;
      text-decoration: none; }
    .nui-drawers .nui-drawer-handle::-moz-focus-inner {
      border: 0;
      padding: 0; }
    .nui-drawers .nui-drawer-handle .nui-icon {
      margin: 5px 0; }
  .nui-drawers .nui-drawer-handle.nui-active, .nui-drawers .nui-drawer-handle.nui-active, .nui-drawers .nui-tabs .nui-drawer-handle.nui-tab.nui-active, .nui-tabs .nui-drawers .nui-drawer-handle.nui-tab.nui-active, .nui-drawers .nui-drawer-handle:active {
    background-image: url("../ninjaui/images/gradient-inset.png");
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.125), rgba(255, 255, 255, 0.25));
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.125)), to(rgba(255, 255, 255, 0.25)));
    background-position: top center;
    background-repeat: repeat-x;
    z-index: 111; }
  .nui-drawers .nui-drawer-handle.nui-first {
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
    border-radius-top-left: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-right-radius: 6px;
    border-radius-top-right: 6px; }
  .nui-drawers .nui-drawer-handle.nui-last {
    -moz-border-radius-bottomleft: 6px;
    -webkit-border-bottom-left-radius: 6px;
    border-radius-bottom-left: 6px;
    -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-radius-bottom-right: 6px; }
  .nui-drawers .nui-drawer {
    border: 1px solid #d8d8d8;
    background: white;
    border-bottom: none;
    border-top: none;
    color: black;
    display: block;
    padding: 5px; }
  .nui-drawers .nui-drawer.nui-last {
    border: 1px solid #d8d8d8;
    -moz-border-radius-bottomleft: 6px;
    -webkit-border-bottom-left-radius: 6px;
    border-radius-bottom-left: 6px;
    -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-radius-bottom-right: 6px;
    border-top: none; }

.nui-filmstrip {
  font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  font-size: 12px;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin: 10px 0;
  white-space: nowrap; }
  .nui-filmstrip .nui-bar, .nui-filmstrip .nui-panel .nui-bar, .nui-panel .nui-filmstrip .nui-bar, .nui-filmstrip .nui-window-frame .nui-bar, .nui-window-frame .nui-filmstrip .nui-bar {
    padding: 0; }
    .nui-filmstrip .nui-bar .back, .nui-filmstrip .nui-panel .nui-bar .back, .nui-panel .nui-filmstrip .nui-bar .back, .nui-filmstrip .nui-window-frame .nui-bar .back, .nui-window-frame .nui-filmstrip .nui-bar .back {
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      border-radius: 0;
      -moz-border-radius-topleft: 6px;
      -webkit-border-top-left-radius: 6px;
      border-radius-top-left: 6px;
      left: 0;
      position: absolute;
      top: 0; }
    .nui-filmstrip .nui-bar .forward, .nui-filmstrip .nui-panel .nui-bar .forward, .nui-panel .nui-filmstrip .nui-bar .forward, .nui-filmstrip .nui-window-frame .nui-bar .forward, .nui-window-frame .nui-filmstrip .nui-bar .forward {
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      border-radius: 0;
      -moz-border-radius-topright: 6px;
      -webkit-border-top-right-radius: 6px;
      border-radius-top-right: 6px;
      position: absolute;
      right: 0;
      top: 0; }
  .nui-filmstrip .nui-view {
    border: 1px solid #d8d8d8;
    background-color: white;
    border-top: none;
    display: block;
    overflow: hidden;
    position: relative;
    vertical-align: middle; }
    .nui-filmstrip .nui-view .nui-reel {
      display: block;
      font-size: 0;
      left: 0;
      position: absolute;
      top: 0;
      white-space: nowrap; }
      .nui-filmstrip .nui-view .nui-reel .nui-frame {
        display: -moz-inline-box;
        display: inline-block;
        *display: inline;
        zoom: 1;
        border-right: 1px solid #d8d8d8;
        font-size: 11px;
        overflow: hidden;
        padding: 5px;
        text-align: left;
        vertical-align: top;
        white-space: normal; }

.nui-folders {
  font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  font-size: 12px;
  display: block;
  margin-top: 14px;
  position: relative; }
  .nui-folders.nui-horizontal .nui-tabs {
    display: block;
    position: absolute;
    left: 0;
    text-align: center;
    top: -15px;
    white-space: nowrap;
    width: 100%; }
    .nui-folders.nui-horizontal .nui-tabs .nui-tab {
      display: -moz-inline-box;
      display: inline-block;
      *display: inline;
      zoom: 1; }
  .nui-folders.nui-horizontal .nui-folder {
    padding: 30px 15px 15px 15px; }
  .nui-folders.nui-vertical .nui-tabs {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    left: 0;
    position: absolute;
    top: 14px;
    width: 194px; }
    .nui-folders.nui-vertical .nui-tabs .nui-tab {
      display: block;
      text-align: left; }
      .nui-folders.nui-vertical .nui-tabs .nui-tab.nui-first {
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        -moz-border-radius-topleft: 6px;
        -webkit-border-top-left-radius: 6px;
        border-radius-top-left: 6px;
        -moz-border-radius-topright: 6px;
        -webkit-border-top-right-radius: 6px;
        border-radius-top-right: 6px; }
      .nui-folders.nui-vertical .nui-tabs .nui-tab.nui-last {
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        -moz-border-radius-bottomleft: 6px;
        -webkit-border-bottom-left-radius: 6px;
        border-radius-bottom-left: 6px;
        -moz-border-radius-bottomright: 6px;
        -webkit-border-bottom-right-radius: 6px;
        border-radius-bottom-right: 6px; }
  .nui-folders.nui-vertical .nui-folder {
    margin-left: 180px;
    padding: 15px 15px 15px 30px; }

.nui-folder {
  border: 1px solid #d8d8d8;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background: white;
  color: black;
  display: none;
  margin-bottom: 10px;
  width: inherit; }

.nui-icon {
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  background-image: url("../ninjaui/images/icons.png");
  font-size: 0;
  height: 16px;
  line-height: 16px;
  overflow: hidden;
  vertical-align: middle;
  width: 16px; }

.nui-icon-up {
  background-position: 0 0; }

.nui-icon-right {
  background-position: 0 -16px; }

.nui-icon-down {
  background-position: 0 -32px; }

.nui-icon-left {
  background-position: 0 -48px; }

.nui-icon-drag {
  background-position: 0 -64px; }

.nui-icon-close {
  background-position: 0 -80px; }

.nui-icon-check {
  background-position: 0 -96px; }

.nui-icon-subtract {
  background-position: 0 -112px; }

.nui-icon-add {
  background-position: 0 -128px; }

.nui-icon-search {
  background-position: 0 -144px; }

.nui-icon-warning {
  background-position: 0 -160px; }

.nui-icon-home {
  background-position: 0 -176px; }

.nui-icon-gear {
  background-position: 0 -192px; }

.nui-icon-apple {
  background-position: 0 -208px; }

.nui-icon-heart {
  background-position: 0 -224px; }

.nui-icon-target {
  background-position: 0 -240px; }

.nui-icon-profile {
  background-position: 0 -256px; }

.nui-icon-photo {
  background-position: 0 -272px; }

.nui-icon-print {
  background-position: 0 -288px; }

.nui-icon-radio {
  background-position: 0 -304px; }

.nui-icon-movie {
  background-position: 0 -320px; }

.nui-icon-refresh {
  background-position: 0 -336px; }

.nui-icon-people {
  background-position: 0 -352px; }

.nui-icon-mail {
  background-position: 0 -368px; }

.nui-icon-star {
  background-position: 0 -384px; }

.nui-active .nui-icon-up, .nui-drawers .nui-drawer-handle.nui-active .nui-icon-up, .nui-tabs .nui-tab.nui-active .nui-icon-up, .nui-submit .nui-icon-up, .nui-menu .nui-menu-choices .nui-menu-choice:hover .nui-icon-up {
  background-position: -16px 0; }
.nui-active .nui-icon-right, .nui-drawers .nui-drawer-handle.nui-active .nui-icon-right, .nui-tabs .nui-tab.nui-active .nui-icon-right, .nui-submit .nui-icon-right, .nui-menu .nui-menu-choices .nui-menu-choice:hover .nui-icon-right {
  background-position: -16px -16px; }
.nui-active .nui-icon-down, .nui-drawers .nui-drawer-handle.nui-active .nui-icon-down, .nui-tabs .nui-tab.nui-active .nui-icon-down, .nui-submit .nui-icon-down, .nui-menu .nui-menu-choices .nui-menu-choice:hover .nui-icon-down {
  background-position: -16px -32px; }
.nui-active .nui-icon-left, .nui-drawers .nui-drawer-handle.nui-active .nui-icon-left, .nui-tabs .nui-tab.nui-active .nui-icon-left, .nui-submit .nui-icon-left, .nui-menu .nui-menu-choices .nui-menu-choice:hover .nui-icon-left {
  background-position: -16px -48px; }
.nui-active .nui-icon-drag, .nui-drawers .nui-drawer-handle.nui-active .nui-icon-drag, .nui-tabs .nui-tab.nui-active .nui-icon-drag, .nui-submit .nui-icon-drag, .nui-menu .nui-menu-choices .nui-menu-choice:hover .nui-icon-drag {
  background-position: -16px -64px; }
.nui-active .nui-icon-close, .nui-drawers .nui-drawer-handle.nui-active .nui-icon-close, .nui-tabs .nui-tab.nui-active .nui-icon-close, .nui-submit .nui-icon-close, .nui-menu .nui-menu-choices .nui-menu-choice:hover .nui-icon-close {
  background-position: -16px -80px; }
.nui-active .nui-icon-check, .nui-drawers .nui-drawer-handle.nui-active .nui-icon-check, .nui-tabs .nui-tab.nui-active .nui-icon-check, .nui-submit .nui-icon-check, .nui-menu .nui-menu-choices .nui-menu-choice:hover .nui-icon-check {
  background-position: -16px -96px; }
.nui-active .nui-icon-subtract, .nui-drawers .nui-drawer-handle.nui-active .nui-icon-subtract, .nui-tabs .nui-tab.nui-active .nui-icon-subtract, .nui-submit .nui-icon-subtract, .nui-menu .nui-menu-choices .nui-menu-choice:hover .nui-icon-subtract {
  background-position: -16px -112px; }
.nui-active .nui-icon-add, .nui-drawers .nui-drawer-handle.nui-active .nui-icon-add, .nui-tabs .nui-tab.nui-active .nui-icon-add, .nui-submit .nui-icon-add, .nui-menu .nui-menu-choices .nui-menu-choice:hover .nui-icon-add {
  background-position: -16px -128px; }
.nui-active .nui-icon-search, .nui-drawers .nui-drawer-handle.nui-active .nui-icon-search, .nui-tabs .nui-tab.nui-active .nui-icon-search, .nui-submit .nui-icon-search, .nui-menu .nui-menu-choices .nui-menu-choice:hover .nui-icon-search {
  background-position: -16px -144px; }
.nui-active .nui-icon-warning, .nui-drawers .nui-drawer-handle.nui-active .nui-icon-warning, .nui-tabs .nui-tab.nui-active .nui-icon-warning, .nui-submit .nui-icon-warning, .nui-menu .nui-menu-choices .nui-menu-choice:hover .nui-icon-warning {
  background-position: -16px -160px; }
.nui-active .nui-icon-home, .nui-drawers .nui-drawer-handle.nui-active .nui-icon-home, .nui-tabs .nui-tab.nui-active .nui-icon-home, .nui-submit .nui-icon-home, .nui-menu .nui-menu-choices .nui-menu-choice:hover .nui-icon-home {
  background-position: -16px -176px; }
.nui-active .nui-icon-gear, .nui-drawers .nui-drawer-handle.nui-active .nui-icon-gear, .nui-tabs .nui-tab.nui-active .nui-icon-gear, .nui-submit .nui-icon-gear, .nui-menu .nui-menu-choices .nui-menu-choice:hover .nui-icon-gear {
  background-position: -16px -192px; }
.nui-active .nui-icon-apple, .nui-drawers .nui-drawer-handle.nui-active .nui-icon-apple, .nui-tabs .nui-tab.nui-active .nui-icon-apple, .nui-submit .nui-icon-apple, .nui-menu .nui-menu-choices .nui-menu-choice:hover .nui-icon-apple {
  background-position: -16px -208px; }
.nui-active .nui-icon-heart, .nui-drawers .nui-drawer-handle.nui-active .nui-icon-heart, .nui-tabs .nui-tab.nui-active .nui-icon-heart, .nui-submit .nui-icon-heart, .nui-menu .nui-menu-choices .nui-menu-choice:hover .nui-icon-heart {
  background-position: -16px -224px; }
.nui-active .nui-icon-target, .nui-drawers .nui-drawer-handle.nui-active .nui-icon-target, .nui-tabs .nui-tab.nui-active .nui-icon-target, .nui-submit .nui-icon-target, .nui-menu .nui-menu-choices .nui-menu-choice:hover .nui-icon-target {
  background-position: -16px -240px; }
.nui-active .nui-icon-profile, .nui-drawers .nui-drawer-handle.nui-active .nui-icon-profile, .nui-tabs .nui-tab.nui-active .nui-icon-profile, .nui-submit .nui-icon-profile, .nui-menu .nui-menu-choices .nui-menu-choice:hover .nui-icon-profile {
  background-position: -16px -256px; }
.nui-active .nui-icon-photo, .nui-drawers .nui-drawer-handle.nui-active .nui-icon-photo, .nui-tabs .nui-tab.nui-active .nui-icon-photo, .nui-submit .nui-icon-photo, .nui-menu .nui-menu-choices .nui-menu-choice:hover .nui-icon-photo {
  background-position: -16px -272px; }
.nui-active .nui-icon-print, .nui-drawers .nui-drawer-handle.nui-active .nui-icon-print, .nui-tabs .nui-tab.nui-active .nui-icon-print, .nui-submit .nui-icon-print, .nui-menu .nui-menu-choices .nui-menu-choice:hover .nui-icon-print {
  background-position: -16px -288px; }
.nui-active .nui-icon-radio, .nui-drawers .nui-drawer-handle.nui-active .nui-icon-radio, .nui-tabs .nui-tab.nui-active .nui-icon-radio, .nui-submit .nui-icon-radio, .nui-menu .nui-menu-choices .nui-menu-choice:hover .nui-icon-radio {
  background-position: -16px -304px; }
.nui-active .nui-icon-movie, .nui-drawers .nui-drawer-handle.nui-active .nui-icon-movie, .nui-tabs .nui-tab.nui-active .nui-icon-movie, .nui-submit .nui-icon-movie, .nui-menu .nui-menu-choices .nui-menu-choice:hover .nui-icon-movie {
  background-position: -16px -320px; }
.nui-active .nui-icon-people, .nui-drawers .nui-drawer-handle.nui-active .nui-icon-people, .nui-tabs .nui-tab.nui-active .nui-icon-people, .nui-submit .nui-icon-people, .nui-menu .nui-menu-choices .nui-menu-choice:hover .nui-icon-people {
  background-position: -16px -352px; }
.nui-active .nui-icon-mail, .nui-drawers .nui-drawer-handle.nui-active .nui-icon-mail, .nui-tabs .nui-tab.nui-active .nui-icon-mail, .nui-submit .nui-icon-mail, .nui-menu .nui-menu-choices .nui-menu-choice:hover .nui-icon-mail {
  background-position: -16px -368px; }
.nui-active .nui-icon-star, .nui-drawers .nui-drawer-handle.nui-active .nui-icon-star, .nui-tabs .nui-tab.nui-active .nui-icon-star, .nui-submit .nui-icon-star, .nui-menu .nui-menu-choices .nui-menu-choice:hover .nui-icon-star {
  background-position: -16px -384px; }

.nui-menu {
  font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  font-size: 12px;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin: 0 5px 10px 0;
  position: relative;
  vertical-align: middle;
  z-index: 666; }
  .nui-menu .nui-button {
    margin: 0; }
  .nui-menu .nui-menu-choices {
    border: 1px solid #d8d8d8;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
    background-color: white;
    display: none;
    left: 0;
    list-style: none;
    top: 30px;
    position: absolute;
    z-index: 777; }
    .nui-menu .nui-menu-choices .nui-menu-choice {
      border: 1px solid #d8d8d8;
      -ms-box-sizing: content-box;
      -moz-box-sizing: content-box;
      -webkit-box-sizing: content-box;
      box-sizing: content-box;
      font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
      font-size: 12px;
      background-image: url("../ninjaui/images/gradient-outset.png");
      background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(0, 0, 0, 0.125));
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.25)), to(rgba(0, 0, 0, 0.125)));
      background-position: bottom center;
      background-repeat: repeat-x;
      display: -moz-inline-box;
      display: inline-block;
      *display: inline;
      zoom: 1;
      text-shadow: white 0 1px 1px;
      background-color: white;
      color: black;
      cursor: pointer;
      height: 26px;
      line-height: 26px;
      outline: 0;
      overflow: visible;
      padding: 0 10px;
      position: relative;
      text-align: center;
      text-decoration: none;
      vertical-align: middle;
      white-space: nowrap;
      background: none;
      border-color: white;
      display: block;
      text-align: left; }
      .nui-menu .nui-menu-choices .nui-menu-choice:active {
        background-image: url("../ninjaui/images/gradient-inset.png");
        background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.125), rgba(255, 255, 255, 0.25));
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.125)), to(rgba(255, 255, 255, 0.25)));
        background-position: top center;
        background-repeat: repeat-x; }
      .nui-menu .nui-menu-choices .nui-menu-choice:focus {
        outline: 0; }
      .nui-menu .nui-menu-choices .nui-menu-choice:hover {
        color: black;
        text-decoration: none; }
      .nui-menu .nui-menu-choices .nui-menu-choice::-moz-focus-inner {
        border: 0;
        padding: 0; }
      .nui-menu .nui-menu-choices .nui-menu-choice .nui-icon {
        margin: 5px 0; }
      .nui-menu .nui-menu-choices .nui-menu-choice:first-child {
        -moz-border-radius-topleft: 6px;
        -webkit-border-top-left-radius: 6px;
        border-radius-top-left: 6px;
        -moz-border-radius-topright: 6px;
        -webkit-border-top-right-radius: 6px;
        border-radius-top-right: 6px; }
      .nui-menu .nui-menu-choices .nui-menu-choice:hover {
        background-image: url("../ninjaui/images/gradient-outset.png");
        background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(0, 0, 0, 0.125));
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.25)), to(rgba(0, 0, 0, 0.125)));
        background-position: bottom center;
        background-repeat: repeat-x; }
      .nui-menu .nui-menu-choices .nui-menu-choice:last-child {
        -moz-border-radius-bottomleft: 6px;
        -webkit-border-bottom-left-radius: 6px;
        border-radius-bottom-left: 6px;
        -moz-border-radius-bottomright: 6px;
        -webkit-border-bottom-right-radius: 6px;
        border-radius-bottom-right: 6px; }

.nui-panel {
  background-color: white;
  border: 1px solid #d8d8d8;
  -moz-border-radius-topleft: 6px;
  -webkit-border-top-left-radius: 6px;
  border-radius-top-left: 6px;
  -moz-border-radius-topright: 6px;
  -webkit-border-top-right-radius: 6px;
  border-radius-top-right: 6px;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  font-size: 12px;
  color: black;
  display: block;
  padding: 10px;
  margin: 0 10px 10px 0; }
  .nui-panel .nui-bar, .nui-panel .nui-bar, .nui-panel .nui-window-frame .nui-bar, .nui-window-frame .nui-panel .nui-bar {
    margin: -11px -11px 10px -11px; }

.nui-rating {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  margin: 5px 10px 5px 0;
  text-align: center;
  vertical-align: top;
  white-space: nowrap; }

.nui-rating-label {
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  margin-bottom: 5px;
  text-shadow: white 0 1px 1px; }

.nui-rating-star {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  background-image: url("../ninjaui/images/rating.png");
  cursor: pointer;
  height: 24px;
  width: 18px; }

.nui-rating-group {
  background-position: 0 -24px; }

.nui-rating-star:active, .nui-rating-single {
  background-position: 0 -48px; }

.nui-slider {
  font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  font-size: 12px;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  margin: 0 10px 10px 0;
  vertical-align: top; }
  .nui-slider .nui-slider-label {
    display: block;
    margin-bottom: 2px;
    text-align: center; }
  .nui-slider .nui-bevel {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    background-color: white;
    display: block;
    border: 1px solid lightgray;
    padding: 5px; }
    .nui-slider .nui-bevel .nui-track {
      -moz-border-radius: 6px;
      -webkit-border-radius: 6px;
      border-radius: 6px;
      background-image: url("../ninjaui/images/gradient-inset.png");
      background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.125), rgba(255, 255, 255, 0.25));
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.125)), to(rgba(255, 255, 255, 0.25)));
      background-position: top center;
      background-repeat: repeat-x;
      -moz-user-select: none;
      -webkit-user-select: none;
      user-select: none;
      background-color: white;
      display: block;
      height: 10px;
      margin: 5px 0;
      position: relative; }
      .nui-slider .nui-bevel .nui-track .nui-level {
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        background-image: url("../ninjaui/images/gradient-outset.png");
        background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(0, 0, 0, 0.125));
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.25)), to(rgba(0, 0, 0, 0.125)));
        background-position: bottom center;
        background-repeat: repeat-x;
        -moz-user-select: none;
        -webkit-user-select: none;
        user-select: none;
        background-color: #ff9900;
        display: block;
        height: 8px;
        left: 1px;
        position: absolute;
        top: 1px; }
      .nui-slider .nui-bevel .nui-track .nui-button {
        height: 18px;
        margin: 0;
        padding: 0;
        position: absolute;
        top: -5px; }
    .nui-slider .nui-bevel .nui-text {
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      white-space: nowrap;
      -moz-user-select: none;
      -webkit-user-select: none;
      user-select: none;
      display: block;
      font-size: 11px; }

.nui-tabs {
  font-size: 0;
  white-space: nowrap; }
  .nui-tabs .nui-tab {
    border: 1px solid #d8d8d8;
    -ms-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
    font-size: 12px;
    background-image: url("../ninjaui/images/gradient-outset.png");
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(0, 0, 0, 0.125));
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.25)), to(rgba(0, 0, 0, 0.125)));
    background-position: bottom center;
    background-repeat: repeat-x;
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-shadow: white 0 1px 1px;
    background-color: white;
    color: black;
    cursor: pointer;
    height: 26px;
    line-height: 26px;
    outline: 0;
    overflow: visible;
    padding: 0 10px;
    position: relative;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
    margin: 0;
    position: relative; }
    .nui-tabs .nui-tab:active {
      background-image: url("../ninjaui/images/gradient-inset.png");
      background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.125), rgba(255, 255, 255, 0.25));
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.125)), to(rgba(255, 255, 255, 0.25)));
      background-position: top center;
      background-repeat: repeat-x; }
    .nui-tabs .nui-tab:focus {
      outline: 0; }
    .nui-tabs .nui-tab:hover {
      color: black;
      text-decoration: none; }
    .nui-tabs .nui-tab::-moz-focus-inner {
      border: 0;
      padding: 0; }
    .nui-tabs .nui-tab .nui-icon {
      margin: 5px 0; }
  .nui-tabs .nui-first {
    -moz-border-radius-bottomleft: 6px;
    -webkit-border-bottom-left-radius: 6px;
    border-radius-bottom-left: 6px;
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
    border-radius-top-left: 6px; }
  .nui-tabs .nui-last {
    -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-radius-bottom-right: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-right-radius: 6px;
    border-radius-top-right: 6px; }

.nui-wait {
  background: rgba(255, 255, 255, 0.5);
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 888;
  width: 100%; }

.nui-wait-frame {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background: url("../ninjaui/images/wait.gif") 10px center no-repeat;
  background-color: rgba(0, 0, 0, 0.75);
  color: white;
  display: none;
  padding: 15px 15px 15px 30px;
  position: absolute;
  text-align: center;
  z-index: 999; }

.nui-wait-reflection {
  -moz-border-radius-topleft: 6px;
  -webkit-border-top-left-radius: 6px;
  border-radius-top-left: 6px;
  -moz-border-radius-topright: 6px;
  -webkit-border-top-right-radius: 6px;
  border-radius-top-right: 6px;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0)));
  height: 30px;
  left: 0;
  position: absolute;
  bottom: -30px;
  width: 100%; }

.nui-window {
  background-color: black;
  height: 100%;
  left: 0;
  opacity: 0.75;
  position: fixed;
  top: 0;
  z-index: 888;
  width: 100%; }

.nui-window-frame {
  display: none;
  position: absolute;
  z-index: 999; }
  .nui-window-frame .nui-bar .nui-window-title, .nui-window-frame .nui-panel .nui-bar .nui-window-title, .nui-panel .nui-window-frame .nui-bar .nui-window-title, .nui-window-frame .nui-bar .nui-window-title {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-right: 20px; }
  .nui-window-frame .nui-bar .nui-window-close, .nui-window-frame .nui-panel .nui-bar .nui-window-close, .nui-panel .nui-window-frame .nui-bar .nui-window-close, .nui-window-frame .nui-bar .nui-window-close {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-right-radius: 6px;
    border-radius-top-right: 6px;
    position: absolute;
    right: 0;
    top: 0; }
  .nui-window-frame .nui-window-content {
    font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
    font-size: 12px;
    background-color: white;
    color: black;
    max-width: 800px;
    min-height: 180px;
    min-width: 360px;
    overflow: auto;
    padding: 10px; }
  .nui-window-frame .nui-window-reflection {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0));
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.25)), to(rgba(255, 255, 255, 0)));
    height: 30px;
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%; }

.y-checkbox {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  color: DimGray;
  font-size: 11px;
  white-space: nowrap; }
  .y-checkbox input {
    vertical-align: middle; }

a, .yummly-link {
  color: #0099FF;
  font-size: inherit;
  text-decoration: none; }

a:hover, .yummly-link:hover {
  color: DodgerBlue;
  cursor: pointer;
  text-decoration: underline; }

body {
  font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  font-size: 12px;
  color: DimGray;
  padding: 0 20px;
  margin: 0 auto;
  max-width: 1280px;
  min-width: 800px; }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

h1 {
  color: DimGray;
  font-size: 24px; }

h2 {
  font-size: 14px; }

h3 {
  font-size: 14px; }

h4 {
  font-size: 16px; }

h5 {
  font-size: 14px; }

h6 {
  font-size: 12px; }

html {
  background-color: white; }

img {
  border: none; }

input {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1; }

input[readonly='readonly'] {
  background: none;
  border: 0;
  color: inherit;
  height: inherit;
  line-height: inherit; }

ins {
  text-decoration: none; }

label, .yummly-label {
  color: Chocolate;
  font-size: 11px;
  font-weight: bold;
  text-shadow: none; }

li, p {
  line-height: 1.5; }

li {
  list-style-position: inside; }

table {
  border-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  border-style: none;
  border-width: 0; }

ul {
  padding: 0; }

.yummly-inline-block {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1; }

/*Home*/
#y-home {
  margin: 0 auto;
  width: 956px; }
  #y-home .nui-filmstrip {
    margin: 10px 0 0 0; }
  #y-home .search {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-image: url("../ninjaui/images/gradient-outset.png");
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(0, 0, 0, 0.125));
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.25)), to(rgba(0, 0, 0, 0.125)));
    background-position: bottom center;
    background-repeat: repeat-x;
    background-color: #ff9900;
    background-repeat: no-repeat;
    background-position: right bottom;
    height: 240px;
    position: relative;
    width: 706px; }
    #y-home .search .food {
      height: 140px;
      opacity: 0.5;
      position: absolute;
      right: 100px;
      top: 10px; }
    #y-home .search .searchbox {
      font-size: 0;
      position: absolute;
      left: 0;
      top: 140px;
      white-space: nowrap; }
      #y-home .search .searchbox img {
        height: 80px;
        left: 20px;
        margin-right: -20px;
        position: absolute;
        z-index: 222;
        top: 0;
        width: 110px; }
      #y-home .search .searchbox a {
        color: #66ccFF; }
      #y-home .search .searchbox form {
        position: absolute;
        left: 60px;
        z-index: 111;
        top: 20px; }
      #y-home .search .searchbox input[type='text'] {
        color: dimgray;
        font-size: 24px;
        padding-left: 70px;
        vertical-align: top;
        width: 450px; }
      #y-home .search .searchbox input[type='submit'] {
        font-size: 18px;
        font-weight: bold;
        height: 36px;
        margin: 0;
        vertical-align: top; }
      #y-home .search .searchbox .instructions {
        color: white;
        font-size: 12px;
        left: 105px;
        position: absolute;
        text-shadow: #7f4c00 0 1px 1px;
        top: 65px; }
    #y-home .search .text {
      color: darkred;
      font-size: 24px;
      font-weight: bold;
      left: 30px;
      max-width: 300px;
      position: absolute;
      top: 50px; }
  #y-home .register {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-image: url("../ninjaui/images/gradient-outset.png");
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(0, 0, 0, 0.125));
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.25)), to(rgba(0, 0, 0, 0.125)));
    background-position: bottom center;
    background-repeat: repeat-x;
    background-color: darkred;
    background-repeat: no-repeat;
    background-position: bottom;
    color: white;
    height: 240px;
    margin-left: 10px;
    position: relative;
    width: 240px; }
    #y-home .register .bar {
      background-color: darkred;
      bottom: 30px;
      height: 5px;
      left: 0;
      position: absolute;
      width: 240px; }
    #y-home .register .books {
      bottom: 0;
      left: 20px;
      position: absolute;
      width: 150px; }
    #y-home .register .nui-button {
      position: absolute;
      top: 120px;
      left: 80px; }
    #y-home .register .text {
      font-size: 11px;
      font-weight: lighter;
      left: 20px;
      position: absolute;
      top: 50px;
      width: 200px; }
    #y-home .register .title {
      font-size: 18px;
      font-weight: bold;
      left: 20px;
      position: absolute;
      top: 20px; }
  #y-home .nui-frame .yummly-photo {
    border: none;
    margin: 0;
    padding: 0; }
  #y-home .yummly-bubble {
    height: 180px;
    margin: 0 5px 0 0;
    width: 233px; }
    #y-home .yummly-bubble .yummly-bubble-titlebar {
      height: 20px;
      line-height: 20px; }
    #y-home .yummly-bubble .yummly-blog-photo {
      float: left;
      margin-right: 10px;
      max-height: 100px;
      max-width: 80px; }
    #y-home .yummly-bubble .yummly-user-photo {
      vertical-align: top; }
  #y-home .widgets {
    margin-top: 10px; }

/*Stats*/
.y-stats {
  display: block; }
  .y-stats .stat {
    margin-bottom: 5px;
    position: relative; }
    .y-stats .stat .label {
      display: -moz-inline-box;
      display: inline-block;
      *display: inline;
      zoom: 1;
      font-size: 11px;
      font-weight: bold; }
    .y-stats .stat .track {
      background-image: url("../ninjaui/images/gradient-inset.png");
      background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.125), rgba(255, 255, 255, 0.25));
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.125)), to(rgba(255, 255, 255, 0.25)));
      background-position: top center;
      background-repeat: repeat-x;
      display: -moz-inline-box;
      display: inline-block;
      *display: inline;
      zoom: 1;
      background-color: white;
      border-radius: 8px;
      -moz-border-radius: 8px;
      -webkit-border-radius: 8px;
      height: 11px;
      line-height: 11px;
      position: absolute;
      right: 0;
      top: 2px;
      width: 70px; }
    .y-stats .stat .level {
      background-image: url("../ninjaui/images/gradient-outset.png");
      background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(0, 0, 0, 0.125));
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.25)), to(rgba(0, 0, 0, 0.125)));
      background-position: bottom center;
      background-repeat: repeat-x;
      background-color: #ff9900;
      border-radius: 6px;
      -moz-border-radius: 6px;
      -webkit-border-radius: 6px;
      height: 9px;
      left: 1px;
      position: absolute;
      top: 1px;
      width: 0; }
    .y-stats .stat .yummly-flavor-salty, .y-stats .stat #nui-slider-flavorSalty .nui-slider-level {
      background-color: Gray; }
    .y-stats .stat .yummly-flavor-sweet, .y-stats .stat #nui-slider-flavorSweet .nui-slider-level {
      background-color: Pink; }
    .y-stats .stat .yummly-flavor-meaty, .y-stats .stat #nui-slider-flavorSavory .nui-slider-level {
      background-color: DarkOrange; }
    .y-stats .stat .yummly-flavor-sour, .y-stats .stat #nui-slider-flavorSour .nui-slider-level {
      background-color: Gold; }
    .y-stats .stat .yummly-flavor-bitter, .y-stats .stat #nui-slider-flavorBitter .nui-slider-level {
      background-color: Sienna; }

.yummly-block {
  margin: 10px; }

.yummly-title {
  font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  font-size: 12px;
  color: DarkRed;
  font-weight: bold; }

.yummly-ingredients {
  color: DimGray;
  font-size: 11px; }

.yummly-value {
  color: DimGray;
  font-size: 11px; }

/* Star */
span.yummly-star, span.yummly-star-rating {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1; }

span.yummly-star {
  color: LightGray; }

span.yummly-star-rating {
  color: Orange; }

/* Bubble */
.yummly-bubble {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  font-size: 12px;
  background: white;
  background: -moz-linear-gradient(top, white, #eeeeee);
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#eeeeee));
  border: 1px solid LightGray;
  display: block;
  margin: 1em;
  text-align: left; }

.yummly-bubble-titlebar,
.yummly-bubble-titlebar-important {
  -moz-border-radius-topleft: 6px;
  -webkit-border-top-left-radius: 6px;
  border-radius-top-left: 6px;
  -moz-border-radius-topright: 6px;
  -webkit-border-top-right-radius: 6px;
  border-radius-top-right: 6px;
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(0, 0, 0, 0.25));
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.25)), to(rgba(0, 0, 0, 0.25)));
  height: 30px;
  line-height: 30px;
  padding: 5px 5px 5px 10px; }

.yummly-bubble-titlebar {
  background-color: white;
  color: black;
  text-shadow: white 0 -1px 1px; }

.yummly-bubble-titlebar-important {
  background-color: #ff9900;
  color: white;
  text-shadow: sienna 0 -1px 1px; }

.yummly-bubble-titlebar {
  background-color: #ff9900;
  color: White;
  position: relative;
  text-align: right;
  text-shadow: Sienna 0 -0.1em 0.1em; }

.yummly-bubble-titlebar-title {
  position: absolute;
  left: 1em; }

/* Photo */
.yummly-photo {
  border: 1px solid #d8d8d8;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  background-color: white;
  padding: 5px;
  margin-bottom: 5px;
  vertical-align: middle; }

/* Body */
.yummly-body {
  margin-bottom: 10px;
  padding-bottom: 1px; }

.yummly-footer {
  color: Sienna;
  font-size: 11px;
  margin-bottom: 1em;
  padding: 1em;
  text-align: center; }

table.yummly-layout, table.yummly-layout-split {
  width: 100%; }

td.yummly-layout-content, td.yummly-layout-list, td.yummly-layout-photo, td.yummly-layout-sidebar, td.yummly-layout-split {
  vertical-align: top; }

td.yummly-layout-content {
  width: 100%; }

td.yummly-layout-sidebar {
  padding-left: 10px;
  width: 290px; }

td.yummly-layout-split {
  width: 50%; }

/* Contentbar */
div.yummly-content-bar {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-image: url("../ninjaui/images/gradient-inset.png");
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.125), rgba(255, 255, 255, 0.25));
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.125)), to(rgba(255, 255, 255, 0.25)));
  background-position: top center;
  background-repeat: repeat-x;
  background-color: darkred;
  border: 1px solid darkred;
  color: white;
  height: 27px;
  padding: 5px 5px 5px 10px;
  position: relative;
  text-align: right;
  text-shadow: darkred 0 -1px 1px;
  white-space: nowrap;
  z-index: 111; }
  div.yummly-content-bar .nui-button {
    margin: 0; }

span.yummly-content-bar-title, table.yummly-content-bar-title {
  height: 27px;
  left: 10px;
  line-height: 27px;
  position: absolute; }

span.yummly-content-bar-navigation {
  height: inherit;
  line-height: inherit; }

/* Pagination */
span.yummly-pagination {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  height: 2em;
  line-height: 2em;
  margin: 0 1em; }

span.yummly-pagination a,
span.yummly-pagination span {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  height: inherit;
  line-height: inherit;
  margin: 0 1em; }

span.yummly-pagination a.current {
  color: Black;
  text-decoration: none; }

/*Flavors*/
.yummly-flavors {
  display: block;
  position: relative;
  width: 145px; }

.yummly-flavor {
  height: 11px; }

.yummly-flavor-label {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-size: 11px;
  font-weight: bold;
  height: 1;
  line-height: 1;
  vertical-align: middle;
  width: 40px; }

.yummly-flavor-track {
  background-color: White;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.25), rgba(255, 255, 255, 0.25));
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(255, 255, 255, 0.25)));
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  color: #fff;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  height: 11px;
  line-height: 1;
  position: relative;
  vertical-align: middle;
  width: 100px; }

.yummly-flavor-level {
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(0, 0, 0, 0.25));
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.25)), to(rgba(0, 0, 0, 0.25)));
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  height: 9px;
  left: 1px;
  position: absolute;
  top: 1px;
  width: 0; }

.yummly-flavor-salty, #nui-slider-flavorSalty .nui-level {
  background-color: Gray; }

.yummly-flavor-sweet, #nui-slider-flavorSweet .nui-level {
  background-color: Pink; }

.yummly-flavor-meaty, #nui-slider-flavorSavory .nui-level {
  background-color: DarkOrange; }

.yummly-flavor-sour, #nui-slider-flavorSour .nui-level {
  background-color: Gold; }

.yummly-flavor-bitter, #nui-slider-flavorBitter .nui-level {
  background-color: Sienna; }

.yummly-taste-track {
  background-color: White;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.25), rgba(255, 255, 255, 0.25));
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(255, 255, 255, 0.25)));
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  color: #fff;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  height: 11px;
  line-height: 1;
  position: relative;
  vertical-align: middle;
  width: 300px; }

.yummly-taste-level {
  background-color: YellowGreen;
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(0, 0, 0, 0.25));
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.25)), to(rgba(0, 0, 0, 0.25)));
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  height: 9px;
  left: 1px;
  position: absolute;
  top: 1px;
  width: 0; }

/*FoodFinder*/
.yummly-foodfinder-ingredient-required {
  color: Black;
  font-size: inherit;
  font-weight: bold; }

.yummly-foodfinder-ingredient-substitute {
  color: Black;
  font-size: inherit;
  font-style: italic; }

.yummly-foodfinder-recipes {
  min-height: 768px; }

.yummly-foodfinder-recipe-top {
  border-top: 0.1em solid LightGray;
  width: 100%; }

.yummly-foodfinder-recipe-top:first-child {
  border-top: none; }

.yummly-foodfinder-recipe-top-left,
.yummly-foodfinder-recipe-top-right,
.yummly-foodfinder-recipe-bottom-left,
.yummly-foodfinder-recipe-bottom-right {
  vertical-align: top; }

.yummly-foodfinder-recipe-bottom-left {
  padding: 1em 0 1em 1em; }

.yummly-foodfinder-recipe-bottom-right .yummly-bubble {
  float: right;
  width: 200px; }

.yummly-foodfinder-recipe-bottom-right {
  width: 100%; }

.yummly-foodfinder-recipe-source,
.yummly-foodfinder-recipe-source * {
  color: Gray;
  font-size: 11px; }

.yummly-foodfinder-recipe-title {
  color: DimGray;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-size: 15px;
  font-weight: bold; }

.yummly-foodfinder-recipe-top-left {
  padding: 1em 0 0 1em; }

.yummly-foodfinder-recipe-top-right {
  padding: 1em 1em 0 1em;
  text-align: right;
  white-space: nowrap;
  width: 200px; }

/*Header*/
.yummly-header {
  height: 74px;
  position: relative;
  z-index: 666; }

.yummly-header-logo {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-top: 5px; }

.yummly-header .nui-tabs {
  position: absolute;
  right: 0;
  top: 41px; }

.yummly-header .nui-menu {
  margin: 0; }

.yummly-header .nui-menu .nui-button {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0; }

.yummly-search {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  position: relative; }

.yummly-search .nui-tab {
  text-align: left;
  width: 255px; }

.yummly-search input {
  background: white url("../ninjaui/images/icons.png") no-repeat 0px -142px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  height: 20px;
  padding: 0 1px 0 16px;
  position: absolute;
  right: 10px;
  top: 2px;
  width: 145px; }

/*Profile*/
/*User*/
.yummly-user {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1; }

.nui-folders .yummly-user {
  min-width: 180px; }

.yummly-user-photo {
  margin-right: 5px !important;
  max-height: 30px;
  max-width: 30px;
  padding: 1px !important; }

.yummly-user-photo-large {
  margin-right: 5px !important;
  max-height: 60px;
  max-width: 60px;
  padding: 1px !important; }

/*Recipe*/
.yummly-recipe-header {
  width: 100%; }

.yummly-recipe-column-left,
.yummly-recipe-column-right {
  vertical-align: top; }

.yummly-recipe-column-right {
  width: 280px; }

.yummly-recipe-photo {
  text-align: center; }

.yummly-recipe-source, .yummly-recipe-source * {
  color: Gray;
  font-size: 11px; }

.yummly-recipe-ingredients {
  table-layout: auto;
  width: 100%; }

.yummly-recipe-ingredients-edit td {
  padding: 0.5em 1em 0 1em;
  text-align: left;
  vertical-align: top; }

.yummly-recipe-ingredients-amount,
.yummly-recipe-ingredients-ingredient {
  padding: 0.5em 1em; }

.yummly-recipe-ingredients-amount {
  min-width: 100px;
  text-align: right;
  white-space: nowrap; }

.yummly-recipe-ingredients-even,
.yummly-recipe-ingredients-odd {
  border-top: 1px dashed #ddd; }

.yummly-recipe-ingredients-even {
  background-color: White; }

.yummly-recipe-ingredients-odd {
  background-color: #eee; }

.yummly-recipe-ingredients-odd:first-child {
  border-top: none; }

.yummly-recipe-ingredients-even:hover,
.yummly-recipe-ingredients-odd:hover {
  background-color: #ddd;
  cursor: pointer; }

.yummly-recipe-steps td {
  line-height: 1.5;
  padding: 10px;
  vertical-align: top; }

.yummly-recipe-steps td:first-child {
  color: #ddd;
  font-size: 48px;
  line-height: 1;
  text-align: center;
  width: 1em; }

.yummly-recipe-steps tr {
  border-top: 1px solid #ddd; }

.yummly-recipe-steps tr:first-child {
  border-top: none; }

.yummly-recipe-nutrition {
  color: DimGray;
  font-size: 11px; }

.yummly-recipe-nutrition div.title,
.yummly-recipe-nutrition div.amount,
.yummly-recipe-nutrition div.value,
.yummly-recipe-nutrition table.nutrients td.percentage {
  font-weight: bold; }

.yummly-recipe-nutrition div.title {
  font-size: 13px; }

.yummly-recipe-nutrition div.amount {
  border-bottom: 1px solid DimGray;
  border-top: 10px solid DimGray;
  font-size: 9px;
  margin: 2px 0 2px 0;
  padding: 5px 0 1px 0; }

.yummly-recipe-nutrition table.calories,
.yummly-recipe-nutrition table.nutrients {
  table-layout: auto;
  white-space: nowrap;
  width: 100%; }

.yummly-recipe-nutrition table.calories td.fat {
  text-align: right; }

.yummly-recipe-nutrition div.value {
  border-bottom: 1px solid DimGray;
  border-top: 5px solid DimGray;
  padding: 5px 0 1px 0;
  text-align: right; }

.yummly-recipe-nutrition table.nutrients td.child {
  padding-left: 15px; }

.yummly-recipe-nutrition table.nutrients td.percentage {
  text-align: right; }

.yummly-recipe-nutrition div.protein {
  border-bottom: 10px solid DimGray;
  margin-bottom: 2px;
  padding-bottom: 5px; }

.yummly-recipe-nutrition div.footnote {
  border-top: 1px solid DimGray;
  font-size: 9px;
  margin-top: 2px;
  padding-top: 2px; }

.fraction {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-size: 9px;
  vertical-align: middle; }

.fraction .numerator,
.fraction .denominator {
  display: block;
  text-align: center; }

.fraction .denominator {
  border-top: 0.2em solid DimGray; }

.yummly-recipe-buttons {
  text-align: right;
  white-space: nowrap; }

input.as-values {
  display: none; }

ul.as-selections {
  appearance: textfield;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  border: 1px solid lightgray;
  background: #fff;
  display: block;
  list-style-type: none;
  margin: 0;
  min-height: 20px;
  overflow: display;
  padding: 2px 0 0 0;
  position: relative; }
  ul.as-selections li.as-selection-item {
    border: 1px solid #d8d8d8;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
    font-size: 12px;
    background-image: url("../ninjaui/images/gradient-outset.png");
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(0, 0, 0, 0.125));
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.25)), to(rgba(0, 0, 0, 0.125)));
    background-position: bottom center;
    background-repeat: repeat-x;
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    appearance: none;
    -webkit-appearance: none;
    background-color: white;
    color: black;
    cursor: pointer;
    font-size: 11px;
    height: 15px;
    line-height: 15px;
    margin: 2px 4px;
    overflow: visible;
    padding: 0 20px 0 5px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-shadow: white 0 1px 1px;
    vertical-align: middle;
    white-space: nowrap; }
    ul.as-selections li.as-selection-item :active {
      background-image: url("../ninjaui/images/gradient-inset.png");
      background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.125), rgba(255, 255, 255, 0.25));
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.125)), to(rgba(255, 255, 255, 0.25)));
      background-position: top center;
      background-repeat: repeat-x;
      background-color: white; }
    ul.as-selections li.as-selection-item :focus {
      outline: 0; }
    ul.as-selections li.as-selection-item :hover {
      color: black;
      text-decoration: none; }
    ul.as-selections li.as-selection-item ::-moz-focus-inner {
      border-color: transparent;
      padding: 0; }
    ul.as-selections li.as-selection-item a.as-close {
      color: inherit;
      cursor: pointer;
      font-family: monospace;
      font-size: 15px;
      position: absolute;
      right: 5px;
      text-shadow: inherit;
      top: 1px; }
  ul.as-selections :hover.as-selection-item {
    cursor: pointer; }
  ul.as-selections li.as-selection-item.blur {
    opacity: 0.8; }
  ul.as-selections li.as-selection-item.selected {
    background-image: url("../ninjaui/images/gradient-inset.png");
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.125), rgba(255, 255, 255, 0.25));
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.125)), to(rgba(255, 255, 255, 0.25)));
    background-position: top center;
    background-repeat: repeat-x; }
  ul.as-selections li.as-original {
    display: block;
    margin: 0 1px; }
    ul.as-selections li.as-original input.as-input {
      background: transparent;
      border: none;
      height: 18px;
      outline: none;
      width: 100%; }

ul.as-selections.loading {
  background-color: #eee; }

ul.as-list {
  background-color: White;
  border: 1px solid #888;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0 1px 3px #000;
  -moz-box-shadow: 0 1px 3px #000;
  -webkit-box-shadow: 0 1px 3px #000;
  list-style-type: none;
  margin-top: 5px;
  padding: 5px 0;
  position: absolute;
  z-index: 333; }

li.as-result-item, li.as-message {
  color: #000;
  cursor: pointer;
  display: block;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  list-style-position: inside;
  margin: 0;
  padding: 0 10px;
  text-align: left;
  white-space: nowrap; }

li:first-child.as-result-item {
  margin: 0; }

li.as-message {
  margin: 0;
  cursor: default; }

li.as-result-item.active {
  background-color: #666;
  background: -moz-linear-gradient(top, #999999, #343434);
  background: -webkit-gradient(linear, left top, left bottom, from(#999999), to(#343434));
  color: #fff;
  text-shadow: #000 0 -1px 1px; }

li.as-result-item em {
  border-bottom: 2px solid #f90; }

.nui-active, .nui-drawers .nui-drawer-handle.nui-active, .nui-tabs .nui-tab.nui-active {
  border: 1px solid #d88200;
  background-image: url("../ninjaui/images/gradient-inset.png");
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.125), rgba(255, 255, 255, 0.25));
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.125)), to(rgba(255, 255, 255, 0.25)));
  background-position: top center;
  background-repeat: repeat-x;
  text-shadow: #7f4c00 0 -1px 1px;
  background-color: #ff9900;
  color: white; }
  .nui-active:hover, .nui-drawers .nui-drawer-handle.nui-active:hover, .nui-tabs .nui-tab.nui-active:hover {
    color: white; }

.nui-submit, .nui-menu .nui-menu-choices .nui-menu-choice:hover {
  border: 1px solid #d88200;
  text-shadow: #7f4c00 0 -1px 1px;
  background-color: #ff9900;
  color: white; }
  .nui-submit:hover, .nui-menu .nui-menu-choices .nui-menu-choice:hover {
    color: white; }

