#gameFooter {
	width:500px;
}

#picksContainer {

/*	 width:500px; */
	 clear:none;

}

#picksContainer h3 {
	margin-top:20px;
	font:16px Verdana, Geneva, sans-serif;
}

.scoring {
	font-size:10px;
	white-space:nowrap;
	text-align:left;
}

#my-pigskinpicks {
	background: url(../images/pigskin_picks_bullet.gif) 88% 52% no-repeat;
}

#picksContainer #loginContainer {
	text-align:center;
}

h1.weekHeader {
	font-weight:bold;
	font-size:14px;
}



input[type=text].score {
	width:40px;
}

input[type=text].tiebreakerAnswer {
	width:150px;
}
table.picksTable {
	width:100%;
}

table.picksTable tr th {
	text-align:left;
	font-size:10px;
}

table.picksTable td.score-them, table.picksTable td.score-mine, table.picksTable td.score-real {
text-align: center;
}

table.picksTable th.score-them, table.picksTable th.score-mine, table.picksTable th.score-real {
text-align: center;
}

table.picksTable tr td, table.picksTable tr th {
	text-align:left;
	padding:2px;
}

table.picksTable tr td.date {
	font-style:italic;
}


table.picksTable tr.spacer {
	height:20px;
}

table.picksTable tr th {
	font-weight:bold;
}

table.picksTable tr.winner {
	font-weight:bold;
	
}

.date {
	border-top:1px solid #ccc;
	color:#999;
}

table.picksTable .user-picks {
	text-align:right;
}

table.picksTable .easy-button {
	text-align:right;
}
.score {width:30px;}
.score-real {color:#3d4f93}

.score-them {color:#980000; white-space:nowrap}
.score-mine {color:#0f7e0c; white-space:nowrap}


span.error { color:red; font-weight:bold; font-size:larger; }

tr.disabled td { color:#999999; }
