@charset "utf-8";
/* CSS Document */

/* standings */
.second_content h2 {
  font-size: 20px;
  color: #00439c;
  margin: 25px 0 0;
  text-transform: uppercase;
}
.second_content h3 {
  font-size: 18px;
  color: #8f8f8f;
  margin: 11px 0 8px;
  text-transform: uppercase;
}

/* start statistic table */
.championship_menu ul {
  list-style-type: none;
  width: 710px;
  margin: 13px 0 0; padding: 0;
}
.championship_menu ul li {
  float: left;
  width: 141px;
  height: 34px;
  padding-right: 1px;
}
.championship_menu ul li.act {
  width: 142px;
}
.championship_menu ul li a {
  display: block;
  background: url(/img/statistic_table/champ_table_bg.gif) no-repeat top left;
  width: 141px;
  height: 27px;
  text-align: center;
  text-decoration: none; color: #FFF;
  padding-top: 7px;
  font-weight: bold;
}
.championship_menu ul li.act a {
  background: url(/img/statistic_table/champ_table_bg_act.gif) no-repeat top left;
  width: 142px;
}

table.championship_table {
  width: 498px;
  margin-top: 18px;
  margin-bottom: 6px;
  text-align: left;
}
table.championship_table tr.header, table.division_table tr.header, table.statistic_player_list tr.header,
table.matches_goals tr.header, table.matches_bullits tr.header, table.matches_penalty tr.header,
table.universal_table tr.header {
  background: url(/img/second/player_list_header_bg.gif) repeat-x top left;
}
table.championship_table th, table.division_table th, table.statistic_player_list th,
table.matches_goals th, table.matches_bullits th, table.matches_penalty th,
table.universal_table th {
  height: 16px;
  padding: 1px 0;
  color: #FFF;
  font-size: 12px;
  vertical-align: middle;
  font-weight: normal;
  padding-bottom: 3px;
}
table.matches_goals th, table.matches_bullits th, table.matches_penalty th,
table.universal_table th {
  padding-bottom: 2px;
}
table.championship_table th.first_row, table.division_table th.first_row {
  width: 47px;
}
table.championship_table td, table.division_table td {
  height: 22px;
  vertical-align: middle;
  padding-right: 3px;
}
table.championship_table td {
  border-top: 1px solid #d4d4d4;
}
table.championship_table tr.first_row td, table.division_table tr.first_col td {
  border-top: none;
}
table.championship_table td.first_row span, table.division_table td.first_row span {
  background-color: #000;
  color: #ececec;
  display: block;
  width: 19px;
  font-size: 12px;
  padding: 1px 0 1px 7px;
}
table.championship_table td.club {
  text-transform: uppercase;
  font-size: 14px;
}
table.championship_table td.leader {
  background-color: #FFF;
  font-weight: bold;
  color: #a20904;
}

table.division_table {
  width: 710px;
  margin-bottom: 6px;
  text-align: left;
}
table.division_table td {
  padding-right: 0;
}
table.division_table tr.first_col td {
  height: 22px;
}
table.division_table tr.border_bottom td {
  border-bottom: 1px solid #000;
  padding-bottom: 2px;
}
table.division_table tr.after_lider td, table.division_table tr.first_lider td {
  padding-top: 2px;
}
table.division_table tr.after_lider td p {
  padding-top: 1px;
  height: 21px;
}
table.division_table td p {
  margin: 0;
  padding: 2px 0 0 5px;
  height: 20px;
}
table.division_table tr.first_col td p {
  background-color:#FFF;
  border-left: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}
table.division_table tr.second_col td p {
  background-color:#ececec;
  border-left: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  border-top: 1px solid #FFF;
  height: 20px;
}
table.division_table td.last_row p {
  border-right: 1px solid #FFF;
}
table.division_table td.first_row {
  border-bottom: 1px solid #d4d4d4;
}
table.division_table tr td.club p {
  border: none;
  padding-left: 0;
  width: 128px;
  background-color: #EBEBEB;
}
table.division_table td.club {
  border-bottom: 1px solid #d4d4d4;
  margin-right: 10px;
}
table.division_table tr.border_bottom td  {
  padding-bottom: 2px;
}
table.division_table th.div_games  {
  padding-left: 15px;
}
table.division_table td.div_games {
  padding-left: 10px;
}
table.division_table td.last {
  border-bottom: none;
}
table.division_table tr.border_top td {
  padding-top: 2px;
}

table.division_table th {
  padding-left: 5px;
}
table.division_table tr td.club {
  font-weight: bold;
  text-transform: uppercase;
}
table.division_table td.club p.lider {
  color: #00439c;
}
table.division_table td.club p.defeat{
  font-weight: normal;
}
table.division_table tr td.first_row {
  vertical-align: top;
  padding-top: 3px;
  height: 19px;
}
table.division_table tr.border_top td.first_row {
  padding-top: 4px;
  height: 18px;
}

/* end statistic table */


