﻿/* 
colors:
	dark blue:	dd663a;
	light blue:	cc330a;
	cream:		f7facd;
*/

* {
	margin: 0;
	padding: 0;
}

body, html {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	background-color: #eee;
	color: #333;
}

p {
	margin-bottom: 1em;
}

ul {
	list-style-type: none;
}


/* TYPOGRAPHY */

h1, h2, h3 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	margin: 0;
	line-height: 1.1em;
}

h1 {
	font-size: 28px;
/*	margin-top: .2em; */
	margin-bottom: .25em;
}

h2{ 
	font: bold 24px/1em Helvetica, sans-serif;
	margin-bottom: 0;
	font-weight: bolder;
}

h2 a {
	text-decoration: none;
}

h2 a:hover {
	text-decoration: none;
}

h3 {
	font-size: 1.5em;
	margin-top: 1.5em;
}


h4 {
	font-size: 1.25em;
	margin: 0;
}


/* ---------------------------------------------------------------------
	STRUCTURE
--------------------------------------------------------------------- */

div#container_shadow{width: 960px;margin: 20px auto; overflow: hidden; text-align: right;}
div#container{width: 920px;margin: 0px auto 20px auto; background-color: #fff; overflow: hidden; padding: 10px; border: 10px solid #ccc; text-align: left;}
div#wrapper {float:left;width:100%; background-color: #fff;}
div#content{margin: 0 0 0 500px; background-color: #fff;}
div#sidebar_wrapper{ float:left; width:200px; background-color: #fff;}
div#resultswrapper{ float:left; width: 490px; margin-left:-920px; background-color: #fff; padding-top: 0px;}
div#gameswrapper{ float:left; width:200px; margin-left:-200px; background-color: #fff; padding-top: 0px;}
div#content { padding: 0 10px;}
div#sidebar { padding: 0 0 0 4px; }




.full div#content{margin: 0; padding: 0 0 10px 0;}
.full #content { border-left: none; }

#footerwrapper {
	margin: 0;
	padding: 0;
	clear: left;
	width: 100%;
/*	border: 1px solid #F09; */
}

#footer {
	font-size: 9px;
	padding: 1em 0 0 0;
	font-family: Verdana, sans-serif;
}

#login_status {
	padding: 8px 8px;
	background-color: #3d3d3d;
	color: white;
	text-align: right;
	overflow: hidden;
}

#login_name {
	float: left;
	padding: 4px 0 0 0;
}

#login_status a {
	color: #fff;
}

#masthead {
	margin: 0 auto;
	padding: 0;
	height: 55px;
	background: #eee url(/images/xlarge_logo.gif) no-repeat bottom left;
}


/* ---------------------------------------------------------------------
	NAVIGATION
--------------------------------------------------------------------- */
#nav {
	margin-bottom: 20px;
	text-align: left;
	background-color: #274B59;
}

#nav ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
	height: 100px;
}

#nav ul li {
	text-align: center;
	float: left;
	list-style: none;
	white-space: nowrap;
	color: #fff;
	border-right: 1px solid #fff;
}

#nav li a,
#nav li span {
	height: 100px;
	padding: 80px 10px 10px 10px;
	width: 94px;
	font-size: 11px;
	text-transform: uppercase;
	font-family: Helvetica, Arial, sans-serif;
	display: block;
	text-decoration: none;
	color: #fff;
	display: block;
}

#nav li span {
	font-weight: bold;
	background-color: #eee;
	color: #fff;
}

#nav .nright {
	float: right;
}


li#nav_freak a, li#nav_freak span { background: #274B59 url(/images/nav/freak.png) no-repeat 50% 15%; }
li#nav_picks a, li#nav_picks span { background: #274B59 url(/images/nav/bracket.png) no-repeat 50% 15%; }
li#nav_opponents a, li#nav_opponents span { background: #274B59 url(/images/nav/opponents.png) no-repeat 50% 15%; }
li#nav_stats a, li#nav_stats span { background: #274B59 url(/images/nav/stats.png) no-repeat 50% 15%; }
li#nav_players a, li#nav_players span { background: #274B59 url(/images/nav/players.png) no-repeat 50% 15%; }
li#nav_bracket a, li#nav_bracket span { background: #274B59 url(/images/nav/bracket.png) no-repeat 50% 15%; }
li#nav_myinfo a, li#nav_myinfo span { background: #274B59 url(/images/nav/myinfo.png) no-repeat 50% 15%; }
li#nav_bestof a, li#nav_bestof span { background: #274B59 url(/images/nav/bestof.png) no-repeat 50% 15%; }
li#nav_admin a, li#nav_bestof span { background: #274B59 url(/images/nav/bestof.png) no-repeat 50% 15%; }

