* {
	margin: 0;
	padding: 0;
}

body {
	background: url('images/str8g_bg.gif') #454545 top left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
scrollbar-3dlight-color:#66625e;
                scrollbar-arrow-color:orange;
                scrollbar-track-color:black;
                scrollbar-darkshadow-color:black;
                scrollbar-face-color:black;
                scrollbar-highlight-color:#66625e;
                scrollbar-shadow-color:black}

#dropmenudiv {
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a {
width: 100;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover { 
background-color: black;
}




















a {
	text-decoration: none;
	color: #ff8a00;
}

a:hover {
	text-decoration: underline;
}

p.error {
	font-weight: bold;
	color: #ff0000;
}

span.notice {
	border-top: 1px solid #45535A;
	border-bottom: 1px solid #45535A;
	background-color: #eae5e1;
	color: #822628;
}

p.notice {
	border-top: 1px solid #45535A;
	border-bottom: 1px solid #45535A;
	background-color: #eae5e1;
	color: #822628;
	margin: 15px;
}

.white {
	background-color: #000000;
	font-size: 10px;
}

.gray10 {
	background-color: #000000;
	font-size: 10px;
	color: #ff8a00;
}



.mbutton {
	background-color: #000000;
	font-size: 10px;
	color: #ff8a00;
}


.mbutton a {
	background-color: #000000;
	font-size: 10px;
	color: #ff8a00;
}

.mbutton a:hover {
	background-color: #000000;
	font-size: 10px;
	color: #ffffff;
}







.faded {
	color: #cccccc;
	font-style: italic;
}

.blue {
	background-color: #000000;
	font-size: 10px;
}

.left {
	text-align: left;
}

.tiny {
	font-size: 9px;
	color: #555555;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

#wrapper {
	background-color: #000000;
	width: 500px;
	margin: 0 auto;
	border: 1px solid #333333;
}

#header {
	background: url('images/tonys/header2.jpg') #ffffff no-repeat top left;
	height: 100px;

}

#header #stats {

	bottom: 0;
	right: 0;

	color: #ffffff;
}



#login {

	padding: 5px;

}

#login a {
	color: #000000;
}

 input {
	border: 1px solid #333333;
	font-size: 10px;
}

 input#username, #header input#password {
	padding: 1px;
	width: 80px;
}

 input#login_sub {
	background-color: #DEE2E4;
	padding: 0 4px;
	cursor: pointer;
}

#head_nav ul {
	list-style-type: none;
	background: url('images/main_nav_bg.gif') repeat-x top left;
}

#head_nav li {
	display: inline;
}

#head_nav a {
	display: block;
	float: right;
	padding: 3px 20px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}

#head_nav a:hover {
	background: url('images/main_nav_hover.gif') repeat-x top left;
}
















#head_nav2 ul {
	list-style-type: none;
	background: url('images/main_nav_bg.gif') repeat-x top left;
}

#head_nav2 li {
	display: inline;
}

#head_nav2 a {
	float: right;
	padding: 3px 0px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}

#head_nav2 a:hover {
	background: url('images/main_nav_hover.gif') repeat-x top left;
}























#content {
	background-color: #F0F2F4
	padding-bottom: 15px;
}

#content #side_bar {
	width: 230px;
	float: left;
	background-color: #605d58
}

#side_bar ul {
	list-style-type: none;
	padding: 10px 0 0 0;
	border-bottom: 1px solid #666666;

}

#side_bar a {

	padding: 0px 0px;
	width: 150px;
	text-decoration: none;
	color: #ff8a00;

}

#side_bar a:hover {
	color: #ffffff;

}

#side_bar #siteStats {
	font-size: 9px;
	margin: 10px 2px;
	width: 125px;
}

#side_bar #siteStats td {
	padding: 2px 1px;
}

#content #main_content {

	float: left;
}

#main_content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #ff8a00;
	font-weight: normal;
	padding: 10px 15px 5px;
}

#main_content h3 {
	font-family: 'Trebuchet MS', Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #1E3253;
	padding: 5px 15px 0;
}

#main_content p {
	line-height: 1.4em;
	padding: 8px 15px;
}

#main_content form {
	margin: 5px 15px;
}

#main_content input {
	font-size: 11px;
	border: 1px solid #666666;
	padding: 1px;
}

#main_content textarea {
	font-size: 11px;
	border: 1px solid #666666;
	padding: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#main_content select {
	font-size: 11px;
	border: 1px solid #666666;
}

