/* = contests_heading
========================================= */

.contests_heading
{
	height: 29px;
	width: 975px;
	background: url('../i/contests/header_box_top.gif') no-repeat;
	display: block;
	float: left;
}

.contests_heading h2
{
	font-weight: bold;
	color: #fff;
	font-size: 14px;
	height: 24px;
	padding-top: 5px;
	display: block;
	float: left;
}

/* = contest
========================================= */
.contest
{
	width: 975px;
	background: url('../i/contests/contest_box_bg.gif') repeat-y;
	margin-bottom: 3px;
}

.contest_start
{
	background: url('../i/contests/contest_box_top.gif') no-repeat top;
	padding-top: 1px;
}

.contest_start#contest_start_first
{
	background: url('../i/contests/contest_box_top_first.gif') no-repeat top;
}

.contest_end
{
	background: url('../i/contests/contest_box_bottom.gif') no-repeat bottom;
}

.contest h3
{
	clear: both;
	font-weight: bold;
	color: #fff;
	font-size: 13px;
	height: 24px;
	width: 890px;
	padding-top: 5px;
	padding-left: 15px;
	display: block;
	float: left;
}

.contest #contest_start_first h3
{
	padding-top: 3px;
}

.contest #contest_start_first .options a
{
	margin-top: 5px;
}

.contest .contest_info
{
	clear: both;
	padding-left: 15px;
	padding-top: 1px;
	padding-bottom: 4px;
	min-height: 130px;
}

.contest .contest_info p.description
{
	float: left;
	width: 613px;
}

.contest .contest_info p.description a.play_now
{
	float: right;
	margin: 6px;
	height: 66px;
	width: 158px;
	text-indent: -9999px;
	background: url('../i/contests/playnow.gif') no-repeat bottom right;
}

a.play_now#nfl{background-image: url('../i/contests/playnow_nfl.gif')}
a.play_now#nba{background-image: url('../i/contests/playnow_nba.gif')}
a.play_now#nhl{background-image: url('../i/contests/playnow_nhl.gif')}
a.play_now#mlb{background-image: url('../i/contests/playnow_mlb.gif')}
a.play_now#ncaab{background-image: url('../i/contests/playnow_nba.gif')}
a.play_now#ncaaf{background-image: url('../i/contests/playnow_ncaaf.gif')}
a.play_now#soccer{background-image: url('../i/contests/playnow_soccer.gif')}
a.play_now#wnba{background-image: url('../i/contests/playnow_nba.gif')}

.contest .contest_info .contest_dictionary
{
	height: 93px;
	width: 232px;
	display: block;
	float: left;
	text-align: center;
	vertical-align: middle;
	margin: 20px auto;
}

.contest .contest_info .contest_dictionary dl
{
	clear: both;
	color: #AF1A17;
	display: block;
	text-align: center;
	width: 126px;
	border-bottom: 1px solid #D3DCE3;
	height: 22px;
	padding-top: 5px;
	font-size: 12px;
	margin: 0px auto;
}

.contest .contest_info .contest_dictionary dl.no_border
{
	border-bottom: none;
}

.contest .contest_info .contest_dictionary dl dt
{
	font-weight: bold;
	display: inline;
}

.contest .contest_info .contest_dictionary dl dd
{
	display: inline;
}

.contest .contest_info ul.contest_menu
{
	display: block;
	float: right;
	text-align: center;
	margin-right: 4px;
	width: 111px;
	height: 133px;
	list-style-type: none;
}

.contest .contest_info ul.contest_menu li
{
	width: 107px;
	height: 19px;
	text-align: center;
	display: block;
	float: right;
}

.contest .contest_info ul.contest_menu li a.button
{
	float: right;
	font-weight: bold;
	color: #fff;
	width: 107px;
	height: 19px;
	margin-bottom: 0px;
	background: url('../i/contests/button.gif') no-repeat;
	display: block;
}

/* = picks table
========================================= */
.picks_box{
	background: url(../i/video/box2_bg.gif) repeat-y;	
	width: 650px;
}	

.picks_box h2{
	font-weight: bold;
	color: #fff;
	font-size: 13px;
	height: 25px;
	padding-top: 5px;
	padding-left: 7px;
}	

.picks_box_start{
	background: url(../i/video/box2_start.gif) no-repeat top;
	width: 650px;
}

.picks_box_end{
	background: url(../i/user/form_end.gif) no-repeat bottom;
	padding: 3px;
	padding-top: 0px;
	clear: both;
}

.picks_box_thead{
	background: url(../i/contests/thead_picks.gif) no-repeat 3px 30px;
}

#picks_table
{
	margin: 0px;
	padding: 0px;
}

#picks_table td, #picks_table th
{
	text-align: center;
	vertical-align: middle;
	padding: 2px 4px;
	font-weight: bold;
}

#picks_table th
{
	font-size: 12px;
	color: #fff;
}

#picks_table th.th_border
{
	border-right: 1px solid #19445F;
}

#picks_table th.th_bordel
{
	border-left: 1px solid #19445F;
}

#picks_table td.td_border
{
	border-right: 1px dotted #696969;
	font-size: 11px;
	font-weight: normal;
}

#picks_table td.td_bordel
{
	border-left: 1px dotted #696969;
}

#picks_table .tr_background
{
	width: 644px;
	height: 6px;
	background: url(../i/contests/tr_picks.gif) no-repeat center center;
}

.picks_box input.submit_picks
{
	margin-top: 5px;
	float: right;
	margin-right: 6px;
	margin-bottom: 5px;
}