/* this should be obsolete now as there are no inactive menu items */
li#nav_picks span { color: #999; background: #ccc url(/images/nav/picks_off.png) no-repeat 50% 15%; }
li#nav_opponents span { color: #999; background: #ccc url(/images/nav/opponents_off.png) no-repeat 50% 15%; }
li#nav_myinfo span { color: #999; background: #ccc url(/images/nav/myinfo_off.png) no-repeat 50% 15%; }


#nav li#nav_freak a:hover {	background: #dd663a url(/images/nav/freak.png) no-repeat 50% 15%; }
#nav li#nav_picks a:hover { background: #dd663a url(/images/nav/bracket.png) no-repeat 50% 15%; }
#nav li#nav_opponents a:hover { background: #dd663a url(/images/nav/opponents.png) no-repeat 50% 15%; }
#nav li#nav_stats a:hover { background: #dd663a url(/images/nav/stats.png) no-repeat 50% 15%; }
#nav li#nav_players a:hover { background: #dd663a url(/images/nav/players.png) no-repeat 50% 15%; }
#nav li#nav_bracket a:hover { background: #dd663a url(/images/nav/bracket.png) no-repeat 50% 15%; }
#nav li#nav_myinfo a:hover { background: #dd663a url(/images/nav/myinfo.png) no-repeat 50% 15%; }
#nav li#nav_bestof a:hover { background: #dd663a url(/images/nav/bestof.png) no-repeat 50% 15%; }
#nav li#nav_admin a:hover { background: #dd663a url(/images/nav/bestof.png) no-repeat 50% 15%; }


#nav ul li a:hover {
	display: block;
	text-decoration: none;
	background-color: #CCC;
}

#nav li a.youarehere {
	background-color: #dd663a;
}

#nav li#nav_freak a.youarehere:hover { background-color: #dd663a;}
#nav li#nav_picks a.youarehere:hover { background-color: #dd663a;}
#nav li#nav_opponents a.youarehere:hover { background-color: #dd663a;}
#nav li#nav_stats a.youarehere:hover { background-color: #dd663a;}
#nav li#nav_players a.youarehere:hover { background-color: #dd663a;}
#nav li#nav_bracket a.youarehere:hover { background-color: #dd663a;}
#nav li#nav_myinfo a.youarehere:hover {	background-color: #dd663a;}
#nav li#nav_bestof a.youarehere:hover {	background-color: #dd663a;}


/* ---------------------------------------------------------------------
	GLOBAL TABLE SETTINGS
--------------------------------------------------------------------- */

table {
	width: 100%;
	border-collapse: collapse;
}

thead {
	background-color: #737373;
	border-top: 2px solid #eee;
	border-bottom: 2px solid #eee;
	border-width: 2px 0;
	padding: 5px 0;
}

th {
	font-family: Verdana, sans-serif;
	background-color: #cc330a;
	border-top: 1px solid #eee;
	color: white;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	padding: 2px;
}

td {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	padding: 2px 4px;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	color: #333;
}

td.left {
	border-left: 0;
}


.odd {
	background-color: #fff;
}

.even {
	background-color: #f0f7e2;
	background-color: #8FADBF;
}


.score {
	text-align: center;
}

tr.wrong td, td.wrong {
	color: #666;
	background-color: #f8f8f8;
	font-weight: normal;
}

tr.right td, td.right {
	color: #27552e;
	font-weight: bold;
	background-color: #ffc;
}

table.form tr.heading th {
	border-right: none;
	background-color: #7b9f53;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	padding: 4px 0 4px 4px;
}

table.form .last {
	padding-bottom: 30px;
}

#gameinfo {
	margin: 0 auto;
	width: 100%;
	margin-bottom: 20px;
	border-collapse: collapse;
}

#gameinfo .team_name {
	font-size: 14px;
	font-weight: bold;
	background-color: #333;
	color: white;
	width: 65px;
	border-bottom: none;
}

