.panel {
  clear: both;
  display: none;
  background-color: #E5E5E5;
  border: 1px solid #BBB;
  padding: 1em 0.5em;
  margin: 0;
}

.panel.active-tab-body {
  display: block;
}

.panel .date {
  font-family: Lucida Console, Monaco, monospace;
}

.tabs_container {
  position: relative;
  margin: 1em 0;
  line-height: 1.5em;
  font-size: 8pt;
}

.tabs {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tabs li {
  float: left;
}

.tabs_container .tabs a {
  float: left;
  margin-left: 1em;
  margin-bottom: -1px;
  text-decoration: none;
  font-size: 8pt;
  font-family: Verdana,helvetica;
  font-weight: bold;
  background-color: #DDD;
  color: #AAA !important;
  padding: 0.5em;
  border: 1px solid #D5D5D5;
  border-bottom-color: #BBB;
  border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  outline: none;
}

.tabs a span.count {
  font-weight: normal;
}

.tabs_container .tabs a:hover,
.tabs_container .tabs a.active-tab {
  color: #333 !important;
  background-color: #E5E5E5;
  border-color: #BBB;
  background: url(/images/main_page_gradient.png?1704507278) repeat-x top left;
}
.tabs_container .tabs a.active-tab {
  border-bottom-color: #DDD;
}

.panel h4 {
  color: #666;
  margin-top: 1em;
}
.panel h4.first {
  margin-top: 0;
}
.panel h4 em {
  color: #333;
}

#forum_tab.panel .date {
  margin-right: 0.4em;
}
#forum_tab .forum {
}
#forum_tab .message {
}

#score_tab .division {
  font-style: italic;
}
#score_tab .winner .team {
  font-weight: bold;
}
#score_tab .score {
  color: #C33;
}
#score_tab .status {
  font-weight: bold;
  margin-left: 0.5em;
}
