* {
	margin: 0;
	padding: 0;
}
html,
body {
	height: 100%;
	min-height: 100%;
}
body {
	/*background: #000 url(../img/new/torres.jpg) fixed no-repeat top center;*/
	background: #000 url(../img/new/new_bg.png) fixed no-repeat top center;
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
}
img {
	border: none;
}
.clear {
	font-size: 1px;
	clear: both;
}
.right {
	text-align: right;
}
a {	color: #f06; }
a:hover { color: #fff; }
input, textarea {
	font-family: Helvetica, Arial, sans-serif;
}
h2, h3, h4, p {
	color: #fff;
	margin-bottom: 12px;
}
h2, h3 {
	display: block;
	padding: 8px 7px 5px 7px;
	background: #000;
	text-transform: uppercase;
	letter-spacing: -1px;
}
h2 {
	font-size: 19px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
p {
	font-size: 12px;
	line-height: 1.5;
}

#header_wrapper {
	background: url(../img/new/black_80.png) !important;
	background: #000;
	width: 100%;
	z-index: 900;
	position: relative;
}
#header {
	text-align: left;
	width: 900px;
	margin: 0 auto;
	position: relative;
	z-index: 900;
}
#header h1 {
	text-indent: -5000px;
	overflow: hidden;
}
#header h1 a {
	display: block;
	width: 120px;
	height: 128px;
	background: url(../img/new/logo.png) no-repeat top left;
	margin-bottom: 45px;
	margin-top: 20px;
}

#find_player {
	position: absolute;
	right: 0;
	bottom: 0;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: -1px;
	list-style: none;
}
#activity-list-wrapper {
	display: none;
	position: absolute;
	right: 0;
	z-index: 999;
	background: #000;
	padding: 20px;
	max-height: 500px;
	overflow: auto;
}
#activity-list ul {
	list-style: none;
	color: #fff;
	line-height: 1.4;
	font-size: 13px;
}
#activity-list li a {
	display: block;
	width: 100%;
	margin: 4px 0 4px 0;

}
#find_player li a {
	background: #f06;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 10px;
}
#find_player li a:hover {
	background: #fff;
	color: #f06;
}

#nav {
	list-style: none;
	position: absolute;
	bottom: 10px;
	left: 0;
}
#nav li {
	float: left;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: -1px;
	margin-right: 25px;
}
#nav li a {
	text-decoration: none;
	color: #fff;
}
#nav li a:hover, #nav a.active {
	color: #f06;
}

#lang {
	list-style: none;
	position: absolute;
	top: 0;
	right: 0;
}
#lang li {
	float: left;
	margin: 15px 0 0 8px;
}
#lang li img {
	opacity: 0.5;
}
#lang a.selected img, #lang li img:hover {
	opacity: 1;
}

#login {
	position: absolute;
	right: 130px;
	top: 20px;
}
#login p {
	float: left;
	margin: 0 0 0 10px;
	position: relative;
	font-size: 10px;
	color: #444;
}
#login p label {
	position: absolute;
	top: -13px;
	font-size: 9px;
	color: #666;
}
#login p .iT {
	width: 80px;
	padding: 3px;
	border: none;
	background: #fff;
	color: #444;
}
#login p .iSu {
	background: #333;
	border: none;
	color: #f06;
	cursor: pointer;
	padding: 3px 3px 2px 3px;
	margin-top: -1px;
}
#login p a {
	color: #f06;
	text-decoration: none;
}
#login p a:hover {
	text-decoration: underline;
}

#wrapper {
	position: relative;
	margin: 20px auto;
	width: 900px;
	z-index: 800;
	text-align: left;

}
.subnav {
	background: url(../img/new/black_80.png) !important;
	background: #000;
	margin-bottom: 20px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	width: 860px;
	padding: 10px 20px;
}
.subnav ul {
	list-style: none;
}
.subnav li {
	display: inline;
	margin: 0 10px 0 0;
}
.subnav li a {
	text-decoration: none;
	color: #fff;
}
.subnav a.active {
	color: #f06;
}
#content {
	width: 535px;
	padding: 20px;
	margin-right: 25px;
	background: url(../img/new/black_80.png) !important;
	background: #000;
	float: left;
}

#content ul {
	list-style: none;
	margin-bottom: 12px;
	line-height: 1.4;
	color: #fff;
}
#content ol {
    color: #fff;
    font-size: 13px;
    margin-bottom: 12px;
    margin-left: 20px;
}

#content .post_info {
	font-size: 11px;
	padding: 10px;
	background: url(../img/new/black_90.png) !important;
	background: #000;
}
#sidebar {
	width: 300px;
	float: left;
	z-index: 100;
	position: relative;
}
#sidebar div {
	background: url(../img/new/black_60.png) !important;
	background: #000;
	padding: 20px;
	margin-bottom: 20px;
}