#gameinfo th {
	font-size: 10px;
	text-align: center;
	color: #000;
	background-color: #eee;
	border-bottom: 1px solid #ccc;
}

#gameinfo tr.logos td {
	border: none;
}

#gameinfo td {
	font-size: 10px;
	text-align: center;
	font-weight: bold;
	border-left: none;
}

#gameinfo .score {
	font-size: 24px;
	border-top: none;
	background-color: #fff;
}

/* ---------------------------------------------------------------------
	SCOREBOARD
--------------------------------------------------------------------- */

#scoreboard {
	width: 100%;
	margin-bottom: 20px;
}

#scoreboard td.score {
	color: #333;
	text-align: right;
	width: 15px;
	font-weight: bold;
	padding-right: 4px;
}

#scoreboard td.streak {
	color: #333;
	text-align: center;
	width: 15px;
}

table#scoreboard td.won {
	color: #060;
	text-align: center;
	width: 15px;
	font-weight: bold;
}

table#scoreboard td.loss {
	color: #900;
	text-align: center;
	width: 15px;
	font-weight: bold;
}

#scoreboard td.rank {
	border-left: 0;
	text-align: right;
	color: #333;
	width: 15px;
	padding-right: 4px;
}

tr.you td {
	background-color: #FC0;
	color: #000;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

tr.you td a,
#scoreboard tr.you td.rank,
#scoreboard tr.you td.score {
	color: #000;
}

tr.teammate td {
	background-color: #FFC;
}

/* ---------------------------------------------------------------------
	GAME RESULTS
--------------------------------------------------------------------- */

.gameresults th {
	text-align: left;
	font-size: 9px;
	font-weight: normal;
	color: #fff;
	background-color: #f8f8f8;
	color: #000;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 4px 2px;
}

.gameresults td {
/*	border-bottom: 1px solid #ccc; */
	padding: 3px 2px;
	font-size: 10px;
	text-align: left;
	background-color: #fff;
}


.gameresults td.seed {
	width: 20px;
	background-color: #eee;
	text-align: right;
}
.gameresults td.score {
	background-color: #eee;
/*	border-left: 1px solid #ccc; */
	text-align: right;
	width: 20px;
}

tr.winner td {
	font-weight: bold;
}

#results h4 {
	clear: both;
}

div.split {
	overflow: auto;
	margin-top: 3px;
	margin-bottom: 20px;
}

div.split .gleft {
	width: 48%;
	float: left;
}

div.split .gright {
	width: 48%;
	float: right;
	text-align: right;
}


/* ---------------------------------------------------------------------
	BOWL CHAT
--------------------------------------------------------------------- */

#chatform {
	background-color: #f8f8f8;
	margin-bottom: 20px;
	text-align: center;
	padding-top: 10px;
	border-top: 2px solid #e8e8e8;
	border-bottom: 2px solid #e8e8e8;
}

#chatform .top {
	padding: 0;
	height: 20px;
	background: #e8e8e8 url(/images/chat_form_top_420.gif) no-repeat 0 0;
}

#chatform .submit {
	height: 30px;
	background: #fff url(/images/formnode_bottom.gif) no-repeat 0 0; 
	background: #f8f8f8;
}

/*
#chatform .bottom {
	height: 20px;
	background-color: #ddd;
}
*/
#chatform textarea {
	border: 1px solid #ccc;
	width: 94%;
}

.byline { margin-bottom: .75em; }

.byline_date {
	padding-left: 16px;
	color: #333;
	font-weight: bold;
	background-image: url(/images/comment.png);
	background-repeat: no-repeat;
	background-position: left 50%;
}

.byline_by {
	color: #333;
	font-weight: bold;
}

.postblock {
	margin-top: 1em;
	margin-bottom: 3em;
}

.post {
	margin-left: 0em;
	padding: 1em;
	border-left: 1px solid #ccc;
	background-color: #f9f9f9;
}

.post ul {
	margin-left: 2em;
	list-style-type: disc;
	margin-bottom: 1em;
}

.post ul li {
	margin: 1em 0;
}

.post p {
	margin: 0;
}
.post p+p {
	margin-top: 1em;
}

.yourpost .post {
	border-left: 2px solid darkorange;
}