#main_content option {
	font-size: 11px;
	padding: 0 5px;
}

#main_content div#urgent {
	margin: 5px 20px 0 15px;
	border: 1px solid #C11E22;
	padding: 5px;
	background-color: #F0F2F4;
	color: #822D2F;
}

#main_content div#content_box {
	margin:	5px auto;
	width: 360px;
	height: 250px;
	padding: 5px;
	font-size: 10px;
	color: #666666;
	background-color: #f0f2f4;
	border: 1px solid #cccccc;
	overflow: scroll;
}

#main_content #content_box h2 {
	font-size: 12px;
	color: #40465E;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

#main_content #myStatsBox {
	float: right;
	width: 180px;
	margin: 15px 15px 5px;
	border: 1px solid #999999;
	background-color: #000000;
	color: #424E55;
	font-size: 10px;
	padding: 5px;
}

#main_content #myStatsBox table {
	width: 170px;
}

#main_content #myStatsBox td {
	padding: 2px 0;
}

#main_content #myStatsBox td.statRight {
	text-align: right;
}

#main_content #challengeForm, #main_content #myChallenge, #main_content #contactForm {
	width: 490px;
	margin: 0 auto;
	border: 1px solid #45535A;
	background-color: #000000;
	padding: 10px;
}

#main_content #challengeForm td, #main_content #myChallenge td, #main_content #contactForm td {
	padding: 2px 5px;
}

#main_content #challengeForm .challengeLeft, #main_content #ccontactForm .contactLeft {
	width: 80px;
	vertical-align: top;
	font-size: 10px;
	color: #ffffff

}

#main_content #challengeForm textarea {
	border: 1px solid #666666;
	width: 280px;
	height: 100px;
	color: #777777;
}

#main_content #contactForm textarea {
	border: 1px solid #666666;
	width: 280px;
	height: 140px;
	color: #333333;
}

#main_content #myChallenge table {
	margin: 0 auto;
}

#main_content #myChallenge .challengeLeft {
	width: 100px;
}

#main_content #myChallenge .challengeRight {
	font-weight: bold;
	color: #ff8a00;
}

#main_content #withdrawForms {
	background: url('images/withdraw_forms_bg.jpg') no-repeat 50% 50%;
	padding: 0 15px;
}

#main_content #withdrawForms #paypal {
	width: 270px;
	float: left;
	border: 1px solid #999999;
	height: 225px;
}

#main_content #withdrawForms #check {
	width: 270px;
	float: right;
	border: 1px solid #999999;
	height: 225px;
}

#main_content #withdrawForms table {
	width: 250px;
	margin: 0 auto;
}

#main_content #withdrawForms table td {
	vertical-align: top;
}

#main_content #withdrawForms h1 {
	font-size: 14px;
	text-align: center;
}

#main_content #withdrawForms input {
	margin: 2px 0;
}

#main_content #withdrawForms .tiny {
	font-size: 9px;
	color: #999999;
	font-style: italic;
}

#main_content #announcements {
	float: right;
	width: 180px;
	margin: 10px;
	border: 1px solid #999999;
	background-color: #F8F8ED;
}

#main_content #table_key {
	font-size: 10px;
	padding: 5px 15px;
}

#main_content #table_key div {
	float: left;
	font-weight: bold;
	padding: 2px 5px 2px 20px;
}

#table_key #key_blue {
	background: url('images/key_blue_box.gif') no-repeat left 50%;
}

#table_key #key_gray {
	background: url('images/key_gray_box.gif') no-repeat left 50%;
}

#main_content table.myData {
	border: 0px solid #ff8a00;
	margin: 2px auto;
	width: 100%;
}

#main_content .myData th {
	padding: 2px;
	border-bottom: 1px solid #666666;
	font-size: 10px;
}

#main_content .myData td {
	padding: 2px;
	border-bottom: 0px solid #ffffff;
}

#main_content .myData td.header {
	border-bottom: 1px solid #666666;
	color: #555555;
}

#main_content .myData td.top_spacer {
	height: 10px;
	border-bottom: 1px solid #666666;
	background: url('images/main_nav_bg.gif') #636F78 repeat-x top left;
}

#main_content .myData td.bottom_spacer {
	height: 4px;
	border-bottom: none;
	border-top: 1px solid #666666;
	background: url('images/main_nav_bg.gif') #636F78 repeat-x top left;
}

#main_content #content_body {
	margin-right: 0px;
	margin-left: 5px;
	background-color: #000000;
}

