/* colors 
yellow:#efb300
orange: #f68600
blue: #9AC2DB
red: #ce0000


*/


/*
 - - - - new colors - - - - 

blue bg #294352
dark grey (BG grey) #303030

light grey (close to white) text #e9e9e9

light grey - top and bottom box color #7b7c7e

bright blue ; #2f8b9f
grey blue (lighter) #88aab3
yellow/tan/brown #a39c74

light tan #c3c2b4



yellow:#c1a00d attention?
orange: #a5391c error?
*/


/*General TAG styles*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td { /*takes margin & padding off most elements.*/
 margin:0;
 padding:0;
	} 

BODY {
	margin: 0px; 
	font-family: verdana, sans-serif; 
	font-size: 9px;
	background:#294352; 
	color:#fff;
	}

TABLE {padding: 0px; border: 0px;}

FORM {display: inline;}

INPUT {display: inline; padding: 0px; margin: 0px;}

input.radio{
	font-size:9px;
	}

TD {padding: 0px;}

div, p{
	margin:0;
	padding:0;
	}

input, select{
	border:1px solid #939496;
	background-color:#c3c2b4;
	color:#000;
	font: 10px arial, sans-serif;

	}
input.button{
	border:none;
	background-color:transparent;
	}


H1 {
	font-size: 19px; 
	line-height: 19px; 
	font-weight: bold;}

a{
	color:#C3D7DE;
	text-decoration:underline;
	border:none;
	outline:none;
	}
	
a:hover{
	color:#88aab3;/*2f8b9f*/
	text-decoration:none;
	border:none;
	}
	
a.basic { color:#ffffff; text-decoration:none; border:0}
a.basic:visited {
	color:#ffffff;
	text-decoration:none;
	border:0;
        }
a.basic:hover{
	color:#000000;
	}
a.normal { color:#ffffff; text-decoration:none; }
a.normal:visited {
	color:#ffffff;
	text-decoration:none;
	}
a.normal:hover{
	color:#ffffff;
	text-decoration:underline;
	}
	
a.yellow{ 
	color:#ffffff; 
	text-decoration:none;
	}
	
a.yellow:hover{
	color: #ffcf3e;
	text-decoration:underline;
	}

a.edit{
	display:block;
	background-color:#7B7C7E;
	margin-top:10px; 
	padding:4px;
	font-family:arial;
	font-weight:bold;
	text-transform:uppercase;
	line-height:1;
	text-decoration:none;
	color:#fff;
	}
a.edit:hover{
	color:#fff;
	background-color:#EFB300;
	}
/*Using css to turn unorder lists <UL></UL> into a row*/
ul.ulRow {padding: 0px; margin: 0px; list-style: none; white-space: nowrap; }
ul.ulRow li {float: left; list-style-type: none; margin: 0px; line-height: normal;}
ul.ulRow li a {float: left;}

/*For normal li functionality */
ul.ulNormal {padding: 0px; margin: 0px; list-style-type: disc ; white-space: normal; }

/*Generic spacer element for sizing*/
.spacer {width: 1px; font-size: 1px; height: 1px; line-height: 1px;}

/*the styles for the main table shell cells*/
#leftPad {
	background:transparent;

	}
#rightPad {
	
	}

#padding {background-image: url(../images/pageBG_repeatX.gif); background-repeat: repeat-x; }


#mainContainer {
	width:770px; 

	} /*unused?*/

/*Main header and navigation elements*/
#topActions {padding-left: 285px;}
#topActions li {padding: 7px 4px 7px 4px;}
#topActions li.inputCell {padding: 7px 3px 7px 3px; _padding: 6px 3px 7px 3px; }
#topActions li input.topInputs {padding: 0px; margin: 0px; width: 85px; height: 12px; font-family: verdana; font-size: 9px; line-height: 12px; color: #7B7C7E; border: 1px solid #green; padding-top: 0px;}
#topActions li.welcome { color: #efb300; font-weight: bold; padding-top: 8px;}
#topActions li.brightHolder { padding: 7px 0px 0px 0px;}
#topActions li.brightHolderLeft { padding-right: 0px; width: 72px;}
#topActions li.brightHolderRight { padding-left: 0px; width: 110px;}
#topActions div.brightBg { background-color: #e87101; height: 15px; padding: 1px 10px 0px 10px; color: #ffffff;}


