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

/**************************************************************
** Global stuff
**************************************************************/
body {
	margin: 0;
	padding: 0;
	font: 11px Verdana, sans-serif;
	line-height: 20px;
	color: #333;
	background: url('images/body_bg.jpg') repeat;
}

p {
	margin: 0 0 20px 0;
	text-indent: 0;
}

textarea {
	display: none;
}

hr {
	color: #FFF;
}

h3 {
	padding: 0px;
	margin: 0px;
}

a img {
	border: none;	
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.orange {
	color: #DC6145;
}

.white {
	color: #FFF;
}

.green {
	color: #25B700;
}

.red {
	color: #B81A1A;
}

.black {
	color: #000;
}

.loss {
	background-color: #FAC6BD;
}

.win {
	background-color: #CCECAD;
}

.right {
	float: right;
}

#msg {
	width: 100%;
	text-align: center;
	padding-bottom: 10px;
}

/**************************************************************
** Header
**************************************************************/
#header_outer {
	position: relative;
	margin: 0;
	padding: 0;
	background: url('images/header_outer_bg.jpg') repeat-x center top;
}

#header_inner {
	position: relative;
	margin: 0 auto;
	width: 965px;
	padding: 0px;
	background: url('images/header_inner_bg.jpg') no-repeat center bottom;
}

#header_inner table {
	border: 1px solid #FFF;
	border-top: 0px;
	font-size: 10px;
	color: #000;
}

#header_inner table a:link, #header_inner table a:visited, #header_inner table a:active {
	color: #000;
	text-decoration: none;
}

#header_inner table a:hover {
	color: #0084FF;
	text-decoration: none;
}

#header_inner table tr {
	margin: 0;
	padding: 0;
}

#header_inner table td {
	padding: 0 4px;
	margin: 0;
}

/**************************************************************
** Top Boxes
**************************************************************/
/*#header_inner table .alt_1 {
	background: url('images/alt_1.jpg') repeat top left;
}
#header_inner table .alt_2 {
	background: url('images/alt_2.jpg') repeat top left;
}*/

.alt_1 {
	background: url('images/alt_1.jpg') repeat top left;
}

.alt_2 {
	background: url('images/alt_2.jpg') repeat top left;
}

#top_left_box {
	position: relative;
	float: left;
	width: 295px;
	margin: 10px 0 0 0;
	padding: 0 10px 20px 40px;
}

#top_center_box {
	position: relative;
	float: left;
	width: 295px;
	margin: 10px 0 0 0;
	padding: 0 10px 20px 10px;
}

#top_center_box .icon {
	max-height: 20px;
	max-width: 35px;
	vertical-align: bottom;
}

#top_right_box {
	position: relative;
	float: left;
	width: 295px;
	margin: 10px 0 0 0;
	padding: 0 0 20px 10px;
}

#top_box_header_left a {
	height: 39px;
	width: 295px;
	padding: 0;
	margin: 0;
	display: block;
	background: url('images/tlh_rollover.jpg') 0 0 no-repeat;
}

#top_box_header_left a:hover {
	background-position: -305px 0;
}

#top_box_header_center a {
	height: 39px;
	width: 295px;
	padding: 0;
	margin: 0;
	display: block;
	background: url('images/tch_rollover.jpg') 0 0 no-repeat;
}

#top_box_header_center a:hover {
	background-position: -305px 0;
}

#top_box_header_right a {
	height: 39px;
	width: 295px;
	padding: 0;
	margin: 0;
	display: block;
	background: url('images/trh_rollover.jpg') 0 0 no-repeat;
}

#top_box_header_right a:hover {
	background-position: -295px 0;
}

/**************************************************************
** I have no clue why this is here
**************************************************************/
.padding_left {
	padding-left: 4px;
}

/**************************************************************
** Navigation Bar
**************************************************************/
#nav_outer {
	position: relative;
	height: 33px;
	margin: 0;
	padding: 0;
	background: url('images/nav_outer_bg.jpg') repeat-x center top;
}

#nav_inner {
	position: relative;
	margin: 0 auto;
	width: 965px;
	height: 33px;
	line-height: 27px;
	padding: 0px;
	background: url('images/nav_inner_bg.jpg') no-repeat center top;
}

ul#left_nav {
	padding: 0 0 0 4px;
	margin: 0 0 0 43px;
	border-left: 1px solid #FFF;
	display: inline-block;
	height: 100%;
}

#left_nav li {
	display: inline-block;
	padding: 3px 0;
	margin: 0;
	height: 100%;
}

#left_nav li a:link, #left_nav li a:visited, #left_nav li a:active {
	color: #FFF;
	text-transform: uppercase;
	font-size: 10px;
	text-decoration: none;
	border-right: 1px solid #FFF;
	padding: 0 8px 0 4px;
	margin: 0;
	display: block
}

