BODY * * {	padding:0px; 
			margin:0px;
			font-family:arial;
			}
BODY	{	padding:0px 20px 20px 20px;

		}			
			
H1	{	font-size:17px;
		color:gray;
		width:100%;
		border-bottom:1px solid gray;
		padding:10px 0px 2px 0px;	
		margin-bottom:5px;	
	}			

H2	{	font-size:15px;
		color:gray;
		width:100%;
		border-bottom:1px solid gray;
		padding:10px 0px 2px 0px;		
	}			
B	{	font-size:13px;
	}
	
P	{	padding:5px 5px 5px 0px;
		font-size:13px;
	}

TD	{	font-size:13px;
		padding:3px;
	}
	
a, a:visited 
	{	font-size:12px;
		text-decoration:none;
		color:blue;
	}
.smalllinks	{text-align:center;}	
.smalllinks	A, .smalllinks A:visited{ font-size:10px;
			}	

UL	{	margin:5px 5px 5px 30px;
	}
	
LI	{	font-size:13px;
		padding:2px;
	}
	
.back2top	{display:block;
			 text-align:right;
}
.menuItems
{
	float:left; 
	width: 48%;
	margin-right:5px;
	clear:both;
}	
.menuItems h2, .menuItemsRight h2
{
	width: 150px;
}		
.menuItemsRight
{
	float:left; 
	width: 48%;
}
.reportTable 
{
	width: 100%;
	border-collapse:collapse;
}
.reportTable th 
{
	font-size:13px;
	border-bottom:1px solid black;
	text-align:left;
	padding:5px;
}
.reportTable td 
{
	padding:5px;
	vertical-align: top;
}

#flashcontent
{
	float:right;
}
#gamesDetailInfo 
{
	padding-bottom: 20px;
}

#gamesDetailInfo b
{
	display:block;
	width: 200px;
	float:left;
}
#gameCards
{
	border-collapse:collapse;
}

.gameDetailCards
{
	margin-bottom: 5px;
}
.winningCard
{
	color: #FF0000;
}
.callSeq
{
	line-height: 18px;
	float:right;
	font-size: 12px;
}
.gameDetailCards th	
{
	border-bottom:1px solid black;
	text-align:center;
	font-size:14px;
}
.gameDetailCards td	
{
	background-color:silver;
	border:1px solid white;
	text-align:center;
}
td.sel
{
	background-color:#0000FF;
	color: #FFF;
}
td.win
{
	background-color:#FF0000;
}
td.nowin
{
	background-color:#0000FF;
}	
.submitButton
{
	display:block;
	border: 2px solid #000;
	width: 80px;
	height: 20px;
	text-align: center;
	padding-top:5px;
	color: #000;
	background:#ccc;
	margin:25px auto 0 auto;
}
a.submitButton:hover,a.submitButton:visited
{
	color:#000;
}
.buttonContainer
{
	text-align: center;
}
#redeemPointsContent input
{
	margin: 0 15px;
}
#redeemPointsContent p
{
	margin-top: 5px;
}
.reportOptions
{
	border: 1px solid #000;
}
.reportOptions td
{
	padding: 5px;
}
.reportTableNav td
{
	padding:10px 0;
	
}
p.detailsField
{
	clear: both;
}
p.detailsField b
{
	display:block;
	float: left;
	width: 180px;
}
p.detailsField span
{
	display:block;
	float: left;
}

#modifyDetails input, #modifyDetails select
{
	width: 230px;
}
#modifyDetails input.modifyRadioButton, #modifyDetails input.modifyCheckbox
{
	width:auto;	
}
.myAccountLink
{
	position: absolute;
	right:20px;
	
}
.error
{
	color: red;
}