#headerTextPasssword  input.topInputs {padding: 0px; margin: 0px; width: 85px; height: 12px; font-family: verdana; font-size: 9px; line-height: 12px; color: #7B7C7E; border: 1px solid #green; padding-top: 0px;}

#headerPasssword  input.topInputs {padding: 0px; margin: 0px; width: 85px; height: 12px; font-family: verdana; font-size: 9px; line-height: 12px; color: #7B7C7E; border: 1px solid #green; padding-top: 0px;}

#loginBtn{
	width: 44px; 
	height: 16px; 
	line-height: 16px; 
	cursor:pointer; 
	cursor: hand;
	}
.loginOff {
	background-image: url(../images/but_login.gif);
	background-repeat:no-repeat;
	}

.loginOn{
	background-image: url(../images/but_loginOVER.gif); background-repeat:no-repeat;
	}

#logoutBtn{width: 52px; height: 16px; line-height: 16px; cursor:pointer; cursor: hand;}
.logoutOff {background-image: url(../images/but_logout.gif); background-repeat:no-repeat;}
.logoutOn{background-image: url(../images/but_logout_ON.gif); background-repeat:no-repeat;}

.forgetLink {color: #fff;text-decoration: none;}
/*#choosePlatform {background-image: url(../images/chooseplatform.gif); background-repeat:no-repeat; width: 230px; height: 25px;}*/

/*TO TURN ON LEADERBOARD un comment below, and comment out above*/
#choosePlatform {
	background-image: url(../images/h3_leaderboard.gif); background-repeat:no-repeat; 
	background-color:#303030;
	width: 230px; 
	height: 25px;}
#navSep {background-image: url(../images/NAVsep.gif); background-repeat:no-repeat; width: 19px; height: 25px;}

#mainNav {background-color: #303030; border-bottom: 1px solid #fff; width: 340px;}
/*change height here to resolve 1px issue*/
#mainNavText {color: #fff; height: 24px;display: block; text-decoration: none;}
#mainNavText a {padding: 5px 8px 7px 8px; color: #fff; display: block; text-decoration: none; font-family: verdana; font-size: 9px;}
#mainNavText a:hover {background-color: #efB300; color: #000;}
#mainNavText li { white-space:nowrap;}
#mainNavText li.dot1 {background-image: url(../images/dot1.gif); background-repeat:no-repeat; background-position: 0px 10px ; width: 2px; padding:0px; height: 12px; line-height: 12px;}
#otherLinks {background-color: #7B7C7E; width: 180px; background-image: url(../images/NAVright_bottom.gif); background-repeat:repeat-y; background-position:right;}
#otherLinksText {color: #000; height: 20px; padding-top: 5px;}
#otherLinksText a:hover {color: #efB300;}
#otherLinksText li {padding: 0px 7px 0px 7px;}
#otherLinksText li.dot2 {background-image: url(../images/dot2.gif); background-repeat:no-repeat; background-position: 0px 6px ; width: 2px; padding:0px; height: 12; line-height: 12px;}
#otherLinksText  a {color: #000; display: block; text-decoration: none;}
/*#otherLinksText  a:hover {background-color: #efB300; color: #fff;}*/

#navBottomHolder li {height: 5px;}
#navBottomLeft {background-image: url(../images/NAVleft_bottom.gif); background-repeat:repeat-x; width: 2px;}
#navBottomRight {background-image: url(../images/NAVright_bottom.gif); background-repeat:repeat-x; width: 2px;}
#navBottomLine {background-image: url(../images/NAVBGrepeat.gif); background-repeat:repeat-x; width: 765px; height:}

/*Footer styles*/
#footerSection {
	background-image: url(../images/h3_FooterBG.gif); 
	background-repeat:no-repeat; 
	width: 769px; 
	height: 45px;
	}
#footerLinksText {color: #000; height: 45px;}
#footerLinksText li.copyright {padding: 9px 13px 0px 13px;}
#footerLinksText a {padding: 9px 13px 9px 13px; color: #000; display: block; text-decoration: none;}
#footerLinksText a:hover {
	color: #88aab3;
	}