#left_nav li a:hover {
	color: #FFF;
	text-transform: uppercase;
	font-size: 10px;
	text-decoration: none;
	padding: 0 8px 0 4px;
	margin: 0;
	background: url('images/nav_hover_bg.jpg') repeat-x center top;
	display: block;
}

#logged_in {
	float: right;
	line-height: 33px;
	padding: 0 8px 0 0;
	margin: 0;
	color: #FFF;
	font-size: 10px;
}

ul#right_nav {
	float: right;
	padding: 0 4px 0 0;
	margin: 0;
	border-right: 1px solid #FFF;
}

#right_nav li {
	display: inline-block;
	padding: 3px 0;
	margin: 0;
	height: 100%;
}

#right_nav li a:link, #right_nav li a:visited, #right_nav li a:active {
	color: #FFF;
	text-transform: uppercase;
	font-size: 10px;
	text-decoration: none;
	border-left: 1px solid #FFF;
	padding: 0px 4px 0px 8px;
	margin: 0;
	display: block;
}

#right_nav li a:hover {
	color: #FFF;
	text-transform: uppercase;
	font-size: 10px;
	text-decoration: none;
	padding: 0px 4px 0px 8px;
	margin: 0;
	background: url('images/nav_hover_bg.jpg') repeat-x center top;
	display: block;
}

.selected {
	background: url('images/arrow.gif') no-repeat center bottom;
}

/**************************************************************
** Main Site Wrapper
**************************************************************/
#container {
	position: relative;
	width: 965px;
	margin: 0 auto 0 auto;
	padding: 0;
	background: url('images/container_bg.jpg') no-repeat center top;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

#content {
	position: relative;
	width: 965px;
	margin: 0;
	padding: 0;
}

/**************************************************************
** Left Column
**************************************************************/
#left_column {
	position: relative;
	float: left;
	width: 275px;
	padding: 20px 0 0 0;
	margin: 328px 0 0 0;
}

.left_sponsor_box {
	background: url('images/left_sponsor_bg.jpg') repeat-y center top;
	border: 1px solid #FFF;
	margin: 0 0 20px 0;
}

.left_sponsor_box img {
	margin: 20px;
	border: none;
}

.left_competing_box {
	background: url('images/left_competing_bg.jpg') repeat-y center top;
	border: 1px solid #FFF;
	margin: 0 0 20px 0;
}

.left_competing_box img {
	margin: 20px 0 17px 17px;
	border: none;
}

/**************************************************************
** Center Column
**************************************************************/
#center_column {
	position: relative;
	float: left;
	width: 105px;
	padding: 3px 0 0 0;
	margin: 20px 0 0 0;
	background: url('images/roster_bg.jpg') no-repeat center top;
}

#center_column div {
	width: 65px;
	padding: 0 20px 20px 20px;
}

/**************************************************************
** Right Column/Main Content
**************************************************************/
#right_column {
	position: relative;
	float: left;
	width: 585px;
	padding: 0;
	margin: 0;
}

.right_news_box {
	background: url('images/news_bg.jpg') repeat center top;
	border: 1px solid #FFF;
	margin: 20px 0 0 0;
}

.right_news_banner {
	background: url('images/news_banner_bg.jpg') no-repeat center top;
	height: 100px;
	padding: 20px 20px 0 20px;
}

.right_news_headline {
	background: url('images/news_headline_bg.jpg') no-repeat center top;
	padding: 10px 0 10px 20px;
}

.right_news_headline_nb {
	background: url('images/title_bar.png') no-repeat left top;
	padding: 0px 0px 10px 20px;
	margin-top: 10px;
}

.right_news_headline h1, .right_news_headline_nb h1 {
	color: #FFF;
	line-height: 40px;
	text-transform: uppercase;
	font-size: 10px;
	margin: 0;
	padding: 0;
	display: inline;
}

.right_news_headline_nb h1 {
	line-height: 30px;
}

.right_news_headline_nb h1 a:link, .right_news_headline_nb h1 a:visited, .right_news_headline_nb h1 a:active {
	color: #FFF;
	text-transform: uppercase;
	font-size: 10px;
	text-decoration: none;
}

.right_news_headline_nb h1 a:hover {
	color: #8F928C;
	text-transform: uppercase;
	font-size: 10px;
	text-decoration: none;
}

.right_news_headline h1 a:link, .right_news_headline h1 a:visited, .right_news_headline h1 a:active {
	color: #FFF;
	line-height: 40px;
	text-transform: uppercase;
	font-size: 10px;
	text-decoration: none;
}

