input {
color: #111;
}

select {
color: #111;
}

.help-inline, .help-block {
font-size: 13px;
line-height: 18px;
color: #111;
}

html, body {
  background: #525252;
}

body {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: #355491;
}

a:hover {
	color: #4262a1;
	text-decoration: underline;
}

.castle {
  font-size: 20px;
  color: #0ac;
  font-weight: bold;
}

.courtyard {
  font-size: 20px;
  color: #822;
  font-weight: bold;
}

.league {
  font-size: 20px;
  color: #282;
  font-weight: bold;
}

.tourny {
  font-size: 20px;
  color: #aa4;
  font-weight: bold;
}

.computer_play {
  font-size: 20px;
  color: #828;
  font-weight: bold;
}

.dungeon {
  font-size: 20px;
  color: #852;
  font-weight: bold;
}

ul {
	margin: 0;
	padding: 0;
}

.floatl {
	float: left;
}

.floatr {
	float: right;
}

.center {
	text-align: center;
}

.container {
	background: #fff;
}

#header span {
	display: none;
}

#top-navigation {
	width: 100%;
	background: #202020;
	color: #fff;
	text-align: center;
}

#top-navigation a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#top-navigation a:hover {
	text-decoration: underline;
}

#top-navigation li {
	display: inline;
	padding: 6px 20px;
	line-height: 30px;
}

.left {
  background: #e7d79c;
}

.left a {
  color: #4A3315;
  font-weight: bold;
  font-size: 14px;
}

.left table {
  border: none;
}

.left table th {
  background: #817051;
  color: #fff;
}

.left table td {
  border: none;
  border-bottom: 1px solid #817051;
}

.left table td span {
  vertical-align: top;
  margin-left: 8px;
}

.main {
  padding: 12px 12px 12px 0;
  background: #fff;
}

.footer {
	background: #202020;
	height: 30px;
	color: #fff;
	padding: 12px;
}

.footer a {
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

.square-box {
	border: 1px solid #351600;
}

.text-banner {
	background: #ccc;
	color: #000;
	border-bottom: 1px solid #aaa;
	border-top: 1px solid #aaa;
	margin-left: 18px;
	margin-right: 18px;
	font-size: 2.2em;
	margin-top: 6px;
	margin-bottom: 6px;
}

.text-banner .red {
	font-weight: bold;
	color: #f00;
}

.tournament-community {
	width: 585px;
	text-align: center;
}

.tournament-community table {
	margin-left: 12px;
	margin-right: 12px;
	border: 1px solid #000;
	width: 100%;
}

.tournament-community th {
	background: #202020;
	font-size: 1.2em;
	line-height: 2em;
	color: #fff;
	width: 50%;
}

.tournament-community td {
	width: 50%;
	vertical-align: top;
	text-align: left;
	padding: 5px;
	background: #e7e7e7;
	border: 1px solid #000;

}

.tournament-community .last {
	border-right: none;
}

.ads {
	text-align: center;
	margin-top: 20px;
}

.product {
  background: #eee;
  padding: 10px;
  color: #000;
  margin: 10px;
  border: 1px solid #999;
}

.product span.title {
  font-weight: bold;
}

.product span.description {
  color: #202020;
}

.product span.price {
  color: red;
  font-size: 14px;
}

.product span.add-to-cart {
  float: right;
  font-size: 14px;
}

#flash_notice, #flash_error {
  padding: 5px 8px;
  margin: 10px;
}

#flash_notice {
  background-color: #CFC;
  border: solid 1px #6C6;
}

#flash_error {
  background-color: #FCC;
  border: solid 1px #C66;
}

.fieldWithErrors {
  display: inline;
}

#errorExplanation {
  width: 400px;
  border: 2px solid #CF0000;
  padding: 0px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: 0px;
  background-color: #c00;
  color: #fff;
}
#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 8px;
}
#errorExplanation ul {
  margin: 2px 24px;
}
#errorExplanation ul li {
  font-size: 12px;
  list-style: disc;
}

.odd {
  background: #fff;
}

.even {
  background: #e5e5e5;
}
