﻿
.bigRB
{
	width: 30px;
	height: 30px;
}

.DragPanelStyle
{
	background-color: #dddddd;
	width: 300px;
	height: 35px;
	cursor: move;
}

.DragPanelFloatStyle
{
	border: 1px solid #444444;
	-moz-opacity: 0.5;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.DropPanelStyle
{
	background-color: #999999;
	border: 1px solid #444444;
	width: 300px;
	height: 35px;
	cursor: move;
}

.DropPanelStyleComplete
{
	background-color: #e2f9e3;
	width: 300px;
	height: 35px;
	cursor: move;
}

.DropPanelStyle.active
{
	background-color: Yellow;
}


.picksHeaderBG
{
	background-image: url(../../_gfx/layout/nflpicksbackground.png);
	background-position: left center;
	background-repeat: no-repeat;
}

.prizesCounter
{
	background-image: url(../../_gfx/layout/prizescounterbg.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 29px;
	width: 197px;
	text-align: right;
	line-height: 25px;
}

.prizesCounter a:hover
{
	text-decoration: none;
}

.PicksLocked
{
	position: absolute;
	background-image: url(../../_gfx/picks/pickslocked.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: White;
	-moz-opacity: 0.5;
	opacity: 0.5;
	filter: alpha(opacity=50);
	width: 720px;
	height: 800px;
	z-index: 10;
}

.picks-locked
{
	position: absolute;
	top:0px;
	left:0px;
	height:37px;
	width:302px;
	z-index: 11;
	background-image: url(../../_gfx2009/layout/picks_locked.png);
	background-repeat: no-repeat;
}

.PicksNotLoggedIn
{
	background-image: url(../../_gfx/layout/picksnotloggedin.png);
	background-repeat: no-repeat;
	height: 521px;
	background-position: right center;
	background-color: #e2f9e3;
	border: 1px solid #bfbfbf;
}

.TransparantLayer
{
	background-image: url(../../_gfx/t.gif);
	background-repeat: no-repeat;
	background-repeat: repeat-x;
	background-repeat: repeat-y;
	z-index: 1;
}

.h2hTabs a
{
	font-size: 12px;
	color: #55252c;
	border-left: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
	border-top: 1px solid #bfbfbf;
	padding: 0px 5px 0px 5px;
	background-color: #f9f9f9;
}

.h2hTabs a:hover
{
	border-top: 2px solid orange;
}

.matchup a
{
	color: #55252c;
}

.h2hIcon
{
	background-image:url(../../_gfx/icons/h2h.png);
	background-repeat:no-repeat;
	height:24;
	width:24;
}


.IPicksOk
{
	background-image: url(../../_gfx/icons/picksOk.png);
	background-repeat: no-repeat;
	height: 24px;
	width: 24px;
}

.IPicksNotOk
{
	background-image: url(../../_gfx/icons/picksNotOk.png);
	background-repeat: no-repeat;
	height: 24px;
	width: 24px;
}

.IPicksOkSmall
{
	background-image: url(../../_gfx2009/icons/plus.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 20px;
}

.IPicksNotPlayedSmall
{
	background-image: url(../../_gfx2009/icons/clear.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 20px;
}

.IPicksNotOkSmall
{
	background-image: url(../../_gfx2009/icons/failed.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 20px;
}

.carouselPicks a
{
		color: #55252c;
	font-weight: bolder;
}

.carouselPicks .jCarouselLite
{
	/* background-color: #dfdfdf; Needed for rendering without flicker */
	position: relative;
	overflow: hidden;
	height: 75px;
}
.carouselPicks ul
{
	margin: 0;
	display: block;
}
.carouselPicks li
{
	margin-right: 8px;
	float: left;
	width: 160px;
	display: inline;
	overflow: hidden;
	list-style-type: none;
}
.carouselPicks li img
{
}
.verticalPicks
{
	margin-left: 170px;
}
.verticalPicks .jCarouselLite
{
	/* so that in IE 6, the carousel div doesnt expand to fill the space */
	width: 170px;
}