body {
  background: #e6e6e6;
}
table {
  width: 100% !important;
  border-collapse: collapse;
  color: #000000;
}
table td {
  padding: 2px;
  font-size: 11px;
  _border: solid 1px #999;
}
h2 {
  margin-top: 5px;
  margin-bottom: 20px;
}
h3,
h4,
h5,
h6 {
  margin-top: 20px;
  margin-bottom: 10px;
}
p, table {
  margin-top: 0;
  margin-bottom: 10px;
}
hr {
  margin: 20px 0;
}
#nav-items {
  margin: 25px 0;
}

h1.ui-title a { text-decoration: none; }
h1.ui-title span { color: #19364f; }

.ui-bar-c {
  border: 1px solid #b2d1e1;
  color: #000;
  font-weight: bold;
  text-shadow: 0 1px 1px #69a6c4;
  background: #478fb3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#69a6c4), to(#39728e));
  background-image: -webkit-linear-gradient(top, #69a6c4, #39728e);
  background-image: -moz-linear-gradient(top, #69a6c4, #39728e);
  background-image: -ms-linear-gradient(top, #69a6c4, #39728e);
  background-image: -o-linear-gradient(top, #69a6c4, #39728e);
  background-image: linear-gradient(top, #69a6c4, #39728e);
}
.ui-bar-c,
.ui-bar-c input,
.ui-bar-c select,
.ui-bar-c textarea,
.ui-bar-c button,
.ui-body-c,
.ui-body-c input,
.ui-body-c select,
.ui-body-c textarea,
.ui-body-c button {
  font-family: Helvetica, Arial, sans-serif;
}
.ui-body-c {
  border: 1px solid #1c3745;
  color: #191919;
  text-shadow: 0 1px 0 #e6e6e6;
  background: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
}
.ui-body-c .ui-link-inherit, .ui-body-c .ui-link {
  /*color: #b2d1e1;*/
  color: #4a819d;
}
.ui-btn-up-c,
.ui-btn-hover-c,
.ui-btn-down-c,
.ui-btn-active {
  font-weight: bold;
  color: #000;
  text-shadow: 0 1px 1px #8ebbd2;
}
.ui-btn-up-c {
  background: #b2d1e1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d7e7ef), to(#b2d1e1));
  background-image: -webkit-linear-gradient(top, #d7e7ef, #b2d1e1);
  background-image: -moz-linear-gradient(top, #d7e7ef, #b2d1e1);
  background-image: -ms-linear-gradient(top, #d7e7ef, #b2d1e1);
  background-image: -o-linear-gradient(top, #d7e7ef, #b2d1e1);
  background-image: linear-gradient(top, #d7e7ef, #b2d1e1);
}
.ui-btn-hover-c {
  background: #d7e7ef;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fbfdfe), to(#d7e7ef));
  background-image: -webkit-linear-gradient(top, #fbfdfe, #d7e7ef);
  background-image: -moz-linear-gradient(top, #fbfdfe, #d7e7ef);
  background-image: -ms-linear-gradient(top, #fbfdfe, #d7e7ef);
  background-image: -o-linear-gradient(top, #fbfdfe, #d7e7ef);
  background-image: linear-gradient(top, #fbfdfe, #d7e7ef);
}
.ui-btn-down-c {
  background: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d7e7ef), to(#b2d1e1));
  background-image: -webkit-linear-gradient(top, #d7e7ef, #b2d1e1);
  background-image: -moz-linear-gradient(top, #d7e7ef, #b2d1e1);
  background-image: -ms-linear-gradient(top, #d7e7ef, #b2d1e1);
  background-image: -o-linear-gradient(top, #d7e7ef, #b2d1e1);
  background-image: linear-gradient(top, #d7e7ef, #b2d1e1);
}
.ui-btn-active {
  background: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d7e7ef), to(#b2d1e1));
  background-image: -webkit-linear-gradient(top, #d7e7ef, #b2d1e1);
  background-image: -moz-linear-gradient(top, #d7e7ef, #b2d1e1);
  background-image: -ms-linear-gradient(top, #d7e7ef, #b2d1e1);
  background-image: -o-linear-gradient(top, #d7e7ef, #b2d1e1);
  background-image: linear-gradient(top, #d7e7ef, #b2d1e1);
  cursor: pointer;
  text-decoration: none;
  outline: none;
}
.ui-btn-down-c a.ui-link-inherit {
  color: #2F3E46;
}
.ui-btn-up-c, .ui-btn-hover-c, .ui-btn-down-c {
  font-family: Helvetica, Arial, sans-serif;
  text-decoration: none;
}
a.ui-link-inherit {
  text-decoration: none !important;
}
.ui-btn-active a.ui-link-inherit {
  color: #fff;
}