/* ---------------------------------------------------------------------
	LINKS
--------------------------------------------------------------------- */

a:link {text-decoration: none; font-weight: bold; color: #dd663a;}
a:visited {text-decoration: none; font-weight: bold; color: #dd663a; }
a:hover {text-decoration: underline; font-weight: bold; color: #dd663a; }
a:active {text-decoration: none; font-weight: bold; color: #dd663a; }

th a:link {text-decoration: none; font-weight: bold;}
th a:visited {text-decoration: none; font-weight: bold;}
th a:hover {text-decoration: underline; font-weight: bold;}
th a:active {text-decoration: none; font-weight: bold;}


/* ---------------------------------------------------------------------
	FORMS
--------------------------------------------------------------------- */
table.form {
	width: 100%;
	border-top: 3px solid #7b9f53;
	border-bottom: 0px solid #900;
	margin-bottom: 4em;
}

table.form th {
	padding: 4px;
	width: 190px;
	background-color: #f0f7e2;
	border: none;
	color: #000;
	text-align: right;
}


table.form tr.heading th {
	text-align: left;
	border-bottom: 1px solid #7b9f53;
}

table.form td {
	padding: 4px;
	background-color: #f0f7e2;
	border-bottom: 0;
}


table.form option {
/*	font-size: 9px;	 */
}


.form {
  background-color: #fff;
/*  padding: 10px; */
  margin-bottom: 25px;
  width: 100%;
}


span.example {
	font-size: 9px;
	color: #666;
	margin-left: 10px;
}



/* ---------------------------------------------------------------------
	FEEDBACK
--------------------------------------------------------------------- */

.success {
	color: #060;
	font-weight: bold;	
}


.failure {
	color: #900;
	font-weight: bold;
}



/* ---------------------------------------------------------------------
	MISCELLANEOUS ELEMENTS
--------------------------------------------------------------------- */

div#pick_header {
	overflow: hidden;
	margin: 0 0 3em 0;
}

div#instructions_container {
	border: 1px dotted #ccc;
	background-color: lemonchiffon;
	padding: 10px;
	width: 450px;
	height: 116px;
	overflow: auto;
	float: right;
}

div#instructions_container #instructions {
/*	display: none; */
}

#instructions_container h3 {
	margin-top: 0;
}

#instructions_container h4 {
	font-size: 12px;
}


div#instructions ol {
	margin-left: 3em;
}

#container-errors {
	margin-bottom: 10px;
}

#container-errors ul li {
	margin-left: 20px;
	color: #600;
	font-weight: bold;
}

.errors {
	border-top: 1px solid #C90;
	border-bottom: 1px solid #C90;
	background-color: #FFC;
	margin: 10px 0;
	padding: 10px;
}

.errors h4 {
	color: #600;
}




#result_message {
	padding: 10px;
	margin: 1em 0;
}

#result_message ul.errors {
	margin: 0;
	padding: 10px;
	border: none;
}


#result_message ul li {
	margin-left: 20px;
	color: #fff;
	font-weight: normal;
}

#result_message h4 {
	color: #fff;
	margin-bottom: .5em;
}


.warning {
	background-color: #FF8533;
}
.warning ul.errors {
	background-color: #E35B00;
}

.success {
	background-color: darkgreen;
}
.success ul.errors {
	background-color: green;
}






#note {
	font-size: 11px;
	padding: 8px;
	border-top: 1px solid #C90;
	border-bottom: 1px solid #C90;
	background-color: #FFC;
	margin-bottom: 2em;
}




/* ---------------------------------------------------------------------
	SUBNAV
--------------------------------------------------------------------- */

.subnav {
	border: 1px solid #ccc;
	margin: 0;
	margin-bottom: 10px;
	padding: 5px;
	text-align: left;
	background-color: #f9f9f9;
	font-size: 10px;
}


.subnav img {
	margin-bottom: 6px;
	border: 0;
}

.subnav ul {
	margin: 0;
	padding: 0;
}	

.subnav li {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 17px;
	background: url(/images/arrow.gif) no-repeat 0 2px;
	text-align: left;
	line-height: 1.5em; /*18px; */
	font-size: 11px;
}

.subnav a:link, .subnav a:visited, .subnav a:active {
/*	color: #bca845; */
	font-weight: normal;
	text-decoration: none;
}