#footerLinksText li.footerDot {background-image: url(../images/footerBar.gif); background-repeat:no-repeat; background-position: 0px 12px ; width: 1px; padding:0px; height: 20; line-height: 20px}

/*Community pages*/
.brightHeader {color: #ffcf3e; font-weight: bold;}
.myColumnNormal {color: #7b7c7e; font-weight: normal;}
.myColumnSpecial {color: #9ac2db; font-weight: normal;}

#leftColumn {padding-right: 17px; }
#myColumn {width: 161px;}
#myColumnTop {border-top: 1px solid #7b7c7e; border-left: 1px solid #7b7c7e; width: 155px; height: 4px;  background-color: #3a3a3a;}
#myColumnCorner {background-image: url(../images/myColumnCorner.gif); background-repeat:no-repeat; position: top right; width: 5px; height: 5px;}
#myColumnContent {border-left: 1px solid #7b7c7e; border-right: 1px solid #7b7c7e; border-bottom: 1px solid #7b7c7e; padding: 5px; width: 149px; background-color: #3a3a3a;}



#myColumnContent a{text-decoration: none; color: #7b7c7e;}
#myColumnContent a.blue{text-decoration: underline; color: #9ac2db; display:inline; float:none;}
#hrSeparator {width: 149px; background-color:#000; margin: 10px 0px 9px 0px;}

.platformHdr {font-size: 19px; line-height: 19px; font-weight: bold; padding-left: 4px; width:550px;}
#currentMatchesHdr {color: #ffcf3e; font-weight: bold; float: left; height: 19px; border-top: 1px solid #7b7c7e;  width:560px; background-color: #303030; padding-left: 10px; padding-top: 8px; margin-top: 11px;}
#currentHdrRow {color: #000; font-weight: bold; float: left; height: 17px; width:560px; background-color: #7b7c7e; padding-left: 10px; }
#currentHdrRow li{height: 15px;padding-top: 2px;}
#currentHdrRow a{color: #000;text-align:center;text-decoration: none;}

#matchRow {color: #fff; height: 17px; width:560px; float: left;padding-left: 10px; }
#matchRow li { height: 15px;padding-top: 2px;}
.titleColumn {border-right: 1px solid #000; width: 377px; padding: 0px 10px 0px 0px;}

.playersColumn {border-right: 1px solid #000; width: 61px; text-align:center;}
.challengeColumn { width: 110px; text-align:center; }
.highlightRow {background-color: #efb300;}
.lightRow {background-color: #3a3a3a; }
.darkRow {background-color: #303030;}
.postLink {text-decoration: none; color: #9ac2db;}
.playerColumn {border-right: 1px solid #000; width: 100px; padding: 0px 10px 0px 0px;}
.amountColumn {border-right: 1px solid #000; width: 51px; padding: 0px 10px 0px 0px; text-align:center;}
.commentColumn {border-right: 1px solid #000; width: 250px; padding: 0px 10px 0px 0px;}

/*regular links
#nav  a{
	float:left;
	text-decoration: none;
	padding:7px 8px 7px 8px;
	color:#515151;
	font-weight:normal;
	}

#nav a:hover {
	background-color:#515151;
	color:#7bf403;
	}
	
/*new styles*/


/* this is the gamer header style below is the "new h3 style" 
H2.static{
	font-size: 19px; 
	line-height: 22px; 
	font-weight: bold;
	padding: 0 0 8px 17px;
	color:#a39c74;
	margin:0;
	}
*/


h2.static{
	line-height:24px;
	margin:2px 0 10px 0;
	text-indent:-9999px;
	}

h2.static#contest-reg{
	background:transparent url(../images/h3_contest_reg_header.gif) no-repeat 0 0;
	}

.clear{
	clear:both;
	height:0;
	line-height: 0;
	visibility: hidden;
	font-size: 0;
	}

.inline{
	display:inline;
	}

.note{
	font-size:9px;
	}

/* - - - - - layout styles - - - - - */

div.static_wrap {
	background:#303030;
	/* border-top:1px solid #7B7C7E; */
	margin:0;
	padding:8px;
	width:737px;
	}


div.container_main{ /*to replace outermost div style - bottom content*/ 
	padding: 8px; 
	width: 753px;
	background:#000;
	}

div.sidebar{
	float:left;
	margin:0pt;
	padding:8px 16px 8px 0;
	width:161px;
	font-size:9px;
	color:#939393;
	}

div.sidebar .section{
	padding:8px;
	border-bottom: solid 1px #575757;
	}

div.main_content{
	float: left;
	margin:0;
	padding:8px 0;
	width:560px;
	font-size:10px;
	}

div.main_content .gradient{
	background: transparent url(../images/box_gradient_bg.jpg) repeat-x left top;
	}

div.main_content .section{
	border: 1px solid #3a3a3a;
	padding:8px;
	margin: 16px 0;
	clear:both;
	}

div.main_content p, div.main_content ul, div.main_content h3, div.main_content h4{
	margin:0;
	line-height:1.33;
	}

div.main_content h3{
	font-size:13px;
	color:#efb300;
	padding-bottom:16px;
	}
div.main_content h3.post{
	background: transparent	url(../images/tack_bg.jpg)no-repeat right top;
	}	


div.main_content h4{
	font-size:10px;
	color:#f68600;
	}

div.main_content p{
	padding-bottom:16px;
	}

#grey{
	color:#939393;
	}

.alert{
	color:#ce0000;
	font-weight:bold;
	}
 
 
ul.bullet{
 	
 	}

ul.no_bullet{
	list-style:none;
	margin:0;
	padding:0;
	
	}



/* - - - - content_tab_nav - - - - - - */



ul.content_tab_nav{
	list-style-type: none;
	margin:0 0 0 0;
	padding:0;
	
	}
ul.content_tab_nav li{
	float:left;
	display:block;
	width:auto;
	margin:0;
	padding:0;
	}

ul.content_tab_nav a{
	color:#7b7c7e;
	display:block;
	font-size:13px;
	font-weight: bold;
	text-decoration: underline;
	padding:5px 7px 7px 7px;
	margin:0 0 1px 0;
	border:1px solid #303030;
	border-bottom:none;
	}

ul.content_tab_nav a:hover{
	color:#efb300;
	
	}

ul.content_tab_nav a#current{
	color:#efb300;	
	background-color:#232323;
	border:1px solid #7b7c7e;
	border-bottom:none;
	}
div.tab_content{
	clear:both;
	padding:0;
	margin:0;
	}

/* - - - - - END tab nav - - - - - */



/* - - - - - -  basic table styles - - - - - -  */
table.stat_table, table.stat_table th, table.stat_table td{
	border-collapse:collapse;
	}

table.stat_table{
	margin:0;
	font-size:9px;
	margin:16px 0;
	}
	
.border{
	border:1px solid #7b7c7e;
	}

table.stat_table th{
	color:#000;
	background-color: #7b7c7e;
	padding:4px 6px;
	font-weight: normal;
	text-align: left;
	}
table.stat_table td{
	padding:4px 6px;
	}

table.stat_table tr.light{
	background-color: #3a3a3a;
	}
table.stat_table .left_divider{
	border-left: 1px solid black;
	}

.section table.stat_table{ /*takes off margins on the tables inside of the sections*/
	margin:0;
	}

	
/* - - - - - - current action table styles B/C it is NON standard. USE stat_table for basic table style - - - - - -  */
table.current_action td.CA_left{
	width:7px;
	background:transparent url(../images/CA_left_side_rpt.gif) repeat-y left top;
	}
	
table.current_action td.CA_right{
	width:7px;
	background:transparent url(../images/CA_right_side_rpt.gif) repeat-y left top;
	}

table.current_action table.stat_table{
	margin:0;
	}

table#CA th{
	color:#939393;
	font-weight:normal;
	background-color:#3a3a3a;
	}
	
div.main_content p.current_action_header{
	color:#efb300;
	font-size:9px;
	padding:8px;
	text-align:center;
	}
div.main_content p.current_action_header strong{
	font-size:13px;
	}
	
/* - - - - - inputs & form elements - - - - -*/


input.focus, select.focus, textarea.focus{
	background-color:#FFF;
	}

input.error, select.focus{
	background-color:#ffcf3e;
	}

textarea{
	border:1px solid #939496;
	background-color:#7b7c7e;
	color:#000;
	font: 10px arial, sans-serif;
	}

input.button{
	border:0;
	background-color:transparent;
	padding:10px 0;
	margin:0;
	}

/* - - - - - - - registration styles - - - - - - -  */
.endcol
	{
	clear:both;
	}
	
.cont_form p{
	padding-bottom:10px;
	}

.titleTab tr td{
	background-color:#E87101;
}

.titleTab .title_text{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFCE3E;
	font-size:15px;
	font-weight:bold;
	padding:3px 15px 0px 0px;
	}


.tab_steps tr td{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	padding:10px 0px 6px 0px;
	color:#e9e9e9;
	}

.pic_sub_steps{
	text-align:center;
	background-color:#E87101;
	padding:6px 0px 4px 0px;
	margin:0px;
	}

.div_form{
	width:718px;
	margin:0px auto 0px auto;
	font: 11px arial, sans-serif;
	}

.div_form input, .div_form select{
	border:1px solid #939496;
	background-color:#7b7c7e;
	color:#000;
	padding:2px 0;
	/*margin:3px 0;*/
	display:block;
	}



.div_form input.button{
	background-color:transparent;
	border:0;
	}
.div_form input.checkbox{
	display:inline;
	border:none;
	background-color:transparent;
	}


.div_form h3{
	font-size:13px;
	color:#C3D7DE;
/*	color:#2f8b9f;*/
	margin: 0 0 10px 0;
	}
	.div_form .pic_need_help{
		padding:10px 0px 20px 0px;
		}
	.div_form .input, .div_form .select{
		border:1px solid #1C1C1C;
		background:#C0C0C0;
		width:148px;
		color:#000000;
		font-size:11px;
		}
	
	.div_form .error, .div_form .error{
		border:1px solid #1C1C1C;
		background:#c1a00d;
		width:148px;
		color:#000000;
		}
	
	.div_form .cont_form{
		background:#3D3D3D;
		padding:10px 20px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
		color:#C3D7DE;
		}
	
	.div_form .left_side{
		float:left;
		width:330px;
		}
		
		.div_form .left_side .col_1{
			width:180px;
			}
		.div_form .left_side .row_1{
			padding-bottom:3px;
			}
		.div_form .left_side .row_2{
			padding-bottom:10px;
			}
		.div_form .left_side .row_last{
			padding:14px 0px 34px 0px;
			}
			.div_form .textOrange{
				color:#a39c74;
				}
	.div_form .right_side{
		float:right;
		width:320px;
		}
	.div_form .right_side .row{
		padding:0px 0px 9px 0px;
		}
	.div_form .right_side .row_last{
		padding-top:55px;
		}
		.div_form .right_side .col_1{
			width:170px;
			}
		
	.div_form .col{
		float:left;
		}


/* - - - - - - - sidebar styles - - - - - - - */

div.sidebar a{
	color:#939393;
	}
	
div.sidebar h3{
	color:#efb300;
	margin:5px 0;
	}

div.sidebar h4{
	color:#f68600;
	margin:5px 0 2px 0;
	}
	
div.sidebar p{
	line-height:1.33;
	margin:5px 0;
	}
	
div.sidebar ul{
	line-height:1.33;
	margin:5px 0 3px 0;
	}
div.sidebar ul li{
	padding:2px 0;
	}

div.sidebar input, div.sidebar select{
	margin:1px 0;
	}
	
div.sidebar input.button{
	padding:5px 0;
	}

div.sidebar form{
	padding:0;
	margin:0;
	color:#000;
	}

.scroll{
	overflow:auto;
	}
	
#online_now_div{
	clear:both;
	height:500px;
	margin:2px 0;
	}
	
ul#maintab{
	margin:2px 0 0 0;
	padding:0 0 8px 0;
	list-style-type:none;
	}

ul#maintab li {
	float:left;
	padding:0pt 1px;
	width:auto;
	
	
	}
	
span.color_xbox { color: #89C800;}
span.color_360 { color: #DEF67C;}
span.color_ps2 { color: #3C90FF;}
span.color_ps3 { color: #9BC6FF;}
span.color_wii { color: #6DE5FF;}
span.color_ds { color: #C976FF;}
span.color_pc { color: #CE0000;}
span.color_psp { color: #ACACD9;}


