/*********************** ALIGNMENT ****************************/
.left {float:none; text-align: left;}
.right {float:none; text-align: right;}
.center {text-align: center;}

.ranked { font-weight: bold; }
.unranked { display: none; }

table {width: 100%; }
td {text-align: left;}

.lodges { background: #CCC; }

/************************ GAMEDAY ******************************/

#gamebox
{
	position: relative;
	display: block;
	max-width: 100%;
	height: auto;
	background-color: #000;
	vertical-align: top;
	color: #f1f1f1;
	padding: 35px 10px 10px 10px;	
}

.gameday
{
	background:url('/football/images/gameday.jpg') no-repeat;
}

.getinthegame
{
	background:url('/football/images/getinthegame.jpg') no-repeat;
}

.mypicks
{
	background:url('/football/images/picks.jpg') no-repeat;
}

.leaderboards
{
	background:url('/football/images/leaderboards.jpg') no-repeat;
}

.elks
{
	background:url('/football/images/elks.jpg') no-repeat;
}

.lodge
{
	background:url('/football/images/lodge.jpg') no-repeat;
}

.rules
{
	background:url('/football/images/rules.jpg') no-repeat;
}


#gamebox a
{
	position: relative;
	display: block; 
	max-width: 100%;
	height: 15px;
	padding: 12px 0;
    text-align: center;
	vertical-align: middle;
	background: #ffffff;
	background: -moz-linear-gradient(top, #e0e1e0 0%, #a8a8a8 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0e1e0), color-stop(100%,#a8a8a8)); 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0e1e0', endColorstr='#a8a8a8');
	text-decoration: none;
	font-weight: bold;
	color: #333;
	border: 1px solid #999;
}

#gamebox a:hover
{
	text-decoration: underline;
	border: 1px solid #fff;	
}


/* Picks page */

#weekwrap
{
	width: 90%;
	clear: both;
}

#weekwrap div
{
	float: left;
	background-color: #ccc;
}

#weekwrap div a 
{
	display: block;
	padding: 5px 15px; 	
	color: #333; 
	text-decoration: none;
	border: none;
}

#weekwrap div a:hover, #weekwrap div.selweek a {text-decoration:underline;}

#weekwrap div.selweek
{
	background-color: #eaecec;
	font-weight: bold;	
}

#weekpicks
{
	width: 100%;	
}

.pick
{
	margin: 0;
	padding: 0;	
}

.team
{
	display: inline-block;
}


#distributionBar
{
	width: 100%;
}

#distributionBar span.bar
{
	vertical-align: middle;
	height: 10px;
	display: inline-block;
	color: #fff;
	font-size: 8px;
	font-weight: bold;
	text-align:right;
}

#distributionBar span.favorite
{
	background-color: #090;
}

#distributionBar span.underdog
{
	background-color: #900;
}

/**************** NAVIGATION *************************/
/*
#leftcontent, #rightcontent
{
	margin: 0;
	padding: 0;
	padding-top: 20px;
}

#leftcontent ul, #rightcontent ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#leftcontent li, #rightcontent li
{
	border-bottom: 1px solid #fff;
}

#leftcontent li a, #rightcontent li a
{
	width: 170px;
	height: 20px;
	display: block;
	margin: 0;
	padding: 9px 10px 5px 20px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background: #336699;
}

#leftcontent li a:hover, , #rightcontent li a:hover
{
	color: #232323;	
	background: #f1f1f1;
}

#leftcontent li a.activeMenu, #rightcontent li a.activeMenu
{
	background: #fff;
	color: #000;
}

#leftcontent li div, #rightcontent li div
{
	position: relative;
	visibility: hidden;
	display: none;
	clear: left;
	margin: 0;
	padding: 0;
	border: 1px solid #
}

#leftcontent li div li a, #rightcontent li div li a
{
	width: 170px;
	height: auto;
	display: block;
	margin-left: 5px;
	padding: 4px 0 4px 25px;
	text-decoration: none;
	font-size:12px;
	font-weight: normal;
	color: #336699;
	background: #eceaea;
}

#leftcontent li div li:hover a:hover, #rightcontent li div li:hover a:hover
{
	text-decoration: underline;
	color: #800;
	background: #e0e0e0;
}

#leftcontent li div li a.activeSub, #rightcontent li div li a.activeSub
{
	color: #000;
	font-weight: bold;
	background: #e0e0e0;
}

#leftcontent li div li.last, #rightcontent li div li.last
{
	border:none;	
}
*/

input.pick[type="radio"]:checked{
	background-color:#2f2f2f!important;
}