﻿
.TextBoxStyle
{
	border-style: 1px;
	border-width: 1px;
	border-color: #C0C0C0;
	font-family: Calibri;
		margin: 2px;
		padding: 2px;
}

/* used in master page */
.WinNumHeader
{
	color: #666666;
	font-weight: bold;
	font-size: 14px;
}

/* used in WinNumByGame.ascx */
.WinNumCtlHeader
{
	color: #f77910;
	font-weight: bold;
	font-size: 12px;
}

.WinNumCtlSubHeader
{
	color: #999999;
	font-weight: bold;
	font-size: 10px;
}
.WinNumCtlPowerPlay
{
	color: #009900;
	font-weight: bold;
	font-size: 10px;
}
.WinNum
{
	color: #333333;
	font-weight: bold;
	font-size: 10px;
}

/* used in the Scracher Menu Display */
.ScratcherItem
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;

}

.ScratcherIconSmall
{
	height:100px;
	
}

.ScratcherText
{

}

.subMenu
{
	background-color:White;
	
}



.Menu
{
	position:absolute;
	z-index: 100;
	display:inline;
}


.popupHover
{

	
}

.tempImage
{
	padding: 0px;
	position: fixed;
	z-index: 1;
	top: -9999px;
	left: -9000px;
}