#main_content h3.question {
	margin: 4px 15px;
	padding: 2px 10px;
	border-top: 1px solid #6C2F30;
	border-bottom: 1px solid #6C2F30;
	background-color: #F3F5F5;
	font-weight: normal;
	font-size: 14px;
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	color: #454545;
}

#main_content p.answer {
	padding: 5px 25px 15px;
}

#announcements h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 5px 5px 0;
	color: #ff9f00;
	text-decoration: underline;
}

#announcements div.entry {
	text-align: center;
	padding: 8px;
	line-height: 1.2em;
	font-size: 10px;
	border-bottom: 1px solid #999999;
}

#announcements div.title {
	font-weight: bold;
}

#announcements div.date {
	font-style: italic;
	font-size: 9px;
	color: #ff9f00;
	padding: 0 0 4px 0;
}

#announcements div.author {
	font-style: italic;

}


#announcements div.text {
	font-style: bold;

	color: #666666;
	font-size: 9px
}







#main_content img.right {
	border: 1px solid #666666;
	margin: 0 0 5px 5px;
	float: right;
}

#main_content img.left {
	border: 1px solid #666666;
	margin: 0 5px 5px 0;
	float: left;
}

#main_content #main_login {
	margin: 0 auto;
}

#main_content #main_login td {
	padding: 2px 10px;
}

#main_content #main_login td p {
	padding: 0;
}

#copy {
	font-size: 9px;
	color: #ffffff;
	width: 760px;
	margin: 0 auto;
	padding: 5px 0;
	text-align: center;
}

#copy a {
	color: #DDE7EC;
	text-decoration: none;
}

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

#tourneyList {
	margin: 10px;
	border: 1px solid #999999;
	font-size: 10px;
	width: 500px;
}

#tourneyList th {
	font-size: 11px;
	background-color: #455461;
	color: #ffffff;
	padding: 2px;
}

#tourneyList td {
	padding: 2px 4px;
	border-top: 1px solid #999999;
}

#memberListControl {
	margin: 0 15px;
	border: 1px solid #666666;
	background-color: #000000;
	padding: 5px;
}

#memberListControl ul {
	margin-bottom: 10px;
}

#memberListControl li {
	display: inline;
	list-style-type: none;
}

#memberListControl a {
	float: left;
	padding: 2px 10px;
}

#memberListControl h1 {
	font-size: 12px;
	padding: 0 0 2px 0;
}

#createTourney td {
	padding: 2px 4px;
	vertical-align: top;
}

#createTourney textarea {
	width: 450px;
	height: 80px;
}

#createTourney input.timeEntry {
	width: 25px;
}

table.tourneyDetails {
	background-color: #000000;
	border: 1px solid #ff8a00;
	margin: 8px auto;
	width: 500px;
}

.tourneyDetails th, .tourneyDetails td {
	font-size: 11px;
	padding: 2px 4px;

}

.tourneyDetails th {
	font-size: 12px;
	color: #ff8a00;
}

.tourneyDetails .bracket {
	border: 1px solid #cccccc;
	padding: 10px;
	margin: 4px 0;
	font-size: 10px;
	background-color: #000000;
}

.tourneyDetails .bracket td {
	font-size: 10px;
}

.tourneyRound {
	float: left;
}

.tourney4 table {
	height: 120px;
}

.tourney8 table {
	height: 240px;
}

.tourney16 table {
	height: 480px;
}

.tourney32 table {
	height: 960px;
}

.tourney64 table {
	height: 1920px;
}

.bracket th {
	vertical-align: top;
	height: 14px;
	padding: 0 10px;
}

.bracket td {
	vertical-align: middle;
	padding: 0 10px;
}

#onCall {
	margin: 10px;
}

#onCall td {
	padding: 4px 5px;
}

#clanControl {
	border: 1px solid #cccccc;
	display: block;
	margin: 10px;
	padding: 5px;
	float: right;
	width: 150px;
}

#clanControl li {
	list-style-type: none;
}

#myClanPage table {
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	width: 500px;
	margin: 0 auto;
	clear: right;
}

#myClanPage td, #myClanPage th {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 3px 5px;
}

#notification {
	border: 1px solid #703030;
	background-color: #F4E6E3;
	color: #7A1618;
	margin: 10px;
	clear: right;
}

#notification .title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #ff0000;
	text-align: center;
	padding: 4px;
}

#betaTest a {
	background-image: none;
	background-color: #FDE3E4;
}

#betaTest a:hover {
	background-image: none;
	background-color: #E88E91;
}

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

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
