.ViewGame_expanded
{
	height: 130px;
	width:100%;
	padding-top: 3px;
}

.ViewGame_collapsed
{
}

.SmallWhite
{
	color: White;
	font-size: 11px;
	font-family: Tahoma;
}
.SmallWhite A:link {text-decoration: underline}
.SmallWhite A:visited {text-decoration: underline}
.SmallWhite A:active {text-decoration: underline}
.SmallWhite A:hover {text-decoration: underline; color:White;}
.LargeWhite
{
	color: White;
	font-size: 15px;
	font-family: Tahoma;
}
.LargeWhite A:link {text-decoration: underline}
.LargeWhite A:visited {text-decoration: underline}
.LargeWhite A:active {text-decoration: underline}
.LargeWhite A:hover {text-decoration: underline; color:White;}
.DataBox
{
	font-size: 14px;
	font-family: Tahoma;
}

.theScore
{
	color: White;
	font-size: 22px;
	font-family: Tahoma;
}
.MoneyLine
{
	font-size: 9px;
}

.Game_Upcoming
{
	background-image: url( 'images/game_upcoming_bkg.jpg' );
	background-color:#231f20;
	background-repeat:repeat-x;
}
.Game_Historical
{
	background-image: url( 'images/game_historical_bkg.jpg' );
	background-color:#231f20;
	background-repeat:repeat-x;
}
.Game_Live
{
	background-image: url( 'images/game_live_bkg.jpg' );
	background-color:#231f20;
	background-repeat:repeat-x;
}

.3Ms
{
	width: 53px;
}
.OddsDiff
{
	color: Red;
	font-size: 8px;
}

.Header_Upcoming
{
	background-image: url( 'images/game_upcoming_bkg.jpg' );
	border: 1px solid black;
}
.Header_Live
{
	background-image: url( 'images/game_live_bkg.jpg' );
	border: 1px solid black;
}
.Header_Historical
{
	background-image: url( 'images/game_historical_bkg.jpg' );
	border: 1px solid black;
}

.FilterLogo
{
	background-image: url( 'images/FilterBkg2.png' );
	background-repeat: repeat-x;
	background-color: #dc1936;
	color: White;
	font-family: Tahoma;
	font-size: 13px;
}
.Criteria
{
	float: left;
	background-color: #738ea8;
	padding: 2px 8px 2px 8px;
	font-size: 12px;
	margin-right: 5px;
	border:1px solid white;
}
.ShowCriteria
{
	
	padding: 1px 3px 1px 16px;
	font-size: 12px;
	
}
.FilterBkg
{
	background-image: url( 'images/FilterBkgMain.png' );
	background-repeat: repeat-y;
	background-position:right;
	border-right:1px solid white;
	}
	
.VisionContainer
{
		border:1px solid black;
		background-color:#77797c;
		width:930px;
		padding:3px;
	}

.Filter
{
	background-image: url( 'images/FilterBkg.png' );
	background-repeat: repeat-x;
	background-color: #dc1936;
	color: White;
	font-family: Tahoma;
	font-size: 13px;
	border:1px solid white;
	border-bottom:0px;
	width:100%;

	height:80px;
}
.IPContainer
{
	border:1px solid black;
	background-image: url( 'images/intelliPicksBKG.png' );
	background-position:left top;
	
	background-color:#77797c;
	padding:15px;
	}
	
	.IPData
{
	background-image: url( 'images/IPBKG.png' );
	background-position:center top;
	background-repeat:no-repeat;
	}
.IPSelected
{
	background-color:#f0f1f7; 
	color:Black;
	border:1px solid black;
	border-right:0px;
	padding:10px;
	padding-left:25px;
	}
	
.IPNotSelected
{
	border-right:1px solid black;
	padding:10px;
	padding-left:25px;
	}
.IPValid
{
	cursor:pointer;
	}
	
.CriteriaSelected
{
	
	background-color:#5e7082;
	color:White;
	}
.CriteriaAdded
{
	border:2px solid #6d869e;
	}
.SubscribeToView
{
	background-color:Black;
	background-image: url( 'images/SubscribeToView.png' );
	background-repeat:no-repeat;
	background-position:left center;
	}