/* Content */
/* Header */
/* Footer */
/* Menu */
/* Grid */
/* Tooltips */
/* Tabs */
/* Progress bars */
ul.tabs {
  margin: 15px 0 0;
  padding: 0;
  border-bottom: 2px solid #6ac4ea;
  height: 30px;
}
ul.tabs li {
  list-style: none;
  float: left;
  font-size: 12px;
  text-transform: uppercase;
  margin: 0;
}
ul.tabs li a.tab {
  display: block;
  color: #7f7f7f;
  padding: 7px 15px 6px;
  height: 28px;
}
ul.tabs li a.tab:hover {
  text-decoration: none;
  background: #e1f3fb;
}
ul.tabs li a.tab.active {
  cursor: default;
  background: #6ac4ea;
  color: white;
}
ul.tabs.subtabs {
  border-bottom: 2px solid #6ac4ea;
  margin-top: 25px;
  height: 25px;
}
ul.tabs.subtabs li a.tab {
  padding: 2px 10px 0;
  display: block;
  line-height: 21px;
  height: 23px;
}