.subnav a:hover {
/*	color: #bca845; */
	font-weight: normal;
	text-decoration: underline;
}


.subnav h3 {
	font: 11px Verdana;
	font-weight: bold;
	margin-bottom: .35em;
	margin-top: 0;
}


		

.submit {
	padding: 10px 10px 0px 10px;
}

#thefreak {
	font: 14px Verdana, Helvetica, Arial, sans-serif;
}

div#bowldetail {
	margin-bottom: 20px;
}

ul#donate {
	margin-bottom: 10px;
}

ul#donate li {
	list-style-type: none;
	font-size: 9px;
}


#timeleft {
	border-top: 2px solid #FC0;
	border-bottom: 2px solid #FC0;
	background-color: lemonchiffon;
	padding: 6px;
	margin-bottom: 20px;
	font: 12px monospace;
	font-weight: bold;
}

#countdown {
	font-size: 12px;
	font-weight: normal;
}


h3.byline{
	margin-top: 0; 
	margin-bottom: 2em; 
	padding: 0;
	text-transform: uppercase; 
}

/*
p, ul, ol{
	font-family:"Lucida Grande",Helvetica,Arial,sans-serif;
	font-size:12px;
}
*/


/* --------------------------------------------------------------------- 
	FORMS
--------------------------------------------------------------------- */

#missing td {
	border-bottom: 0;
}


.columnform {
	width: 530px;
	margin: 0 auto;
}

.columnform_wide {
	width: 700px;
	margin: 0 auto;
}


.formnode {
	padding: 20px 10px;
	overflow: hidden;
	border-top: 0;
	-webkit-border-radius: 15px;
	background-color: #e8e8e8;
/*	background: #fff url("/images/formnode_body.gif") repeat-y; */
}

.columnform_wide .formnode {
/*	background: #fff url("/images/formnode_wide_body.png") repeat-y; */
}
	
.formnode dl dt {
	width: 180px;
	margin: 2px 8px 0 0;
	padding: 0;
	text-align: right;
	white-space: nowrap;
	float: left;
	clear: left;
	position: relative;
}

.formnode dl dt {
	font-size: 10px;
	color: #666;
}

.formnode dl dd {
	margin-bottom: 8px;
}

.formnode dd textarea {
	width: 300px;
}


.columnform_wide .formnode dd input {
	width: 466px;
	font-size: 14px;
}

.columnform_wide .formnode dd textarea {
	width: 470px;
}


.formnode td {
	background-color: #fff;
}

.columnform h1, .columnform_wide h1 {
	padding: 0 10px;
	margin-bottom: 0;
}

.columnform p, .columnform_wide p {
	padding: 0 10px;
}
.columnform h3.first,
.columnform_wide h3.first
{
	height: 16px;
/*	background: #fff url("/images/formnode_top.gif") no-repeat bottom left; */
	padding: 0px 10px 0 10px;
	border: 0;
}

.columnform_wide h3.first {
	height: 21px;
/*	background: #fff url("/images/formnode_wide_top.png") no-repeat; */
}


.columnform h3,
.columnform_wide h3 {
	margin: 0;
	height: 21px;
	padding: 10px 10px 0 10px;
	font-size: 1.5em;
	line-height: 1em;
/*	background: #fff url("/images/formnode_top.gif") no-repeat; */
	color: #666;
}

.columnform_wide h3 {
	background: #fff url("/images/form_wide_h3.png") no-repeat;
}

.columnform_wide div.submit,
.columnform div.submit {
	height: 50px;
/*	background: #fff url("/images/formnode_bottom.gif") no-repeat 0 0; */
	padding: 10px 30px 16px 20px;
	border: 0;
	text-align: right;
	display: block;
	margin-bottom: 1em;
}

.columnform_wide div.submit {
/*	background: #fff url("/images/formnode_wide_bottom.png") no-repeat; */
}

.formnode dd table {
	width: 200px;
}
.formnode dd table td{
	background-color: #e8e8e8;
	border: 0;
}

td.cbox {
	width: 10px;
}


#player_info dt {
	width: 130px;
	margin: 2px 8px 0 0;
	padding: 0;
	text-align: right;
	float: left;
	clear: left;
	position: relative;
}

#player_info dt {
	font-size: 11px;
	color: #333;
	font-weight: bold;
	
}