.right_news_headline h1 a:hover {
	color: #8F928C;
	line-height: 40px;
	text-transform: uppercase;
	font-size: 10px;
	text-decoration: none;
}

.right_news_content {
	padding: 0 20px;
}

.right_news_content a:link, .right_news_content a:visited, .right_news_content a:active {
	color: #0084FF;
	text-decoration: none;
}

.right_news_content a:hover {
	color: #0084FF;
	text-decoration: underline;
}

.posted_by {
	float: right;
	color: #FFF;
	font-size: 10px;
	padding: 10px 40px 0 0;
}

.posted_by a:link, .posted_by a:visited, .posted_by a:active, #logged_in a:link, #logged_in a:visited, #logged_in a:active {
	color: #DC6145;
	text-decoration: none;
}

.posted_by a:hover, #logged_in a:hover {
	color: #DC6145;
	text-decoration: underline;
}

/**************************************************************
** Footer
**************************************************************/
#footer_outer {
	position: relative;
	height: 56px;
	margin: 0;
	padding: 0;
	background: url('images/footer_outer_bg.jpg') repeat-x center top;
}

#footer_inner {
	position: relative;
	width: 945px;
	height: 36px;
	margin: 0 auto;
	padding: 20px 10px 0 10px;
	color: #FFF;
	line-height: 36px;
	text-transform: uppercase;
	text-align: center;
	font-size: 10px;
	background: url('images/footer_inner_bg.jpg') no-repeat center top;
}

#footer_inner a:link, #footer_inner a:visited, #footer_inner a:active {
	text-decoration: none;
	color: #FFF;
}

#footer_inner a:hover {
	text-decoration: underline;
}

/**************************************************************
** Popup
**************************************************************/
#lightBox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #000;
	opacity: 0.75;
	filter: alpha(opacity=75);
}

#PopupWindow {
	position: absolute;
	width: 300px;
	height: 200px;
	background: url('images/news_bg.jpg') repeat center top;
	border: 1px solid #FFF;
}

#PopupWindow .titleBar {
	background: url('images/title_bar.png') no-repeat left top;
	padding: 0px 0 10px 20px;
}

#PopupWindow .titleBar h1 {
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
	line-height: 30px;
	margin: 0;
	padding: 0;
	display: inline;
}

#PopupWindow form {
	padding: 0px 20px 20px 20px;
	height: 139px;
	color: #333;
}

#PopupWindow label, #PopupWindow input[type="text"], #PopupWindow input[type="password"], #PopupWindow input[type="submit"] {
	display: block;
	margin: 4px 0;
	color: #333;
}

#PopupWindow input[type="text"], #PopupWindow input[type="password"] {
	height: 20px;
	border: 1px solid #999;
	background: #FFF;
	cursor: text;
	width: 145px;
	line-height: 20px;
}

#PopupWindow input[type="checkbox"] {
	vertical-align: top;
	margin: 0 4px 0 0;
}

#PopupWindow input[type="submit"]
{
	border: 1px solid #999;
	background-color: #FAFAFA;
	margin-top: 10px;
	cursor: pointer;
	padding: 5px;
	font: 10px Verdana, sans-serif;	
}

#PopupWindow #xButton {
	float: right;
	color: #FFF;
	padding: 5px;
	margin: 0px 5px 0px 0px;
	cursor: pointer;
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
}

/**************************************************************
** User Info Hover Box
**************************************************************/
#outer_box {
	background-color: #FFF;
	border: 1px solid #FFF;
	padding: 20px;
	position: absolute;
	opacity: 0.92;
	filter: alpha(opacity=92);
	z-index: 3;
}

#inner_box {
	text-align: left;
	width: 100%;
	height: 100%;
}

#inner_box th {
	width: 75px;
	text-align: left;
}

/**************************************************************
** Pagination
**************************************************************/
.pages {
	text-align: center;
	margin-top: 20px;
}

.pages a:link, .pages a:visited, .pages a:active, .pages span {
	display: inline-block;
	padding: 0.2em 0.5em;
	margin: 0.1em;
	border: 1px solid #FFF;
	text-align: center;
	text-decoration: none;
	color: #0084FF;
	background: url('images/news_bg.jpg');
}

.pages a:hover {
	border: 1px solid #0084FF;	
}

.pages span.dots {
	display: inline;
	border: none;
	vertical-align: bottom;
	background: none;
	color: #000;
}

.pages .current {
	color: #000;
	background: none;
	border: none;
}

.pages .disabled {
	border-color: #CCC;
	color: #CCC;
}

/**************************************************************
** Leagues
**************************************************************/
.single_box_cover, .double_box_cover {
	position: absolute;
	bottom: 32px;
	right: 1px;
	width: 90px;
	height: 90px;
	background: url('images/news_bg.jpg');
}

