body {
  font: 13px Arial, sans-serif;
  background-color: #444;
  color: #f0f0f0;
}

img {
  border: 0;
}

hr {
  background:#666;
  border:0;
  height:1px;
  margin: 10px 0;
}

a {
  color: #9f8;
  font-weight: bold;
}

a:hover {
  text-decoration: none;
}

input.checkbox {
  background-color: transparent;
  border: 0;
}

div#header {
  height: 59px;
  padding: 35px 30px 30px 30px;
}

div#header div#header_content {
  width: 940px;
  margin: 0 auto 0 auto;
}

div#content {
  padding: 2em;
}

div.weak {
  font-size: 11px;
  color: #aaa;
  text-align:center;
}

div#bracket {
  padding: 0 2em 0 2em;
}

div#about_challonge {
  text-align: center;
  padding: 15px 12px 12px 12px;
  font-weight: bold;
  background: #444;
  color: #f6f6f6;
  font-size: 14px;
  line-height: 18px;
}

div#about_challonge ul {
  font-weight: normal;
  text-align: left;
  font-size: 13px;
  width: 220px;
  padding-left: 25px;
  margin-top: 10px;
  margin-bottom: 10px;
}

div#about_challonge a {
  font-size: 16px;
}

div#about_challonge a:hover {
  text-decoration:none;
}

div#footer {
  padding: 12px;
  font-size: 11px;
  color: #111;
  width: 940px;
  margin: 1em auto 2em auto;
}

div#footer a {
  font-weight: normal;
}

h1 {
  color: #ff8000;
  margin: 0 0 5px 0;
  font: 26px Arial, sans-serif;
  font-weight: bold;
  border-bottom: 1px solid #666;
}

h1 span {
  color: #f0f0f0;
  font-size: 20px;
}

div.bordered_section {
  margin: 0 0 5px 0;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #666;
}

h1 div.description {
  padding: 15px 0 0 0;
  font: 12px Arial, sans-serif;
  color: #d6d6d6;
}

h1 div.side_link {
  padding: 5px 0 0 0;
  float: right;
  font: 13px Arial, sans-serif;
  width: 100px;
}

div.h1_content {
  padding: 20px 25px 25px 25px;
  background: #444;
  color: #f0f0f0;
}

h3 {
  margin: 0 0 0.5em 0;
  font-size: 16px;
  color: #f9f9f9;
}

ul {
  margin-left: 0;
}

form {
  margin: 0;
}

table {
  border-collapse: collapse;
}

table.rr_table tr td {
  border: 1px solid #999;
  background: #505050;
}

table.rr_table tr td.bare {
  background: transparent;
  border: 0;
}

table.rr_table tr td.xx {
  background: #727272;
  color: #727272;
  vertical-align: middle;
}

table.bracket tr td {
  font-weight: bold;
  border-bottom: 1px solid #444;
  color: #f0f0f0;
}

table.bracket tr td.bb, div.bracket_bb {
  border-bottom: 1px solid #ccc;
}

table.bracket tr td.br {
  border-right: 1px solid #ccc;
}

table.participants {
  width: 850px;
  margin: 0 auto;
  border: 1px solid #666;
}

table.participants td, table.participants th {
  padding: 3px 5px;
  border-bottom: 1px solid #666;
}

table.participants tr.alt td {
  background: #505050;
}

table.participants tr.disabled td {
  text-decoration: line-through;
}

table.participants tr:hover td {
  background: #678;
}

table.participants th {
  text-align: left;
  font-weight: bold;
  background: #999;
  color: #000;
  padding: 5px;
}

div.bracket_seed {
  font-weight: normal;
  float: left;
  width: 15px;
  padding-right: 5px;
  color: #ccc;
  text-align: right;
}

span.bracket_label {
  float: left;
  font-weight: normal;
}

span.bracket_label, div.bracket_label {
  color: #ccc;
}

td {
  vertical-align: middle;
}

table.label_form tr td {
  padding: 6px;
}

table.bordered tr td {
  border-bottom: 1px solid #666;
}

table.extra_padding tr td {
  padding: 14px 6px;
}

tr.alt_row td {
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  background-color: #555;
}

table.label_form tr td ul {
  margin: 6px 0 6px 0;
  padding: 0 0 0 20px;
}

table.extra_padding tr td ul {
  margin-top: 12px;
}

table.label_form tr td.middle {
  vertical-align: middle;
  text-align: right;
}

table.label_form tr td.top {
  padding-top: 10px;
  text-align: right;
}

table.extra_padding tr td.top {
  padding-top: 16px;
}

label {
  font-size: 13px;
  font-weight: bold;
}

table.bordered label {
  text-align: left;
  width: 215px;
  padding-left: 25px;
}

div#top_content {
  width: 940px;
  margin: 0 auto 0 auto;
}

div.error {
  color: #f05555;
  font-weight: bold;
  margin-bottom: 10px;
}

div.notice {
  color: #c6d3e9;
  font-weight: bold;
  margin-bottom: 10px;
}

span.bluenote {
  color: #c6d3e9;
  font-weight: bold;
  line-height: 25px;
}

span.orangenote {
  color: #ffa000;
  font-weight: bold;
  line-height: 25px;
}