#player_info dd {
	margin-bottom: 8px;
	padding-top: 2px;
	font-size: 11px;
}

.freak_level {
	font-size: 12px;
	text-transform: uppercase;
	display: block;
	text-align: center;
	font-weight: bold;
	color: #600;
	margin: 1em 0;
}



tr.alt td {
	background-color: #ebf0f6;
}


dd input {
	font-size: 14px;
}



/* ---------------------------------------------------------------------
	TEAM HISTORY - BOWL RESULTS
 -------------------------------------------------------------------- */

.team_history {
	width: 480px;
	background-color: #ddd;
	padding: 10px;
	color: #333;
	margin: 10px 0;
}

.team_history td {
	border-left: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	padding: 2px 4px;
	color: #333;
	background-color: #fff;
	line-height: 1.3em; /* for lightwindow....getting botched on server */
}

.team_history td.left,
.team_history th.left {
	border-left: none;
}
.team_history tr.noinvite td {
	text-align: center;
	background-color: #f8f8f8;
}

.team_history td.season {
	text-align: center;
}

.team_history th {
	border-left: 1px dotted #ccc;
	line-height: 1.3em; /* for lightwindow....getting botched on server */
	padding: 2px 4px;
}

.team_history thead {
	border: none;
}

.team_history tfoot td {
	border: none;
	font-weight: bold;
	background-color: #f8f8f8;
}

.team_history tfoot td.record {
	text-align: center;
	background-color: #f8f8f8;
	border: none;
}


ul#stats_seasons {
	margin-left: 2em;
	list-style-type: disc;
}

.team_history h3 {
	margin-top: 0;
}




#pagination {
	border-color: transparent;
	background-color: transparent;
	padding-bottom: 1em;
}

#pagination a,
span.inactive {
	padding: 3px;
	line-height: 14px;
	color: black;
	text-decoration: none;
}

#pagination a:hover {
	background-color: #ddd;
	text-decoration: underline;
}

#pagination a.youarehere {
	font-weight: bold;
}

#pagination span.inactive {
	color: #666;
}


#browser_links {
	overflow: hidden;
	text-align: center;
}
#browser_links li {
	width: 200px;
	float: left;
	height: 200px;
	width: 200px;
	margin-left: 12px;
	border: 1px solid #ccc;
	background-color: #fff;
}

#browser_links a img {
	border: none;
}



.correct {
	color: #060;
	font-weight: bold;
}

.incorrect {
	color: #600;
	font-weight: bold;
	text-decoration: line-through;
}

#content {
	border-left: 1px dotted #ccc;
}

#scoreboard_wrapper th {
	background-color: #fff;
	color: #333;
	font-weight: normal;
	font-size: 10px;
	vertical-align: bottom;
	text-align: center;
}

#scoreboard_wrapper {
	padding: 0px;
	background-color: #fff;
}

#scoreboard_wrapper .top {
	height: 0px;
/*	background-color: purple; */
}

#scoreboard_wrapper .bottom {
	height: 0px;
/*	background-color: lime; */
}

#scoreboard_wrapper td {
	background-color: #ecf3fe;
	background-color: #ebf0f6;
	border-bottom: 1px dotted #ccc;
	border-left: 1px dotted #ccc;
}

#scoreboard_wrapper td.left {
	border-left: 0;
}

#scoreboard_wrapper tr.alt td {
	background-color: #fff;
	border-bottom: 1px dotted #ccc;
}


table#stats th {
	text-align: center;
	background-color: #fff;
	color: #333;
	font-weight: normal;
	font-size: 10px;
	vertical-align: bottom;
}


table#stats td {
	text-align: center;
}

table#stats td.left {
	text-align: left;
}

#scoreboard_wrapper tr.you td,
table#stats tr.you td {
	background-color: #FC0;
	color: #000;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}


#player_detail {
	border: 1px dotted #ccc;
	background-color: #f8f8f8;
	padding: 10px;
	width: 400px;
	overflow: hidden;
	float: left;
}

#player_detail p {
	margin-bottom: .25em;
}

#player_detail #logo {
	float: right;
	border: 1px solid #ccc;
	padding: 3px;
	background-color: #fff;	
}

.incomplete_warning {
	font-size: 9px;
	color: #666;
}