@media screen
{
/* SCREEN CSS - START */

/*
---------------------------------------------------------------------*/	
#mainContainer					{	margin-left:auto;
									margin-right:auto;
									text-align:left;
									width:768px;
								}

#whiteAreaContainer				{	width:inherit;
									background-color:white;
								}
#whiteAreaContainer div.margin	{	margin:0 0 0 7px;
									padding:0 0 7px 0;
								}



/*
---------------------------------------------------------------------*/						
#loginLogoContainer					{	float:left;
										width:181px;
										height:404px;
										background-color:#0233a9;
										font-size:11px;
									}
						
#logoArea							{	width:181px;
										height:68px;
										background-image:url(../../images/background_logoArea.gif);
										float:none;
									}
						
#logoArea img						{	margin:11px 0 0 15px;
										border:0px;
									}
									
					
			
#loginArea div.margin				{	margin-left:8px;
										width:170px;
										text-align:center;
										color:White;
									}
									
.ForgotPassword						{	color:white;
										
									}
.Error								{	margin:10px 0 10px 0;display:block;color:#f598a3;}
						
								
/*
---------------------------------------------------------------------*/	
#menuContentContainer	{	float:left;
						}

#menuArea				{	height:45px;
							width:580px;
							display:block;
							float:none; /* Fix for Firefox Bug - inheritinng the float:left which it shouldn't */
						}

#playNowSpace			{	margin-top:2px; /* Override Global.css */
						}
						
#utilityLinks			{	
						}
													
#utilityTabSpace		{	margin-top:2px; /* Override Global.css */
						}
						
										
/*
---------------------------------------------------------------------*/	
#contentArea				{	width:571px;
								height:359px;
								background-color:#708ccb;
								background-image:url(../../images/background_contentArea.gif);
								background-repeat:no-repeat;
							}
						
#contentArea img			{	border:0px;
							}
						
						
#contentArea .leftColumn	{	float:left;
								width:428px;
								display:block;
							}
							
#contentArea .rightColumn	{	float:left;
								width:138px;
								display:block;

							}
						
						
#contentOne					{	margin:36px 0 0 26px;	
							}
						
#contentTwo					{	margin:19px 0 0 26px;
							}
						
#contentThree				{	width:126px;
								height:157px;
								background-image:url(../../images/background_leaderboard.gif);
								margin:19px 0 0 17px;
							}
						
#contentFour				{	margin:7px 0 0 17px;
							}
						
#leaderBoardResults			{	height:110px;
								width:114px;
								padding-top:44px;
								margin:2px 0 0 5px;
								font:9px Arial;overflow:hidden;
								
							}

#leaderBoardResults	table	{	width:110px;

							}
										
#leaderBoardResults	th		{	border-bottom:2px solid #0e2662;
								font-weight:bold;
								display:table-cell;
								vertical-align:bottom;
								line-height:.9;
								padding-bottom:2px;
							}
.headerHandle				{	width:54px;}
.headerTVGDollars			{	text-align:center;}							
.cellHandle					{	width:60px;
								display:block;
								font-weight:bold;
							}
.cellTVGDollars				{	font-size:9px;
								text-align:center;
							}
							
.MiniHandleLinkContainer	{	width:55px;
								overflow:hidden;
								display:block;
							}

.cellTVGDollars span		{	width:50px;
								overflow:hidden;
								display:block;}

		

/*
---------------------------------------------------------------------*/	
#homepageLowerSection						{	width:752px;
												height:70px;
												background-color:#0e2662;
												border-bottom:6px solid #0233a9;
												background-image:url(../../images/background_homepageLower.gif);
												position:relative;
											}
#homepageLowerSection img					{	border:0px;
											}
						
#homepageLowerSection div.imageSpace		{	position:absolute;
												top:0;left:0;
											}
#homepageLowerSection div.textSpace			{	position:absolute;
												top:18px;left:240px;
											}
											
#homepageLowerSection div.buttonSpace		{	position:absolute;
												top:52px;left:515px;
											}

#disclaimerArea								{	padding:5px 0 0 0;
												width:752px;
												display:block;
												font:11px Arial, Verdana, Arial, san-serif;
											}
											
											
				
													
/* SCREEN CSS - END */	
}
@media print
{
/* PRINT CSS - START */	




/* PRINT CSS - END */	
}