.double_box_cover {
	width: 180px;
}

/**************************************************************
** Profiles
**************************************************************/
.profile div {
	display: inline-block;
	vertical-align: top;
	width: 339px;
}

.profile > div:first-child {
	width: 180px;
	padding-right: 20px;
	display: inline-block;
}

.profile #xfire img {
	width: 16px;
	height: 16px;
	padding: 0px;
	vertical-align: middle;
}

.profile table, .comp_specs table {
	width: 100%;
	text-align: left;
}

.profile tr, .comp_specs tr {
	vertical-align: top;
}

.profile th, .profile td, .comp_specs th, .comp_specs td {
	padding: 3px 0px;
}

.profile th, .comp_specs th {
	width: 100px;
	text-align: left;
}

.profile object, .profile embed {
	height: 45px;
	width: 250px;
	margin-top: 6px;
}

.profile .plugin {
	font-size: 8px;
	text-align: center;
}

/**************************************************************
** User Control Panel
**************************************************************/
.ucp {
	padding: 0 20px 20px 20px;
	position: relative;
}

.ucp form {
	position: relative;
}

.ucp ul {
	list-style: none;
	margin: 0px;
	padding:0px;
	width: 545px;
}

.ucp li {
	padding: 3px 0px;
}

.ucp label {
	display: inline-block;
	width: 100px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.ucp input[type="text"] {
	width: 435px;
	height: 20px;
	border: 1px solid #999;
	color: #333;
	background-color: #FAFAFA;
}

.ucp input[type="submit"], .ucp input[type="button"] {
	padding: 5px;
	border: 1px solid #999;
	background-color: #FAFAFA;
	cursor: pointer;
	font: 10px Verdana, sans-serif !important;
}

#file_wrapper {
	position: relative;
	width: 100%;
	display: inline-block;
	overflow: hidden;
	cursor: default;
}

#file_wrapper #upload_wrapper {
	display: inline-block;
	width: 73px;
	position: relative;
}

#file_wrapper span {
	padding-left: 10px;
}

#file_wrapper input[type="file"] {
	position: relative;
	top: 0;
	left: 0;
	margin-left: -140px;
	height: 27px;
	z-index: 2;
	opacity: 0;
	filter: alpha(opacity=0);
	cursor: pointer;
}

#file_wrapper #browse {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 73px;
	cursor: default;
}

#file_wrapper #buttons {
	display: inline-block;
	float: right;
}

.ucp select {
	height: 20px;
	background-color: #FAFAFA;
	border: 1px solid #999;
	color: #333;
}

.ucp .submit {
	text-align: center;
	padding-top: 20px;
	width: 100%;
}

/**************************************************************
** Downloads
**************************************************************/
.downloads {
	padding-bottom: 20px;
}

.downloads table {
	width: 100%;
	border: 1px solid #FFF;
}

.downloads th, .downloads td {
	text-align: left;
	padding: 3px 0px 3px 3px;
}

.downloads tr > td:first-child {
	width: 400px;
	padding: 0px 5px 0px 4px;
}

.downloads p {
	text-align: center;
	font-style: italic;
}

.info {
	position: relative;
}

.info td, .info th {
	padding: 3px 0px;
}

.info th {
	text-align: left;
	vertical-align: top;
	width: 120px;
}

/**************************************************************
** Events
**************************************************************/
.events table {
	width: 100%;
}

.events td {
	text-align: left;
}

/**************************************************************
** Roster
**************************************************************/
.roster div {
	width: 100%;
	padding-bottom: 20px;
}

.roster div div {
	display: inline-block;
	width: 33%;
	margin-left: -2px;
	padding-bottom: 0px;
}

/**************************************************************
** Matches
**************************************************************/
.matches {
	padding-bottom: 0px;
}

.matches ul {
	padding: 0px 0px 20px 0px;
	margin: 0px;
	list-style: none;
}

.matches h3 a:link, .matches h3 a:visited, .matches a:active {
	text-decoration: none;
	color: #000;
}

.matches h3 a:hover {
	text-decoration: underline;
}

.matches table {
	width: 100%;
	text-align: left;
	padding-bottom: 20px;
}

.matches th {
	text-align: left;
}

.matches tr > td:first-child {
	width: 50%;
}

.record {
	float: right;
	padding: 10px 40px 0 0;
	font-weight: bold;
	color: #FFF;
}

.matches span {
	float: right;
}

.details {
	padding-bottom: 20px;
}

.details table {
	width: 100%;
	text-align: left;
}

.details th {
	vertical-align: text-top;
	width: 100px;
}