#back {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
}
#back img {
	display: none;
	width: 100%;
}

#content ul, #sidebar ul {
	list-style: none;
	font-size: 13px;
}

.list li {
	margin: 0 0 6px 0;
	color: #fff;
	line-height: 1.4;
}
.list li a {
	color: #ccc;
}
.list li a:hover {
	color: #f06;
}

#content table {
	width: 100%;
	color: #fff;
	margin: 0 0 12px 0;
}
#content td {
	padding: 5px 3px;
	font-size: 11px;
	line-height: 1.35;
	border-bottom: 1px solid #222;
}
#content tr {
	border-bottom: 1px solid #ccc;
}
#content th {
	background: #f06;
	padding: 5px;
	font-size: 13px;
}
#content th a {
	color: #fff;
	text-decoration: none;
}
#content th a:hover {
	color: #000;
}
#content td.c, #content th.c {
    text-align: center;
}
#content td.r, #content th.r {
    text-align: right;
}
#content td.livescores {
    /* TODO */
}

#content .pagination {
	color: #fff;
	text-align: right;
	font-size: 11px;
}
#content .pagination li {
	display: inline;
	margin-left: 3px;
}
#content label {
	/*display: block;*/
	font-size: 11px;
	color: #fff;
	/*margin: 3px 0;*/
}
#content label.required:after {
    content: " *";
}
#content input[type=text], #content input[type=password], #content textarea {
	width: 336px;
	/*background: #fff;*/
	font-size: 13px;
	/*font-weight: bold;
	color: #333;*/
	border: none;
	padding: 3px;
	/*margin-bottom: 10px;*/
}
#content textarea {
    height: 245px;
	/*line-height: 1.4;*/
}
#content select {
	/*width: 50%;
	margin-bottom: 10px;*/
    padding: 1px;
}
#content input[type=checkbox],
#content input[type=radio] {
	margin: 0 5px 0 0;
}
#content input.iS, #content button {
	background: transparent;
	border: 1px solid #f06;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	padding: 5px;
}
#content p.description {
    display: inline;
    font-size: 11px;
}
#content #compare {
	width: 220px;
	float: right;
	text-align: left;
	padding: 10px;
	background: url(../img/new/black_60.png) !important;
	background: #000;
}
#content #compare label {
	display: block;
}
#content #compare input[type=submit] {
	font-size: 11px;
	padding: 2px;
}
#content #compare input[type=text] {
	width: 214px;
	padding: 3px;
	font-size: 11px;
    margin-bottom: 3px;
}

#content #subscription {
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	display: block;
	width: 100%;
}
#content #subscription a {
	background: #f06;
	color: #fff;
	text-decoration: none;
	padding: 4px;
}
#content #subscription a:hover {
	color: #f06;
	background: #fff;
}
#content .comments li {
	margin-bottom: 12px;
	border-bottom: 1px solid #333;
	padding: 0 0 10px 0;
}
#content .date_time {
	font-size: 11px;
	display: block;
	margin-bottom: 6px;
}
#content #tournaments {
	padding: 0 0 10px 0;
	border-bottom: 1px solid #fff;
	margin-bottom: 12px;
}
#content #tournaments ul li {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -1px;
	margin: 0 0 2px 0;
}
#content #tournaments ul li a {
	color: #fff;
	background: #f06;
	text-decoration: none;
	display: block;
	padding: 8px 8px 6px 8px;
}
#content #tournaments ul li a:hover {
	color: #f06;
	background: #fff;
}

#content #bracket {
	font-size: 12px;
	color: #fff;
}

#footer {
	padding: 18px 0;
}
#footer p {
	font-size: 11px;
}
#content #breadcrumbs {
	margin: 0 0 10px 0;
	font-size: 11px;
	color: #fff;
}
#content #breadcrumbs img {
	display: none;
}

#status {
	padding: 10px;
	background: #f06;
	color: white;
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 12px;
}
ul.errors li {
	font-size: 11px;
	color: #c00;
}

.offsetPrev { background:url(../img/tournaments/bracket-prev.gif); display:block; height:22px; text-decoration:none; width:18px; }
.offsetPrev:hover { background:url(../img/tournaments/bracket-prev-hover.gif); text-decoration:none; }
.offsetNext { background:url(../img/tournaments/bracket-next.gif); display:block; height:22px; text-decoration:none; width:18px; }
.offsetNext:hover { background:url(../img/tournaments/bracket-next-hover.gif); text-decoration:none; }