/* Content */
/* Header */
/* Footer */
/* Menu */
/* Grid */
/* Tooltips */
/* Tabs */
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 li a.tab.disabled {
  pointer-events: none;
  color: #ccc;
  background: #f5f5f5;
}
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;
}
