@charset "UTF-8";
/* S（Based on C）
-----------------------------------------------------------------------------------------------------------*/
/* line 7, ../../compass/sass/jqm.scss */
.ui-bar-s {
  border: 1px solid #b3b3b3;
  background: #eeeeee;
  color: #3e3e3e;
  font-weight: bold;
  text-shadow: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#dddddd));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(#f0f0f0, #dddddd);
  /* Chrome 10+, Saf5.1+ */
  background-image: -moz-linear-gradient(#f0f0f0, #dddddd);
  /* FF3.6 */
  background-image: -ms-linear-gradient(#f0f0f0, #dddddd);
  /* IE10 */
  background-image: -o-linear-gradient(#f0f0f0, #dddddd);
  /* Opera 11.10+ */
  background-image: linear-gradient(#f0f0f0, #dddddd);
}

/* line 20, ../../compass/sass/jqm.scss */
.ui-bar-s .ui-link-inherit {
  color: #3e3e3e;
}

/* line 23, ../../compass/sass/jqm.scss */
.ui-bar-s a.ui-link {
  color: #7cc4e7;
  font-weight: bold;
}

/* line 27, ../../compass/sass/jqm.scss */
.ui-bar-s a.ui-link:visited {
  color: #2489ce;
}

/* line 30, ../../compass/sass/jqm.scss */
.ui-bar-s a.ui-link:hover {
  color: #2489ce;
}

/* line 33, ../../compass/sass/jqm.scss */
.ui-bar-s a.ui-link:active {
  color: #2489ce;
}

/* line 40, ../../compass/sass/jqm.scss */
.ui-bar-s,
.ui-bar-s input,
.ui-bar-s select,
.ui-bar-s textarea,
.ui-bar-s button {
  font-family: Helvetica, Arial, sans-serif;
}

/* line 45, ../../compass/sass/jqm.scss */
.ui-body-s,
.ui-overlay-s {
  border: 1px solid #aaaaaa;
  color: #333333;
  text-shadow: none;
  background: #f9f9f9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#eeeeee));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(#f9f9f9, #eeeeee);
  /* Chrome 10+, Saf5.1+ */
  background-image: -moz-linear-gradient(#f9f9f9, #eeeeee);
  /* FF3.6 */
  background-image: -ms-linear-gradient(#f9f9f9, #eeeeee);
  /* IE10 */
  background-image: -o-linear-gradient(#f9f9f9, #eeeeee);
  /* Opera 11.10+ */
  background-image: linear-gradient(#f9f9f9, #eeeeee);
}

/* line 57, ../../compass/sass/jqm.scss */
.ui-overlay-s {
  background-image: none;
  border-width: 0;
}

/* line 65, ../../compass/sass/jqm.scss */
.ui-body-s,
.ui-body-s input,
.ui-body-s select,
.ui-body-s textarea,
.ui-body-s button {
  font-family: Helvetica, Arial, sans-serif;
}

/* line 68, ../../compass/sass/jqm.scss */
.ui-body-s .ui-link-inherit {
  color: #333333;
}

/* line 71, ../../compass/sass/jqm.scss */
.ui-body-s .ui-link {
  color: #2489ce;
  font-weight: bold;
}

/* line 75, ../../compass/sass/jqm.scss */
.ui-body-s .ui-link:visited {
  color: #2489ce;
}

/* line 78, ../../compass/sass/jqm.scss */
.ui-body-s .ui-link:hover {
  color: #2489ce;
}

/* line 81, ../../compass/sass/jqm.scss */
.ui-body-s .ui-link:active {
  color: #2489ce;
}

/* line 84, ../../compass/sass/jqm.scss */
.ui-btn-up-s {
  border: 1px solid #cccccc;
  background: rgba(238, 238, 238, 0.8);
  font-weight: bold;
  color: #222222;
  text-shadow: none;
}

/* line 99, ../../compass/sass/jqm.scss */
.ui-btn-up-s:visited,
.ui-btn-up-s a.ui-link-inherit {
  color: #2f3e46;
}

/* line 102, ../../compass/sass/jqm.scss */
.ui-btn-hover-s {
  border: 1px solid #bbbbbb;
  background: #dfdfdf;
  font-weight: bold;
  color: #222222;
  text-shadow: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#e0e0e0));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(#f6f6f6, #e0e0e0);
  /* Chrome 10+, Saf5.1+ */
  background-image: -moz-linear-gradient(#f6f6f6, #e0e0e0);
  /* FF3.6 */
  background-image: -ms-linear-gradient(#f6f6f6, #e0e0e0);
  /* IE10 */
  background-image: -o-linear-gradient(#f6f6f6, #e0e0e0);
  /* Opera 11.10+ */
  background-image: linear-gradient(#f6f6f6, #e0e0e0);
}

/* line 117, ../../compass/sass/jqm.scss */
.ui-btn-hover-s:visited,
.ui-btn-hover-s:hover,
.ui-btn-hover-s a.ui-link-inherit {
  color: #2f3e46;
}

/* line 120, ../../compass/sass/jqm.scss */
.ui-btn-down-s {
  border: 1px solid #bbbbbb;
  background: #d6d6d6;
  font-weight: bold;
  color: #222222;
  text-shadow: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d0d0d0), to(#dfdfdf));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(#d0d0d0, #dfdfdf);
  /* Chrome 10+, Saf5.1+ */
  background-image: -moz-linear-gradient(#d0d0d0, #dfdfdf);
  /* FF3.6 */
  background-image: -ms-linear-gradient(#d0d0d0, #dfdfdf);
  /* IE10 */
  background-image: -o-linear-gradient(#d0d0d0, #dfdfdf);
  /* Opera 11.10+ */
  background-image: linear-gradient(#d0d0d0, #dfdfdf);
}

/* line 135, ../../compass/sass/jqm.scss */
.ui-btn-down-s:visited,
.ui-btn-down-s:hover,
.ui-btn-down-s a.ui-link-inherit {
  color: #2f3e46;
}

/* line 140, ../../compass/sass/jqm.scss */
.ui-btn-up-s,
.ui-btn-hover-s,
.ui-btn-down-s {
  font-family: Helvetica, Arial, sans-serif;
  text-decoration: none;
}

/* T（Transparent, Based on C）
-----------------------------------------------------------------------------------------------------------*/
/* line 150, ../../compass/sass/jqm.scss */
.ui-body-t,
.ui-overlay-t {
  color: #333333;
  text-shadow: none;
  box-shadow: none;
}

/* line 160, ../../compass/sass/jqm.scss */
.ui-btn-up-t,
.ui-btn-hover-t,
.ui-btn-down-t {
  border: 0;
  box-shadow: none;
}

/* For font scaling
-----------------------------------------------------------------------------------------------------------*/
/* line 169, ../../compass/sass/jqm.scss */
body {
  /* 16px > 1em */
  /* 14px > 0.875em */
  /* 12px > 0.75em */
  /* 11px > 0.65em */
}
/* line 189, ../../compass/sass/jqm.scss */
body .ui-bar,
body .ui-loader-verbose h1,
body .ui-bar h1, body .ui-bar h2, body .ui-bar h3, body .ui-bar h4, body .ui-bar h5, body .ui-bar h6,
body .ui-header .ui-title,
body .ui-footer .ui-title,
body .ui-btn-inner,
body .ui-fullsize .ui-btn-inner,
body .ui-fullsize .ui-btn-inner,
body label.ui-submit,
body .ui-collapsible-heading,
body .ui-controlgroup-label,
body .ui-controlgroup .ui-checkbox label, body .ui-controlgroup .ui-radio label,
body .ui-popup .ui-title,
body label.ui-select,
body label.ui-input-text,
body textarea.ui-input-text,
body .ui-li-heading,
body label.ui-slider,
body .ui-slider-switch .ui-slider-label {
  font-size: 1em;
}
/* line 197, ../../compass/sass/jqm.scss */
body .ui-li-divider,
body input.ui-mini, body .ui-mini input, body textarea.ui-mini,
body input.ui-input-text.ui-slider-input,
body .ui-slider-switch.ui-mini .ui-slider-label {
  font-size: 0.875em;
}
/* line 203, ../../compass/sass/jqm.scss */
body .ui-mini .ui-btn-inner,
body .ui-li-desc {
  font-size: 0.75em;
}
/* line 208, ../../compass/sass/jqm.scss */
body .ui-li-has-count .ui-li-count {
  font-size: 0.65em;
}