div.highlighted {
  background: #333;
  padding: 12px;
  text-align: center;
  border: 3px solid #f38800;
}

div.fieldWithErrors {
  display: inline;
}

div.fieldWithErrors input, div.fieldWithErrors select, div.fieldWithErrors textarea {
  background-color: #da6660;
}

div.framed {
  width: 890px;
  height: 450px;
  overflow: hidden;
}

div.framed:hover {
  cursor: url(../images/openhand.cur), pointer;
}

div.dragged:hover {
  cursor: url(../images/closedhand.cur), pointer;
}

div.print_info {
  text-align: left;
  margin-bottom: 5px;
  font-size: 11px;
  color: #c0c0c0;
}

div.media_hscroll {
  padding: 10px;
  width: 870px;
  overflow: auto;
  white-space: nowrap;
  background: #222;
  color: #f0f0f0;
  font-weight: bold;
}

div.media_hscroll img {
  vertical-align: top;
}

div.series_spacer {
  height: 52px;
  width: 230px;
}

div.series_half_spacer {
  height: 26px;
  width: 230px;
}

div.dub_e {
  width: 255px;
}

div.series_top_half, div.series_bottom_half {
  background: #666;
  height: 22px;
  width: 230px;
  font-weight: bold;
  font-size: 12px;
  overflow: hidden;
}

div.series_identifier {
  width: 22px;
  text-align: center;
  font-weight: bold;
  font-size: 11px;
  color: #f0f0f0;
  border: 1px solid #777;
  margin-right: 1px;
}

div.series_top_half {
  margin-top: 3px;
  background: #666 url(../images/rounded_corners/series_top.png) no-repeat top right;
}

div.series_bottom_half {
  margin-bottom: 3px;
  border-top: 1px solid #444;
  background: #666 url(../images/rounded_corners/series_bottom.png) no-repeat bottom right;
}

div.top_seed, div.bottom_seed, div.top_score, div.bottom_score, div.top_score_dark, div.bottom_score_dark {
  float: left;
  height: 22px;
  width: 22px;
  line-height: 22px;
  margin: 0 3px 0 0;
  text-align: center;
  background: #888;
  color: #111;
  font-weight: bold;
}

div.top_seed {
  background: #888 url(../images/rounded_corners/seed_top.png) no-repeat top left;
  padding-left: 2px;
}

div.bottom_seed {
  background: #888 url(../images/rounded_corners/seed_bottom.png) no-repeat bottom left;
  padding-left: 2px;
}

div.top_score {
  background: #888 url(../images/rounded_corners/score_top.png) no-repeat top right;
  padding-right: 2px;
}

div.bottom_score {
  background: #888 url(../images/rounded_corners/score_bottom.png) no-repeat bottom right;
  padding-right: 2px;
}

div.top_score, div.bottom_score {
  float: right;
  margin: 0;
  width: 25px;
}

div.top_dark {
  background: #666 url(../images/rounded_corners/series_top.png) no-repeat top right;
}

div.bottom_dark {
  background: #666 url(../images/rounded_corners/series_bottom.png) no-repeat bottom right;
}

div.top_score a, div.bottom_score a {
  color: #9f8;
}

div.inner_content {
  padding: 2px 0;
  margin: 0 22px;
  line-height: 15px;
}

div.over {
  background-color: #222;
}

div.inner_content img {
  vertical-align: -5px;
  margin-right: 1px;
  padding: 0;
}

div.top_score.winner {
  background: #f68800 url(../images/rounded_corners/winner_top.png) no-repeat top right;
}

div.bottom_score.winner {
  background: #f68800 url(../images/rounded_corners/winner_bottom.png) no-repeat bottom right;
}

.button {
  outline: none;
  border: none;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  vertical-align: middle; /* or top */
  display: -moz-inline-box;
  display: inline-block;
  overflow: visible; /* IE6 form button fix */
  color: #222;
  background-color: #fff;
  padding: 5px 7px;
}

.button:hover {
  background-color: #f68800;
} 

/*div.highlighted .button:hover, div.instructions .button:hover {
  background-color: #444;
  color: #f0f0f0;
}*/

div.ie_corners { background: #595959; }
div.ie_corners2 { background: #888; }
div.ie_corners3 { background: #b3b3b3; }

/********* STEPS **********/

div.note {
  border: 2px solid #f38800;
  border-width: 2px 0;
  padding: 12px;
  text-align: center;
  width: 816px;
  margin: 0 auto 25px auto;
  font-size: 14px;
}

div.steps {
  margin-bottom: 25px;
  padding: 0;
  background: #444;
}

div.steps div.instructions {
  padding: 15px;
  text-align: center;
  background: #e4bb77; /*#f9b860;*/
  color: #000;
  font-size: 14px;
  border: 2px solid #f68800;
}

div.steps ul {
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.9em;
  font-weight: bold;
  text-transform: uppercase;
}

div.steps li {
  float: left;
  width: 265px;
  padding: 10px 15px;
  background: #555;
  color: #888;
  text-align: center;
  margin-right: 2px;
}

div.steps li.active {
  width: 266px;
  color: #000;
  background: #f68800;
}

div.steps li.complete {
  width: 250px;
  background: #555 url(../images/step-complete.png) no-repeat top left;
  padding-left: 30px;
}
